Skip to main content
GET
/
people
/
enrich
Get data from captaindata people enrich
curl --request GET \
  --url https://api.captaindata.com/v1/people/enrich \
  --header 'X-API-Key: <api-key>'
{
  "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": [
    {
      "name": "<string>"
    }
  ],
  "li_profile_id": 123,
  "li_profile_url": "<string>",
  "li_profile_country": "<string>",
  "li_profile_language": "<string>",
  "location": "<string>",
  "li_profile_image_url": "<string>",
  "job_title": "<string>",
  "education": [
    {
      "school_uid": "<string>",
      "school_name": "<string>",
      "li_school_url": "<string>",
      "date": "<string>",
      "li_school_id": "<string>",
      "degree_name": "<string>"
    }
  ],
  "school_name": "<string>",
  "li_school_url": "<string>",
  "volunteer_experiences": [
    {}
  ],
  "li_number_connections": 123,
  "experiences": [
    {
      "title": "<string>",
      "company_uid": "<string>",
      "company_name": "<string>",
      "company_description": "<string>",
      "li_company_url": "<string>",
      "location": "<string>",
      "li_company_id": "<string>",
      "date": "<string>",
      "job_time_period": "<string>",
      "company_logo_url": "<string>"
    }
  ],
  "company_uid": "<string>",
  "company_name": "<string>",
  "li_company_url": "<string>",
  "li_company_id": "<string>",
  "li_number_followers": 123,
  "li_people_post_search_url": "<string>",
  "open_to_work": true,
  "past_company_uid": "<string>",
  "past_company_name": "<string>",
  "past_job_title": "<string>",
  "past_li_company_id": "<string>",
  "past_li_company_url": "<string>",
  "connected_at": "2023-11-07T05:31:56Z"
}
This operation costs 1 credit. Using full_enrich set to true costs 2 credits.
Full enrichment (2 credits) adds:
  • Detailed experiences, skills, education, languages
  • Work history, volunteer experiences, connections count
  • Past companies, job time periods, open to work status
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
full_enrich
boolean
default:false

Sections

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[]
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[]
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>
connected_at
string<date-time>