Clearbit Logo
APISearch and embed high-quality company logos into your projects
Overview
The Clearbit Logo API lets developers retrieve company logos using a domain name. Key endpoints include direct image access (e.g., GET https://logo.clearbit.com/example.com) returning PNG/SVG files, and JSON responses (adding .json) with logo URLs, dimensions, and format details. It’s ideal for embedding logos in CRMs, marketing tools, dashboards, or apps to enhance brand visibility and user experience. The API supports scalable assets and works seamlessly with minimal setup.
Example Integration (JavaScript)
fetch('https://clearbit.com/docs#logo-api')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful API
- Direct image retrieval (PNG/SVG)
- JSON metadata option
- Domain-based search
Frequently Asked Questions
? Is Clearbit Logo API free to use?
Yes, it offers a free tier with rate limits; paid plans are available for higher usage and advanced features.
? Does it require an API Key?
Basic image retrieval doesn’t need an API key, but JSON metadata or higher rate limits may require one (depending on your plan).
? What is the response format?
Direct requests return PNG/SVG images; adding .json gives a JSON object with logo details like URL, dimensions, and format.
Top Alternatives
People Also Ask about Clearbit Logo
Tool Info
Pros
- ⊕ Easy integration (simple HTTP requests)
- ⊕ High-quality scalable logos
- ⊕ No API key for basic use
- ⊕ Supports multiple formats
Cons
- ⊖ Rate-limited free tier
- ⊖ Advanced features require paid plans
- ⊖ Limited customization for size/color