能问什么,会回什么
记录对手动作
提问:「本月三家主要竞品有什么变动:招聘、定价、发版?」
Anysite 匹配到 job posts · pricing pages · changelogs,返回 17 处变动。
| 竞品 | 变化 | 出处 | 时间 |
|---|---|---|---|
| 对手 A | Enterprise 档 +18% | 定价页 | 本周 |
| 对手 B | 新开 6 个销售岗 | 招聘网站 | 12 天前 |
| 对手 C | 上线 SSO 和 API v2 | 更新日志 | 3 天前 |
跟踪广告素材
提问:「把三家主要竞品在投的广告全拉出来,标出连续投放时间排前面的素材」
Anysite 匹配到 ad libraries · creatives · run dates,返回 34 条素材。
| 竞品 | 素材主打点 | 投放起始 | 渠道 |
|---|---|---|---|
| Finlo | 一天关账 | 11 周 | |
| Cartora | 一个周末完成迁移 | 6 周 | TikTok |
| Nexbill | 随规模走的定价 | 2 周 |
挖他们的评论
提问:「分析竞品最近 500 条评论:用户喜欢什么、讨厌什么。」
Anysite 匹配到 G2 reviews · app stores · sentiment,返回 11 个痛点。
| 痛点 | 提及量 | 竞品 | 趋势 |
|---|---|---|---|
| 客服回复慢 | 84 | Finlo | 上升 |
| 定价看不懂 | 61 | Cartora | 持平 |
| 缺集成 | 47 | Nexbill | 上升 |
今天的竞品情报:一季度一次、全靠手工,或者四位数起
每套竞品情报流程都会撞上的三堵墙。改成智能体替你盯整个品类之后,情况就不一样。
一份一直在跑的简报
智能体按时查定价页、招聘岗位、App 发版和流量,把变动报给你。每天的动作进每天的简报,背后不用压一轮调研冲刺。套件级信号,数据的价格
问一次,覆盖所有数据源
三步开始
Claude Code: $ claude mcp add --transport http anysite \ "https://mcp.anysite.io/mcp?api_key=YOUR_KEY" > registering tools … ✓ connected $ claude mcp list anysite http connected > the same catalog is available over REST — > see the REST tab, no MCP client required > every source included on every plan > nothing to install, nothing to keep running ✓ ready
Cursor: { "mcpServers": { "anysite": { "url": "https://mcp.anysite.io/mcp?api_key=YOUR_KEY", "transport": "http" } } } > goes in ~/.cursor/config.json > type /mcp in Cursor to see the tools appear > the same block works in any MCP client ✓ connected
REST: curl -X POST "https://api.anysite.io/api/people/profile" \ -H "access-token: YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{"url": "https://.../in/username"}' > one POST, one auth header, a typed profile back import requests headers = {"access-token": "YOUR_TOKEN"} r = requests.post("https://api.anysite.io/api/people/profile", headers=headers, json={"url": "https://.../in/username"}) print(r.json()["headline"])
大白话: 本周竞品有什么变动:定价、招聘、广告? > no query language > no endpoint IDs > no field mapping > no pagination to handle > no maintenance when a source changes ✓ the agent decides which endpoints to call
智能体调用了什么: ⏺ tool · anysite-mcp > Endpoints matched — people search · profiles · email finder > Filling parameters from the brief … > geo US > industry fintech > founded > 2021 > role head of growth > email verified only > Paging through results … > Deduplicating by company domain … > Typed fields, one schema per source ✓ Data ready — 50 prospects ✓ 50 rows ready for the sequence
表格: Name Role Company Email A. Rivera Head of Growth Finlo a.rivera@finlo.io J. Chen VP Growth Cartora j.chen@cartora.com M. Okafor Head of Growth Nexbill m.okafor@nexbill.io L. Fontaine Head of Growth Paylane l.fontaine@paylane.io S. Bergman Growth Lead Truffle s.bergman@truffle.fi D. Almeida Head of Growth Norvex d.almeida@norvex.io K. Ivarsson VP Growth Kolibri k.ivarsson@kolibri.se R. Haddad Head of Growth Sparkpay r.haddad@sparkpay.io T. Nowak Growth Lead Vireo t.nowak@vireo.pl E. Duarte Head of Growth Belmonte e.duarte@belmonte.io > sample rows · request_id req_abc123
JSON: [ { "name": "A. Rivera", "role": "Head of Growth", "company": "Finlo", "email": "a.rivera@finlo.io" }, { "name": "J. Chen", "role": "VP Growth", "company": "Cartora", "email": "j.chen@cartora.com" }, { "name": "M. Okafor", "role": "Head of Growth", "company": "Nexbill", "email": "m.okafor@nexbill.io" } ] > sample records · request_id req_abc123
设一次,智能体就一直照着跑
常驻剧本,通过 MCP 交给智能体定时跑。结果直接落到你本来就在用的地方,一周下来做的是决策,不是收集数据。
站会之前,对手的动作就到了 Slack
广告素材和投放日期落进表格
对战卡跟的是当月,不是当季
这项工作要用的数据源
他们的下一步已经摆在明面上
就摆在某个定价页、某个招聘板、某个广告库上。用 MCP 接上 Anysite,智能体今天就能开始盯,每月 $30 起,价格固定,7 天免费试用。想在自己的代码里用同一份目录?REST 和 CLI 共用一把 API key,每月 $49 起。
常见问题
智能体跑。Anysite 是数据层,不管排期。在 Claude 里设一个定时任务,或者用任何能按点跑的智能体,每跑一次它通过 MCP 从 Anysite 拉当天的数据,再负责送到位:表格里加一行、CRM 里更新一张对战卡、Slack 里发一段小结。Anysite 负责回答查询,日程由智能体拿着。