person_id used across every people endpoint.
Data categories
- Profile — name, tagline, about, location, profile picture, LinkedIn follower and connection counts.
- Career history —
experience[]: companies, titles, tenure, and progression (is_current,job_order). - Education —
education[]: institutions, degrees, and fields of study. - Skills & attributes — skills, languages, seniority, years of experience, education level.
- Signals —
talent_signal_ids, andinvestor_signal_ids(usable in investor endpoints when available). - Social links — LinkedIn, Twitter and GitHub URLs, plus
linkedin_num_idandlinkedin_urn.
Highlights
Thehighlights array flags high-signal attributes for evaluating a person — especially founders. Documented values include:
prior_exit— founded or was part of a company with a successful exit.serial_founder— founded more than one company.prior_vc_backed_founder— previously founded a venture-backed company.prior_vc_backed_experience— worked at a venture-backed company.
Example (trimmed)
Endpoints
| Method | Endpoint | Returns |
|---|---|---|
POST | Enrich people | Enrich a person by LinkedIn URL or identifier |
GET | Search person name | Find a person by name |
GET | Get person info by ID | A full person profile by ID |
GET | Get person’s email | A person’s verified email |
POST | Reverse email lookup | Reverse-lookup a person from an email |
POST | Bulk enrich people by ID | Enrich up to 50 people in one request |
POST | Bulk reverse email lookup | Reverse email lookup for up to 50 emails |
How to use the API
Start with what you have- LinkedIn URL or identifier → Enrich people.
- Email → Reverse email lookup.
- Name → Search person name → take the
person_id.
- Full profile → Get person info by ID.
- Verified email → Get person’s email.
- Signals → follow
talent_signal_ids(andinvestor_signal_ids, when available) to the signal endpoints — Get Talent Signal by ID and Get Investor Interest Signal by ID. - Current employer → take
company_idfrom the currentexperience[]entry (is_current: true) → Get company by ID (the profile carries the current company’s name, not a top-level ID).
Notes
- Most fields are nullable — only core identity (
person_id, name, LinkedIn URL) is guaranteed. - Reverse email lookup returns a
scorefrom 1–10; 7 or higher is a reliable match; no match returns204. - Bulk lookups omit unknown identifiers; bulk enrich returns a found/queued status per row, and only found rows are charged.
- Enriching an unknown person queues them for sourcing — retry the lookup shortly after.