Skip to content

Rate Limits

IPWho enforces rate limits to keep the platform reliable and fast for everyone. Limits apply in two layers: a daily quota (by plan) and a burst cap (all plans).

PlanDaily requestsNotes
Free2,000 / dayPersonal, testing, and non-profit use. Hard limit applies.
Launch Special5,000 / dayGood for early-stage projects.
Startup250,000 / dayDesigned for higher-throughput production workloads.
EnterpriseUnlimited*Subject to fair use and contract terms.

*Enterprise daily limits are governed by fair use and contractual commitments. If you need guaranteed throughput, contact us.

Separate from the daily quota, every plan is subject to a burst limit of up to 100 requests per second (100 QPS).

When you exceed the burst limit, the API responds with HTTP 429 and:

{
"error": "burst_limit_exceeded",
"message": "Burst rate limit exceeded. Slow down and retry shortly."
}

Spread traffic evenly when possible. If you need sustained throughput above the burst cap, contact us.

LimitHTTPerror codeTypical message
Burst (up to 100 QPS)429burst_limit_exceededBurst rate limit exceeded. Slow down and retry shortly.
Daily quota429daily_quota_exceededDaily request quota exceeded. Try again tomorrow or upgrade your plan.

Free plan users who hit the daily quota may be prompted to upgrade to continue.

If you need higher daily limits or sustained throughput beyond the burst cap, see pricing options or reach out to our team.