VOOZH about

URL: https://apify.com/scrappy_garden/favicon-checker

⇱ Favicon Checker Β· Apify


Pricing

$4.99/month + usage

Go to Apify Store

Check if a website has a valid favicon and icon setup for SEO and UX. Detects <link rel=icon> tags, default /favicon.ico, Apple touch icons, mask-icon, and web manifest icons. Validates URLs, HTTP status codes, content types, and reports missing/broken icons.

Pricing

$4.99/month + usage

Rating

0.0

(0)

Developer

πŸ‘ Bikram Adhikari

Bikram Adhikari

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

0

Monthly active users

5 months ago

Last modified

Categories

Share

Favicon Checker (SEO Audit)

Validate a website's favicon and icon setup.

This Actor checks:

  • <link rel="icon"> and related icon tags in the page HTML
  • Default /favicon.ico availability
  • Apple touch icons (apple-touch-icon*)
  • Web app manifest (<link rel="manifest">) and whether the manifest is reachable / parseable

It returns per-page results in the dataset and also stores a SUMMARY and REPORT in the default key-value store.

Typical use cases

  • SEO audits (missing favicon / broken icon URLs)
  • QA checks before shipping a new website theme
  • Monitoring for regressions (favicon suddenly 404s)

Input

  • Start URLs: pages to check (homepages recommended)
  • Optional crawl controls: followLinks, maxPages, maxDepth, sameDomainOnly
  • Validation options: checkDefaultFaviconIco, checkDefaultAppleTouchIcons, checkWebManifest

Output

Dataset items

One item per processed page, including:

  • hasFavicon, bestFaviconUrl
  • validated icon candidates with statusCode, contentType, and ok
  • warnings / errors

Key-value store

  • SUMMARY - aggregated totals
  • REPORT - summary + simplified per-page results

Example API input

{
"startUrls":[{"url":"https://example.com"}],
"followLinks":false,
"checkDefaultFaviconIco":true,
"checkDefaultAppleTouchIcons":true,
"checkWebManifest":true,
"requestTimeoutSecs":30
}

Quick start

Store page: https://apify.com/scrappy_garden/favicon-checker

Paste this into Input and click Run:

{
"startUrls":[
{
"url":"https://example.com/"
}
],
"proxyConfiguration":{
"useApifyProxy":false
}
}

Outputs (what you get)

  • Dataset: Dataset items typically include fields like: url, statusCode, hasFavicon, bestFaviconUrl, iconCount, okIconCount, brokenIconCount, manifestPresent, warningCount, errorCount.
  • Key-value store: REPORT, SUMMARY

Tips (trust + predictable results)

  • Start with 1–3 URLs to validate behavior, then scale up.
  • If a target blocks requests, enable Proxy and/or slow down concurrency in Input.
  • Use the SUMMARY / REPORT keys (when present) for automation pipelines and monitoring.

Related actors

Search keywords

favicon checker, favicon checker - validate favicon.ico, icon tags, apple touch icons & web manifest, website audit, seo

You might also like

Favicon Extractor

automation-lab/favicon-extractor

This actor extracts all favicon references from web pages. It finds standard favicon links, Apple touch icons, SVG icons, mask icons, and checks for the default `/favicon.ico` fallback. It also detects web app manifest references. Each favicon entry includes the URL, format, sizes, and rel...

πŸ‘ User avatar

Stas Persiianenko

26

Favicon Validator

zerobreak/favicon-validator

Favicon validator that audits any website's icon setup β€” discovers all favicon types, checks accessibility and file size, and flags missing or broken icons for developers and SEO teams.

Favicon & Brand Asset Extractor

santamaria-automations/favicon-extractor

Extract favicons, Apple touch icons, PWA manifest icons, logos, and brand colors from any website. Perfect for link preview generation, brand research, directory building, and ML training datasets. Export data, run via API, schedule and monitor runs, or integrate with other tools.

Favicon Downloader

coder_zoro/favicon-downloader

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.

Favicon & Brand Asset Checker

pillowy_travel/favicon-brand-asset-checker

Checks favicon presence and basic brand asset indicators on a website.

Favicon Downloader

tufantoksoz/favicon-downloader

Favicon Downloader is a lightweight, fast and cheap Apify Actor that allows you to instantly download favicons from any website URL.

πŸ‘ User avatar

Tufan ToksΓΆz

15

Favicon Extractor

botflowtech/favicon-extractor

Extract and validate favicons from any website with multiple detection methods and guaranteed fallback sources. Perfect for developers, designers, and marketers who need reliable website icons.

Favicon Scraper & Archiver

embion/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