Run Scraper
Amazon Bestsellers Scraper
The Amazon Bestsellers Scraper extracts product data from Amazon bestseller pages — including title, ASIN, price, rating, review count, and category rank.
This scraper job is asynchronous. You’ll receive a jobId
, and can fetch results via polling or webhook delivery.
Example Request
Job Parameters
List of Amazon bestseller page URLs, e.g. https://www.amazon.com/Best-Sellers-Toys-Games/zgbs/toys-and-games/
Include additional product details like descriptions, bullet points, and images
Getting Results
Webhooks
Receive real-time updates when your scraper job starts, completes, or collects data.
Results API
Use the Results API to fetch your data using the jobId
, with support for polling and pagination.
Stopping a Job
Cancel an active scraper job early if it’s no longer needed or you want to save credits.