Rate limits
Limits are counted per API key and per endpoint. Hitting the limit on one lookup leaves the others untouched.
Limits
| Endpoint | Requests |
|---|---|
Email finder
/v1/email/finder
|
300 per minute |
Company profile
/v1/companies/profile
|
60 per minute |
Credit balance
/v1/account/credits
|
60 per minute |
Going over
You get a 429 with a Retry-After header holding the number of
seconds to wait. Nothing is charged.
HTTP 429
Retry-After: 12
{
"error": "rate_limited",
"message": "Rate limit exceeded. Retry in 12s."
}
The limit is a sliding window, not a counter that resets on the full minute.