Skip to main content

Welcome to the Sacra API

The Sacra API gives you programmatic access to private company intelligence: financials, valuations, funding rounds, research documents, and more.

Quickstart

Get your API key and make your first request in minutes.

What you can do

Look up companies

Fetch company profiles with revenue estimates, valuations, funding history, and milestones.

Browse research

Access market research reports, company one-pagers, and expert interviews.

Query metrics

Pull detailed financial metrics with historical data and source citations.

Search everything

Full-text search across all Sacra documents and companies.

Guides

Display Company Data on Your Site

Embed valuation charts, data summaries, and research PDFs using ready-made iframes or build custom UIs with raw JSON.

MCP Server

Use the Sacra MCP Server with Claude Code and other AI tools.

Authentication

All API requests require a token passed in the Authorization header:
curl --request GET \
  --url 'https://sacra.com/api/v1/companies/?company_domain=stripe.com' \
  --header 'Authorization: Token YOUR_API_KEY'
Create and manage API keys in your organization settings.