Skip to main content
We offer two types of rate limits based on the environment associated with your API key.

Get your API key

Create your Development or Production API keys.

Crawl Endpoint Rate Limits

The crawl endpoint has a separate rate limit that applies to both development and production keys:

Research Endpoint Rate Limits

The research endpoint has a separate rate limit that applies to both development and production keys for creating research tasks. Note that polling requests to retrieve the status of ongoing research tasks follow the default rate limits as decribed above.

Usage Endpoint Rate Limits

The usage endpoint has a separate rate limit that applies to both development and production keys:

Handling Rate Limit Responses

When you exceed the rate limit, the API returns a 429 Too Many Requests response with a retry-after header indicating the number of seconds to wait before making another request.
We recommend implementing retry logic that respects the retry-after header value to automatically handle rate limiting in your application.
  1. Access to production keys requires either an active Paid Plan or PAYGO enabled. More information can be found here.
  2. When using the REST API, ensure you include your API key in the header to apply the correct rate limits.