SaaS Pricing Scraper
Pricing
$0.01 / 1,000 results
SaaS Pricing Scraper
Extract structured pricing data from any SaaS website. Get tiers, features, billing options as clean JSON. AI-powered.
Pricing
$0.01 / 1,000 results
Extract structured pricing data from any SaaS website. Get tiers, features, billing options as clean JSON. AI-powered.
querystringOptional
SaaS product name to search for (e.g., 'Notion', 'Slack', 'HubSpot').
urlstringOptional
Direct URL to a pricing page. If provided, skips discovery phase.
includeCompetitorsbooleanOptional
Fetch and compare pricing for competitor products.
Default value of this property is true
maxCompetitorsintegerOptional
Maximum number of competitors to include in the comparison.
Default value of this property is 5
useLLMbooleanOptional
Use Claude AI to extract pricing from unstructured pages. Increases accuracy but adds cost.
Default value of this property is true
forceRefreshbooleanOptional
Bypass cache and fetch fresh data.
Default value of this property is false
llmProviderEnumOptional
Select which AI provider to use for extraction.
"anthropic": string"openai": stringDefault value of this property is "anthropic"
llmModelstringOptional
Specific model to use (e.g. gpt-4o, claude-3-5-sonnet-latest). Leave empty for defaults.