Favicon Scraper & Archiver
Pricing
$5.00/month + usage
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
Actor stats
4
Bookmarked
37
Total users
2
Monthly active users
6 days ago
Last modified
Categories
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
| Field | Type | Default | Notes |
|---|---|---|---|
urls | array | — (required) | List of objects { "url": "https://example.com" } that seed the crawl. |
proxy | object | { "useApifyProxy": true } | Standard Apify proxy configuration. |
export_zip | boolean | false | Toggle 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
- Log into your Apify account.
- Enter links to target websites in "Website URLs" input field.
- Enable proxy settings if needed.
- Click start button.
- Wait until the job is complete.
- Collect results from the Default dataset ("Favicons" tab)


