Skip to main content
GET
Get Investor Data

Authorizations

Authorization
string
header
required

API key authentication. Include as Bearer token in Authorization header.

Query Parameters

page
integer
default:1

Page number for pagination

Required range: x >= 1
limit
integer
default:20

Number of results per page (maximum 100)

Required range: 1 <= x <= 100
dateFrom
string<date>

Filter by created date from (ISO 8601 format: YYYY-MM-DD)

dateTo
string<date>

Filter by created date to (ISO 8601 format: YYYY-MM-DD)

date_preset
enum<string>

Relative date shorthand. Takes precedence over dateFrom/dateTo.

Available options:
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

countries
string

Comma-separated list of country codes to filter by (matches investor's countries JSON array)

exclude_countries
string

Comma-separated list of country codes to EXCLUDE (denylist), e.g. CN. Investors with no listed countries are kept, not excluded.

type
enum<string>

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.

Available options:
vc,
angel,
pe,
corporate,
government,
accelerator,
family_office,
hedge_fund,
crowdfunding
categories
string

Legacy: Pipe-separated list of investor types (same as type parameter)

headquarters
string

Search by headquarters location (partial match)

ticket_size_min
integer

Minimum ticket size in USD

ticket_size_max
integer

Maximum ticket size in USD

sort_by
enum<string>
default:created_at

Field to sort by

Available options:
name,
created_at,
ticket_size_min,
ticket_size_max
sort_order
enum<string>
default:desc

Sort direction

Available options:
asc,
desc
count
enum<string>

When set to "true", returns only pagination metadata with an empty data array. No credits are charged.

Available options:
true

Response

Successful response with investor data

success
boolean
required
Example:

true

data
object[]
required
pagination
object
required
meta
object
required