cURL
curl --request POST \ --url https://api.anysite.io/api/linkedin/user/education \ --header 'Content-Type: application/json' \ --header 'access-token: <access-token>' \ --data '{ "timeout": 300, "urn": "urn:li:fsd_profile:ACoAACmguogBIdbijM6YpcIganWLJ67yKyV5kd4", "count": 123 }'
[ { "@type": "LinkedinUserEducation", "company": { "@type": "LinkedinUserEducationCompany", "name": "<string>", "urn": { "type": "fsd_company", "value": "<string>" }, "url": "<string>" }, "major": "<string>", "interval": "<string>" } ]
Linkedin Get User Education
User URN, only fsd_profile urn type is allowed
Show child attributes
Max result count
x > 0
Max scrapping execution timeout (in seconds)
20 <= x <= 1500
Successful Response