The B2B Data API for people & company data
Captain Data is a B2B data API for real-time people and company data. Enrich, search, and find people and companies from a LinkedIn URL, a name, or a Sales-Navigator-compatible query — and get structured JSON you can ship in your product or AI agent. Explore every endpoint below with a live demo.
Products
// people data
People Enrichment
Enrich a LinkedIn profile URL — full name, headline, job title, experiences, education, skills, and more.
▸ response shape
{
"full_name": "string",
"headline": "string",
"job_title": "string",
"company_name": "string",
"location": "string"
}People Search
Search professionals by title, company, location, and more. Returns profile summaries with job signals.
▸ response shape
{
"full_name": "string",
"job_title": "string",
"company_name": "string",
"location": "string",
"li_profile_url": "string"
}Find People
Resolve a person by full name (and optional company) to their LinkedIn URL and uid.
▸ response shape
{
"li_profile_url": "string",
"uid": "string",
"li_profile_id": "number"
}// company data
Company Enrichment
Enrich a LinkedIn company URL or domain — industry, headcount, HQ, funding, locations, and more.
▸ response shape
{
"company_name": "string",
"industry": "string",
"website": "string",
"headquarters": "string",
"number_employees": "number"
}Company Search
Search companies by industry, size, location, and keywords. Returns company cards with LinkedIn URLs.
▸ response shape
{
"company_name": "string",
"category": "string",
"number_employees": "string",
"li_company_url": "string",
"description": "string"
}Find Company
Resolve a company by name or domain to its LinkedIn URL and uid.
▸ response shape
{
"li_company_url": "string",
"uid": "string",
"li_company_id": "string"
}Find Employees
List employees at a company — name, job title, location, and LinkedIn profile URL.
▸ response shape
{
"full_name": "string",
"job_title": "string",
"company_name": "string",
"location": "string",
"li_profile_url": "string"
}Comparing data providers? See our Captain Data vs alternatives pages.
§ · FAQ — common questions
QWhat data can I access through Captain Data APIs?›
QHow accurate is the data?›
QHow does the credit system work?›
QWhat's the difference between enrichment and search?›
QCan I integrate these APIs with my existing tools?›
QWhat are the rate limits?›
QIs the data GDPR compliant?›
QHow do I get started?›
Ready to get started?
Try any endpoint with 100 free credits. No credit card required.