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