curl --request POST \
--url https://api.anysite.io/api/linkedin/user/education \
--header 'Content-Type: application/json' \
--header 'access-token: <api-key>' \
--data '
{
"urn": {
"type": "<string>",
"value": "<string>"
},
"count": 99,
"timeout": 300
}
'[
{
"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>"
}
]Linkedin Get User Education
curl --request POST \
--url https://api.anysite.io/api/linkedin/user/education \
--header 'Content-Type: application/json' \
--header 'access-token: <api-key>' \
--data '
{
"urn": {
"type": "<string>",
"value": "<string>"
},
"count": 99,
"timeout": 300
}
'[
{
"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>"
}
]User URN, only fsd_profile urn type is allowed
Show child attributes
"urn:li:fsd_profile:ACoAACmguogBIdbijM6YpcIganWLJ67yKyV5kd4"
Max result count
x <= 100Max scrapping execution timeout (in seconds)
20 <= x <= 1500