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.
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
- 01Pass a domain like
stripe.com - 02Our engine renders the website via headless browsers, scanning HTML, meta tags, and visual elements
- 03Logos are pulled from official social accounts (X, LinkedIn, Instagram, YouTube)
- 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.














