适合日常查资料
7 天免费试用 · 套餐功能全开
- 边聊边查潜客和公司
- 市场速查、内容选题、随手查资料
- 一把 key 打通全部 650+ 个数据源
- Claude、Cursor、ChatGPT 及任意 MCP 客户端
按地区、行业、规模找公司,连里面的人一起拿:职位是当前的,邮箱可用。用 MCP 或 API,都不用自己维护提取层。
配合你常用的智能体
GTM 和市场团队每周都会撞上的三堵墙,以及智能体拿到真正的数据层之后会怎样。
不用搭数据管道,整条流程就在团队已经开着的工具里跑。
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
下面每张卡片用的数据都在查询那一刻现拉,别人拿不到的数据源也在内。
带实时购买信号的目标客户名单,不是人人都在群发的那份旧库。
本周的融资、招聘和产品消息,每通电话前先给你简报。
优惠、价格、广告一变就记下来,不用一个标签页一个标签页地抄。
提及量、情绪、话风变化,早上一眼看完品牌健康度。
按话题排的热门帖,连同背后的互动数据,不用刷几个小时。
真实互动数据、评论情绪、品牌契合度,不是一份写来好看的推广资料。
那类工具把页面按纯文本丢给你,解析还得你自己做,登录墙前面就停住了。Anysite 返回带类型的字段——人物、公司、帖子、价格——拿到就能用,覆盖范围还包括页面阅读工具够不着的商业数据。