investor_id (prefixed inv_) used across every endpoint.
Data categories
- Profile — name, description, HQ, founding year, organisation size, social profiles.
- Classification — investor types (e.g.
venture_capital,angel_group), investment stage, and industry / tech-vertical targeting. - Fund details — named funds with announce date and amount raised (
fund_details). - Portfolio — backed companies as Specter company IDs (
portfolio_companies). - Activity —
number_of_investments,number_of_lead_investments,number_of_exits,number_of_funds. - Signals — investor interest signals (
strategic_signal_ids). - Linkages —
person_id(when the investor is an individual, e.g. an angel) andcompany_id(the firm’s company record); either, both, or neither may be null.
Targeting & activity
What to screen investors on — all real fields on the record:- Stage focus —
investment_stage(Seed through Growth). - Sector focus —
industry_target,specter_industry_target,specter_tech_verticals_target. - Deal activity —
number_of_investments,number_of_lead_investments,number_of_exits. - Fund scale —
number_of_fundsandfund_details(amounts raised).
Example (trimmed)
Endpoints
| Method | Endpoint | Returns |
|---|---|---|
GET | Look up investors | Look up an investor by name or domain |
POST | Bulk get investors by ID | Look up to 50 investors in one request |
GET | Search investor name | Search investors by name |
GET | Get investor by ID | A full investor profile by ID |
GET | Get investor funding rounds | An investor’s investment history |
How to use the API
Start with what you have- Name or domain → Look up investors.
- Partial name → Search investor name → take the
investor_id. - Investor ID → Get investor by ID.
- Portfolio → follow each ID in
portfolio_companiesto Get company by ID. - Deals → Get investor funding rounds.
- Interest signals → follow
strategic_signal_idsto Get Investor Interest Signal by ID. - Angel or firm → when
person_idis set, Get person info by ID; whencompany_idis set, Get company by ID for the firm’s company record.
Notes
- Lookups may return more than one investor when several share a domain.
- Bulk lookups return matched results only — unknown identifiers are omitted.
strategic_signal_idsis empty when the investor has no active interest signals.- Funding rounds are paginated, newest first. Use returned IDs to traverse across companies, people, and deals.