Extract Favicons & Brand Assets from Any Website

Bulk-extract favicons, Apple touch icons, Open Graph images, and web app manifest icons from any list of URLs. Returns all available sizes and formats. HTTP-only — no Chrome, no Playwright.

Open on Apify → Try it now
Docker Image
~12MB
RAM
128MB
Proxy
Datacenter
Coverage
Global
Pricing
Pay-per-result
Anti-Bot
TLS fingerprinting

What You Can Extract

Primary Use Cases

API Example

# Start a run via the Apify API
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~favicon-extractor/runs?token=YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "urls": [
      "https://google.com",
      "https://github.com",
      "https://stripe.com"
    ]
  }'

# Or use with AI agents via MCP:
# https://mcp.apify.com?tools=santamaria-automations/favicon-extractor

Integrations

How It Compares

FeatureNanoScrapeBrowser-based tools
Docker image~12MB500MB - 2GB
RAM usage128MB1-4GB
CostPay-per-result$5 - $20/1k
Speed (1k domains)~2 min15-30 min
Formats detectedICO, PNG, SVG, WEBPVaries
Manifest parsingYesRarely

Output Fields

FieldTypeExample
domainstringgoogle.com
favicon_urlstringhttps://google.com/favicon.ico
iconsarray[{"url": "...", "size": "192x192", "type": "png"}]
apple_touch_iconstringhttps://google.com/apple-touch-icon.png
og_imagestringhttps://google.com/og-image.png
Open on Apify → Try it now — free tier available