cURL
curl --request POST \ --url https://api.anysite.io/api/linkedin/search/educations \ --header 'Content-Type: application/json' \ --header 'access-token: <api-key>' \ --data ' { "name": "<string>", "count": 123, "timeout": 300 } '
[ { "urn": { "type": "fsd_company", "value": "<string>" }, "name": "<string>", "@type": "@linkedin_search_education", "headline": "<string>", "image": "<string>" } ]
Linkedin Search Educations
Price: 1 credit
💡 AI Hint: Search for education institutions. Use results as filter values in user search.
API token from the dashboard
Education name
"Harvard"
Max result count
Max scrapping execution timeout (in seconds)
20 <= x <= 1500
Successful Response
Show child attributes