The Logo API for
Modern Developers

Fetch logos for any company, stock ticker, or cryptocurrency. Get brand profiles, colors, social links, and AI-powered style variants.

// Fetch any logo with a simple URL
<img src="https://img.loadlogo.com/spotify.com" />

// Stock tickers
<img src="https://img.loadlogo.com/ticker/AAPL" />

// Crypto tokens
<img src="https://img.loadlogo.com/crypto/btc" />

// Style variants (AI-powered)
<img src="https://img.loadlogo.com/spotify.com?style=circle" />

// Brand profile API
fetch("https://api.loadlogo.com/describe/spotify.com")

Everything You Need

🎨

Universal Logo CDN

Fetch logos by domain, company name, stock ticker, or crypto symbol. Sub-second delivery from Cloudflare's edge.

🎨

Brand Profiles

Get name, description, colors, social links, blurhash, and more for any domain with a single API call.

📈

Stock Tickers

70K+ stock ticker logos across all major exchanges. NYSE, NASDAQ, LSE, TSX, and more.

🪙

Crypto Tokens

20K+ cryptocurrency logos. Bitcoin, Ethereum, Solana, and every token across 50+ chains.

AI Style Variants

Transform any logo into circle, flat, pixel-art, monochrome, glossy, or outlined styles using AI.

Edge-First

Built entirely on Cloudflare Workers. Global CDN, D1 database, R2 storage. Blazing fast everywhere.

API Reference

GET img.loadlogo.com/{domain}

Fetch a logo by domain. Params: size, format (png/jpg/webp), style, fallback (monogram/404), greyscale.

GET img.loadlogo.com/ticker/{symbol}

Fetch a stock ticker logo. Supports all major exchanges.

GET img.loadlogo.com/crypto/{symbol}

Fetch a cryptocurrency logo by symbol (btc, eth, sol, etc).

GET img.loadlogo.com/name/{name}

Fetch a logo by company name. AI-powered brand resolution.

GET api.loadlogo.com/search?q={query}

Search brands by name. Returns array of {name, domain} matches.

GET api.loadlogo.com/describe/{domain}

Get full brand profile: name, description, logo, colors, blurhash, socials, indexed_at.

GET api.loadlogo.com/ticker/{symbol}

Get ticker metadata: symbol, company name, domain, exchange.

GET api.loadlogo.com/crypto/{symbol}

Get crypto metadata: symbol, name, chain, logo URL.