List Companies
Retrieve companies with advanced filtering, pagination, sorting, and optional AI-powered semantic search.
Request Body Structure
Send a JSON body with up to 4 filter sections plus pagination/sort at the top level:
identifiers- Look up specific companies by UUID, domain, LinkedIn, or Crunchbasecompany- Filter by company attributes (search, location, industry, size, etc.)latest_deal- Filter by latest funding round attributes (type, size, date, investors)investors- Filter by investors (firms or people) across all rounds
Authorizations
API key authentication using Bearer token format.
Format: Authorization: Bearer vg_your_api_key_here
API keys follow the pattern: vg_[12_hex_chars]_[32_base64url_chars]
Body
Look up specific companies by identifier
Company attribute filters
Latest funding round filters
Filter by investors (firms or people) across all funding rounds
Page number (0-based)
x >= 0Number of results per page
1 <= x <= 500Sort order. Ignored when search_query is provided (sorted by relevance).
most_recent_raise, oldest_raise, most_recent_founded, oldest_founded, largest_valuation, smallest_valuation, largest_total_raise, smallest_total_raise, most_funding_rounds, most_investors 
