Product Launch

Introducing BrandQL: A Fresh Alternative to Clearbit's Sunsetting Logo API

Christian on November 30, 2025 · 6 min read

Screenshot of BrandQL MVP front-page with domain input field for fetching logos

Hey there, fellow developers and SaaS builders. If you're reading this, you're likely searching for a reliable domain logo API after Clearbit's announced changes. I'm Christian, a solo developer running a SaaS product that relied on Clearbit's logo service to display professional company icons. When the Clearbit logo API sunset was announced, I had to act fast. That's how BrandQL was born: a dependable alternative built by someone in the trenches, just like you.

The Clearbit Logo API Sunset: Why Now and What It Means

After HubSpot acquired Clearbit in December 2023, they announced on March 18, 2025 the deprecation of the Clearbit Logo API (logo.clearbit.com). The service will fully shut down on December 8, 2025, leaving blank spots where logos used to be in your apps.

For many of us, this feels like a curveball—especially if your product depends on fetching logos effortlessly. It's time to migrate or risk broken UIs. Instead of just switching to another service, I saw an opportunity to build something that not only replaces Clearbit's logo fetching but adds more value, like company names and basic metrics.

Why I Built BrandQL: From Frustration to Solution

This started as a personal fix. I had a scraper prototype from side projects, and with the Clearbit sunset looming, I turned it into a full API with an admin UI for overrides and automatic scoring of logo alternatives. In a weekend sprint, it was deployed and online—users could input a domain and get a high-quality logo back, just like before.

BrandQL is stable and production-ready. I've battle-tested it with my own apps, and the core functionality is solid: fast logo fetching, automatic quality scoring, and simple overrides when needed. It fills the gap by focusing on speed, reliability, and extras like pulling company names or metrics alongside the logo. This is just the beginning—I've got a roadmap full of features and improvements planned.

What Sets BrandQL Apart as a Clearbit Logo API Alternative

At its core, BrandQL is a domain logo API that fetches and serves logos quickly and accurately. Drop in a domain, and out comes a crisp image—scored and optimized automatically, with manual overrides if needed.

Here's what you get today:

  • Beyond Just Logos: Unlike basic fetchers, BrandQL can provide company names, social handles, and basic metrics (think domain insights or brand KPIs). It's like getting a mini enrichment API.
  • Blazing Fast Performance: The scraper is tuned for speed, so your apps load logos without lag. Tested under load to handle real-world traffic.
  • Easy Admin Tools: Override logo scores or add custom tweaks via a simple dashboard. No more dealing with inconsistent results.
  • Active Development: This is actively maintained and used in production. Expect regular updates, new features, and improvements based on real user needs.

BrandQL is built as a seamless replacement. If Clearbit's shutdown has your features on the brink, BrandQL steps in with the functionality you need.

Migrating to BrandQL: A Painless Switch

Switching from Clearbit's logo API to BrandQL is straightforward—I've made it as plug-and-play as possible. Here's a quick guide:

  1. Sign Up: Head to the site and grab an API key. It takes seconds.
  2. Update Your Code: Replace your old Clearbit endpoint with BrandQL's. For example, change:
<img src="https://logo.clearbit.com/example.com" />

To:

<img src="https://api.brandql.com/logo/example.com" />
  1. Add Extras If You Want: Query for company names or metrics with the same call—get JSON with logo URL, name, and more.
  2. Test and Deploy: Use the demo endpoint to verify everything works, then deploy before the December 8 deadline.

If you're coming from Clearbit, you'll appreciate how similar the flow is, but with added perks. And hey, if you run into snags, drop me a line—I'm here to help.

Ready to Make the Move? Try BrandQL Today

The Clearbit logo API sunset is a challenge, but it's also a chance to try something new. I've built BrandQL from the ground up to be the alternative you need: fast, stable for production, and actively developed with your needs in mind. Whether you're patching a SaaS feature or building something new, give it a spin.

This is a solo project, but it's production-ready and here to stay. I'm committed to maintaining and improving BrandQL because I rely on it myself. Sign up for updates and let's keep those logos flowing. Questions? Feedback? Reach out via support or on social. Thanks for checking this out—excited to have you on board!

↖ Back to overview