Search Companies

Search for companies on Crunchbase or Pitchbook via SerpAPI.

Returns company profile URLs that can be passed to POST /v2/datasets/odyssey/company to generate a full report.

Only returns actual company profile URLs — filters out sub-pages, person pages, funding rounds, and other non-company results.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Headers

X-Organization-IDstringRequired

Query parameters

foundedstringOptional
Founding year to include in search query
founderstringOptional
Founder name to include in search query
limitintegerOptional1-100Defaults to 10

Maximum number of results to return (default: 10, max: 100)

Response

Search completed successfully
querystring
Original search query
sourcestring

Search source (‘crunchbase’ or ‘pitchbook’)

resultslist of objects
List of company search results
total_resultsinteger
Total number of results available
limitinteger
Maximum results requested
errorstring or null
Error message if search failed

Errors