Trigger a scraper for batch collection method
Use your Bright Data API Key as a Bearer token in the Authorization header.
How to authenticate:
Authorization: Bearer YOUR_API_KEY
Example:
Authorization: Bearer b5648e1096c6442f60a6c4bbbe73f8d2234d3d8324554bd6a7ec8f3f251f07df
Learn how to get your Bright Data API key: https://docs.brightdata.com/api-reference/authentication
A unique identification of scraper
Set to dev
to trigger the development version of the scraper
human_name
- A human readable name for the batch
If there's already something in the crawl queue, push this job into the queue
Send another batch of requests that will start after the last one is finished
Cancel running job and run instead, submit the request and cancel running one
Disable media file download
Set job time deadline, job will be terminated after specified time. h
for hours, m
for minutes, s
for seconds.
The body is of type object[]
.
OK
The response is of type any
.