Brand API

The whole brand, without the pipeline

Send a domain to the Brand API and get back one JSON object with the company's name, logo, brandmark, colors, and socials. It covers 50M+ companies, so you never build a scraper or store assets yourself. A modern Clearbit alternative.

No credit card required.

One domain in, a full brand profile out

Name, description, socials across 13 platforms, logo and brandmark URLs, a blurhash for smooth loads, and the dominant color palette — all from a single HTTP request.

Sweetgreen logo
Sweetgreen
sweetgreen.com
GET https://api.logo.dev/brand/sweetgreen.com
{
  "name": "Sweetgreen",
  "domain": "sweetgreen.com",
  "description": "Healthy salads, hearty wraps, and grain bowls made in-house from scratch, using whole produce delivered that morning.",
  "indexed_at": "2026-05-27T22:49:53Z",
  "socials": {
    "facebook": "http://facebook.com/sweetgreen",
    "instagram": "https://www.instagram.com/sweetgreen/",
    "twitter": "https://x.com/sweetgreen"
  },
  "social_banners": [
    "https://img.logo.dev/sweetgreen.com/7f86629a..."
  ],
  "logo": "https://img.logo.dev/sweetgreen.com",
  "brandmark": "https://img.logo.dev/sweetgreen.com/b0974e2e...",
  "logo_blurhash": "UJPk8[tO?WWDoeazj@od_GWDDooet5odazWC",
  "colors": [
    {
      "r": 230,
      "g": 255,
      "b": 85,
      "hex": "#e6ff55"
    },
    {
      "r": 1,
      "g": 72,
      "b": 60,
      "hex": "#01483c"
    },
    {
      "r": 113,
      "g": 161,
      "b": 72,
      "hex": "#71a148"
    }
  ]
}

One call, the full profile

Name, description, socials, logo, brandmark, colors, and banners in a single JSON object.

A Clearbit alternative

Drop-in for brand and domain enrichment, with transparent pricing and no legacy bundling.

Brand-ready output

Use the color palette and blurhash to theme your UI around each company.

What is a brand API?

A brand API turns an identifier you already hold, usually a domain, into everything a company uses to present itself: name, description, logo, brandmark, colors, and social links, returned as structured JSON. You make one call and render the result instead of scraping sites or maintaining an asset library. Logo.dev's Brand API answers that call for 50M+ companies.

Where teams use the Brand API

Anywhere you have a domain, the Brand API fills in the rest.

Onboarding autofill
Pre-fill a new user's company name, logo, and colors from their work email.
CRM enrichment
Append firmographics and brand assets to every account from just its domain.
Profile and directory pages
Render branded company pages without standing up a data pipeline of your own.
Branded UI theming
Match chrome, chips, and headers to each company using its own color palette.
Lead qualification
Qualify and route inbound leads from the company behind a work email.
AI agents
Give an agent one call to ground its answers in verified company data.
Clearbit migration
Swap Clearbit Enrichment's brand and domain calls for one modern endpoint.
Market research
Build company dashboards and maps without a manual research pass each time.
Email and documents
Drop a logo and brand colors into receipts, invoices, and generated PDFs.
Granola
Levels.fyi
Linear
Mutiny
Okta
Perplexity

One request, the whole profile

Send a domain, get one JSON object with everything we know about the company.

curl -H "Authorization: Bearer sk_..." \
  "https://api.logo.dev/brand/sweetgreen.com"

Response

One JSON object per domain. Drop it into onboarding, CRM enrichment, or profile pages.

{
  "name": "Sweetgreen",
  "domain": "sweetgreen.com",
  "description": "Healthy salads, hearty wraps, and grain bowls made in-house from scratch...",
  "indexed_at": "2026-05-27T22:49:53Z",
  "socials": {
    "facebook": "http://facebook.com/sweetgreen",
    "instagram": "https://www.instagram.com/sweetgreen/",
    "twitter": "https://x.com/sweetgreen",
    "youtube": "https://www.youtube.com/user/sweetgreen"
  },
  "social_banners": [
    "https://img.logo.dev/sweetgreen.com/7f86629a...?token=..."
  ],
  "logo": "https://img.logo.dev/sweetgreen.com?token=...",
  "brandmark": "https://img.logo.dev/sweetgreen.com/b0974e2e...?token=...",
  "logo_blurhash": "UJPk8[tO?WWDoeazj@od_GWDDooet5odazWC",
  "colors": [
    { "r": 230, "g": 255, "b": 85, "hex": "#e6ff55" },
    { "r": 1, "g": 72, "b": 60, "hex": "#01483c" },
    { "r": 113, "g": 161, "b": 72, "hex": "#71a148" }
  ]
}
  • Canonical company name
  • Short company description
  • Socials across 13 platforms
  • Logo URL, ready to embed
  • Brandmark (logo lockup) URL
  • Social banner images
  • Dominant colors in RGB and hex
  • Blurhash for instant placeholders
  • indexed_at freshness timestamp
  • 50M+ companies covered
"We have been using Logo.dev for our applications to enhance CRM records and it’s been really simple to plug in. Great to have you as part of the tech stack"
Andrew Bryce avatar
Andrew Bryce

Frequently asked questions

Render any company from one request

  • Full profile in one call
  • 50M+ companies, no pipeline to build
  • A modern Clearbit alternative