Rate Limits by Plan
| Plan | Requests/min | Requests/day |
|---|---|---|
| Free | 20 | 1,000 |
| Starter | 60 | 10,000 |
| Pro | 200 | 50,000 |
| Scale | Custom | Custom |
Rate Limit Headers
API responses include rate limit information:Handle Rate Limits
Check rate limit headers before making requests:Exponential Backoff
Implement exponential backoff for retries:Batch Requests
Process multiple items efficiently:Request Queue
Use a queue for high-volume applications:Monitor Usage
Track your API usage:Best Practices
- Cache responses - Cache common queries to reduce API calls
- Use webhooks - Receive events instead of polling
- Batch operations - Group multiple requests when possible
- Monitor limits - Track usage to avoid hitting limits
- Upgrade plan - Consider upgrading for higher limits
Next Steps
Troubleshooting
Debug common issues