Skip to main content
api.captaindata.combuild v1.4.9REST /v1
uptime 99%100-credit free trial

people data

Discover and enrich people by the million.

750M+ profiles, always fresh. Pass a LinkedIn URL, a name, or a search query — get back a clean, structured profile, live.

captaindata — interactive consolelive · sample responses from real endpointsready
target
op
$ curl GET /v1/people/enrich
?li_profile_url=https://linkedin.com/in/
examples
Pick an example above, or edit the argument and press r
to enrich this person.
100-credit free trial1 free call leftGet your API key →
§ 01 · ENDPOINTS — three calls for people

Three ways in: enrich a known profile, find a person by name and company, or search the graph by free-text query. Same auth, same JSON shape.

1 req = 1 page

§ 02 · FIELDS — what comes back

Every enrich response is predictable, typed JSON — the same keys /people/enrich returns.

uid
string
per_a4f18c02de
full_name
string
Satya Nadella
headline
string
Chairman and CEO at Microsoft
job_title
string
Chairman and CEO
company_name
string
Microsoft
location
string
Redmond, Washington, US
experiences[]
array
title · company_name · date
education[]
array
school_name · degree_name
skills[]
array
{ name }
li_profile_url
string
linkedin.com/in/…
§ 03 · USE CASES — what teams build
03 · Aagents

Agent context

Feed your AI agent fresh, structured profile context at call time — no scraping, no stale cache to babysit.

call
// one call people/enrich → ctx
03 · Bgtm

Lead enrichment

Turn a raw email or LinkedIn URL into a complete lead record — role, seniority, company firmographics — inside your CRM.

score
// score seniority + company
03 · Cproduct

Auto-fill & onboarding

Pre-fill sign-up forms and user profiles the moment someone enters an email — cut onboarding friction to a single field.

onboard
// onboard email → profile

Ship people data today.

Get your API key in seconds and make your first /people/enrich call in under 30 seconds. No credit card, 100-credit free trial.

people/enrich · zsh80×24
# enrich a LinkedIn profile
$ curl https://api.captaindata.com/v1/people/enrich \
  -H "X-API-KEY: <YOUR_API_KEY>" \
  -d li_profile_url=…/in/satyanadella

# → 200 OK · fresh profile
{ "uid": "per_a4f18c02de", "full_name": "Satya Nadella", "job_title": "Chairman and CEO", … }