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

Frequently asked questions

Everything developers ask before integrating the Context.dev Logo API.

Am I billed for failed requests?
No. You are not billed for failed requests or requests where we are blocked (rarely happens). Credits are only consumed on successful responses.
How do I get a company logo from a domain?
Send a GET request to /v1/brand/retrieve with a domain query parameter (e.g. stripe.com). The Logo API returns a high-resolution logo URL plus background mode, color palette, resolution, and aspect ratio in JSON. No scraping, no rate-limited socials, no manual asset hunting.
What logo formats and sizes does the API return?
Each call returns SVG, PNG, WebP, and JPEG variants with full resolution metadata (width, height, aspect ratio). Use SVG for crisp scaling, WebP for the web, PNG for transparency, and JPEG for legacy clients. Logos are also grouped so you can pick the icon-style or wordmark variant.
Is the Logo API free? How much does it cost?
Yes — Context.dev offers a free tier covering thousands of monthly Logo API lookups. Paid plans start where Brandfetch and Clearbit's logo APIs end, with volume pricing for production workloads and a single key that unlocks every Context.dev endpoint.
How is this different from Brandfetch or Clearbit Logo API?
Context.dev re-indexes tens of millions of brands quarterly, monitors continuously for rebrands, and ships background-aware variants (transparent / dark / light) plus extracted color palettes in the same response. Clearbit Logo API was retired in 2024 and Brandfetch caps free usage; Context.dev is a drop-in replacement with broader brand data.
How accurate are the logos and how often are they updated?
We pull logos from official websites, structured data, manifests, and verified social profiles (LinkedIn, X, Instagram, YouTube), then dedupe and rank for quality. Brands are re-crawled quarterly with continuous rebrand monitoring, so you always get the current logo.
Can I use the Logo API for a CRM, dashboard, or AI agent?
Yes. The API is built for high-volume programmatic use: CRM enrichment, sales tools, vendor dashboards, AI agents, and chat UIs. Logos are served from a global CDN with ~20ms latency and stable URLs you can hotlink or cache.
What is "background analysis" on logos?
Each logo is classified as transparent, dark-mode, or light-mode background. That means you can show the right variant on your UI without manually QAing thousands of assets — just pick the variant that matches your container.
Do you have a logo URL I can drop into an <img> tag?
Yes — see Logo Link (https://www.context.dev/use-cases/logo-link). Pass a domain in the URL and embed the result as an <img src> directly. No SDK or auth required for low-volume display.

Ship an agent that actually knows things.

Free tier, 10-minute integration, and the same API powering agents at Mintlify, daily.dev, and Propane. No credit card to start.