[
{
"internal_id": {
"type": "fsd_company",
"value": "<string>"
},
"urn": {
"type": "fsd_company",
"value": "<string>"
},
"name": "<string>",
"alias": "<string>",
"url": "<string>",
"@type": "@linkedin_user",
"first_name": "<string>",
"last_name": "<string>",
"email": "<string>",
"birth_date": {
"day": 123,
"month": 123,
"@type": "@linkedin_user_birth_date"
},
"websites": [
{
"url": "<string>",
"category": "<string>",
"@type": "@linkedin_user_website",
"label": "<string>"
}
],
"headline": "<string>",
"follower_count": 123,
"image": "<string>",
"connection_count": 123,
"description": "<string>",
"top_skills": [
"<string>"
],
"frame": "open_to_work",
"location": "<string>",
"country_code": "<string>",
"pronouns": "<string>",
"custom_pronouns": "<string>",
"experience": [
{
"company": {
"name": "<string>",
"@type": "@linkedin_user_experience_company",
"urn": {
"type": "fsd_company",
"value": "<string>"
},
"url": "<string>"
},
"@type": "@linkedin_user_experience",
"position": "<string>",
"work_type": "on-site",
"employment": "full-time",
"interval": "<string>",
"period": "<string>",
"location": "<string>",
"description": "<string>",
"medias": [
{
"title": "<string>",
"@type": "@linkedin_user_experience_media",
"id": "<string>",
"url": "<string>",
"text": "<string>",
"image": "<string>"
}
]
}
],
"education": [
{
"company": {
"name": "<string>",
"@type": "@linkedin_user_education_company",
"urn": {
"type": "fsd_company",
"value": "<string>"
},
"url": "<string>"
},
"@type": "@linkedin_user_education",
"major": "<string>",
"interval": "<string>",
"description": "<string>"
}
],
"languages": [
{
"name": "<string>",
"@type": "@linkedin_user_language",
"level": "<string>"
}
],
"certificates": [
{
"name": "<string>",
"@type": "@linkedin_user_certificate",
"company": {
"name": "<string>",
"@type": "@linkedin_user_certificate_company",
"urn": {
"type": "fsd_company",
"value": "<string>"
},
"url": "<string>"
},
"created_at": "<string>",
"label": "<string>",
"url": "<string>"
}
],
"honors": [
{
"name": "<string>",
"@type": "@linkedin_user_honor",
"issued_by": "<string>",
"issued_at": "<string>",
"text": "<string>"
}
],
"patents": [
{
"name": "<string>",
"@type": "@linkedin_user_patent",
"id": "<string>",
"issued_at": "<string>",
"text": "<string>",
"url": "<string>",
"inventor_count": 123
}
],
"skills": [
{
"name": "<string>",
"@type": "@linkedin_user_skill",
"urn": {
"type": "fsd_company",
"value": "<string>"
}
}
],
"verified": false,
"is_premium": false
}
]