Skip to main content
GET
Search for a person by name or identifier

Authorizations

Authorization
string
header
required

API key provided as a Bearer token

Query Parameters

name
string

Fuzzy search by person name

id
string<uuid>

Person UUID

linkedin
string

LinkedIn person URL

crunchbase
string

Crunchbase person URL

twitter
string

Twitter/X URL

person_type
enum<string>

Optional filter restricting results to one pool. investor keeps only people tracked as investors/angels; company keeps only non-investor people (founders, CEOs, employees). Omit to search both. Applies to both name and identifier modes — identifier lookups return empty if the resolved person doesn't match the requested type.

Available options:
investor,
company

Response

Successful search results

success
boolean
required
Example:

true

data
object
required
meta
object
required
Last modified on July 27, 2026