Prerequisites:
- A Bright Data account with an active scraper
- Delivery method set to Storage or Webhook (both features require this)
How to stream delivery in batches
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.Enable streamed delivery
Control panel
- Open your scraper’s Delivery settings tab.
- Toggle Stream results on.
- Enter how many data lines each batch should contain.

Web Scraper API parameter
Add&stream_max_lines=1000 to your Web Scraper API (WSAPI) request:
Limits
How to deliver raw page files
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
Related
Delivery options
Configure your storage destination and output format
API reference
Full API parameters for triggering and managing snapshots