curl --request POST \
--url https://fresh-linkedin-profile-data.p.rapidapi.com/search-employees-by-sales-nav-url \
--header 'Content-Type: application/json' \
--header 'x-rapidapi-key: <api-key>' \
--data '{
"url": "https://www.linkedin.com/sales/search/people?coach=false&query=(filters%3AList((type%3AREGION%2Cvalues%3AList((id%3A103644278%2CselectionType%3AINCLUDED)))%2C(type%3ACURRENT_COMPANY%2Cvalues%3AList((id%3A82274765%2CselectionType%3AINCLUDED)))))",
"limit": 25
}'
{
"message": "Use this request_id to check your search with 'Check Search Status' endpoint",
"request_id": "0bb8360c779317e5f6fc1722a8bd26a1"
}
curl --request POST \
--url https://fresh-linkedin-profile-data.p.rapidapi.com/search-employees-by-sales-nav-url \
--header 'Content-Type: application/json' \
--header 'x-rapidapi-key: <api-key>' \
--data '{
"url": "https://www.linkedin.com/sales/search/people?coach=false&query=(filters%3AList((type%3AREGION%2Cvalues%3AList((id%3A103644278%2CselectionType%3AINCLUDED)))%2C(type%3ACURRENT_COMPANY%2Cvalues%3AList((id%3A82274765%2CselectionType%3AINCLUDED)))))",
"limit": 25
}'
{
"message": "Use this request_id to check your search with 'Check Search Status' endpoint",
"request_id": "0bb8360c779317e5f6fc1722a8bd26a1"
}
Success.
The response is of type object
.