Skip to content

Logo.dev

MetadataValue
Categorydev
Capabilitieshttp
Websitehttps://www.logo.dev
  • api

Company logo API - get logos for any brand by domain, stock ticker, or company name.

  1. Sign up at https://www.logo.dev/signup (free tier available)
  2. Get your publishable key from https://www.logo.dev/dashboard
  3. Add credential in AgentOS Settings → Providers → Logo.dev

Logo.dev is a CDN — URLs return images directly, not JSON. The utilities verify the logo exists and return the URL in the response headers.

URL pattern:

https://img.logo.dev/{identifier}?token=KEY&size=128&format=png
Terminal window
curl -X POST http://localhost:3456/api/adapters/logo-dev/logo_url \
-H "Content-Type: application/json" \
-H "X-Agent: cursor" \
-d '{"domain": "shopify.com", "size": 64}'

Returns the verified URL that can be used in <img> tags.

Terminal window
curl -X POST http://localhost:3456/api/adapters/logo-dev/ticker_url \
-H "Content-Type: application/json" \
-H "X-Agent: cursor" \
-d '{"ticker": "AAPL"}'
Terminal window
curl -X POST http://localhost:3456/api/adapters/logo-dev/name_url \
-H "Content-Type: application/json" \
-H "X-Agent: cursor" \
-d '{"name": "Shopify"}'
Terminal window
curl -X POST http://localhost:3456/api/adapters/logo-dev/crypto_url \
-H "Content-Type: application/json" \
-H "X-Agent: cursor" \
-d '{"symbol": "BTC"}'
  • Adapter icons: Generate proper logos for adapters that don’t have them
  • Contact enrichment: Add company logos to contacts
  • Entity display: Show logos in task/project views
MethodIdentifierExample
Domainshopify.comMost reliable
Tickerticker:AAPLStock symbols
Cryptocrypto:BTCCryptocurrency
Namename:ShopifyFuzzy matching
ISINisin:US0378331005International securities
ParamValuesDefault
size16-800128
formatjpg, png, webppng
themeauto, light, darkauto
retinatrue/falsefalse
fallbackmonogram, 404monogram
  • Free: 1,000 requests/month
  • Pro: Higher limits
  • Enterprise: SVG format, custom fallbacks