LOGO API / PUBLIC IMAGE ENDPOINT

Company logos from one domain URL.

A small, accountless image primitive for product interfaces, directories, and agent-built UIs. No signup, no API key, and no ReplyNodes credits. Pass a domain. Get a URL that works in an image tag.

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

01 / Test the contract

See the request and response.

Use the live endpoint with a domain you recognize. The preview reflects the real response; no local artwork is used as a success stand-in.

Live request

Test a domain

No auth required

Public domains only. Paths, emails, localhost, and IP addresses are not accepted.

Quick examples

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

Endpoint response

stripe.com

Loading
Loading preview…

Loading the image endpoint for stripe.com.

Drop-in code

It's just an image URL

No SDK required
HTML
<img src="https://img.replynodes.com/stripe.com" alt="Stripe logo" />
React
<img
  src={`https://img.replynodes.com/${domain}`}
  alt={`${company} logo`}
/>

Real endpoint proof

Five requests. One contract.

Every tile requests the public image endpoint. Results are shown in grayscale; unavailable responses stay neutral.

Stripe logostripe.com
Github logogithub.com
Openai logoopenai.com
Vercel logovercel.com
Airbnb logoairbnb.com

02 / Use the primitive

A URL, not another integration.

No SDK, authentication layer, or ReplyNodes credits for the public Company Logo API. Keep the contract visible in your code and choose the fallback that fits your product.

01

Pass

A public domain such as stripe.com.

02

Resolve

The endpoint returns the best available brand image.

03

Render

Use the result anywhere an img tag works.

04

Fallback

Keep a neutral state when a response is unavailable.

ENDPOINT
https://img.replynodes.com/{domain}

03 / Fit the surface

Where a logo belongs.

Use the domain you already have to add a quiet brand signal to the surfaces people scan every day.

CRM account logos

Keep account and lead records recognizable without another SDK.

Workspace switchers

Give every team and customer workspace a familiar visual anchor.

Directories and marketplaces

Add a useful brand signal to search results and listings.

Search and autocomplete

Pair company names with a logo as people find what they need.

Fintech transaction feeds

Make a transaction list easier to scan at a glance.

Customer dashboards

Show the company behind a report, integration, or account.

Job boards

Help candidates recognize employers in a dense results list.

AI-generated company cards

Let agent-built UIs add a logo without shipping an SDK.

Reports and exports

Keep generated documents and decks grounded in the company domain.

04 / Moving from Clearbit

For the basic pattern, change the hostname.

The migration is intentionally narrow: replace a basic Clearbit domain lookup, then test the domains and fallback states your application relies on. Do not assume legacy query parameters or broader feature parity.

Before
https://logo.clearbit.com/stripe.com
After
https://img.replynodes.com/stripe.com
Read the Clearbit migration guide

05 / Brand Intelligence

Need more than an image URL?

The Logo API is the small public primitive. Brand Intelligence is a separate product surface for colors, fonts, style guides, company metadata, and richer brand assets where supported.

Explore Brand Intelligence

The Logo API remains accountless. For the broader ReplyNodes platform, create an account or log in.

06 / FAQ

Questions developers ask first.

What is a Company Logo API?

A Company Logo API turns a public company domain into an image URL that you can use in a product, document, or interface.

How do I get a logo from a domain?

Use https://img.replynodes.com/{domain}. For example, https://img.replynodes.com/stripe.com returns the image endpoint for Stripe's domain.

Do I need an API key?

No. The public logo image endpoint does not require an API key.

Do I need a ReplyNodes account?

No. You can use the public logo image endpoint without a ReplyNodes account.

Does it use ReplyNodes credits?

No. Requests to the public logo image endpoint do not use ReplyNodes credits.

What happens when a logo cannot be found?

The endpoint uses deterministic fallback behavior. Depending on what is available, that can mean a logo, a favicon, or a neutral placeholder.

Can I use it directly in an HTML image tag?

Yes. Use <img src="https://img.replynodes.com/stripe.com" alt="Stripe logo" /> directly in your HTML.

Is this a Clearbit Logo API alternative?

It supports the same basic domain-to-image URL integration pattern as a Clearbit Logo API lookup. Do not assume legacy Clearbit parameters or broader feature parity are supported.

How can a company get its logo corrected or refreshed?

Logo refresh and correction tooling is not yet self-service. If a result needs attention, use a fallback in your interface while the source is reviewed.

Are there usage limits?

This page does not publish a usage-limit or fair-use promise. Check the current endpoint behavior for the application you are building and avoid assuming unlimited usage.

Start with one domain.

Try the public image URL before you add anything else.

Try a domain