Every SaaS price change,
archived.
Structured historical pricing data for 5,000+ SaaS products. API access from $0/month.
How it works
We do the crawling.
You get the data.
Every week, we check pricing pages for 5,000+ SaaS products, extract structured data, and version every change. Our archive goes back years.
We track 5,000+ pricing pages
Weekly monitoring of SaaS pricing pages across every major category. We handle JavaScript-rendered pages, retries, and edge cases so you don't have to.
AI extracts structured data
Plan names, prices, features, and billing models are extracted into clean JSON. Every extraction is confidence-scored and validated.
Changes are versioned
New records are only created when pricing actually changes. Every version is preserved. Nothing is deleted. The archive grows over time.
You query the REST API
Standard REST API. JSON responses. Cursor-based pagination. Filter by date range. Use it in scripts, spreadsheets, or production apps.
The API
Clean JSON.
Every time.
One endpoint gives you current pricing. Another gives you the full version history. Both return the same structured schema — plan names, prices, features, billing models, confidence score.
Swap the domain for any tracked SaaS product. Add
/history
for time-series data with cursor pagination.
{
"data": {
"company": {
"name": "Notion",
"domain": "notion.so",
"category": "Productivity",
"total_snapshots": 18,
"pricing_changes_detected": 4,
"first_captured": "2021-03-01",
"last_captured": "2026-03-28"
},
"captured_at": "2026-03-28T09:14:22Z",
"source_type": "live_crawl",
"currency": "USD",
"free_tier_exists": true,
"enterprise_plan_exists": true,
"extraction_confidence": 0.94,
"plans": [
{
"name": "Free",
"price_monthly": 0,
"price_annual_per_month": 0,
"price_unit": null,
"is_highlighted": false,
"features": [
"Unlimited pages & blocks",
"Share with up to 10 guests",
"7-day page history",
"5 MB file uploads"
]
},
{
"name": "Plus",
"price_monthly": 12,
"price_annual_per_month": 8,
"price_unit": "user",
"is_highlighted": true,
"features": [
"Unlimited guests",
"30-day page history",
"Unlimited file uploads",
"Custom domains"
]
},
{
"name": "Business",
"price_monthly": 18,
"price_annual_per_month": 15,
"price_unit": "user",
"is_highlighted": false,
"features": [
"SAML SSO",
"90-day page history",
"Advanced analytics",
"Bulk PDF export"
]
}
]
},
"meta": {
"request_id": "req_7x2k9m",
"timestamp": "2026-03-28T09:14:23Z"
}
} Pricing
Start free.
Upgrade when you need history.
Free tier covers the top 100 SaaS companies with current pricing only. No credit card. Historical data and broader coverage start at $99/month.
- Top 100 SaaS companies
- Current pricing only
- 1,000 API calls/month
- No credit card required
- 500 companies
- 1-year pricing history
- 10,000 API calls/month
- JSON & cursor pagination
- 2,500 companies
- Full pricing history (5+ years)
- 50,000 API calls/month
- Change alerts + CSV export
- All 5,000+ companies
- Unlimited API calls
- Raw HTML snapshots
- Priority support
Get your API key in 30 seconds.
Email signup. No credit card. Start querying immediately. The free tier stays free — upgrade only when you need history.
Get free API access