Free API

Free Logo API

Drop-in Clearbit Logo API replacement. No API key required. Just an img tag.

GET https://api.easyenrichment.com/logo/:domain
Query params:size=64|128|256format=png|jpg

Live Demo

Try it with any domain

Type a domain below and see the logo load in real time directly from the API.

Usage

One URL. Any framework.

No SDK, no API key, no setup. Just reference the URL wherever you need a logo.

index.html
<!-- Just use an img tag -->
<img
  src="https://api.easyenrichment.com/logo/stripe.com"
  alt="Stripe logo"
  width="64"
  height="64"
/>

<!-- With size and format options -->
<img
  src="https://api.easyenrichment.com/logo/stripe.com?size=128&format=png"
  alt="Stripe logo"
/>

Why Use This

Built for developers

A reliable, fast, and free company logo API with no strings attached.

No API Key

Just use the URL directly. No registration, no authentication tokens, no SDK. Paste it into an img tag and it works.

Cached & Fast

Server-side caching for instant responses. 30-day browser cache headers. CDN-ready architecture for global low-latency delivery.

Multiple Sources

Falls back through Logo.dev, Google favicons, and DuckDuckGo icons. If one source is down, another picks up automatically.

SVG Placeholders

If no logo is found for a domain, the API generates a colored SVG placeholder based on the domain name. No broken images, ever.

Migration

Migrate from Clearbit in 30 seconds

One find-and-replace is all it takes. Same URL pattern, same img tag, new reliable source.

Before (Clearbit - deprecated)
<img src="https://logo.clearbit.com/stripe.com" />
After (Easy Enrichment - free)
<img src="https://api.easyenrichment.com/logo/stripe.com" />
One-line find & replace
# In your codebase, run:
sed -i 's|https://logo.clearbit.com|https://api.easyenrichment.com/logo|g' **/*.{html,tsx,jsx,vue,svelte}

FAQ

Frequently asked questions

Everything you need to know about the free logo API.

More than just logos

The Logo API is free forever. For full transaction enrichment with categories, merchant data, MCC codes, and 20+ fields, check out the full platform.