提取网站Favicon与品牌资产

从任意URL列表批量提取Favicon、Apple触摸图标、Open Graph图片和Web应用清单图标。返回所有可用尺寸和格式。纯HTTP -- 无需Chrome,无需Playwright。

在Apify上打开 → 立即试用
Docker镜像
~12MB
内存
128MB
代理
数据中心
覆盖范围
全球
价格
按结果付费
反爬虫
TLS指纹

可提取的数据

主要用例

API示例

# 通过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镜像~12MB500MB - 2GB
内存占用128MB1-4GB
成本按结果付费$5 - $20/1k
速度(1k域名)~2分钟15-30分钟
检测格式ICO、PNG、SVG、WEBP不确定
清单解析支持很少

输出字段

字段类型示例
domainstringgoogle.com
favicon_urlstringhttps://google.com/favicon.ico
iconsarray[{"url": "...", "size": "192x192", "type": "png"}]
apple_touch_iconstringhttps://google.com/apple-touch-icon.png
og_imagestringhttps://google.com/og-image.png
在Apify上打开 → 立即试用 -- 提供免费套餐