pricing-tracker
Installation
SKILL.md
Pricing Tracker
Extract pricing tiers from a vendor's pricing page and normalize them into a consistent shape. Optimized for SaaS, API, cloud, LLM, and CDN pricing pages — all of which share similar structure but inconsistent naming.
When to use
- User provides a pricing URL: "get pricing from https://openai.com/api/pricing"
- User names a vendor: "what does Vercel cost?", "get Anthropic API pricing"
- User wants to compare prices across vendors (delegate per-vendor extraction to this skill, then aggregate)
- User wants to monitor pricing on a schedule (combine with
exportSkill: trueto generate a standalone workflow)
Do NOT use for e-commerce SKU pricing — use e-commerce instead.
Strategy
- Find the pricing URL.
- If the user provided one, use it.
- Otherwise search
"<vendor> pricing"and take the top result from the vendor's own domain.
Related skills
More from firecrawl/firecrawl-agent
deep-research
Multi-source research with source triangulation and fact-checking. Use for any research task requiring 3+ sources.
4structured-extraction
Extract structured data matching a JSON schema from websites. Handles complex nested schemas, arrays, pagination, and validation. Always outputs via formatOutput.
4e-commerce
Navigate e-commerce sites to extract products, pricing, categories, and inventory. Handles pagination, variants, and JS-heavy storefronts.
3financial-research
|
3competitor-analysis
|
3