Favicon Downloader avatar
Favicon Downloader

Pricing

$4.99/month + usage

Go to Apify Store
Favicon Downloader

Favicon Downloader

Developed by

Zoro

Zoro

Maintained by Community

Favicon Downloader: Automatically fetch and save favicons from any website. Easy, fast, and reliable favicon extraction for web projects, automation, and datasets. Perfect for developers and digital marketers.

5.0 (2)

Pricing

$4.99/month + usage

1

5

5

Last modified

2 days ago

Favicon Downloader – Download Website Favicons Automatically

📌 What is Favicon Downloader?

Favicon Downloader is a powerful Apify actor that lets you fetch and download favicons (site icons) from any website automatically.

Whether you provide a single URL or a list of multiple domains, the actor retrieves each website’s favicon and generating direct download links to .ico files.

This tool is ideal for:

  • Building favicon datasets
  • Branding and competitor research
  • Automating workflows with website icons
  • Enriching applications with visual favicon assets

⚙️ How It Works

  1. Input a domain or list of domains (e.g., nike.com, adidas.com).
  2. Favicons are stored and return as .ico files.
  3. Get a JSON output containing direct download links to each favicon.

📥 Input Format

The actor accepts a simple JSON object. You can enter a single website or multiple websites.

Single URL Example:

{
"url": "nike.com"
}

Multiple URLs Example:

{
"urls": ["nike.com", "adidas.com", "puma.com"]
}

📤 Output Format

The actor returns a structured JSON array with:

  • url → the input domain name.
  • img_url → the direct S3 link to the favicon.

Example Output:

[
{
"url": "nike.com",
"img_url": "https://example.com/nike.ico"
},
{
"url": "adidas.com",
"img_url": "https://example.com/adidas.ico"
}
]

🔑 Usage Notes

  • Always provide valid URLs or domains (e.g., "nike.com" or "https://nike.com").
  • Favicons are stored in .ico format.
  • If a favicon cannot be retrieved, the response will return:
{
"url": "example.com",
"img_url": null
}

Why Use Favicon Downloader?

  • Automation Ready: Save time fetching favicons in bulk.
  • Scalable: Process thousands of domains at once.
  • Reliable: Built-in error handling ensures clean JSON outputs.
  • Flexible: Works for data collection, branding, research, and app development.

✅ With Favicon Downloader, you can instantly collect website favicons and enhance your automation, branding, or research projects with ready-to-use favicon assets.