v1 · checking

BETA · API

Company intelligence,
as an API.

A cited, structured API and MCP server. Built for AI agents and the systems that depend on cited company data. 675 curated companies, news-corroborated and source-linked.

POST /v1/enrich
curl -X POST https://getbeta.io/api/v1/enrich \
  -H "Authorization: Bearer $BETA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query": "anthropic"}'

Snapshot 2026-06-09. Hit the live API for current data.

675 curated companies · 15 industries · 170 RSS sources monitored · ~7,200 SEC filers tracked · weekly refresh

ENDPOINTS

METHOD PATH DESCRIPTION REF
POST /v1/validate Resolve a company string → canonical entity key + confidence. llms.txt →
POST /v1/enrich Full company intelligence: firmographics, events, SWOT, competitors, sources, people inline. llms.txt →
POST /v1/corroborate Find independent sources backing a claim about an entity, or return "not found". llms.txt →
POST /v1/timeline Material events for an entity over a date range. llms.txt →
POST /v1/people People index lookup. In expansion — most coverage is currently returned inline via /v1/enrich. llms.txt →

ACCESS

API keys
Issued manually. Email hello@getbeta.io for access. Self-serve in development.
Rate limits
Public read endpoints are rate-limited per IP. Sustained usage requires an API key.
MCP server
npx -y @getbeta/mcp with BETA_API_KEY in env. Drop-in for Claude Desktop and any MCP-compatible client.
Pricing
In transition. The previous $19/mo subscription is winding down; current API pricing is contact-only. Volume and enterprise inquiries welcome.