The Clearbit Logo API Alternative

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.

GET api.brandql.com/logo/paypal.com
API
Logo
200 OK · 126ms
"domain": "paypal.com"
"size": "128x128"
"cached": true

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.

$curl https://api.brandql.com/logo/newstartup.io
# Domain not in cache? No problem.
⟳ Fetching logo just-in-time...
✓ Logo retrieved in 847ms
{
  "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.

Full docs
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.

Start free, scale as you grow

No surprises. No hidden fees. Get access to all logo formats from only $0.53 per day. Cancel anytime.

Free
$0/mo

Perfect for side projects and prototyping.

  • 10,000 requests/month
  • Basic formats (PNG, JPG)
  • Basic image endpoint
  • JIT fetching included
  • Community support
Pro
$XX/mo

For high-traffic apps needing more power.

  • 5,000,000 requests/month
  • Brand colors extraction
  • Image + JSON endpoints
  • Company classification API
  • Priority support (24h SLA)
Coming Soon

We're still cooking

BrandQL is launching soon. Join the waitlist to get early access and be the first to know when we go live.

Can't wait? Our API is already live — you can start fetching logos right now, free of charge, while we finalize pricing.

No spam. Unsubscribe anytime.

How we stack up

Logo API feature comparison
Feature BrandQL Logo.dev Brandfetch
Free tier 500K/mo500K/mo500K/mo
JIT fetching YesNoNo
React/Vue SDKs SoonNoYes
Brand colors SoonYesYes
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.