能问什么,会回什么
扫一遍社区
提问:「近 30 天,各个社区里用户对 AI 笔记类应用抱怨什么?」
Anysite 匹配到 Reddit · Hacker News · reviews,返回 214 条帖子,6 个主题。
| 主题 | 提及量 | 情绪 | 出处 |
|---|---|---|---|
| 手机端同步失败 | 61 | 负面 | |
| 套餐涨价跳档 | 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 | 上升 | |
| 陌生邮件有用吗? | 38 | 平稳 | Medium |
| 哪天发效果好? | 27 | 上升 |
今天的市场调研:滚页面、发问卷、翻过期的 PPT
调研时间常见的三种烧法。让智能体实时读市场,情况就不一样。
一次提问,看完整个品类
像交代同事一样交代智能体,它当场扫一遍新品发布、论坛讨论和用户评论,把规律和背后的记录一起给你,一下午的滚页面全省了。看今天的市场,不看上个季度
不发问卷,也有客户声音
三步开始
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 交给智能体定时跑。结果直接落到你本来就在用的地方,一周下来做的是决策,不是收集数据。
新品发布和吐槽激增,早会前就到你手里
周一汇报前,智能体已把品类地图重画一遍
评论主题直接流进路线图看的那张表
下一次市场调研,跑在实时数据上
上面每条流程都跑在你的智能体里,走 MCP,650+ 个数据源全含,统一价每月 $30 起,7 天免费试用。想把同一套目录放进自家代码?REST 和 CLI 共用一把 API key,每月 $49 起。接一次,之后直接问。
常见问题
定时跑在你的智能体那边,不在 Anysite。你在 Claude,或者任何能定时执行的智能体里建一个定时任务;每跑一次,智能体就通过 MCP 从 Anysite 拉实时数据,再把结果送到你指定的地方:表格、Slack 频道、聊天里的摘要。Anysite 是底下那层实时数据,跑和送都归智能体。