Clearbit API discontinued April 2025

Clearbit shut down.
Your enrichment shouldn't.

HubSpot acquired Clearbit, killed the free tools, shut down the API, and locked everything behind a CRM subscription. If you're looking for a Clearbit replacement that's actually an API — not a CRM upsell — you're in the right place.

Easy Enrichment gives you company, domain, person, and transaction enrichment through a simple REST API. No HubSpot account needed. No sales calls. Pay 1–2 cents per request.

Read the Docs

What Happened to Clearbit?

Clearbit was the go-to enrichment API for developers. Then HubSpot bought it and turned it into a CRM feature. Here's the timeline:

Late 2023

HubSpot acquires Clearbit

Early 2024

Clearbit rebranded to "Breeze Intelligence"

April 30, 2025

All free Clearbit tools shut down

December 2025

Clearbit Logo API discontinued

Now

Requires HubSpot subscription to access any data

The bottom line: If you're not a HubSpot customer paying at least $9/seat/month plus per-credit fees, you have zero access to any Clearbit data. The standalone API, the free tools, and the Logo API are all gone. Non-HubSpot users are completely locked out.

Clearbit vs Easy Enrichment

A direct comparison between what Clearbit used to offer and what Easy Enrichment provides today.

FeatureClearbit

now Breeze Intelligence

Easy Enrichment
StatusShut down (now Breeze Intelligence)Active & growing
CRM RequiredYes (HubSpot only)No CRM needed
Self-Serve SignupNoYes, instant API key
Free TierDiscontinued20 free calls
Company EnrichmentWas available/enrich/company (2c)
Domain LookupWas available/enrich/domain (1c)
Person EnrichmentWas available/enrich/person (2c)
Logo APIShut down Dec 2025Included in responses
Transaction EnrichmentNever offered/enrich (1c)
Pricing Model$9/seat/mo + creditsPay-as-you-go
Minimum CommitmentHubSpot subscriptionNone
Annual ContractYesNo
REST API AccessDiscontinuedFull REST API
Tech Stack DetectionWas availableYes
Social ProfilesWas availableYes

Endpoint-by-Endpoint Replacement

Every Clearbit API endpoint has a direct replacement in Easy Enrichment — plus a bonus endpoint Clearbit never offered.

/enrich/company2c per request

Replaces: Clearbit Company API

Full company profiles: name, industry, employee count, funding, headquarters, social profiles, technologies, and contact information.

/enrich/domain1c per request

Replaces: Clearbit Domain API + Logo API

Look up any company by domain. Returns company details, tech stack, social profiles, and logo URLs. Direct replacement for both the Domain API and the discontinued Logo API.

/enrich/person2c per request

Replaces: Clearbit Person API

Person enrichment by email: full name, job title, current company, LinkedIn profile, Twitter handle, and bio.

/enrich1c per request

Replaces: Nothing (Clearbit never had this)

BONUS: Transaction enrichment from raw bank strings. Identifies merchants, categories, logos, and metadata. Something Clearbit never offered.

Migrate in 5 Minutes

Switching from Clearbit to Easy Enrichment is a find-and-replace operation. Here's what your code looks like before and after.

Company Enrichment

Clearbit (discontinued)
curl https://company.clearbit.com/v2/companies/find
  -G -d domain="stripe.com"
  -u YOUR_CLEARBIT_KEY:

# Status: API shut down
# Returns: 404 Not Found
Easy Enrichment
curl -X POST https://api.easyenrichment.com/enrich/company \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"companyName": "Stripe"}'

# Returns: name, industry, size,
# funding, HQ, social, tech stack, logo

Domain Lookup

Clearbit (discontinued)
curl https://company.clearbit.com/v1/domains/find
  -G -d name="Stripe"
  -u YOUR_CLEARBIT_KEY:

# Status: API shut down
Easy Enrichment
curl -X POST https://api.easyenrichment.com/enrich/domain \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"domain": "stripe.com"}'

# Returns: company info, tech stack,
# social profiles, logo URL

Person Enrichment

Clearbit (discontinued)
curl https://person.clearbit.com/v2/people/find
  -G -d email="ceo@stripe.com"
  -u YOUR_CLEARBIT_KEY:

