Skip to main content
GET
Get data from captaindata people enrich
1 credit · 2 credits with full_enrich · Credit costs Full enrichment adds:
  • Detailed experiences, skills, education, languages
  • Work history, volunteer experiences, connections count
  • Past companies, job time periods, open to work status
With full_enrich set to true, the response includes at most the 5 most recent experience entries, 2 most recent skills, and 2 most recent education entries. When has_more_experiences or has_more_skills is true, call List Experiences or List Skills for the complete lists. Licenses and certifications are not included in Enrich — use List Licenses & Certifications. Enrich accepts li_profile_url only — it does not take people_uid. The list endpoints below do.

List Experiences

Full work history when has_more_experiences is true.

List Skills

Complete skills list when has_more_skills is true.

List Licenses & Certifications

Licenses are not returned by Enrich at all.
LinkedIn URLs must be valid profile URLs. Use Find People to get valid LinkedIn URLs from names.

Authorizations

X-API-Key
string
header
required

Query Parameters

li_profile_url
string<uri>
required
Pattern: /^https:\/\/(?:(www|[a-z]{2})\.)?linkedin\.com\/(?:in|pub|sales\/people|sales\/lead)\/[^\s/]+/
full_enrich
boolean
default:false

When true, include a preview of experiences (max 5) and skills (max 2). For complete lists use GET /people/experiences and GET /people/skills. Licenses are not included. Extract a preview of experiences (max 5) and skills (max 2). For complete lists, use GET /people/experiences and GET /people/skills. Licenses and certifications are not included.

Response

Successful response

uid
string
li_profile_handle
string
first_name
string
last_name
string
full_name
string
birth_date
string
headline
string
summary
string
languages
string[]
skills
object[]
has_more_skills
boolean

True when the profile has more skills registered on LinkedIn than returned. Call GET /people/skills for the complete list.

li_profile_id
integer
li_profile_url
string<uri>
li_profile_country
string
li_profile_language
string
location
string
li_profile_image_url
string<uri>
job_title
string
education
object[]
school_name
string
li_school_url
string<uri>
volunteer_experiences
object[]
li_number_connections
number
experiences
object[]
has_more_experiences
boolean

True when the profile has more experiences registered on LinkedIn than returned. Call GET /people/experiences for the complete list.

company_uid
string
company_name
string
li_company_url
string<uri>
li_company_id
string
li_number_followers
number
li_people_post_search_url
string<uri>
open_to_work
boolean
past_company_uid
string
past_company_name
string
past_job_title
string
past_li_company_id
string
past_li_company_url
string<uri>