跳到正文
//使用场景 · 市场调研

摸清任何市场 只需一个对话

新品发布、论坛讨论、用户评论、需求信号,你一问,就从 650+ 个数据源实时拉回来,直接给你规律,省掉一屏的标签页。

免费开始7 天免费试用
AI 智能体正在通过 MCP 连接 Anysite……

能问什么,会回什么

扫一遍社区

提问:「近 30 天,各个社区里用户对 AI 笔记类应用抱怨什么?」

Anysite 匹配到 Reddit · Hacker News · reviews,返回 214 条帖子,6 个主题。

主题提及量情绪出处
手机端同步失败61负面Reddit
套餐涨价跳档48负面HN
摘要太空泛37褒贬不一评论

挖评论

提问:「拉出 Cartora 在 G2 和 App Store 的近 500 条评论:用户喜欢什么,又为什么流失?」

Anysite 匹配到 G2 · App Store · sentiment,返回 500 条评论,8 个主题。

主题评论判定平台
配置要花一整天74痛点G2
客服回得快58好评G2
手机应用闪退41痛点App Store

找买家问题

提问:「本季度 Reddit 和 Medium 上,关于陌生触达的高频问题有哪些?」

Anysite 匹配到 Reddit · Medium · search demand,返回 132 个问题,9 处空白。

问题提问数趋势出处
域名怎么养44上升Reddit
陌生邮件有用吗?38平稳Medium
哪天发效果好?27上升Reddit

今天的市场调研:滚页面、发问卷、翻过期的 PPT

调研时间常见的三种烧法。让智能体实时读市场,情况就不一样。

The Old Way
With Anysite

一次提问,看完整个品类

像交代同事一样交代智能体,它当场扫一遍新品发布、论坛讨论和用户评论,把规律和背后的记录一起给你,一下午的滚页面全省了。
The Old Way
With Anysite

看今天的市场,不看上个季度

The Old Way
With Anysite

不发问卷,也有客户声音

三步开始

终端

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"])

大白话: 画一下 AI 笔记市场:有哪些玩家、发了什么、被吐槽什么。 > 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
每周周一上午跑

周一汇报前,智能体已把品类地图重画一遍

重画市场地图→ 聊天摘要
跟踪品类趋势→ 聊天摘要
每月每月头一个周一跑

评论主题直接流进路线图看的那张表

从评论里挖痛点→ Sheet
找买家在问什么→ Sheet
用真实数据估细分规模→ Sheet
6 个常驻剧本 · 1 把 key · 每月 $30 起免费开始

下一次市场调研,跑在实时数据上

上面每条流程都跑在你的智能体里,走 MCP,650+ 个数据源全含,统一价每月 $30 起,7 天免费试用。想把同一套目录放进自家代码?REST 和 CLI 共用一把 API key,每月 $49 起。接一次,之后直接问。

常见问题

定时跑在你的智能体那边,不在 Anysite。你在 Claude,或者任何能定时执行的智能体里建一个定时任务;每跑一次,智能体就通过 MCP 从 Anysite 拉实时数据,再把结果送到你指定的地方:表格、Slack 频道、聊天里的摘要。Anysite 是底下那层实时数据,跑和送都归智能体。