Investors
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.
POST
Authorizations
API key provided as a Bearer token
Body
application/json
Investor lookup filters (OR'd together)
Investor entity-level filters
Portfolio filters (filter by companies the investor has invested in)
Page number (0-based)
Required range:
x >= 0Number of results per page (max 500)
Required range:
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)
Available options:
most_recent_deal, recent_deals, deals_led_ltm, total_deals, matching_deals 
