The Logo API provides instant access to company logos by domain name. This completely free service serves as a drop-in replacement for the deprecated Clearbit Logo API and delivers high-quality logos through our global CDN.Documentation Index
Fetch the complete documentation index at: https://developers.debounce.com/llms.txt
Use this file to discover all available pages before exploring further.
Logo API Overview
You can see more logo demos in action by clicking here.

What this API Provides
- High-quality PNG logos for millions of companies
- Automatic fallback to clean monograms when logos aren’t available
- Daily updates to reflect rebranding and domain changes
- Production-ready for high-traffic applications
- No attribution required - use logos freely in your applications
Use Cases
- Onboarding flows - Display company logos during user registration
- Job boards - Show employer logos in listings
- Financial dashboards - Enhance account views with brand logos
- Internal tools - Add visual context to company data
- CRM systems - Enrich contact records with company branding
API Endpoint
{domain} with the company domain you want to retrieve a logo for.
Example Requests
Get Google’s logo:Response Format
The API returns logo images directly in PNG format. If a logo is found, you’ll receive the high-quality company logo. If no logo is available, a clean grey monogram placeholder will be returned instead.Successful Response
- Content-Type:
image/png - Status Code:
200 OK - Image Size:
128x128px(square format) - Body: PNG image data
Visual Example
Here’s what the Google logo looks like when fetched from the API:Example Usage in HTML
Example Usage in JavaScript
Rate Limiting
Best Practices
Migration from Clearbit
If you’re migrating from Clearbit Logo API, the transition is simple: Before (Clearbit):Supported Formats
- PNG format - High-quality, scalable logos
- Automatic fallback - Clean monograms for missing logos
- Consistent sizing - All logos delivered at 128x128px (square format)

