Just shipped: Captain Odyssey – Our Private Market Dataset Read More →
Backed byY CombinatorCombinator

Supply your agents withPrivate Market Insights

Company financials, deals, investors, funds, and more. Unified into the Captain Odyssey dataset.

Talk to an engineer

Request Access
Odyssey Dataset

Agent-Ready Analysis

Captain Odyssey aggregates private market intelligence across venture capital deals, VC-backed companies, institutional investors, fund performance, and limited partners. Query structured data on exit predictions, company financials, EBITDA, financing rounds, leadership, social presence, credit analysis, and patents — all through a unified, agent-friendly API.

POST/odyssey/company
1const response = await fetch(
2 `${BASE_URL}/v2/datasets/odyssey/company`,
3 { method: "POST",
4 headers: {
5 "Authorization": `Bearer ${API_KEY}`,
6 "X-Organization-ID": ORG_ID,
7 "Content-Type": "application/json"
8 },
9 body: JSON.stringify({
10 url: "https://...openai"
11 }) }
12);