Plan tiers
Endpoints in this reference are labelled with the lowest tier that unlocks them. Higher tiers always include everything from lower ones.
| Tier | Monthly calls | Burst | Trends | Search | Webhooks | Demand mining |
|---|---|---|---|---|---|---|
| Pro | 5,000 | 60/min | ✓ | ✓ | 1 | — |
| Business | 25,000 | 180/min | ✓ | ✓ | 5 | ✓ |
| Scale | 100,000 | 600/min | ✓ | ✓ | 20 | ✓ |
Tier gates
A request to a gated endpoint from a lower tier returns 403 FEATURE_FORBIDDEN:
{
"error": {
"code": "FEATURE_FORBIDDEN",
"message": "the 'webhooks' feature requires a higher plan than 'pro'",
"request_id": "...",
"details": { "feature": "webhooks", "plan": "pro" }
}
}