Skip to main content
POST
Filtering by location, industry, or round type? Use exact permalinks — a wrong value for locations, industries, or super_categories returns zero results with no error. Resolve them via /location/search and /industry/search first. See Filtering & Permalinks.

Authorizations

Authorization
string
header
required

API key provided as a Bearer token

Body

application/json
identifiers
object

Investor lookup filters (OR'd together)

investor
object

Investor entity-level filters

company_investments
object

Portfolio filters (filter by companies the investor has invested in)

page
integer
default:0

Page number (0-based)

Required range: x >= 0
page_size
integer
default:10

Number of results per page (max 500)

Required range: 1 <= x <= 500
sort_by
enum<string>
default:most_recent_deal

Sort 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

Response

Successful response with paginated investor list

success
boolean
required
Example:

true

data
object
required
meta
object
required