POST
/
search-companies-by-sales-nav-url
curl --request POST \
  --url https://fresh-linkedin-profile-data.p.rapidapi.com/search-companies-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 Companies Status' endpoint",
  "request_id": "ba072fac0b38d12378ef5023742f0184s34e1i8n2a7p0m9o"
}
  • Works exactly the same endpoint Search Companies except that it takes a search url as the input. It’s helpful when you already have sales navigator search url(s).

Authorizations

x-rapidapi-key
string
header
required

Body

application/json
url
string
Example:

"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
integer
Example:

25

Response

200
application/json
Success.
message
string
Example:

"Use this request_id to check your search with 'Check Search Companies Status' endpoint"

request_id
string
Example:

"ba072fac0b38d12378ef5023742f0184s34e1i8n2a7p0m9o"