Bulk Company Logo Finder: Logos, Colors & Sizes by Domain avatar

Bulk Company Logo Finder: Logos, Colors & Sizes by Domain

Pricing

from $4.50 / 1,000 results

Go to Apify Store
Bulk Company Logo Finder: Logos, Colors & Sizes by Domain

Bulk Company Logo Finder: Logos, Colors & Sizes by Domain

Give it a list of domains and get a direct image URL for each company logo, with dimensions and dominant color.

Pricing

from $4.50 / 1,000 results

Rating

0.0

(0)

Developer

Hydrafetch

Hydrafetch

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share


The one asset most people want from a company: its logo, as a direct image URL you can embed or download. Give it a list of domains and it returns the mark for each, with format, dimensions, dominant color and a blurhash placeholder. The images are public and immutable, so the URLs keep working.

What you get

  • A direct image URL. Public and immutable, so you can embed it or download it and it keeps working.
  • The right mark. The company symbol rather than a scaled-up favicon.
  • Rendering metadata. Format, width, height and the dominant color, so you can lay it out before the image loads.
  • A blurhash placeholder. So a list of logos does not flash empty boxes while it loads.

Results export to JSON, CSV or Excel, or stream straight to your own database through the Apify API.

Common use cases

  • Customer and partner walls. Render a grid of logos from nothing but domains.
  • CRM and dashboards. Put a recognizable mark next to every account.
  • Pickers and autocomplete. Show the logo beside the company so people pick the right one.
  • Slide decks and reports. Pull a clean logo set for a market map in one run.

Input

One field: domains, one per line. Use bare domains like stripe.com, not https://stripe.com/pricing.

{
"domains": [
"stripe.com",
"vercel.com"
]
}

Output

One row per domain. A domain we cannot resolve is skipped rather than returned empty, and you are not charged for it. The run log names every one that was skipped, so a short result is never a mystery.

FieldDescription
domainDomain
urlLogo
formatFormat
dominantColorDominant color

The table view shows the columns that scan best; the full record is in the JSON, CSV and Excel exports.

Example output

{
"domain": "stripe.com",
"url": "https://media.hydrafetch.com/brand/fe/fe927b2695157fca9fb3.webp",
"kind": "symbol",
"variant": "light",
"format": "webp",
"width": 180,
"height": 180,
"dominantColor": "#543cfc",
"blurhash": "LmGk_aoh4sWHohWEWDt506WD?Sod"
}

How it works

  1. Paste your domains into the input box, or point a task at a saved list.
  2. Run it. Each domain is resolved on its own, so one bad entry cannot lose the batch.
  3. Take the results as JSON, CSV or Excel, or have Apify push them straight to your own store.

You are charged per row returned. A domain we could not resolve is skipped and costs you nothing, which means a run's cost matches what you can actually use.

FAQ

How is this different from a favicon?

A favicon is a 32-pixel icon designed for a browser tab. This returns the actual brand mark, at usable dimensions, with its real colors.

Can I hotlink the image URLs?

Yes. They are public, immutable and served from a CDN.

What if a company has no logo we can find?

The domain is skipped rather than returned empty, and you are not charged for it.

Can I get logos over an API instead?

Yes, including a browser-safe URL you can drop straight into an img tag with a publishable key.

Automate it

Save your input as a task and put it on a schedule to keep a list current. Apify can call a webhook when a run finishes, so results land in your own system without anyone watching the run.

Everything here is also available over the Apify API, which means any language with an HTTP client.

Use it in your own stack

For ongoing use, going direct is cheaper per record and adds the rest of the API: scraping, crawling, search, structured extraction, MCP access and webhooks. The same data, without the Store in the middle.

curl "https://api.hydrafetch.com/v1/web/brand/logo?domain=stripe.com" \
-H "X-API-Key: $HYDRAFETCH_API_KEY"

There are typed clients for Python, Node, Go, Ruby, Rust and PHP, and an MCP server so Claude, Cursor and Codex can call it directly.

hydrafetch.com · Docs · MCP

Other Actors by Hydrafetch

Terms of use

The results are yours. You keep whatever rights you have in the inputs you submit and the output you get back, and we claim none of it. What we sell is the fetching and the processing, not the data.

Two things that follow from that. Third parties may hold rights in the underlying web content, and nothing here grants you rights over it. And because you choose the domains, the legality of fetching a given target and of what you do with the result is yours.

Full terms: hydrafetch.com/terms

Support

Something not working? Open an issue on the Issues tab with the input you used.