Brand Intelligence API

Extract and understand any website instantly

Logo, favicon, color palette, and brand metadata — all in a single API endpoint. Built for developers who ship fast.

Get 1000 free credits when you create an account.

GET /api/v1/extract200 OK
{
"siteName": "Stripe",
"logoUrl": "https://images.stripeassets.com/fzn2n1nzq965/XtX984S1GJVsVOXFC7kMu/01988281e867728dfb09aa7793a6e3b9/Stripe.jpg?q=80",
"faviconUrl": "https://images.stripeassets.com/fzn2n1nzq965/1hgcBNd12BfT9VLgbId7By/01d91920114b124fb4cf6d448f9f06eb/favicon.svg",
"colors": ["#635BFF", "#0A2540", "#00D924"],
"title": "Stripe | Financial Infrastructure to Grow Your Revenue",
"description": "Stripe is a financial services platform that helps all types of businesses accept payments."
}

Brandohue vs. Building Your Own

Why one API call beats maintaining your own brand extraction infrastructure.

CapabilityBrandohueManual / DIY
Logo extraction
Favicon detection
Color palette with WCAG
OG tags & Twitter cards
JSON-LD structured data
SVG logo prioritization
JS rendering (SPA support)
Built-in caching (0 credits)
Maintenance burdenZeroOngoing
API calls per extraction13–5+

Works with your stack

Simple REST API. Code examples for every language. Integrate in minutes.

JavaScript
Native fetch or axios. Works in Node.js, Deno, Bun, and the browser.
Python
Simple requests-based integration. Async support with httpx or aiohttp.
PHP
Standard cURL or Guzzle HTTP client for Laravel and Symfony apps.
No-Code
Use the HTTP module in Zapier, Make, or n8n — no code required.

Simple, transparent pricing

Pay only for what you use. No hidden fees. New accounts get 1000 free credits.

Frequently Asked Questions

Everything you need to know about the Brandohue brand intelligence platform.

What is Brandohue?
Brandohue is a developer-first brand intelligence API. With a single POST request, you get a website's logo, favicon, color palette, and brand metadata (Open Graph, Twitter cards, JSON-LD) — all in structured JSON.
How do I get started?
Create a free account at brandohue.com/register — you'll get 1000 free credits immediately. Generate an API key from your dashboard, then make a POST request to /api/v1/extract with any website URL. Full documentation is available at /docs.
What's the difference between the Logo API and the Favicon API?
The Logo API extracts the company's primary brand logo (typically large, high-quality, used in page headers and Open Graph). The Favicon API extracts the small browser tab icon (favicon.ico, Apple touch icons, manifest icons). Brandohue returns both in every API call, so you don't need to choose.
How much does it cost?
Brandohue uses a pay-as-you-go credit system. Each API call costs 1 credit. New accounts get 1000 free credits. Cached responses cost 0 credits. Credits never expire, and there are no subscriptions or monthly commitments. See /pricing for current packages.
Can I extract brand colors from any website?
Yes. Brandohue analyzes CSS, inline styles, and logo images to extract dominant and accent brand colors. The API returns hex codes, color labels (e.g., "Primary Blue"), and WCAG contrast ratios. Useful for dynamic theming, dashboards, and brand monitoring.
Do you support SVG logos?
Yes. Brandohue prioritizes SVG logos whenever available because they scale to any size without quality loss. When SVG is not available, the highest-resolution PNG or WebP logo is returned as a fallback.
How accurate is the logo and brand detection?
Brandohue uses a multi-source detection strategy prioritizing structured metadata (OG tags, JSON-LD, Twitter cards) over heuristic DOM analysis. For well-structured websites with Open Graph tags, accuracy is near 100%. Across all websites, our heuristics achieve high accuracy, with intelligent fallbacks when explicit data is missing.
How does Brandohue compare to scraping logos manually?
Manual scraping requires building and maintaining parsers for OG tags, favicons, CSS colors, JSON-LD, and DOM heuristics — plus handling JavaScript rendering, timeouts, retries, and edge cases across millions of different website structures. Brandohue handles all of this in one API call with zero maintenance on your side.