Website Brand & Favicon Extractor avatar

Website Brand & Favicon Extractor

Pricing

$2.00 / 1,000 site extracteds

Go to Apify Store
Website Brand & Favicon Extractor

Website Brand & Favicon Extractor

Pull the brand assets a website declares about itself: favicons and apple-touch icons at every size, logo, Open Graph and Twitter card images, theme colour, site name and description. Every asset URL is verified to exist before it is returned. No API key.

Pricing

$2.00 / 1,000 site extracteds

Rating

0.0

(0)

Developer

Technical Dost Solutions

Technical Dost Solutions

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

12 days ago

Last modified

Categories

Share

Get the icon, logo, colours and name a website declares about itself — for thousands of domains, with every asset URL verified to exist.

The usual failure in this category is returning /favicon.ico for sites that do not have one. This Actor sends a HEAD request for every asset and drops the dead ones, so what you get back actually renders.

What you get

{
"domain": "stripe.com",
"siteName": "Stripe",
"description": "Stripe powers online payment processing...",
"bestIconUrl": "https://images.stripeassets.com/.../favicon.png",
"bestIconSizePx": 180,
"logo": "https://images.stripeassets.com/.../stripe-logo.png",
"ogImage": "https://images.stripeassets.com/.../og.png",
"themeColor": "#635bff",
"language": "en",
"iconCount": 4,
"icons": [
{ "url": "...", "kind": "apple-touch-icon", "sizePx": 180, "exists": true, "bytes": 4821 }
]
}

Main use cases

  • CRM and directory enrichment. Turn a list of company domains into logos and brand colours for your UI.
  • Link previews and cards — pair with Open Graph metadata.
  • Competitive and portfolio monitoring — track when a brand refreshes its identity.
  • Design research. Collect theme colours across an industry.
  • Investor and marketplace listings that need a logo per company.

Where the assets come from

FieldSource
icons<link rel="icon">, apple-touch-icon, mask-icon, plus an implicit /favicon.ico probe
logoJSON-LD Organization.logo — the most reliable declared logo
ogImage / twitterImageOpen Graph and Twitter card tags
siteNameog:site_name, then JSON-LD name, then <title>
themeColor<meta name="theme-color">

bestIconUrl is the largest verified icon, which is the one worth displaying.

Pricing

EventPriceWhen
Site extracted$0.002One website's brand assets successfully extracted

Sites that could not be reached are not charged.

1,000 websites = $2.00.

Input

FieldTypeDefaultNotes
websitesarrayrequiredBare domains work. Up to 5,000.
verifyAssetsbooleantrueHEAD every asset and drop dead URLs. Off is faster but returns icons that 404.
concurrencyinteger8Parallel sites.

Limitations

  • No JavaScript rendering, so assets injected client-side are missed. The overwhelming majority of sites declare icons and Open Graph tags in the initial HTML.
  • No image analysis. themeColor is the value the site declares, not a colour sampled from the logo. No dominant-colour extraction.
  • logo is only returned when the site publishes JSON-LD with an Organization logo. Many sites do not; bestIconUrl is the dependable fallback.
  • Assets are linked, not downloaded or rehosted — you get URLs.

Reliability

  • Retries on 429 and 5xx with exponential backoff; permanent 4xx errors are not retried.
  • Bad input is reported and skipped, never charged.
  • One failing target never aborts the rest of the run.
  • Concurrency is bounded and configurable — this work is network-bound, so parallel requests, not memory, are what control speed.

Data source and responsible use

Reads only publicly available data. No authentication bypass, no CAPTCHA circumvention, no browser automation.

Not affiliated with any of the services checked.