Search investors with filters

Retrieve a paginated list of investors with optional filtering.

Filters are split into two categories:

  1. Investor Filters — filter on the investor entity itself (location, size, domain, etc.)
  2. Portfolio Filters — filter by the companies they've invested in (industry, deal size, round type, etc.)

When portfolio filters are active, each investor in the response includes filtered_deal_count, filtered_lead_count, and matching_deal_ids.

All array parameters use comma-separated values.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
≥ 0
Defaults to 0

Page number (0-based). Used with pageSize to calculate offset.

integer
1 to 100
Defaults to 10

Number of results per page. Maximum 100.

string
enum
Defaults to Most Recent Deal

Sort order for results. Default: "Most Recent Deal".

  • Most Recent Deal — Date of most recent investment (newest first)
  • Recent Deals — Number of deals in last 12 months (highest first)
  • Deals Led LTM — Number of lead deals in last 12 months (highest first)
  • Total Deals — Total all-time deal count (highest first)
  • Matching Deals — Number of deals matching portfolio filters (highest first). Only meaningful when portfolio filters are active; without them, equivalent to Total Deals.
Allowed:
string

Investor Filter. Filter by investor HQ location permalinks (comma-separated).
Example: investorLocations=san-francisco,new-york

string
enum

Investor Filter. Filter by investor firm employee count ranges (comma-separated).

string

Investor Filter. Batch lookup investors by domain (comma-separated, max 100).
Example: investorDomains=sequoiacap.com,a16z.com

string

Investor Filter. Batch lookup investors by LinkedIn slug (comma-separated, max 100).
Example: investorLinkedins=sequoia-capital,andreessen-horowitz

string

Investor Filter. Filter by specific investor UUIDs (comma-separated).

string

Portfolio Filter. Filter by portfolio company industry permalinks (comma-separated).
Example: industries=artificial-intelligence,machine-learning

string

Portfolio Filter. Filter by broad industry super-categories (comma-separated).
Example: superCategories=technology,healthcare

string

Portfolio Filter. Filter by portfolio company location permalinks (comma-separated).

string
enum

Portfolio Filter. Filter by portfolio company employee count ranges (comma-separated).

string
enum

Portfolio Filter. Filter by portfolio company IPO status (comma-separated).

Allowed:
number
≥ 0

Portfolio Filter. Minimum deal size in USD.

number
≥ 0

Portfolio Filter. Maximum deal size in USD.

date

Portfolio Filter. Filter deals on or after this date (ISO 8601).

date

Portfolio Filter. Filter deals on or before this date (ISO 8601).

string

Portfolio Filter. Filter by deal round types (comma-separated).
Valid values include: SERIES_A, SERIES_B, SERIES_C, SERIES_D, SEED, PRE_SEED, ANGEL, GRANT, CONVERTIBLE_NOTE, VENTURE_ROUND, UNDISCLOSED, CORPORATE_ROUND, DEBT_FINANCING, EQUITY_CROWDFUNDING, INITIAL_COIN_OFFERING, NON_EQUITY_ASSISTANCE, POST_IPO_DEBT, POST_IPO_EQUITY, POST_IPO_SECONDARY, PRIVATE_EQUITY, PRODUCT_CROWDFUNDING, SECONDARY_MARKET, SERIES_E, SERIES_F, SERIES_G, SERIES_H, SERIES_I, SERIES_J, SERIES_UNKNOWN

string

Portfolio Filter. Filter by specific portfolio company UUIDs (comma-separated).

string

Portfolio Filter. Filter by portfolio company domains (comma-separated, max 100).
Returns investors who have invested in companies matching these domains.
When active, response includes matching_deal_ids.

string

Portfolio Filter. Filter by portfolio company LinkedIn slugs (comma-separated, max 100).
Returns investors who have invested in companies matching these LinkedIn profiles.
When active, response includes matching_deal_ids.

date

Portfolio Filter. Filter by portfolio company founding date start (ISO 8601).

date

Portfolio Filter. Filter by portfolio company founding date end (ISO 8601).

integer
≥ 1

Portfolio Filter. Minimum number of deals matching the above portfolio filter criteria.
Only returns investors with at least this many matching deals.

boolean
Defaults to false

Portfolio Filter. When true, only count deals where the investor was the lead investor.

Responses

Language
Credentials
Bearer
API Key
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json