Search Companies

Search for companies by name or natural language description. ## Search Modes - **Direct lookup**: Short queries like `Stripe` or `OpenAI` resolve to a single company match - **Natural language search**: Longer queries like `AI startups in San Francisco raising Series B` return up to 5 matching companies with surface-level data The endpoint auto-detects which mode to use based on the query. ## Response Fields Each result includes: name, website, description, employee_count, industry, location, founded, size, total_funding_raised, latest_funding_stage, tags, and linkedin_url. Use the entity_id or company identifier from results to call detail endpoints (bio, financing, investors, full).

Authentication

AuthorizationBearer
Bearer token authentication using API key

Headers

X-Organization-IDstringRequired

Response

Successful response
querystring
The search query that was executed
resultslist of objects
Array of matching results
total_countinteger
Total number of matching results
limitinteger
Maximum results requested
search_modestring or null

Search mode used (direct or natural_language)

Errors

401
Unauthorized Error