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
Passionfroot logo
Daydream logo
Kovai logo
Orange logo
SendX logo
Klarna logo
Super.com logo
Passionfroot logo
Daydream logo
Kovai logo
Orange logo
SendX logo
Klarna logo
Super.com logo
Passionfroot logo
Daydream logo
Kovai logo
Orange logo
SendX logo
Klarna logo
Super.com logo
Passionfroot logo
Daydream logo
Kovai logo
Orange logo
SendX logo
Klarna logo
Super.com 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

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

— step 01

Pass a domain

Send a domain like stripe.com to our API

— step 02

Engine renders

Our engine renders the website via headless browsers, scanning HTML, meta tags, and visual elements

— step 03

Socials scanned

Logos are pulled from official social accounts (X, LinkedIn, Instagram, YouTube)

— step 04

Best selected

Duplicates are removed and the highest quality variant per group is selected

API Response

Extracted brand data for stripe.com

GET /v1/brand/retrieve?domain=stripe.com
{
  "status": "ok",
  "brand": {
    "domain": "stripe.com",
    "logos": [
      {
        "url": "https://media.context.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.context.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
}

Context at scale

Join 5,000+ businesses using Context.dev to enrich their products with structured web data.