GET
/
api
/
results
/
latest
/
{scraper_id}
curl --request GET \
  --url https://app.mrscraper.com/api/results/latest/{scraper_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "status": "succeeded"
}'
{
  "data": null
}

Authorizations

Authorization
string
header
required

You can retrieve your token by visiting the API Tokens section inside your profile page or see https://docs.mrscraper.com/documentation/api-token for the details.

Path Parameters

scraper_id
integer
required

The scraper's ID.

Body

application/json
status
string

Must be one of (running, failed, succeeded).

Response

200 - application/json
data
string