Limits by plan
| Plan | Requests | Window |
|---|---|---|
| Free | 100 requests | 10 seconds |
| Pro | 1,000 requests | 10 seconds |
Rate limit headers
When you receive a429 response, the following headers are included:
| Header | Description |
|---|---|
X-RateLimit-Limit | Maximum requests in the window |
X-RateLimit-Remaining | Requests remaining in the window |
Retry-After | Seconds to wait before retrying |