
Backed by
Combinator
Supply your agents withPrivate Market Insights
Company financials, deals, investors, funds, and more. Unified into the Captain Odyssey dataset.
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
| 1 | const 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 | ); |