Favicon Extractor API
Extract favicons and app icons from any website. Sources checked: - link rel=icon tags - link rel=shortcut icon tags - link rel=apple-touch-icon tags - Web app manifest icons - /favicon.ico fallback Features: - Finds all available icon sizes - Returns the best (highest resolution) icon - Direct icon proxy with size preference - Resolves relative URLs to absolute - Fast extraction (under 2…
Favicon Extractor API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
getIcon /icon |
Get the favicon image directly, proxied through the API with preferred size. |
| GET |
extractFavicons /extract |
Extract all available favicons and icons from a website. |