Scraping Runs
Get a scraper's latest scraping run
This endpoint returns the information about the latest scraping run for a scraper.
You can use the optional status
body parameter to filter the result for a particular scraping run status.
GET
/
api
/
scraping-runs
/
latest
/
{scraper_id}
Authorizations
Authorization
string
headerrequiredYou 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
requiredThe scraper's ID.
Body
application/json
status
string
Must be one of (running, failed, succeeded).
Response
200 - application/json
data
string