Why migrate?

Clearbit’s Logo API will be deprecated and shut down by December 1, 2025, which means any existing integrations using their service will stop working. Logokit offers a free drop-in replacement for Clearbit’s logo service.

Clearbit vs. LogoKit

LogoKit supports all the features offered by Clearbit, plus additional capabilities that set us apart. In addition to providing fast and reliable access to company logos and brand assets, we offer stock logos from all major global exchanges, including NYSE, NASDAQ, TSE, LSE, SZSE, Euronext, Deutsche Boerse, and more. Our structured Brand Detail API lets you retrieve up-to-date, detailed brand information with a single call, making it easy to access everything you need in one place.

Migration

1

Create your LogoKit account

If you don’t already have a LogoKit account, create one.

Sign-up for a free LogoKit account

Create a free account

2

Grab your API tokens

In the dashboard open Account → API Tokens.

Publishable token is safe to embed in public pages and CDN URLs, while Secret token whould be kept private and used for server-side requests.

3

Replace the Clearbit URL with LogoKit

Old Clearbit CDN

  <img src="https://logo.clearbit.com/stripe.com" />

Drop-in replacement with LogoKit

  <img src="https://img.logokit.com/stripe.com?token=<publishable-api-token>" />

Nothing else in your HTML changes—just replace the domain and append your token.

4

Call the Brand API (optional)

If you previously enriched companies via Clearbit’s Enrichment API, call LogoKit’s Brand API instead:

curl -H "Authorization: Bearer <secret-api-token>" \
     "https://api.logokit.com/brands/stripe.com"

The response includes the company’s name and details, including their address, social media links, corporate, and industry information.

5

Test & deploy

Open a test page or run your suite and confirm that:

  • Logos render for every domain you expect.
  • No requests hit logo.clearbit.com in your network tab.
    Once everything looks good, ship to production well before December 1 2025.

API Reference


Have questions or need help with the migration?

Drop us a line at support@logokit.com.


Migrated in minutes—before your users ever notice the change.