Fetch investor data with filtering, pagination, and search. Returns venture capital firms, angel investors, PE firms, corporate investors, accelerators, family offices, hedge funds, and crowdfunding platforms.
API key authentication. Include as Bearer token in Authorization header.
Page number for pagination
x >= 1Number of results per page (maximum 100)
1 <= x <= 100Filter by created date from (ISO 8601 format: YYYY-MM-DD)
Filter by created date to (ISO 8601 format: YYYY-MM-DD)
Relative date shorthand. Takes precedence over dateFrom/dateTo.
today, yesterday, last_7d, last_14d, last_30d, last_60d, last_90d, last_6m, last_1y, last_2y, this_week, this_month, this_quarter, this_year, last_week, last_month, last_quarter, last_year Free-text search across investor name and type
Comma-separated list of country codes to filter by (matches investor's countries JSON array)
Comma-separated list of investor types to filter by
vc, angel, pe, corporate, government, accelerator, family_office, hedge_fund, crowdfunding Legacy: Pipe-separated list of investor types (same as type parameter)
Search by headquarters location (partial match)
Minimum ticket size in USD
Maximum ticket size in USD
Field to sort by
name, created_at, ticket_size_min, ticket_size_max Sort direction
asc, desc When set to "true", returns only pagination metadata with an empty data array. No credits are charged.
true