Prerequisites:
- A Bright Data account with an active scraper
- Delivery method set to Storage or Webhook (both features require this)
Streamed delivery
When a snapshot is large, streamed delivery lets you receive results immediately as they’re collected, in batches, rather than waiting for the full snapshot to complete.How to enable streamed delivery
Option 1: Control Panel- Open your scraper’s Delivery settings tab.
- Toggle Stream results on.
- Enter how many data lines each batch should contain.

&stream_max_lines=10 to your WSAPI request:
Limits
| Setting | Value |
|---|---|
| Minimum batch size | 10 lines |
| Maximum batch size | 100,000 lines |
File delivery
File delivery lets you retrieve raw page files (HTML snapshots, WARC archives, or screenshots) alongside your scraped data.How to enable file delivery
Add&download_fields= to your WSAPI request with one or more of the available file types:
Available file types
| Type | Availability | Description |
|---|---|---|
html | Always available | Raw HTML of the scraped page |
warc | Not always available | Full WARC archive including request and response |
screenshot | Not always available | Screenshot of the page at time of scraping |
Related
Delivery options
Configure your storage destination and output format
API reference
Full API parameters for triggering and managing snapshots