Skip to main content
Logo.dev and Brandfetch both turn a domain into brand assets. The difference is shape: Logo.dev leads with a URL-based image API you drop into an <img> tag, then offers JSON brand endpoints when you need structured data. Brandfetch leads with a JSON Brand API that returns a deep brand profile in one call.

At a glance

Logo.devBrandfetch
Logo imageimg.logo.dev/:domain URL, publishable key via ?token=cdn.brandfetch.io URL, client ID via ?c=
Brand dataDescribe (core) and Brand (full profile) JSON, secret keyBrand API JSON, bearer token
Image URL lookup keysDomain, ticker, ISIN, crypto, nameDomain, ticker, ISIN, crypto (name via their Brand Search API)
Image without parsing JSONYes, the image URL is the productThrough the Logo CDN

When each fits

Logo.dev fits when you mainly need the logo image and want it as a URL rather than a JSON pipeline. The image API takes a publishable key that’s safe in client code, so you render logos straight from the browser without parsing a response. We built the original Clearbit Logo API. The Brand API returns the same img.logo.dev URLs, so the logo you render and the data you fetch never drift apart. Brandfetch fits when you need design and firmographic metadata that Logo.dev doesn’t return: fonts, company size, founded year, industry and location, explicit icon-versus-symbol logo variants, or an AI-oriented long description. Its enterprise tier also offers GraphQL, webhooks, and bulk ingestion.

Migrate from Brandfetch

Swap ?c= for ?token= and map each Brand API field.