Favicon Downloader
Pricing
from $2.30 / 1,000 results
Go to Apify Store
Favicon Downloader
Favicon Downloader is a lightweight, fast and cheap Apify Actor that allows you to instantly download favicons from any website URL.
Pricing
from $2.30 / 1,000 results
Rating
0.0
(0)
Developer

Tufan Toksöz
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Favicon Downloader is a lightweight and fast Apify Actor that allows you to instantly download favicons from any website URL.
Simply provide a domain or full URL, and the actor will automatically detect and retrieve the website’s favicon in the highest available resolution.
Input
| Field | Type | Description |
|---|---|---|
urls | Array | List of website URLs to download favicons from |
Example Input
{"urls": ["https://apify.com","https://google.com","https://github.com"]}
Output
Downloaded favicons are saved to the key-value store. Each result is added to the dataset.
Dataset Fields
| Field | Description |
|---|---|
url | Original website URL |
domain | Domain name |
favicon_url | Original favicon URL found on the website |
file_url | Direct download link from Apify storage |
storage_key | Key-value store key |
filename | Favicon filename |
file_size | File size in bytes |
extension | File format |
content_type | MIME type |
error | Error message (if download failed) |
Example Output
{"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/abc123/records/apify.com_b35c5494_icon1.png","storage_key": "apify.com_b35c5494_icon1.png","filename": "icon1.png","file_size": 367,"extension": ".png","content_type": "image/png"}