Find investor ID
Investors
Find investor ID
Resolve a batch of investor websites and names into the Specter investor_id. Re-use that id with the id-only investor endpoints such as Get investor by ID.
Free. This call does not consume credits. The id-only endpoints you call next are charged as usual.
What you need
One or more websites and/or names to resolve (1–50 per request). No Specter ID is required; that is what this returns.
Behaviour
- Pass inputs under
to_resolve(1–50 per request). Each entry needs at least one ofwebsiteorname; an empty entry returns a validation error. Supplying both narrows the match. - The response has one result group per input, in the same order, so you can attribute each set of matches back to what you sent.
queryechoes the input. websiteis reduced to its domain before matching, so a URL with a scheme orwww.resolves the same as the bare domain.nameis matched case-insensitively and ignores surrounding whitespace. An ambiguous name can match several firms, so use the returnedwebsite,hq_locationandfounded_yearto pick the right one.- An input that matches nothing keeps its place with an empty
matcheslist.
What you do next
- Get the full profile. Pass the returned
investor_idto Get investor by ID. - Track their deals. Pull their rounds and co-investors with Get investor funding rounds.
- See what they’re circling. Read Get investor-interest signals for the resolved firm.
POST
Find investor ID
Authorizations
Body
application/json
The investors to resolve.
Required array length:
1 - 50 elements