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": "LinkedinSearchLocation"
}
]Linkedin Search Locations
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": "LinkedinSearchLocation"
}
]