Rate Limits
Limits protect the public API and may change as usage grows.
| Layer | Limit |
|---|---|
| Public API key | 120 requests/minute |
| Pre-auth IP throttle | 240 requests/minute |
| Proxy concurrency | Soft 50, hard 100 |
| User key management | 10 requests/minute per authenticated user |
When a request is limited, the API returns 429.
{
"error": "Too many requests. Please try again later.",
"retryAfter": 60
}If rate-limit storage is unavailable, the API returns 503 instead of allowing unlimited traffic.
Query bounds
| Parameter | Limit |
|---|---|
limit | Maximum 100 rows |
period / days | Maximum 365 days |
List endpoints use cursor pagination. Use pagination.next_cursor to continue through large result sets.