Every logo.
Any domain. Instantly.
Fetch high-quality brand logos programmatically. Simple API, generous free tier, and just-in-time fetching for domains we don't have cached.
Trusted by developers building the next generation of software
Clearbit shut down their free logo API. Now what?
You've got an app that needs to display company logos dynamically. Maybe it's a CRM, a fintech dashboard, or a portfolio tracker. Whatever it is, you need logos—and you need them reliably.
- Alternatives are expensive.
Enterprise pricing for indie projects? No thanks.
- Static databases get stale.
New companies launch daily. Your logo DB can't keep up.
- BrandQL fetches logos on-demand.
Even domains we've never seen. JIT fetching, always fresh.
"domain": "newstartup.io",
"logo": "https://cdn.brandql.com/...",
"size": "128x128",
"format": "png"
}
Built for modern stacks
Use our REST API directly—it's simple enough to curl. Native SDKs for React, Vue, and Nuxt coming soon.
import { BrandLogo } from '@brandql/react' // Component to display company logo and domain export default function CompanyCard({ domain }) { return ( <div className="company-card"> <BrandLogo domain={domain} size={64} fallback={"initials"} /> <span>{domain}</span> </div> ) }
- Just-In-Time Fetching
- Request any domain—even if we've never seen it. Our JIT system fetches logos on-demand and caches them for next time.
- Multiple Formats
- PNG, SVG, JPG, WebP. Square logos, squircles, or transparent backgrounds. Get exactly what your design needs.
- Framework SDKs soon
- Drop-in React, Vue, and Nuxt components. Automatic lazy loading, fallbacks, and error handling built-in.
- Global CDN
- Edge-cached across 200+ locations. Sub-135ms response times for cached logos, no matter where your users are.
- Brand Colors soon
- Extract dominant colors from any logo. Perfect for dynamic themes that match your users' brands.
- 99.9% Uptime SLA
- Built on redundant infrastructure with automatic failover. Your app's logo display is always reliable.
How we stack up
| Feature | BrandQL | Logo.dev | Brandfetch |
|---|---|---|---|
| Free tier | 500K/mo | 500K/mo | 500K/mo |
| JIT fetching | Yes | No | No |
| React/Vue SDKs | Soon | No | Yes |
| Brand colors | Soon | Yes | Yes |
| Starter price | $XX/mo | $50/mo | $129/mo |
Ready to ship?
Start fetching logos in under 5 minutes. No credit card required for the free tier.