Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.pubrio.com/llms.txt

Use this file to discover all available pages before exploring further.

The Pubrio Logo API returns a company’s logo from its domain. No API key. No sign-up. Just a URL.
<img src="https://logo.pubrio.com/pubrio.com" alt="Pubrio" />
Pubrio logo example

Quick start

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

Endpoint

GET https://logo.pubrio.com/{domain}
ParameterInRequiredDescription
domainpathThe company domain (e.g., stripe.com, apple.com). With or without www.; protocol is ignored if included.
Response: the logo image binary, served with the appropriate Content-Type header.
No authentication required. No Authorization header, no API key, no signed URLs. Hotlink directly from <img src> in production.

How it works

Lookup by domain

Provide any company domain in the URL path. Pubrio resolves the canonical brand and returns its logo from a continuously refreshed source set.

CDN-delivered

Logos are cached at the edge. First request warms the cache; subsequent requests serve from the closest POP with sub-100ms latency.

No authentication

Public endpoint. Embed directly in <img src> tags, marketing sites, prospecting tools, dashboards, or browser extensions.

Graceful fallback

Unknown or unresolvable domains return a neutral placeholder rather than a broken image — your UI never shows a missing-asset icon.

Examples

stripe.com

Stripe

airbnb.com

Airbnb

shopify.com

Shopify

github.com

GitHub

Common use cases

CRM and prospecting UIs

Show logos next to company records in your CRM, sales tooling, or BI dashboards — no need to upload, store, or maintain a logo asset library.

Email signatures and sequences

Embed the recipient’s company logo in personalized outbound — every send fetches the freshest logo from the CDN.

Investor dashboards and portfolio pages

Render a company grid by domain. Works for public, private, early-stage, or international companies that aren’t in mainstream stock-image sets.

Marketing pages and case studies

Customer logo walls, integration grids, “trusted by” sections — fed straight from a list of domains.

Migrating from another logo provider

If your existing logo URLs follow the host/{domain} pattern, switching to Pubrio is a one-line find-and-replace.
- <img src="https://example-logo-host.com/stripe.com" />
+ <img src="https://logo.pubrio.com/stripe.com" />
Same URL shape, same response contract (image binary by domain), no auth — for most codebases the migration is a single string replacement.

FAQ

No. The Logo API is public and free. You can hotlink images from <img src> in client-side HTML, marketing pages, dashboards, and extensions without any credentials.
Pubrio returns the highest-quality format available for each brand (typically PNG with transparency). The Content-Type header reflects the actual format served.
The endpoint is designed for in-page hotlinking and high-volume CDN delivery. There are no per-IP rate limits for normal browser usage. Server-to-server bulk crawling is subject to fair-use throttling — if you have a high-volume backend use case, reach out.
Yes — that’s the primary use case. Embed <img src="https://logo.pubrio.com/{domain}"> directly. Logos are cached at the edge for fast delivery worldwide.
Pubrio continuously re-fetches and refreshes logos from canonical brand sources. Most logos are updated within days of a brand change.
No. The Logo API is a standalone free service. If you also want company enrichment, employee counts, signals, or contact data, see the main API reference.

Beyond logos: the full Pubrio API

The Logo API is a free utility. If you find it useful, the rest of the Pubrio platform turns the same domain into a full company profile.

Company Enrichment

Resolve a domain into employee count, industry, location, technographics, and more.

People Lookup

Find verified contacts at any company by role, seniority, or department.

Monitors (signals)

Real-time hiring, news, and ad signals delivered via Webhook.

Get an API key

Free plan with credits — no card required.