Limits by plan
| Plan | Rate Limit |
|---|---|
| $0 | n/a |
| $27 / month | 30 requests/min |
| $97 / month | 1000 requests/min |
| $497 / month (reg. $999) | 5000 requests/min |
What counts as a request
Every API call counts toward the rate limit, regardless of whether it returns data. Empty results and account management calls (get_account, get_billing, get_usage) all count as requests.
Rate limit errors
When you exceed your plan’s rate limit, the API returns a429 Too Many Requests response:
429 responses.
Handling rate limits
Exponential backoff is the recommended approach. When you receive a429, wait before retrying:
enrich_phone supports up to 100 linkedin_urls per call) let you reduce total request count significantly.