Delivery APIs for Web Scraper API
Learn how to use Bright Data’s Delivery APIs to download, deliver, and manage data snapshots from the Web Scraper API to various storage solutions, including S3, Azure, and more.
Download snapshot
Endpoint: GET /datasets/v3/snapshot/:snapshot_id
Download the result of a data collection (snapshot must be in status=ready
.)
Path Parameters
The ID that was returned when the collection was triggered
Example:
s_lynh132v19n82v81kx
Query Parameters
Whether the result should be compressed or not
Example:
compress=true
Divide into batches of X records
Example:
batch_size=1000
If batch_size was provided, specify which part to download
Example:
part=1
Deliver collected data to storage
Endpoint: POST /datasets/v3/deliver/:snapshot_id
Deliver collected data directly to your specified storage location.
Path Parameters
The ID that was returned when the collection was triggered
Example:
s_lynh132v19n82v81kx
Notify Parameters
URL where a notification will be sent once the delivery is finished.
Example:
"notify": "https://notify-me.com/"
Body Parameters (JSON)
Delivery settings
Example:
{"deliver": {...}}
deliver
has the following four child attributes:
Was this page helpful?