Rate Limits

API rate limits by plan tier.

Rate Limit Tiers

Testing10 req/min · 100 req/hr
Scaling30 req/min · 500 req/hr
Agency60 req/min · 1,000 req/hr
Pro120 req/min · 5,000 req/hr

Response Headers

Every API response includes rate limit information in the headers:

X-RateLimit-Limit

Maximum requests allowed per window

X-RateLimit-Remaining

Requests remaining in current window

X-RateLimit-Reset

Seconds until the rate limit window resets

429 Too Many Requests

When rate limited, the response includes a Retry-After header indicating how many seconds to wait before retrying.