Skip to main content
GET
Look up investors

Authorizations

X-API-Key
string
header
required

Query Parameters

website
string

The website or domain of the investor. Accepts the full URL with or without http(s):// and www., or a bare domain like bvp.com.

name
string

The investor's name. Matching is case-insensitive and ignores surrounding whitespace.

Response

The investors matching the lookup.

investor_id
string
required

The Specter ID for this investor, can be used in other endpoints.

Example:

"inv_609dba55408c4490fe58cf8e"

strategic_signal_ids
string<uuid>[]
required

All Interest Signals IDs associated with this investor. Empty when none are active.

investor_name
string
required

The legal or brand name of the investor or investment firm.

Example:

"Bessemer Venture Partners"

investor_types
string[]
required

The investor types this investor falls under, as lowercase snake_case (e.g. venture_capital, angel_group).

investment_stage
string[]
required

Typical funding round stages in which the investor participates (e.g., Seed, Series A).

industry_target
string[]
required

Industries or verticals in which the investor typically specializes.

specter_industry_target
string[]
required

Only top level. Classifies companies by their economic activity — the market they serve and the products or services they deliver. E.g. Construction, Utilities, Wholesale. There is one industry per company, with up to three levels.

specter_tech_verticals_target
string[]
required

Only top level. Classifies companies by the technology domain they operate in — the technical capability or space they're building around. E.g. AI & Machine Learning, Cybersecurity, FinTech. There can be up to 5 tech verticals per company, with 2 levels each.

fund_details
InvestorFund · object[]
required

The named funds this investor has raised, with announce date and amount when available.

portfolio_companies
string[]
required

Specter company IDs for portfolio companies of this investor.

person_id
string | null

The Specter person ID this investor is linked to, when the investor is an individual (e.g. an angel). null for firms.

Example:

"5e3b9281137e998b5aea67f4"

company_id
string | null

The Specter company ID of the company associated with this investor, when applicable (e.g. the firm behind a VC fund).

Example:

"5e3b9281137e998b5aea67f4"

investor_rank
integer | null

The Specter rank for this investor.

Example:

43

company_size
string | null

The size bracket of the investor's organization (employee count band).

Example:

"201-500"

operating_status
string | null

The operating status of the investor (e.g. active, closed).

Example:

"active"

domain
string | null

The investor's primary web domain.

Example:

"bvp.com"

hq_location
string | null

The investor's headquarters location.

Example:

"San Francisco, California, United States, North America"

founded_year
integer | null

The year the investor was founded.

Example:

1911

linkedin_url
string | null

The investor's LinkedIn profile URL.

Example:

"linkedin.com/company/bessemer-venture-partners"

twitter_url
string | null

The investor's Twitter / X profile URL.

Example:

"x.com/BessemerVP"

description
string | null

Brief textual overview of the investor’s activities, history, or focus.

Example:

"Bessemer Venture Partners is a leading venture capital firm that partners with entrepreneurs from their early days through every stage of growth."

number_of_exits
integer | null

Total number of portfolio company exits attributed to this investor.

Example:

325

number_of_lead_investments
integer | null

Total number of investments where the investor led the round.

Example:

574

number_of_investments
integer | null

Total number of investments made by the investor.

Example:

1581

number_of_funds
integer | null

Total number of separate funds managed or raised by the firm.

Example:

15