Company Data API

Company data without the pipeline

Send a domain and get its name, logo, colors, and socials back as structured JSON. It's a modern Clearbit alternative across 30M+ companies, with nothing to scrape, store, or keep fresh.

No credit card required.

One domain in, a full brand profile out

Name, description, socials across 13 platforms, a logo URL, 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/describe/sweetgreen.com
{
  "name": "sweetgreen",
  "domain": "sweetgreen.com",
  "description": "Simple, seasonal, healthy salads and grain bowls made in-house from scratch, using whole produce delivered that morning.",
  "indexed_at": "2025-03-10T11:36:23.885Z",
  "socials": {
    "facebook": "http://facebook.com/sweetgreen",
    "instagram": "https://www.instagram.com/sweetgreen/",
    "twitter": "https://x.com/sweetgreen"
  },
  "logo": "https://img.logo.dev/sweetgreen.com",
  "blurhash": "UJPanPxr?Vj[oxazj@od_FWDDoodxrodagWD",
  "colors": [
    {
      "hex": "#e4ff55"
    },
    {
      "hex": "#0a4b2b"
    },
    {
      "hex": "#7dad50"
    }
  ]
}

One call, the full profile

Name, description, socials, logo, colors, and a blurhash 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.

Where teams use the Company Data API

Anywhere you have a domain, the Company Data 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/describe/sweetgreen.com"

Response

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

{
  "name": "sweetgreen",
  "domain": "sweetgreen.com",
  "description": "Simple, seasonal, healthy salads and grain bowls...",
  "indexed_at": "2025-03-10T11:36:23Z",
  "socials": {
    "facebook": "http://facebook.com/sweetgreen",
    "instagram": "https://www.instagram.com/sweetgreen/",
    "twitter": "https://x.com/sweetgreen"
  },
  "logo": "https://img.logo.dev/sweetgreen.com?token=...",
  "blurhash": "UJPanPxr?Vj[oxazj@od_FWDDoodxrodagWD",
  "colors": [
    { "r": 228, "g": 255, "b": 85, "hex": "#e4ff55" },
    { "r": 10, "g": 75, "b": 43, "hex": "#0a4b2b" },
    { "r": 125, "g": 173, "b": 80, "hex": "#7dad50" }
  ]
}
  • Canonical company name
  • Short company description
  • Socials across 13 platforms
  • Logo URL, ready to embed
  • Dominant colors in RGB and hex
  • Blurhash for instant placeholders
  • indexed_at freshness timestamp
  • 30M+ 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
  • 30M+ companies, no pipeline to build
  • A modern Clearbit alternative