Fill your default UX
Stop generic favicons and default globe icons from being generated when sharing links in chat apps, comments, and feed streams, and make every shared link look like a premium content card.
Hunter’s logo API pulls high-quality company and brand logos straight from any domain. Get the domain logo of any company in one request. 100% free, no account, no API key. The simplest Clearbit Logo API replacement on the market.
Enter any domain name below to see the logo.
This is the Clearbit logo API alternative that you deserve. A simple logos API and logo finder in one. Logos that are simple to access, look great, and are free to use forever.
No account or API key needed. Just enter a domain to find the logo.
Crisp, high-resolution company logos served as PNG, WEBP, or AVIF, ready to drop into any app, website, or interface.
Our logo API is free forever, with no hidden fees to be found. Just add one backlink from your site to hunter.io.
Hunter’s logo API works as a plain image URL. No SDK, no API key, no setup. Point any image tag at the company domain you want and the logo loads.
HTML
<img
src="https://logos.hunter.io/stripe.com"
alt="Stripe logo"
/>
React
<img
src={`https://logos.hunter.io/${domain}`}
alt={`${company} logo`}
/>
Python
import requests
logo = requests.get(
f"https://logos.hunter.io/{domain}"
).content
Our logo API can be used in websites, apps, CRM systems, marketing platforms, and wherever you need it. Hunter is the easiest way for developers, product teams, and marketers to fetch company logos.
Stop generic favicons and default globe icons from being generated when sharing links in chat apps, comments, and feed streams, and make every shared link look like a premium content card.
Automatically update and fill gaps in database visual assets to replace legacy records with up-to-date logos, without manual entry.
As users type in your forms, automatically fetch and display a company logo based on the email domain to provide immediate visual confirmation that your app recognizes their company.
Clearbit shut down their logo API in December 2025. If your code still calls logo.clearbit.com, you can switch to Hunter in 30 seconds. The URL pattern is the same, so most apps need a single search and replace to be back online.
Before, with Clearbit
<img src="https://logo.clearbit.com/stripe.com" />
After, with Hunter
<img src="https://logos.hunter.io/stripe.com" />
Both APIs accept a domain and return a logo image. Swap one hostname and most integrations work without further changes.
Hunter’s logo API is free with a fair-use policy. You don’t need an account, an API key, or a credit card to start using it.
Hunter has served 7 million users since 2015. The logo API is part of the same data platform that powers our email and company products.
Logos come back as high-quality images, typically PNG, WEBP, or AVIF, ready to drop into any image tag.
If you can't find the answer to your question here, visit the dedicated section in our API documentation.
Visit the API documentationSimply request https://logos.hunter.io/{your-domain}. For example, to get Hunter’s logo you’d call https://logos.hunter.io/hunter.io. The response is the logo image, typically PNG, WEBP, or AVIF, ready to use directly in an <img> tag.
Yes. There are no fees or hidden charges. We don’t require accounts or an API key, but do require a backlink from your site to hunter.io.
If we can’t find a company’s logo, the API returns a default placeholder. We are constantly adding new logos and improving our coverage.
To update the logo Hunter finds for your company, add or update the logo metadata on your homepage. The strongest signal is a Schema.org Organization JSON-LD logo value, for example {"@type":"Organization","logo":"https://example.com/logo.svg"}. The next strongest signal is <meta property="og:logo" content="https://example.com/logo.svg">.
Hunter's API logo is free, but does have an unlimited fair-use policy.
This policy doesn't cap your requests, but does require you to use the API reasonably. Please avoid sending thousands of requests per second or any other behavior which would limit the viability of the logo API for other users. In these instances, we reserve the right to throttle or block your access.
If you have a high-volume use case, please reach out to us directly at contact@hunter.io, we’d love to chat!
A company logo API, sometimes called a brand logo API, is a service that returns a brand’s logo when you send it a domain name. Instead of sourcing logos manually, hosting your own logo database, or building a fallback for missing files, you point an image tag at a URL like https://logos.hunter.io/stripe.com and the logo loads.
Developers use a logo API to enrich CRM records, fill database gaps, and power smart autocomplete in signup forms. Product teams use it to render company logos in workspaces, marketplaces, and transaction feeds. Marketing teams use it to keep customer logos and competitor pages fresh without manual updates.
Yes. Hunter’s logo API is a drop-in replacement for the Clearbit Logo API, which shut down in December 2025. The URL pattern matches Clearbit’s domain-based format, so most apps need only a single search and replace from logo.clearbit.com to logos.hunter.io to keep working.
Send a request to https://logos.hunter.io/{domain}, replacing {domain} with the company’s domain. For example, https://logos.hunter.io/airbnb.com returns Airbnb’s logo. You can drop the URL straight into an <img> tag, fetch it in code, or paste it into a spreadsheet formula.
The Logo API returns the company logo as an image. The Content-Type matches whatever is stored for that domain, typically PNG, WEBP, or AVIF. You can drop the URL straight into an <img> tag and any modern browser will render it. The full reference is in our API documentation.
The logo API has no fixed rate limit, but we ask you to stay under 50,000 requests per day for typical use. Above 200,000 requests per day, please contact us at contact@hunter.io to discuss your use case. Caching logos locally is encouraged for high-traffic apps.
Yes. Hunter’s logo API works as a domain logo search engine. Pass any company domain and you get back its logo, no separate search UI to learn. The API is the search engine itself: https://logos.hunter.io/{domain} returns the matching company logo instantly.