提取任意域名的 Similarweb 情报。返回月访问总量、流量来源分布(直接、搜索、社交、推荐、邮件、付费)、带流量份额的顶级自然和付费关键词、全球排名、国家排名、类目排名、按访问份额的热门国家、热门引荐站、热门目的地站,以及自动生成的竞争对手列表。为批量而生:输入 1,000 域名,每站点一行返回。适用于竞争情报、市场规模测算、内容策略和 ABM 评分。
# 通过 Apify API 启动运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~similarweb-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "domains": [ "stripe.com", "shopify.com", "hubspot.com", "salesforce.com", "competitor.io" ] }' # 或通过 MCP 与 AI 代理配合使用: # https://mcp.apify.com?tools=santamaria-automations/similarweb-scraper
| 字段 | 类型 | 示例 |
|---|---|---|
| domain | string | stripe.com |
| monthly_visits | integer | 58,420,000 |
| global_rank | integer | 428 |
| category | string | 金融 > 财务规划与管理 |
| category_rank | integer | 12 |
| search_pct | number | 42.6 |
| direct_pct | number | 38.1 |
| top_organic_keywords | array | [{"keyword":"stripe","traffic_share":0.18}] |
| top_countries | array | [{"country":"US","share":0.41}] |
| competitors | array | ["paypal.com","square.com","adyen.com"] |