cURL
curl --request GET \ --url https://web-scraping-api2.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" }
request_id
"dd1b29063de8927b31fa523d36432b61"
A message providing details about the search status.
"Your search was added to queue (pending) / Found 17/100 profiles (processing) / Found 100/100 employees (done)"
The current status of the search request.
"pending/processing/done"