List Investors
Retrieve a paginated list of investors with optional filtering.
Request Body Structure
Send a JSON body with up to 3 filter sections plus pagination/sort at the top level:
identifiers- Look up specific investors by UUID, domain, LinkedIn, or Crunchbaseinvestor- Filter by investor entity attributes (location, employee count)company_investments- Filter by portfolio (industries, deal characteristics, etc.). Supports semantic search viasearch_query+min_relevance.
When company_investments filters are active, each investor in the response includes filtered_deal_count and filtered_lead_count.
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
Investor lookup filters (OR'd together)
Investor entity-level filters
Portfolio filters (filter by companies the investor has invested in)
Page number (0-based)
x >= 0Number of results per page (max 500)
1 <= x <= 500Sort order for results.
- most_recent_deal — Date of most recent investment (newest first)
- recent_deals — Deals in last 12 months (highest first)
- deals_led_ltm — Lead deals in last 12 months (highest first)
- total_deals — All-time deal count (highest first)
- matching_deals — Deals matching portfolio filters (highest first)
most_recent_deal, recent_deals, deals_led_ltm, total_deals, matching_deals 
