我为人工智能代理构建了一个身份图谱——超过3.3亿条经过验证的记录。打破API的限制。

1作者: thefinancier26 天前原帖
AI代理会对B2B数据产生幻觉,因为它们没有真实的基础数据。我构建了一个。 Nopp的实体图从NPPES从业者数据、40多个州的许可委员会、ODO公司注册和监管文件中提取数据。没有抓取,没有推断。每个实体都经过确定性验证。 我希望你进行压力测试的API接口: 实体图 - POST /api/v1/identify — 名称、NPI或LinkedIn网址 → 验证的标准实体(10 IC) - GET /api/v1/people/:id — 获取已解析的个人记录(3 IC) - POST /api/v1/people/search — 按州、城市、资质筛选120万+持证专业人士(10 IC) - GET /api/v1/organizations/:id — 获取组织记录(3 IC) 智能 - POST /api/v1/company/enrich — 实时增强,优雅回退,绝不返回空数据(10 IC) - POST /api/v1/contact/enrich — 联系人级别的深度增强(3 IC) 信号 - POST /api/v1/signals/hiring — 检测招聘激增(15 IC) - POST /api/v1/signals/funding — 融资轮次检测(15 IC) - POST /api/v1/signals/intent — 竞争对手挫折 + 意图信号(20 IC) 代理 - POST /api/v1/agent/launch/companies — 一次调用实现自主研究 + 外展(50 IC) 此外,还作为MCP服务器发布 — 直接连接Claude、ChatGPT或任何MCP兼容的代理。无需API调用,无需繁琐的设置。 我希望你做的: - 输入模糊或冲突的数据进行测试 — 同一个人,两个LinkedIn网址,不同的姓名拼写 - 尝试让/company/enrich返回空或错误的数据 - 针对你非常了解的公司测试/signals/intent — 它能捕捉到真实信号吗? - 告诉我哪里有架构错误、文档不足或使用起来让人烦恼的地方 找到可重复的bug或真实的架构问题 → 我会给你免费的智能积分。没有上限。 nopp.us/api-docs | nopp.us/developers 我是创始人。我会亲自回复每一个技术评论。
查看原文
AI agents hallucinate B2B data because they have no ground truth. I built one. Nopp&#x27;s Entity Graph pulls from NPPES practitioner data, 40+ state licensing boards, ODO corporate registries, and regulatory filings. Nothing scraped. Nothing inferred. Every entity is deterministically verified. The API surface I want you to stress-test: Entity Graph<p>POST &#x2F;api&#x2F;v1&#x2F;identify — name, NPI, or LinkedIn URL → verified canonical entity (10 IC) GET &#x2F;api&#x2F;v1&#x2F;people&#x2F;:id — fetch a resolved person record (3 IC) POST &#x2F;api&#x2F;v1&#x2F;people&#x2F;search — filter 12M+ licensed professionals by state, city, credential (10 IC) GET &#x2F;api&#x2F;v1&#x2F;organizations&#x2F;:id — fetch an org record (3 IC)<p>Intelligence<p>POST &#x2F;api&#x2F;v1&#x2F;company&#x2F;enrich — live enrichment, falls back gracefully, never returns empty (10 IC) POST &#x2F;api&#x2F;v1&#x2F;contact&#x2F;enrich — contact-level deep enrichment (3 IC)<p>Signals<p>POST &#x2F;api&#x2F;v1&#x2F;signals&#x2F;hiring — detect hiring surges (15 IC) POST &#x2F;api&#x2F;v1&#x2F;signals&#x2F;funding — funding round detection (15 IC) POST &#x2F;api&#x2F;v1&#x2F;signals&#x2F;intent — competitor frustration + intent signals (20 IC)<p>Agents<p>POST &#x2F;api&#x2F;v1&#x2F;agent&#x2F;launch&#x2F;companies — autonomous research + outreach in one call (50 IC)<p>Also ships as an MCP Server — connect Claude, ChatGPT, or any MCP-compatible agent directly. No API calls, no plumbing. What I want from you:<p>Feed &#x2F;identify ambiguous or conflicting inputs — same person, two LinkedIn URLs, different name spellings Try to get &#x2F;company&#x2F;enrich to return empty or wrong data Test &#x2F;signals&#x2F;intent against a company you know well — does it catch real signals? Tell me where the schema is wrong, underdocumented, or just annoying to work with<p>Find a reproducible bug or a real schema issue → I&#x27;ll give you free Intelligence Credits. No cap. nopp.us&#x2F;api-docs | nopp.us&#x2F;developers I&#x27;m the founder. I&#x27;ll reply to every technical comment personally.