SaaS Pricing Intelligence API
## SaaS Pricing Intelligence API Real-time pricing plans for any SaaS product — powered by live web scraping + AI extraction. No hardcoded data. Pass any SaaS name and get back structured JSON with plan names, monthly/annual prices, features and currency. ### Endpoints - `GET /pricing?saas=notion` — current pricing plans - `GET /history?saas=notion` — price change history - `GET /list` — all…
SaaS Pricing Intelligence API endpoints
| Method | Endpoint | Description |
|---|---|---|
| pricing | ||
| GET |
getPricing /pricing |
Fetch real-time pricing plans for any SaaS product. Scrapes the pricing page live via Jina Reader and extracts structured data with AI. Results cached 24h. |
| history | ||
| GET |
getHistory /history |
Returns the price change history for a previously indexed SaaS. Call /pricing first to index it. |
| list | ||
| GET |
listSaas /list |
Returns all SaaS products that have been previously scraped and cached. |
| search | ||
| GET |
searchSaas /search |
Search indexed SaaS products by name. |
| health | ||
| GET |
healthCheck /health |
|
SaaS Pricing Intelligence API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 2 / second |
|
| PRO Recommended | $9.99 / month | 10 / second |
|
| ULTRA | $29 / month | 20 / second |
|
| MEGA | $99 / month | — |
|