Enrich Person

Get complete person profile including bio, contact information (emails, phones, social profiles), work history (all positions with companies, titles, dates), and education (schools, degrees, fields of study). One API call returns everything. Use the entity_id from /people/search results.

Authentication

AuthorizationBearer
Bearer token authentication using API key

Path parameters

person_idstringRequired

Headers

X-Organization-IDstringRequired

Response

Successful response
entity_idstring
Person entity ID
full_namestring or null
Full name
headlinestring or null
Professional headline
summarystring or null
Professional summary
locationobject or null
current_companyobject or null
linkedin_urlstring or null
LinkedIn profile URL
profile_image_urlstring or null
Profile image URL
follower_countinteger or null
LinkedIn follower count
connection_countinteger or null
LinkedIn connection count
experiencelist of objects
Work history with companies, titles, dates, and durations
educationlist of objects
Education with schools, degrees, and fields of study
emailslist of strings
Email addresses
phone_numberslist of strings
Phone numbers
twitter_urlstring or null

Twitter/X profile URL

facebook_urlstring or null
Facebook profile URL
github_urlstring or null
GitHub profile URL
social_profilesmap from strings to strings
Social profiles by network name
total_positionsinteger
Total number of work positions
total_years_experiencedouble or null
Total years of work experience
total_degreesinteger
Total number of degrees

Errors

401
Unauthorized Error
404
Not Found Error