Get Profile Data
This module can be used to retrieve the information of a LinkedIn module. It can be used for both a person profile and a company profile which it detects based on the Url.
Last updated
{
"sessionId": "string",
"data": {
"url": "string",
"name": "string",
"about": "string",
"tagline": "string",
"picture": "string",
"skills": [
"string"
],
"location": "string",
"current_company": "string",
"education": [
{
"institution_logo": "string",
"institution_url": "string",
"institution_name": "string",
"education_description": "string",
"education_duration": "string"
}
],
"experience": [
{
"company_logo": "string",
"company_linkedin_url": "string",
"job_title": "string",
"company_name": "string",
"employment_duration": "string",
"location": "string"
}
],
"Activity": [
{
"activity_type": "string",
"description": "string"
}
],
"contact_info": {
"email": "string",
"phone_number": "string",
"github": "string or null",
"facebook_url": "string",
"instagram_url": "string",
"website": "string"
}
},
"message": "string",
"image_url": "string",
"credits_used": "integer"
}
{
"sessionId": "string",
"data": {
"url": "string",
"company_name": "string",
"tagline": "string",
"about": "string",
"industry": "string",
"headquarters": "string",
"followers": "string",
"company_size": "string",
"website": "string",
"specialties": "string",
"locations": [
{
"is_primary": "string or null",
"office_name": "string",
"address": "string"
}
],
"related_profiles": [
{
"company_name": "string",
"company_url": "string",
"company_tagline": "string",
"company_followers": "string"
}
],
"people": [
{
"person_name": "string",
"person_url": "string",
"person_tagline": "string",
"person_summary": "string"
}
]
},
"message": "string",
"image_url": "string",
"credits_used": "integer"
}