Trigger a scraper for batch collection method
Trigger a scraper for batch collection method
Authorizations
Use your Bright Data API Key as a Bearer token in the Authorization header.
How to authenticate:
- Obtain your API Key from the Bright Data account settings at https://brightdata.com/cp/setting/users
- Include the API Key in the Authorization header of your requests
- Format:
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
Query Parameters
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.
Body
The body is of type object[]
.
Response
OK
The response is of type any
.