# Status: API shut down
Easy Enrichment
curl -X POST https://api.easyenrichment.com/enrich/person \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"email": "ceo@stripe.com"}'

# Returns: name, title, company,
# LinkedIn, Twitter, bio

Logo API

Clearbit Logo API (shut down Dec 2025)
<img src="https://logo.clearbit.com/stripe.com" />

# Status: Domain no longer serves images
# All logo URLs return errors
Easy Enrichment
# Logo URLs are included automatically
# in /enrich/company and /enrich/domain
# responses. No separate API needed.

# Response includes:
# "logo": "https://logo.url/stripe.png"

Pricing: No Contest

Clearbit was never cheap. Now it's bundled inside HubSpot's pricing, making it even harder to justify for API-only use cases.

Discontinued

Clearbit / Breeze Intelligence

HubSpot subscription required

Starting at $9/seat/month

Credit-based system on top of subscription

Credits sold in bundles, expire monthly

Annual contracts typical

Enterprise sales process

No standalone API access

Must use through HubSpot CRM

Recommended

Easy Enrichment

No subscription required

Pure API, no CRM dependency

1-2 cents per request

Domain lookup: 1c | Company/Person: 2c

20 free calls to test

No credit card required to start

No minimums, no contracts

Pay only for what you use, cancel anytime

Quick math: How much would you save?

1,000 lookups

Easy Enrichment: $10–$20

Clearbit: HubSpot sub + credits

10,000 lookups

Easy Enrichment: $100–$200

Clearbit: Enterprise contract

100,000 lookups

Easy Enrichment: $1,000–$2,000

Clearbit: Custom enterprise deal

Who Should Switch?

Easy Enrichment is the right Clearbit replacement if any of these apply to you.

Developers

You used the Clearbit API directly in your code and need a drop-in REST API replacement without adopting an entire CRM.

Startups & SMBs

You can't justify a HubSpot Enterprise subscription just for enrichment data. Pay-as-you-go pricing makes more sense at your scale.

Sales & Marketing Tools

Your product relied on Clearbit for lead enrichment. You need a reliable API that won't get acquired and shut down.

Fintech Companies

You need transaction enrichment alongside company data. Easy Enrichment is the only API that offers both in one place.

Logo API Users

You used logo.clearbit.com to display company logos in your app. Our company and domain endpoints include logo URLs automatically.

Non-HubSpot Users

You use Salesforce, Pipedrive, or no CRM at all. Clearbit locked you out entirely. Easy Enrichment works with any stack.

Frequently Asked Questions

Is Clearbit completely shut down?

The standalone Clearbit API is discontinued. HubSpot rebranded it as "Breeze Intelligence" and made it exclusive to HubSpot customers. All free tools were removed April 30, 2025, and the Logo API was shut down in December 2025. If you don't use HubSpot, you have no access.

How does Easy Enrichment compare to Clearbit's data quality?

Easy Enrichment uses AI-powered enrichment to deliver comparable data quality for company, domain, and person lookups. We cover the same core fields: company name, industry, employee count, funding, social profiles, tech stack, and more. Plus we add transaction enrichment that Clearbit never offered.

Can I use the same fields I got from Clearbit?

Yes. Our company endpoint returns name, industry, size, funding, headquarters, social profiles, technologies, and contact info. Our person endpoint returns name, title, company, LinkedIn, Twitter, and bio. Our domain endpoint returns company info plus tech stack and logo URLs.

How long does migration take?

Most developers migrate in under 30 minutes. Sign up for an API key (instant, no approval needed), swap out the endpoint URLs and auth header, and adjust your response parsing. The data structure is clean JSON, well-documented in our docs.

What about the Clearbit Logo API?

The Clearbit Logo API (logo.clearbit.com) was shut down in December 2025. Easy Enrichment includes logo URLs in company and domain enrichment responses automatically. No separate API call needed.

Is there a free trial?

Yes. Every account gets 20 free API calls with no credit card required. Sign up, get your API key, and start testing immediately.

Get your API key in 30 seconds

Stop waiting for HubSpot sales reps. Sign up, grab your key, and start enriching data right now. 20 free calls included.

No credit card required. No CRM subscription. No annual contract.

View API Docs