Favicon & Logo Extractor - Brand Icons, Touch Icons & OG Image avatar

Favicon & Logo Extractor - Brand Icons, Touch Icons & OG Image

Pricing

from $0.50 / 1,000 results

Go to Apify Store
Favicon & Logo Extractor - Brand Icons, Touch Icons & OG Image

Favicon & Logo Extractor - Brand Icons, Touch Icons & OG Image

$0.5/1K ๐Ÿ”ฅ Favicon & logo extractor! Get a site's favicon, logo & touch icons from any URL. No key. JSON, CSV, Excel or API in seconds. Grab brand assets for CRM & previews โšก

Pricing

from $0.50 / 1,000 results

Rating

0.0

(0)

Developer

ninhothedev

ninhothedev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Favicon & Logo Extractor ๐ŸŒŸ

Get any website's favicon, logo, apple-touch icons, OG image and brand assets โ€” from a list of URLs, with no API key.

Point this Actor at one or more website URLs and it returns every icon and logo asset the page exposes: the classic favicon.ico, modern <link rel="icon"> (SVG/PNG with sizes), apple-touch-icons, Safari mask-icon, the Open Graph og:image, twitter:image, the schema.org organization logo from JSON-LD, and every icon declared in the site's web app manifest (.webmanifest / manifest.json). All URLs are resolved to absolute links and de-duplicated, and a best favicon and best logo are picked for you.

Perfect for building brand-asset libraries, rich link previews, and CRM / lead enrichment where you want a clean logo for every company domain.


โœจ What you get per URL

FieldDescription
urlThe input URL
final_urlURL after redirects
titlePage <title>
best_faviconThe best favicon (largest / SVG / .ico), absolute URL
best_logoThe best logo (schema.org logo or og:image), absolute URL
favicon_icoThe conventional {origin}/favicon.ico
apple_touch_iconsList of apple-touch-icon URLs
iconsFull list of {url, sizes, rel} for every icon found
og_imageOpen Graph image
twitter_imageTwitter card image
schema_logoschema.org logo from JSON-LD
manifest_urlThe web app manifest URL
theme_colorThe site's theme-color
sourceAlways favicon-logo
scraped_atISO timestamp

Every field is nullable โ€” sites that don't declare an asset simply return null.


๐Ÿš€ Input

{
"mode": "extract",
"urls": ["https://github.com", "https://stripe.com", "https://apple.com"],
"maxItems": 100
}
  • mode โ€” extract (URLs โ†’ icon/logo assets).
  • urls โ€” list of website URLs. Bare domains like example.com are accepted and normalized to https://.
  • maxItems โ€” safety cap on how many URLs to process (default 100, max 1000).

๐Ÿ“ค Example output (github.com)

{
"url": "https://github.com",
"final_url": "https://github.com/",
"title": "GitHub ยท Change is constant...",
"best_favicon": "https://github.githubassets.com/favicons/favicon.svg",
"best_logo": "https://images.ctfassets.net/.../GH-Homepage-Universe-img.png",
"favicon_ico": "https://github.com/favicon.ico",
"apple_touch_icons": ["https://github.githubassets.com/assets/apple-touch-icon-180x180-...png"],
"icons": [
{"url": "https://github.githubassets.com/favicons/favicon.svg", "sizes": null, "rel": "icon"}
],
"og_image": "https://images.ctfassets.net/.../GH-Homepage-Universe-img.png",
"manifest_url": "https://github.com/manifest.json",
"source": "favicon-logo"
}

๐Ÿ’ก Use cases

  • Brand asset collection โ€” build a library of clean logos and favicons for hundreds of domains at once.
  • Link previews โ€” power rich link cards (Slack/Notion-style) with the right og:image and favicon.
  • CRM / lead enrichment โ€” attach a company logo and brand image to every account by domain.
  • Directories & marketplaces โ€” auto-fetch listing logos so you never ship a broken icon.

๐Ÿ’ฐ Pricing

Cheap and pay-as-you-go โ€” roughly $0.5 per 1,000 URLs on top of Apify platform usage. Runs on a datacenter proxy against user-supplied URLs, so it's fast and inexpensive.

๐Ÿท๏ธ Keywords

favicon extractor, logo extractor, favicon api, get website favicon, brand assets, apple touch icon, og:image, open graph image, web app manifest icons, schema.org logo, link preview, favicon scraper, company logo finder, CRM enrichment, favicon.ico