Official documentation for Logo.dev - the comprehensive logo API that provides instant access to millions of company logos, cryptocurrency icons, and stock ticker symbols.
Logo.dev offers multiple APIs to fetch brand assets programmatically:
- Logo Images API - Fetch company logos by domain name
- Stock Ticker API - Get logos using stock ticker symbols
- Cryptocurrency API - Access crypto logos by symbol
- Brand Search API - Convert brand names to domains
- Describe API - Get brand metadata including colors and social links
- Node.js 18+ installed
- Logo.dev API key (get yours at logo.dev/dashboard)
Install the Mintlify CLI to preview documentation locally:
npm install -g mint- Clone this repository
- Navigate to the project root (where
docs.jsonis located) - Start the development server:
mint devThe documentation will be available at http://localhost:3000
# Preview on specific port
mint dev --port 3333
# Update Mintlify CLI
mint update
# Check for broken links
mint broken-links
# Validate OpenAPI specs
mint openapi-check <filename>├── introduction.mdx # Getting started guide
├── migrations/ # Migration guides
│ └── clearbit.mdx # Migrating from Clearbit
├── integrations/ # App integrations (Google Sheets, Excel)
├── brand-visibility/ # Get your logo seen (Google, email, BIMI)
├── logo-images/ # Image CDN documentation
│ ├── introduction.mdx # API overview and parameters
│ ├── get.mdx # Domain logos and parameters
│ ├── ticker.mdx # Stock ticker logos
│ ├── crypto.mdx # Cryptocurrency logos
│ ├── isin.mdx # ISIN logos
│ └── name.mdx # Logos by brand name
├── brand-search/ # Brand Search API
├── describe/ # Describe (Brand) API
├── platform/ # Platform features
│ ├── api-keys.mdx # API key management
│ ├── rate-limits.mdx # Rate limiting policies
│ ├── caching.mdx # Caching behavior
│ ├── self-hosting.mdx # Self-hosting logos
│ ├── attribution.mdx # Attribution requirements
│ └── fair-use.mdx # Fair use guidelines
├── support/ # Support resources
└── snippets/ # Reusable MDX/JSX components
SEO landing pages (
clearbit-logo-docs.mdx,google-favicon-api.mdx,duckduckgo-favicon-api.mdx,fey-logos.mdx) live at the repo root and are intentionally kept out of the sidebar navigation.
<img src="https://img.logo.dev/apple.com?token=LOGO_DEV_PUBLISHABLE_KEY" /><img src="https://img.logo.dev/ticker/AAPL?token=LOGO_DEV_PUBLISHABLE_KEY" /><img src="https://img.logo.dev/crypto/btc?token=LOGO_DEV_PUBLISHABLE_KEY" />The documentation is configured via docs.json:
- Branding - Logo, favicon, and color scheme
- Navigation - Sidebar structure and page ordering
- Analytics - Tracking configuration
- CTAs - Dashboard and support links
Install the Mintlify GitHub App to auto-deploy changes:
- Push changes to your default branch
- Changes deploy automatically to production
- Monitor deployment status in your dashboard
For manual deployments or custom workflows, contact the Mintlify team.
| Issue | Solution |
|---|---|
mint dev not running |
Reinstall the CLI with npm install -g mint |
| Page loads as 404 | Ensure you're in the directory with docs.json |
| CLI installation fails | Check Node.js version (requires 18+) |
| Preview port in use | Use mint dev --port <port> |
- API Support: support@logo.dev
- Documentation Issues: Open an issue in this repository
- API Status: Check status.logo.dev
We welcome contributions to improve our documentation:
- Fork this repository
- Create a feature branch (
git checkout -b feature/improvement) - Make your changes
- Run
mint broken-linksto validate - Submit a pull request
- Use clear, concise language
- Include code examples for all endpoints
- Test all examples before submitting
- Follow the existing format and structure
- Logo.dev Dashboard - Manage API keys
- API Reference - Full API documentation
- Status Page - Service availability
- Pricing - Plan details and limits
This documentation is proprietary to Logo.dev. See Terms of Service for usage guidelines.