Track SaaS pricing changes programmatically. Get real-time alerts and historical data through our RESTful API.
Sign up for a free account and generate your API key from the settings page.
Include your API key in the X-API-Key header.
Use our API to power dashboards, alerts, and integrations.
curl -X GET "https://api.chadacus.dev/api/v1/changes?days=7&limit=10" \
-H "X-API-Key: pk_live_your_key_here"| Method | Endpoint | Description | Auth |
|---|---|---|---|
| GET | /companies | List all tracked companies | Public |
| GET | /companies/{slug} | Get company details | Public |
| GET | /companies/{slug}/pricing | Get company pricing tiers | Required |
| GET | /companies/{slug}/history | Get pricing history | Required |
| GET | /changes | List pricing changes | Required |
| GET | /changes/stats | Get change statistics | Required |
The Pricecast API uses API keys for authentication. Include your API key in the X-API-Key header with every request.
X-API-Key: pk_live_your_key_here⚠️ Keep your API key secure: Never commit your API key to version control or share it publicly. Treat it like a password.
100 calls/month
Perfect for hobby projects and testing. Resets on the 1st of each month.
Unlimited
No limits on API calls. Perfect for production applications.
Rate limit headers: All responses include X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset headers.
We're here to help. Reach out if you have questions or suggestions.
Contact Support →