If you send too many API requests in quick succession, you'll receive a rate_limit_error
The default rate limit for search is 120 requests per 60 seconds, in our live environment. If you exceed this limit, you can see when the limit is reset by observing: ratelimit-reset
Note, rate limits can vary by endpoint, each endpoint has a separate limit
For more information, our documentation on this can often help, here