VOOZH about

URL: https://apify.com/andok/favicon-extractor

⇱ Favicon & Brand Logo Extractor Β· Apify


Pricing

from $1.00 / 1,000 site checkeds

Go to Apify Store

Favicon & Brand Logo Extractor

Extract high-resolution favicons, Apple touch icons, and brand logos from any domain for dashboard building and brand monitoring.

Pricing

from $1.00 / 1,000 site checkeds

Rating

0.0

(0)

Developer

πŸ‘ Andok

Andok

Maintained by Community

Actor stats

0

Bookmarked

18

Total users

4

Monthly active users

3 months ago

Last modified

Share

Favicon & Brand Icon Extractor

Extract favicons, Apple touch icons, and other brand icons from any website in bulk. Building a link directory, dashboard, or brand monitoring tool requires site icons -- and manually hunting for the right favicon URL across different markup conventions is tedious. Pass in a list of domains and get every declared icon with sizes, types, and resolved URLs.

Features

  • Standard favicons β€” extracts <link rel="icon"> and <link rel="shortcut icon"> declarations
  • Apple touch icons β€” captures <link rel="apple-touch-icon"> for iOS home screen display
  • Safari mask icons β€” detects <link rel="mask-icon"> pinned-tab SVGs
  • Fallback detection β€” automatically includes the default /favicon.ico path when no icon is declared in markup
  • Full URL resolution β€” resolves relative icon paths to absolute URLs ready for direct download
  • Bulk processing β€” scan hundreds of sites in a single run with configurable concurrency
  • Pay-per-event billing β€” you only pay for each site checked, with automatic charge-limit enforcement

Input

FieldTypeRequiredDefaultDescription
urlsarrayYesβ€”List of website URLs to scan for favicon and icon declarations.
urlstringNoβ€”Single URL to scan (for backwards compatibility). Use urls for bulk processing.
timeoutSecondsintegerNo15Maximum seconds to wait for each page response before timing out.
concurrencyintegerNo10Number of sites to process in parallel. Increase for large batches, decrease if you hit rate limits.

Input Example

{
"urls":[
"https://crawlee.dev",
"https://github.com",
"https://apify.com"
]
}

Output

Each URL produces one dataset item listing all detected icons for that site.

  • inputUrl (string) β€” the URL you submitted
  • finalUrl (string) β€” the URL after redirects
  • status (number) β€” HTTP status code
  • iconCount (number) β€” total number of icons found
  • icons (array) β€” list of icon objects, each containing:
    • rel (string) β€” the link rel attribute (e.g., icon, apple-touch-icon, mask-icon)
    • href (string) β€” resolved absolute URL of the icon
    • sizes (string | null) β€” declared icon dimensions (e.g., 32x32, 180x180)
    • type (string | null) β€” MIME type if specified (e.g., image/png, image/x-icon)
  • error (string | null) β€” error message if the URL could not be fetched
  • checkedAt (string) β€” ISO 8601 timestamp of when the check was performed

Output Example

{
"inputUrl":"https://crawlee.dev",
"finalUrl":"https://crawlee.dev/",
"status":200,
"iconCount":3,
"icons":[
{
"rel":"icon",
"href":"https://crawlee.dev/img/favicon.ico",
"sizes":"32x32",
"type":"image/x-icon"
},
{
"rel":"apple-touch-icon",
"href":"https://crawlee.dev/img/apple-touch-icon.png",
"sizes":"180x180",
"type":null
},
{
"rel":"default fallback",
"href":"https://crawlee.dev/favicon.ico",
"sizes":null,
"type":"image/x-icon"
}
],
"error":null,
"checkedAt":"2025-01-15T10:30:00.000Z"
}

Pricing

EventCost
Site CheckedPay-per-event (see actor pricing page)

The actor stops automatically when the per-run charge limit is reached, so you never overspend.

Use Cases

  • Dashboard building β€” grab site icons to display alongside bookmarks, link lists, or monitoring panels
  • Brand monitoring β€” track favicon changes across a portfolio of competitor or partner sites
  • Directory sites β€” automatically populate logo thumbnails for link aggregators and review platforms
  • Design audits β€” verify that all icon sizes and formats are properly declared across your properties
  • Browser extension development β€” collect icon URLs programmatically for extension UIs and toolbars

Related Actors

ActorWhat it adds
OpenGraph & Twitter Card InspectorExtracts OG images and social preview tags β€” get both brand icons and social share images in one workflow
Web Page Asset ExtractorLists all scripts and stylesheets β€” combine with favicons for a complete page resource inventory
Website Tech Stack AnalyzerDetects the CMS and framework behind each site β€” understand the platform that generates those icons

You might also like

Favicon & Brand Asset Extractor

santamaria-automations/favicon-extractor

Extract favicons, Apple touch icons, PWA manifest icons, logos, and brand colors from any website. Perfect for link preview generation, brand research, directory building, and ML training datasets. Export data, run via API, schedule and monitor runs, or integrate with other tools.

Website Logo Extractor

botflowtech/website-logo-extractor

Extract logos, favicons, brand icons, og:image, and Twitter card images from any URL. Bulk processing with concurrency. Ideal for brand monitoring and data enrichment.

242

5.0

Favicon Extractor

automation-lab/favicon-extractor

This actor extracts all favicon references from web pages. It finds standard favicon links, Apple touch icons, SVG icons, mask icons, and checks for the default `/favicon.ico` fallback. It also detects web app manifest references. Each favicon entry includes the URL, format, sizes, and rel...

πŸ‘ User avatar

Stas Persiianenko

26

LogoFinder (High Resolution)

coder_zoro/logofinder

LogoFinder (High Resolution) is a smart and efficient tool for discovering and collecting high-resolution logos from websites. Quickly find brand icons in stunning detail and seamlessly integrate them into your design or research projects. Perfect for professionals seeking high-quality logo assets.

Website Logo Product Image Banner Extractor

botflowtech/website-logo-product-image-banner-extractor

Extract Logos & brand marks (including favicons), Product images and catalog thumbnails, Hero / banner images (headers, mastheads), Team photos, avatars, profile pictures, Social media graphics (Open Graph, Twitter cards), Icon sets (SVG, PNG, touch icons)

Website Logo Finder – Extract Logos from Any URL

coder_luffy/website-logo-finder

Easily find and extract logos from any website URL. This tool helps you instantly get brand logos for websitesβ€”perfect for marketing, research, design, and automation tasks.

Favicon & Brand Asset Checker

pillowy_travel/favicon-brand-asset-checker

Checks favicon presence and basic brand asset indicators on a website.

Website Brand Extractor (Pay per Event)

eiv/website-brand-extractor-pay-per-event

Extract logos, brand colors, fonts, social links, and metadata from any website. Returns structured JSON with favicon, logo images, primary/secondary colors, font families, OG/Twitter metadata, and links for 17+ social platforms.

Related articles

AI brand monitoring: How to track mentions in LLMs
Read more