Favicon Downloader avatar
Favicon Downloader

Pricing

from $2.30 / 1,000 results

Go to Apify Store
Favicon Downloader

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

Tufan Toksöz

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

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

FieldTypeDescription
urlsArrayList 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

FieldDescription
urlOriginal website URL
domainDomain name
favicon_urlOriginal favicon URL found on the website
file_urlDirect download link from Apify storage
storage_keyKey-value store key
filenameFavicon filename
file_sizeFile size in bytes
extensionFile format
content_typeMIME type
errorError 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"
}