The Pubrio Logo API returns a company’s logo from its domain. No API key. No sign-up. Just a URL.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.
Quick start
Endpoint
| Parameter | In | Required | Description |
|---|---|---|---|
domain | path | ✅ | The company domain (e.g., stripe.com, apple.com). With or without www.; protocol is ignored if included. |
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
airbnb.com
shopify.com
github.com
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 thehost/{domain} pattern, switching to Pubrio is a one-line find-and-replace.
FAQ
Do I need an API key?
Do I need an API key?
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.What happens if a domain doesn't exist or has no logo?
What happens if a domain doesn't exist or has no logo?
Unknown or unresolvable domains return a neutral placeholder image rather than a 404 — your UI stays clean. If you need to detect “no logo found” programmatically, inspect the response headers.
What image format is returned?
What image format is returned?
Pubrio returns the highest-quality format available for each brand (typically PNG with transparency). The
Content-Type header reflects the actual format served.Are there rate limits?
Are there rate limits?
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.
Can I use this on my production website?
Can I use this on my production website?
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.How fresh are the logos?
How fresh are the logos?
Pubrio continuously re-fetches and refreshes logos from canonical brand sources. Most logos are updated within days of a brand change.
Does this require the rest of the Pubrio API?
Does this require the rest of the Pubrio API?
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.

