Skip to main content
Clearbit Logo API is shutting down. If your app uses logo.clearbit.com, it will stop working. Logo.dev is the official migration path recommended by Clearbit/HubSpot.

Overview

The Clearbit Logo API served millions of logo requests daily for nearly a decade as the industry standard for company logo retrieval. Launched in 2015, it introduced the simple domain-to-logo approach that became essential for developers adding visual branding to applications. This documentation explains how Clearbit Logo API worked and guides migration to Logo.dev. Our team created the original Clearbit Logo API, and following Clearbit’s HubSpot acquisition, we developed Logo.dev as its official successor. Logo.dev maintains the same simplicity while adding stock ticker lookup, cryptocurrency symbols, and enhanced image formats.

Base endpoint

The Clearbit Logo API used a simple URL structure:
Base URL Structure
https://logo.clearbit.com/{domain}
Example Request
https://logo.clearbit.com/google.com

Parameters

domain
string
required
Company domain placed in the path, immediately after the host.
size
number
default:"128"
Desired width in pixels. Height auto-scales to preserve aspect ratio.
format
string
default:"png"
Output format. Common values: png, jpg.
greyscale
boolean
default:"false"
Returns a greyscale version of the logo when set to true.

Example implementations

<img
  src="https://logo.clearbit.com/stripe.com?size=128"
  alt="Stripe logo"
  width="128"
  height="128"
/>

FAQs

Yes. The API was free with attribution requirements for commercial use. No authentication or account needed.
Commercial usage required visible attribution to clearbit.com — 12pt+ font, follow link, legible placement.
December 1, 2025. Support for the API ended March 18, 2025. Logo.dev is the recommended replacement.
Only if their contract included a specific Logo API plan that waived attribution. Most customers still needed it.
From publicly accessible web sources, following standard copyright and fair use practices.

Migrate now to Logo.dev

We’re the same team that built the original Clearbit Logo API. Logo.dev is the official migration partner recommended by Clearbit/HubSpot, offering a seamless 1:1 replacement with even more capabilities:
  • One-to-one migration — Simply replace logo.clearbit.com with img.logo.dev
  • Enhanced features — Look up logos by stock ticker, cryptocurrency symbols, and more
  • Better performance — Global CDN, smart fallbacks, and predictable formats
  • Maintained and supported — Hundreds of millions of logos - updated daily.

Migrate from Clearbit

Replace Clearbit Logo URLs with Logo.dev in minutes.