Skip to main content
This tutorial walks you through sending a synchronous request to each Bright Data Amazon Scraper API endpoint. By the end, you’ll have working examples for products, reviews, sellers info, products global, and products search.

Prerequisites

Request structure

Every synchronous request follows the same pattern:
The only thing that changes between endpoints is the 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.

How to scrape Amazon products

Dataset ID: gd_l7q7dkf244hwjntr0
You should see a 200 response. This takes 10-30 seconds.
Full Products response schema

How to scrape Amazon reviews

Dataset ID: gd_le8e811kzy4ggddlq
Full Reviews response schema

How to scrape Amazon sellers info

Dataset ID: gd_lhotzucw1etoe5iw1k
Full Sellers Info response schema

How to scrape Amazon products globally

Dataset ID: gd_lwhideng15g8jg63s7
Full Products Global response schema Dataset ID: gd_lwdb4vjm1ehb499uxs
Full Products Search response schema

Quick reference: dataset IDs

Output formats

Control the response format with the format query parameter:

Next steps

Async batch requests

Scrape hundreds of URLs in a single batch job.

API reference

Full parameter and response field reference.