$ apify call favicon-extractor
Favicon Extractor
Extract website favicons in bulk from URLs or domains. Fast, lightweight, no proxies, no browser. Returns favicon URL, stored image link, content type, and size. Ideal for directories, CRMs, link previews, and domain enrichment.
platform
Apify
status
Public
pricing
$0.50 / 1,000 delivered results
outputs
Favicon URL, Stored image, Content type, Size, Dataset
What it does
Extract website favicons in bulk from URLs or domains. Fast, lightweight, no proxies, no browser. Returns favicon URL, stored image link, content type, and size. Ideal for directories, CRMs, link previews, and domain enrichment.
Key capabilities
- Configure the run from the Apify form or API.
- Receive structured Favicon URL, Stored image, Content type data.
- Export the default Dataset or connect it to an automation.
Use cases
- Add icons to directories, CRMs, or link previews.
- Enrich domain lists with a visual signal.
- Build bookmark interfaces or competitor dashboards.
Main inputs
- URLs or domains to process.
- Favicon size and optional image storage.
- Concurrency for large batches.
API example
This is a minimal illustrative payload. Check the Actor input form in Apify for every supported option.
Example input (input.json)
{
"urls": [
"example.com",
"https://apify.com"
],
"size": "128",
"storeImage": true,
"concurrency": 10
}
curl -X POST "https://api.apify.com/v2/acts/datascraperes~favicon-extractor/runs?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
--data-binary @input.json
The run stores its successful items in the default Dataset. A representative item looks like this:
Example result
{
"input": "example.com",
"domain": "example.com",
"faviconUrl": "https://example.com/favicon.ico",
"storedImageUrl": "https://api.apify.com/v2/key-value-stores/example/records/favicon.png",
"contentType": "image/x-icon",
"sizeBytes": 5432
}
Data you get
Each successful item is saved in the default Apify Dataset, ready to export or connect to a workflow.
- Favicon URL
- Stored image
- Content type
- Size
- Dataset
Try it free
The Apify Free plan includes $5 in monthly credits, with no credit card required. Use them to try this Actor; credits do not roll over and renew at the start of each billing cycle.
Pricing
Apify charges $0.50 / 1,000 delivered results. Only the public billing event favicon is charged when Apify records a successful result.
Scope
The Actor works with publicly available data. Coverage and available fields can vary by target, country, and the source page at the time of the run.
How to use it
- Open the Actor in Apify.
- Add the targets or filters required by the input form.
- Start the run and export the default Dataset as JSON, CSV, or Excel.
// related
