Agent context
Feed your AI agent fresh, structured profile context at call time — no scraping, no stale cache to babysit.
people data
750M+ profiles, always fresh. Pass a LinkedIn URL, a name, or a search query — get back a clean, structured profile, live.
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
Every enrich response is predictable, typed JSON — the same keys /people/enrich returns.
Feed your AI agent fresh, structured profile context at call time — no scraping, no stale cache to babysit.
Turn a raw email or LinkedIn URL into a complete lead record — role, seniority, company firmographics — inside your CRM.
Pre-fill sign-up forms and user profiles the moment someone enters an email — cut onboarding friction to a single field.
Get your API key in seconds and make your first /people/enrich call in under 30 seconds. No credit card, 100-credit free trial.
# 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", … }