Odyssey - Private Market Intelligence
Odyssey - Private Market Intelligence
Odyssey is a private market intelligence dataset for agents that provides comprehensive data on companies, investors, people, deals, funds, limited partners, service providers, patents, and credit analysis.
It aggregates and enriches data from multiple sources to deliver a unified dataset for AI agents powering private market research, due diligence, and investment analysis.
What Odyssey Covers
How It Works
- Search any entity type by name, domain, or natural language query
- Get the entity ID from search results
- Fetch detailed data using the entity ID across multiple endpoints (bio, financials, investors, deals, etc.)
All endpoints require authentication via Authorization: Bearer {api_key} and X-Organization-ID headers.
People Search
People search accepts any natural language query and returns matching LinkedIn profiles with rich metadata. This is designed for AI agents that need to discover and enrich professional contacts.
Search returns previews. Enrichment endpoints return full data. This two-step design means you only pay for enrichment on the people you actually need, while search itself is nearly free.
Search
Each result includes: name, headline, company, location, bio excerpt, LinkedIn follower count, school, and LinkedIn URL. Use the entity_id from any result to fetch full data.
Enrich
Once you have an entity_id, call /people/{entity_id}/bio to get the complete profile:
- Profile: full name, headline, summary, location, current company and title
- Contact: verified emails, phone numbers, and social profiles (LinkedIn, Twitter, GitHub, Facebook)
- Work history: all positions with companies, titles, start/end dates, and durations
- Education: schools, degrees, fields of study
One API call. Everything you need.
Pagination
People search supports limit (1-500) and offset parameters for paging through results:
Check the has_more field in the response to know if additional pages are available. For requests above 100 results, the API automatically expands the search with query variations to discover more profiles and deduplicates by LinkedIn URL.
Example: Agent Workflow
A typical agent workflow for talent research:
- Search:
?q=machine learning engineers at fintech companies in New York&limit=50 - Filter results client-side by headline, school, or follower count
- For each candidate of interest, call
/bioto get their complete profile (contact, work history, education all in one call) - Use emails from the response for outreach
Data Dictionary
Every field available across Odyssey entity types, grouped by endpoint.
Company Profile
Returned by /companies/{id}/bio and /companies/{id}/full.
Company Industries
Returned by /companies/{id}/industries.
Company Financials
Returned by /companies/{id}/financials and /companies/{id}/financials/recent. Public companies use SEC EDGAR data; private companies get inferred estimates.
Company Funding
Returned by /companies/{id}/financing/recent. Each round in the rounds array contains:
Company Debt
Returned by /companies/{id}/debt-financing/recent.
Company Investors
Returned by /companies/{id}/active-investors and /companies/{id}/all-investors.
Company Deals
Returned by /companies/{id}/deals. Each deal in the deals array:
Company Similar
Returned by /companies/{id}/similar.
Company Service Providers
Returned by /companies/{id}/service-providers and /companies/{id}/service-providers/deal.
Company Social Analytics
Returned by /companies/{id}/social-analytics.
Company Affiliates
Returned by /general/{entity_id}/affiliates.
Person Search
Returned by /people/search. These are preview results - call /people/{id}/bio for full data.
Person Bio (Full Profile)
Returned by /people/{id}/bio. Single call returns everything: profile, work history, education, and contacts.
Experience (each entry in experience[]):
Education (each entry in education[]):
Investor Profile
Returned by /investors/{id}/bio.
Investor Portfolio
Returned by /investors/{id}/active-investments and /investors/{id}/all-investments.
Investor Preferences
Returned by /investors/{id}/preferences.
Investor Board Seats
Returned by /investors/{id}/board-seats.
Deal
Returned by /deals/{id}/bio and /deals/{id}/detailed.
Deal Investors
Returned by /deals/{id}/investors.
Deal Valuation
Returned by /deals/{id}/valuation.
Fund
Returned by /funds/{id}/bio.
Fund Investments
Returned by /funds/{id}/active-investments and /funds/{id}/all-investments.
Limited Partner
Returned by /limited-partners/{id}/bio.
Service Provider
Returned by /service-providers/{id}/bio.
Patent
Returned by /patents/search and /patents/{id}.
Credit Analysis
Private credit market intelligence across news, agreements, BDC portfolios, fund formations, market data, and more.
News
Returned by /credit-analysis/news/search, /credit-analysis/news/recent, /credit-analysis/news/bulk, and /general/{entity_id}/news.
Agreements
Returned by /credit-analysis/agreements/search and /credit-analysis/agreements/{company}.
BDC (Business Development Companies)
Returned by /credit-analysis/bdc/search, /credit-analysis/bdc/{ticker}/portfolio, and /credit-analysis/bdc/{ticker}/stats.
Borrowers
Returned by /credit-analysis/borrowers/{name}.
Funds
Returned by /credit-analysis/funds/search, /credit-analysis/funds/formations, and /credit-analysis/funds/managers/{name}.
Market
Returned by /credit-analysis/market/overview, /credit-analysis/market/spreads, and /credit-analysis/market/lending-standards.
N-PORT
Returned by /credit-analysis/nport/search, /credit-analysis/nport/funds, and /credit-analysis/nport/{ticker}/filings.
Relationships
Returned by /credit-analysis/relationships/search and /credit-analysis/relationships/portals.
SBA (Small Business Administration)
Returned by /credit-analysis/sba/search and /credit-analysis/sba/stats.