Scrapers
Run a scraper
This endpoint allows you to tell a scraper to start a scraping.
POST
/
api
/
scrapers
/
{scraper_id}
/
run
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
urls
string[]
The URLs to scrape if you want to override default ones.
Response
200 - application/json
data
object[]