cURL
curl --request POST \ --url https://api.anysite.io/api/linkedin/search/locations \ --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_location" } ]
Linkedin Search Locations
Price: 1 credit
💡 AI Hint: Search for location URNs. Use results as filter values in user/company search.
API token from the dashboard
Location name
"Tokyo"
Max result count
Max scrapping execution timeout (in seconds)
20 <= x <= 1500
Successful Response
Show child attributes