cURL
curl --request POST \ --url https://api.anysite.io/api/linkedin/search/educations \ --header 'Content-Type: application/json' \ --header 'access-token: <access-token>' \ --data '{ "timeout": 300, "name": "Harvard", "count": 123 }'
[ { "@type": "LinkedinSearchEducation", "urn": { "type": "fsd_company", "value": "<string>" }, "name": "<string>", "headline": "<string>", "image": "<string>" } ]
Linkedin Search Educations
Education name
"Harvard"
Max result count
x > 0
Max scrapping execution timeout (in seconds)
20 <= x <= 1500
Successful Response
Show child attributes