Company Logo {API}

Instantly get any company's logo from their domain.

Retrieve official high-resolution logos from any domain. No scraping, no guesswork, no manual effort.

No credit card required

View Documentation
Daydream logo
Passionfroot logo
Klarna logo
Super.com logo
Orange logo
SendX logo
Kovai logo
Daydream logo
Passionfroot logo
Klarna logo
Super.com logo
Orange logo
SendX logo
Kovai logo

What You Get

Each API call returns structured logo data ready for production use.

  • Multiple formats — SVG, PNG, WebP, and JPEG for any use case
  • Background analysis — Transparent, dark mode, and light mode variants identified
  • Color extraction — Complete palette from each logo
  • Resolution data — Width, height, and aspect ratio included
  • Smart fallbacks — Best logo selected when multiple are found
  • CDN delivery — 20ms latency worldwide

How It Works

  1. 01Pass a domain like stripe.com
  2. 02Our engine renders the website via headless browsers, scanning HTML, meta tags, and visual elements
  3. 03Logos are pulled from official social accounts (X, LinkedIn, Instagram, YouTube)
  4. 04Duplicates are removed and the highest quality variant per group is selected

We re-index tens of millions of brands quarterly and monitor for rebrands continuously.

API Response

GET /v1/brand/retrieve?domain=stripe.com
{
  "status": "ok",
  "brand": {
    "domain": "stripe.com",
    "logos": [
      {
        "url": "https://media.brand.dev/...png",
        "mode": "dark",
        "group": 1,
        "colors": [
          { "hex": "#645cfb", "name": "Blue Genie" },
          { "hex": "#acb4fc", "name": "Shy Moment" }
        ],
        "resolution": {
          "width": 400,
          "height": 400,
          "aspect_ratio": 1
        },
        "type": "icon"
      },
      {
        "url": "https://media.brand.dev/...svg",
        "mode": "light",
        "group": 2,
        "colors": [
          { "hex": "#0c2444", "name": "Dark Eclipse" }
        ],
        "resolution": {
          "width": 60,
          "height": 25,
          "aspect_ratio": 2.4
        },
        "type": "logo"
      }
    ]
  },
  "code": 200
}

Personalize at scale

Join 4,000+ businesses using Brand.dev to personalize their products.

Company Logo API - Get Any Company's Logo from Domain | Brand.dev