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": "google"}'
{
  "entity": "google",
  "name": "Alphabet Inc.",
  "ticker": "GOOGL",
  "industry": "tech_software",
  "website": "google.com",
  "stock": { "price": 359.91, "change_pct": -0.36, "dir": "down" },
  "headline_insight": "As of July 2026, Google has definitively lost its final EU appeal over the €4.1B Android antitrust fine, cementing one of the largest regulatory penalties in tech history and signaling continued European pressure on its platform dominance . Simultaneously, internal tensions are surfacing at Google DeepMind, where unionization talks are described as 'rocky,' suggesting organizational friction at the very unit Google is betting its AI future on . These dual pressures — regulatory liability and talent/culture risk at its AI core — represent the most consequential near-term headwinds for a company whose $4.4T market cap is increasingly priced on AI leadership.",
  "top_priority": "Aggressive AI product integration and consumer normalization: Google is investing heavily in making Gemini AI ubiquitous across Search, Workspace, Android, and new experimental products (Learn About, NotebookLM expansions). The July 4th AI commercial campaign signals a deliberate push to make AI assistance a mainstream Google brand association — not just a technical feature.",
  "swot": {
    "strengths": 2,
    "weaknesses": 3,
    "opportunities": 3,
    "threats": 2,
    "sentiment": "mixed"
  },
  "competitors_count": 5,
  "articles_seen": 50,
  "sources_cited": 5,
  "_meta": {
    "snapshot_at": "2026-07-05T05:32:23.259Z",
    "refresh_cadence": "weekly"
  }
}

Snapshot 2026-07-05. Hit the live API for current data.

675 curated companies · 15 industries · 191 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.