从任意URL列表批量提取Favicon、Apple触摸图标、Open Graph图片和Web应用清单图标。返回所有可用尺寸和格式。纯HTTP -- 无需Chrome,无需Playwright。
# 通过Apify API启动一次运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~favicon-extractor/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "urls": [ "https://google.com", "https://github.com", "https://stripe.com" ] }' # 或通过MCP与AI代理一起使用: # https://mcp.apify.com?tools=santamaria-automations/favicon-extractor
| 特性 | NanoScrape | 基于浏览器的工具 |
|---|---|---|
| Docker镜像 | ~12MB | 500MB - 2GB |
| 内存占用 | 128MB | 1-4GB |
| 成本 | 按结果付费 | $5 - $20/1k |
| 速度(1k域名) | ~2分钟 | 15-30分钟 |
| 检测格式 | ICO、PNG、SVG、WEBP | 不确定 |
| 清单解析 | 支持 | 很少 |
| 字段 | 类型 | 示例 |
|---|---|---|
| domain | string | google.com |
| favicon_url | string | https://google.com/favicon.ico |
| icons | array | [{"url": "...", "size": "192x192", "type": "png"}] |
| apple_touch_icon | string | https://google.com/apple-touch-icon.png |
| og_image | string | https://google.com/og-image.png |