We email you before you reach your limit, so it’s never a surprise. What
happens next depends on your plan.
Limits by plan
Limits are based on monthly request counts and scale with your plan. The free tier includes a generous monthly allowance that covers most projects. Logo.dev includes a generous monthly request allowance on every plan, including the free tier. For the current request limits and pricing by plan, see logo.dev/pricing.Enforcing rate limits
We email you as you approach your limit, so you’re never caught off guard. Free (Community) plan: the monthly limit is a hard cap. Once you reach it, requests stop until the limit resets at the start of the next month, or you upgrade. Paid plans: enforcement is soft. Your service keeps running if you go over, and we’ll ask about a higher tier if it becomes a consistent pattern. We never upgrade or bill you automatically. Clear fair use violations can lead to a shutoff on any plan, but only after we’ve reached out.What counts as a request
Each API call = one request:- Images (
img.logo.dev) - Search API
- Stock Ticker API
- Describe API
202 (still indexing) count too. Every call that reaches the API is one request, whatever it returns: a logo, a 200, a 202, or a 404.
When a lookup returns 202, retry after a few seconds instead of in a tight loop. The same request resolves to a 200 (or a 404 when there’s no data) once indexing finishes, so a short backoff avoids spending extra requests on repeated 202s. See errors and status codes for every status.
FAQs
Do 202 'still indexing' responses count toward my limit?
Do 202 'still indexing' responses count toward my limit?
Yes. Every call that reaches the API counts as one request, including a
202 while a domain is still indexing. Retry after a few seconds rather than
in a tight loop: the lookup resolves to a 200 (or 404) once indexing
finishes, so a short backoff avoids spending extra requests on repeated
202s.What if I need more requests?
What if I need more requests?
For custom limits or higher volumes, contact us.
What happens when I hit my rate limit?
What happens when I hit my rate limit?
On the free plan, requests stop once you reach your monthly cap; upgrade or
wait for the reset at the start of next month. On a paid plan, your service
keeps running and we’ll ask about a higher tier if you’re consistently over.
We email you before you get there either way.
My logos aren't loading—am I being rate limited?
My logos aren't loading—am I being rate limited?
No. If logos aren’t loading, it’s not because of rate limits unless we’ve
specifically emailed you. Check your API key and implementation first.
Can I check my current usage?
Can I check my current usage?
Yes! View your real-time usage in your
dashboard. For Free plans, note that limits
may adjust based on system demands.
What if I just go a little over for one month?
What if I just go a little over for one month?
On a paid plan, a little over is fine—we won’t stop you immediately, though
it’s a good sign it’s time to upgrade. On the free plan the cap is firm: once
you hit it, requests stop until the next month’s reset.
Are there per-second or per-minute limits?
Are there per-second or per-minute limits?
No. Logo.dev only enforces monthly request limits—there are no burst rate limits. That said, please be reasonable with your request patterns and follow our fair use guidelines.