- API Endpoints: Per-minute limits on specific API calls
- Daily Quotas: Total daily usage limits based on your plan
Plan Tiers and Rate Limits
Your rate limits are determined by your plan tier, which is based on your monthly credit allocation:Capacity Examples
Assuming an average request duration of 2-3 seconds:
Example: With a Silver or Gold tier plan (600 requests/minute), you can:
- Enrich ~864,000 people profiles per day
- Process ~36,000 profiles per hour
- Handle ~600 concurrent enrichment requests
Quotas
Rate limits for quota and billing data retrieval via/quotas:
Best Practices
Optimizing for Rate Limits
- Implement Exponential Backoff: When you hit rate limits, wait before retrying with increasing delays.
- Monitor Your Usage: Track your API consumption to stay within limits.
Handling Rate Limit Errors
When you exceed rate limits, you’ll receive a429 Too Many Requests response.
This rate limit error response uses a different structure than our standard error format. For details on our typical error responses, see our Error Reference.
Monitoring and Alerts
Track your rate limit usage through:- API response headers
- Dashboard analytics
- Webhook notifications for quota warnings
Getting Help
If you consistently hit rate limits or need higher limits:- Review your implementation design for optimization opportunities
- Consider upgrading your plan for higher limits
- Contact support for custom enterprise solutions