Coming Q1 2026
SaaS Pricing Data API
Access real-time and historical pricing data for 260+ SaaS tools. Build pricing intelligence into your product.
262
SaaS Tools Tracked
8 Years
Historical Data
Daily
Updates
REST
JSON API
What you'll get
📊
Current Pricing Data
Plan names, prices, features, billing options for all tracked tools
📈
Price History
8 years of historical pricing data via Archive.org backfill
🔔
Change Webhooks
Get notified instantly when a tool changes its pricing
⚡
Simple Integration
REST API with JSON responses. Bearer token auth.
Use Cases
- ✓Build competitor pricing comparison widgets
- ✓Power "Is this a good deal?" features
- ✓Track market pricing trends for research
- ✓Automate competitive intelligence reports
- ✓Enrich CRM data with pricing context
Get Early Access
Be first to know when the API launches. Early adopters get special pricing.
API Preview
GET /api/v1/tools/notion
{
"tool": {
"name": "Notion",
"slug": "notion",
"category": "Productivity",
"pricingUrl": "https://notion.so/pricing"
},
"currentPricing": {
"updatedAt": "2025-11-28T10:00:00Z",
"plans": [
{
"name": "Free",
"price": 0,
"billingPeriod": "month",
"features": ["Unlimited pages", "Basic integrations"]
},
{
"name": "Plus",
"price": 10,
"billingPeriod": "month",
"features": ["Unlimited file uploads", "30-day version history"]
},
{
"name": "Business",
"price": 18,
"billingPeriod": "month",
"features": ["SAML SSO", "90-day version history", "Advanced permissions"]
}
]
},
"priceHistory": {
"firstTracked": "2017-03-15",
"changeCount": 12,
"latestChange": "2024-09-01"
}
}Have questions? Want custom enterprise access?
Contact us →