What are the rate limits?
What are the rate limits?
Rate limits are per-team and shared across all API keys:
Limits reset at midnight UTC (daily) and the 1st of each month (monthly).
| Plan | Monthly Limit | Daily Limit |
|---|---|---|
| Free | 100 requests | 100 requests |
| PAYG | Unlimited | 10,000 requests |
What happens when I hit a rate limit?
What happens when I hit a rate limit?
You’ll receive a The response includes a
429 error with details:Retry-After header with seconds until reset.How do I handle rate limit errors gracefully?
How do I handle rate limit errors gracefully?
Check for rate limit errors and wait for reset:Rate limit errors should not be retried with backoff - they require waiting until the limit resets (midnight UTC for daily, 1st of month for monthly).
What are Amazon's API rate limits?
What are Amazon's API rate limits?
Amazon’s Product Advertising API has strict limits: 1 request per second initially. As you drive sales through affiliate links, this can increase to 10 requests per second. ChatAds handles this internally, but high-volume users should optimize their calls to avoid hitting these upstream limits.