Prerequisites
- A Bright Data account with an active API token
- Completed the Quickstart
Request structure
Every synchronous request follows the same pattern:dataset_id and the input URL format.
Synchronous requests support up to 20 URLs and have a 1-minute timeout. If the request takes longer, the API automatically returns a
snapshot_id instead. See async requests.Products
Dataset ID:gd_l7q7dkf244hwjntr0
200 response. This takes 10-30 seconds.
Example response
Example response
Reviews
Dataset ID:gd_le8e811kzy4ggddlq
Example response
Example response
Sellers Info
Dataset ID:gd_lhotzucw1etoe5iw1k
Example response
Example response
Products Global
Dataset ID:gd_lwhideng15g8jg63s7
Example response
Example response
Products Search
Dataset ID:gd_lwdb4vjm1ehb499uxs
Example response
Example response
Quick reference: dataset IDs
| Endpoint | Dataset ID | Input format |
|---|---|---|
| Products | gd_l7q7dkf244hwjntr0 | amazon.com/dp/{ASIN} |
| Reviews | gd_le8e811kzy4ggddlq | amazon.com/dp/{ASIN} |
| Sellers Info | gd_lhotzucw1etoe5iw1k | amazon.com/sp?seller={SELLER_ID} |
| Products Global | gd_lwhideng15g8jg63s7 | amazon.{domain}/dp/{ASIN} |
| Products Search | gd_lwdb4vjm1ehb499uxs | keyword + url + pages_to_search |
Output formats
Control the response format with theformat query parameter:
| Value | Description |
|---|---|
json | JSON array (default) |
ndjson | Newline-delimited JSON, one record per line |
csv | Comma-separated values |
Next steps
Async batch requests
Scrape hundreds of URLs in a single batch job.
API reference
Full parameter and response field reference.