Rate Limits

Rate Limits

Limits protect the public API and may change as usage grows.

LayerLimit
Public API key120 requests/minute
Pre-auth IP throttle240 requests/minute
Proxy concurrencySoft 50, hard 100
User key management10 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

ParameterLimit
limitMaximum 100 rows
period / daysMaximum 365 days

List endpoints use cursor pagination. Use pagination.next_cursor to continue through large result sets.