Pricecast API Documentation

Track SaaS pricing changes programmatically. Get real-time alerts and historical data through our RESTful API.

Quick Start

1

Get your API key

Sign up for a free account and generate your API key from the settings page.

2

Make your first request

Include your API key in the X-API-Key header.

3

Start building

Use our API to power dashboards, alerts, and integrations.

Code Examples

curl -X GET "https://api.chadacus.dev/api/v1/changes?days=7&limit=10" \
  -H "X-API-Key: pk_live_your_key_here"

API Endpoints

MethodEndpointDescriptionAuth
GET/companiesList all tracked companiesPublic
GET/companies/{slug}Get company detailsPublic
GET/companies/{slug}/pricingGet company pricing tiersRequired
GET/companies/{slug}/historyGet pricing historyRequired
GET/changesList pricing changesRequired
GET/changes/statsGet change statisticsRequired

Authentication

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.

Rate Limits

Free Tier

100 calls/month

Perfect for hobby projects and testing. Resets on the 1st of each month.

Pro/Growth/Starter

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.

Need Help?

Full API Reference

View the complete API documentation with interactive examples.

View OpenAPI Docs →

Questions or Feedback?

We're here to help. Reach out if you have questions or suggestions.

Contact Support →