Get Investors
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.
Authorizations
API key authentication. Include as Bearer token in Authorization header.
Query Parameters
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. The underlying type data is free-text, so these values are convenience groupings matched case-insensitively against many real-world variants (e.g. vc matches "VC", "VC firm", "Venture Capital", "venture_capital", "Corporate VC"; angel matches "Angel", "Solo angel", "Angel network"). For anything outside this list, use the search parameter, which also matches the type field. Note: the type value in the response is the original scraped string (e.g. "Corporate VC"), not the slug you filtered by, so a single type=vc query returns rows with mixed type values.
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 