This endpoint allows you to tell a scraper to start a scraping.
You can retrieve your token by visiting the API Tokens section inside your profile page or see /documentation/api-token for the details.
The scraper's ID.
The URLs to scrape if you want to override default ones.
[
"https://example.com/page-1",
"https://example.com/page-2"
]
[
{
"id": 1,
"scraper_id": 88683,
"scraping_run_id": 1,
"scraper_name": "My scraper 1",
"scraped_url": "https://example.com/page-1",
"status": "running",
"content": null,
"created_at": "2022-11-20T11:54:52.000000Z",
"updated_at": "2022-11-20T11:54:52.000000Z"
},
{
"id": 2,
"scraper_id": 88683,
"scraper_name": "My scraper 1",
"scraped_url": "https://example.com/page-2",
"status": "queued",
"content": null,
"created_at": "2022-10-20T11:54:52.000000Z",
"updated_at": "2022-10-20T11:54:52.000000Z"
}
]