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-ID
Response
Successful response
query
The search query that was executed
results
Array of matching results
total_count
Total number of matching results
limit
Maximum results requested
search_mode
Search mode used (direct or natural_language)
Errors
401
Unauthorized Error