Sub-50ms globally
Served from 200+ edge nodes. Average response under 50ms from anywhere on Earth, backed by a 99.99% uptime SLA.
30M+ high-resolution logos served sub-50ms from a global CDN. Retina-ready, dark mode aware, with smart fallbacks — so your UI always looks polished, no matter the company.
1,000 requests/day free with an API key. No credit card required.
Try a company
Showing 100 of 100
Stripe
stripe.com
Trusted by teams building with
Features
Brand colors, AI enrichment, ticker lookup, dark mode, smart fallbacks — and the fastest CDN in the industry.
Served from 200+ edge nodes. Average response under 50ms from anywhere on Earth, backed by a 99.99% uptime SLA.
Pass `?theme=dark` and receive logos optimized for dark backgrounds. Eliminates an entire project from your roadmap.
Get logos in any format. Vector SVGs for infinite scaling, WebP for web performance, PNG for universal compatibility.
Choose what happens when a logo is missing — monogram initials, a solid-color placeholder, blank, or a 404. Your call.
Extract dominant brand colors from any logo. Use them to dynamically theme your UI to match any company. Loved by designers.
Search by company name, domain, or stock ticker. Embed a live logo-picker directly in your own product.
Fetch logos by NYSE/NASDAQ ticker symbol. Perfect for fintech apps, portfolio trackers, and market dashboards.
Get industry classification, employee count, founding year, and social profiles alongside every logo. Powered by AI.
200+ PoPs across every continent. Cache-Control headers set correctly. Works perfectly with Next.js Image optimization.
Replace your Clearbit logo URL with ours. Same parameter names, same structure. Most migrations take under 15 minutes.
Enterprise-grade security. No tracking on your users, no analytics sold to third parties. Audit logs on request.
Get notified when logos are updated, companies merge, or new brand assets become available. Build reactive UIs.
vs. Clearbit & logo.dev
Clearbit's logo API shut down when HubSpot acquired them. We built the replacement — more features, better performance, and a free tier that actually lets you ship.
Acquired · API shutdown
Direct competitor
That's us
Active
Active
1,000/day (attr.)
1,000/day (attr.)
$280/yr+
$276/yr+
Startup+
Startup+
Pro+
~60ms
<50ms
99.9%
99.99%
Pro+
Pro+
Startup+
Startup+
Pro+
Pro+
Contact vendor
Yes
In progress
Partial
Yes — 15 min
Migrating from Clearbit or logo.dev?
Change one URL. Keep your existing code. Most migrations take under 15 minutes.
How it works
The CDN serves fast embeds without parsing bodies. Raster logo routes (/api/{domain}, and /v1/… aliases) return image bytes tuned with query flags. Structured brand payloads — logo URL plus palette cues (and richer kits on /api/brand/…) — live on /api/meta/{domain}, so dashboards and SSR flows don't need a separate colors vendor.
Drop `img.logorouter.com/{domain}` into markup for cached pixels. From a backend, call `GET /api/{domain}` when you want the same artwork as bytes — tune it with `?size=`, `?format=`, `?theme=dark`, and `?retina=true`. Prefer JSON with a ready-made logo URL plus palette snippets? Use `GET /api/meta/{domain}` (compact) or `GET /api/brand/{domain}` (variants + snippets).
We discover the strongest mark on the web, validate it, generate size and format derivatives, then pin them in edge cache — so repeat lookups stay fast.
Bytes leave the nearest POP with aggressive cache headers: WebP, PNG, or SVG where available, retina-friendly sizing, optional `theme=dark` variants, and smart fallbacks you control.
const res = await fetch(
"https://api.logorouter.com/api/meta/stripe.com",
{ headers: { Authorization: "Bearer YOUR_SECRET_KEY" } }
);
const brand = await res.json();
console.log(brand.logo); // Canonical CDN URL
console.log(brand.colors); // Dominant palette (RGB + hex)stripe.com
47ms response
Loved by developers
“WAY better to add logos for our company avatars instead of the tacky initials you see everywhere. It was so easy to add.”
Marcus R.
Senior Engineer, fintech startup
“When you released the dark mode prop, it eliminated an entire project from our roadmap.”
Sasha M.
Head of Product, design tools co.
“The sign-up process is a magical experience that users love. The free plan alone is more than sufficient. I now integrate LogoRouter into every app I build.”
Amir P.
Product Engineer, agency
“Excellent replacement for the Clearbit logo API. Migrating took 15 minutes.”
Priya S.
Lead Developer, SaaS co.
“It just works. I was going to build this myself and LogoRouter works so well I almost forgot I was using it. What a luxury.”
Tom W.
Indie developer, solo
“We've been using this for over a year to power company logos in our CRM. Simple, high quality, just works.”
Chris L.
Engineering Manager, CRM co.
“When the Clearbit API got shut down it genuinely disrupted our workflow. LogoRouter stepped up immediately — the API design is intuitive and loading speed is excellent.”
David K.
CTO, B2B platform
“Super easy developer experience, straightforward APIs, and nice inline img tag usage. Retina, dark mode, size, grayscale — lots of options.”
Elena J.
Full-stack Engineer, startup
“Easily the best logo solution out there with a killer team to boot. If you're looking for a Clearbit alternative, look no further.”
Nadia F.
Software Architect, enterprise co.
Pricing
Q2 2026 plans · catalog q2-2026
Crystal-clear quotas: raster logos fast from our CDN, smart fallbacks when a brand is missing, and the same limits in the API and dashboard. No credit card on Free.
For prototypes, demos, and small side projects.
Per API key · matches dashboard
Ship with clean logos, image transforms, and enough daily headroom for real apps.
Per API key · matches dashboard
Production scale — brand colors, enrichment, and room for serious traffic.
Per API key · matches dashboard
High-volume workloads with SLAs, exports, and hands-on support.
Per API key · matches dashboard
| Feature | Free | Starter | Pro | Business |
|---|---|---|---|---|
| Core API | ||||
| Logo API | ||||
| Brand Search API | ||||
| Stock Ticker API | ||||
| Brand Colors API | ||||
| Company Intelligence API | ||||
| Dark mode support | ||||
| Retina / @2x | ||||
| Custom sizes & image transforms | ||||
| Smart fallbacks | ||||
| Limits | ||||
| Daily requests (per API key) | 1,000 | 100,000 | 250,000 | 1,000,000 |
| Burst (req/min) | 10 | 200 | 300 | 1000 |
| Support | ||||
| Help Center | ||||
| Email support | ||||
| Priority support & QA | ||||
| Advanced | ||||
| Remove attribution | ||||
| Batch / bulk logos | ||||
| Usage analytics | ||||
| Team seats & governance | ||||
| Domain allowlist | ||||
| Audit logs | ||||
| SLA | ||||
Need a custom daily cap or contract billing? Email sales@logorouter.com
Roadmap
We ship fast and in public. Here's exactly where we are and where we're headed — no marketing fluff.
Single-endpoint logo fetching for 30M+ companies by domain.
Automatically extract primary, secondary, and background colors from any logo.
Sub-50ms response times globally with automatic cache invalidation.
Serve logos in the format your app needs, at any size up to 512px.
Get notified when logos are updated or new companies are indexed.
Per-domain request breakdowns, cache hit rates, and latency histograms.
Fetch up to 100 logos in a single request — perfect for enriching large datasets.
Serve light or dark logo variants automatically based on the Accept-Color-Scheme header.
First-class SDKs with TypeScript types, retries, and caching built in.
Set a max-age per domain so your UI always reflects the latest branding.
Attach industry, employee count, and funding data to every logo response.
Run LogoRouter inside your own VPC for maximum data sovereignty.
Have a feature request?
We read every message. Drop us a note and we'll factor your use case into our roadmap.
Send feedbackJoin thousands of developers who trust LogoRouter for company logos. Free tier available, no credit card required.