GET
/
check-search-status
curl --request GET \
  --url https://fresh-linkedin-profile-data.p.rapidapi.com/check-search-status \
  --header 'x-rapidapi-key: <api-key>'
{
  "message": "Your search was added to queue (pending) / Found 17/100 profiles (processing) / Found 100/100 employees (done)",
  "status": "pending/processing/done"
}
  • Get the status of your search using the request_id given from the Search Employees endpoint.

  • This endpoint is FREE of charge.

Authorizations

x-rapidapi-key
string
header
required

Query Parameters

request_id
string
required
Example:

"dd1b29063de8927b31fa523d36432b61"

Response

200
application/json
message
string

A message providing details about the search status.

Example:

"Your search was added to queue (pending) / Found 17/100 profiles (processing) / Found 100/100 employees (done)"

status
string

The current status of the search request.

Example:

"pending/processing/done"