Favicon Scraper & Archiver avatar
Favicon Scraper & Archiver

Pricing

$5.00/month + usage

Go to Apify Store
Favicon Scraper & Archiver

Favicon Scraper & Archiver

Automatically discover, download, and archive favicons from a list of websites. Ensuring you get the icons you need in a clean and organized manner. Supported formats: SVG, PNG, ICO

Pricing

$5.00/month + usage

Rating

0.0

(0)

Developer

Embion

Embion

Maintained by Community

Actor stats

4

Bookmarked

37

Total users

2

Monthly active users

6 days ago

Last modified

Share

Extract favicons from any website in seconds

This actor finds favicon files for the pages you supply, saves each discovery with metadata, and can optionally package everything into a ZIP download. Key benefits:

  • Finds favicon files linked on each page you provide, even when the links are relative or missing.
  • Downloads every discovered icon file while skipping non-image responses to save time and storage.
  • Stores the icons in Apify storage with context so you know which page each file came from.
  • Can bundle the results into a single ZIP archive you can download from the Apify Console.

🏗 Input

FieldTypeDefaultNotes
urlsarray— (required)List of objects { "url": "https://example.com" } that seed the crawl.
proxyobject{ "useApifyProxy": true }Standard Apify proxy configuration.
export_zipbooleanfalseToggle for ZIP archive creation.

📦 Output

Dataset

Example output dataset record:

{
"url": "https://apify.com/",
"domain": "apify.com",
"favicon_url": "https://apify.com/icon1.png?234d3d2617d3bca0",
"file_url": "https://api.apify.com/v2/key-value-stores/mNs0ZkXB0o2ce2azr/records/apify.com_b35c5494_icon1.png?signature=1b70jMK9a3NIrIiCuqT70",
"storage_key": "apify.com_b35c5494_icon1.png",
"filename": "icon1.png",
"file_size": 367,
"extension": ".png",
"content_type": "image/png"
}

Key-Value store

Binary favicon files plus optional favicons.zip. When you set export_zip to true, the actor stores the archive under favicons.zip and adds a direct download link (OUTPUT.zip_url) that appears in the Apify Console’s Output tab ZIP archive.

🚀 How to start

  1. Log into your Apify account.
  2. Enter links to target websites in "Website URLs" input field.
  3. Enable proxy settings if needed.
  4. Click start button.
  5. Wait until the job is complete.
  6. Collect results from the Default dataset ("Favicons" tab)