CLEARBIT MIGRATION / BASIC DOMAIN LOOKUPS

Move off Clearbit without rebuilding the UI.

For the basic domain-to-image pattern, replace one hostname with ReplyNodes' free Company Logo API. No signup. No API key. No ReplyNodes credits.

Before

https://logo.clearbit.com/stripe.com

After

https://img.replynodes.com/stripe.com

01 / The smallest useful change

Find the host. Replace the host. Test the result.

This page documents the verified domain → image URL pattern only. It does not claim full Clearbit parameter compatibility, coverage, uptime, latency, formats, or unlimited usage.

Before / Clearbit

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

After / ReplyNodes

<img src="https://img.replynodes.com/stripe.com" alt="Stripe logo" />

02 / Migration checklist

Keep the change easy to review.

The implementation is small; the validation is yours. Check the domains and fallback states your application relies on before you ship.

  1. 01

    Find the old host

    Search code, templates, and stored content for logo.clearbit.com.

  2. 02

    Replace the hostname

    Use https://img.replynodes.com for a basic domain-logo URL.

  3. 03

    Test important domains

    Verify the endpoint response and fallback behavior in your UI.

  4. 04

    Review parameters

    Do not assume legacy Clearbit query parameters are supported.

03 / What stays true

A public image URL, and nothing more implied.

Direct image URL
Domain-based lookup
No signup
No API key
No ReplyNodes credits
Deterministic fallback behavior

The public endpoint is separate from the richer Brand Intelligence product surface. If you need brand colors, fonts, style guides, metadata, or richer assets where supported, learn about Brand Intelligence.

04 / Next step

Test the new URL in the live demo.

Start with one domain, observe the endpoint response, then update the smallest possible surface in your app.

Try the Logo API