Skip to main content
Orbit applies rate limits per API key. Limits use token buckets: short bursts are allowed up to the bucket capacity, and capacity refills continuously.

Default limits

These are platform defaults, not a throughput guarantee. Account-specific configuration may differ, and one Search can use more than one bucket when it starts additional discovery or profile work.

Rate-limit responses

When a bucket is empty, Orbit returns 429 Too Many Requests, the error code developer_api_key_rate_limited, and a Retry-After header measured in seconds.
Honor Retry-After before retrying. Add exponential backoff and jitter when repeated retries are possible.
Poll only while an operation is running. Stop immediately on a terminal status to conserve status capacity.

Credits

v3 Search and Enrich do not consume API credits. Rate limits still protect platform capacity, so a free request can still return 429.