Amazon Bestsellers Scraper
Pricing
from $5.90 / 1,000 results
Amazon Bestsellers Scraper
Extract bestselling products from any Amazon category across 12 country domains. Get product name, price, rating, reviews, ASIN, and rank. Supports multi-category batch scraping, automatic pagination (~60 products per category), localized prices with residential proxy, and no browser required.
Pricing
from $5.90 / 1,000 results
Rating
0.0
(0)
Developer

Yasmany Grijalba Casanova
Actor stats
2
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Extract the top bestselling products from any Amazon category across 12 country domains — with rank, price, rating, reviews, ASIN, image, and more.
Quick Start
Scrape a single category
{"categoryUrls": ["https://www.amazon.com.br/gp/bestsellers/kitchen/"]}
Scrape multiple categories across domains
{"categoryUrls": ["https://www.amazon.com/gp/bestsellers/electronics/","https://www.amazon.de/gp/bestsellers/kitchen/","https://www.amazon.com.br/gp/bestsellers/books/"]}
Scrape in production with proxy
{"categoryUrls": ["https://www.amazon.com.br/gp/bestsellers/kitchen/"],"requestWaiting": 3,"useApifyProxy": true,"proxyCountry": "BR","proxyGroups": ["RESIDENTIAL"]}
Tip: Set
proxyCountryto match the Amazon domain (e.g.,BRfor amazon.com.br,DEfor amazon.de) to get prices in the correct local currency.
Supported domains: .com, .com.br, .co.uk, .de, .fr, .es, .it, .co.jp, .in, .ca, .com.mx, .com.au
Features
| Feature | Description |
|---|---|
| 12 Amazon Domains | Supports .com, .com.br, .co.uk, .de, .fr, .es, .it, .co.jp, .in, .ca, .com.mx, .com.au |
| No Browser Required | Fast and lightweight — no Puppeteer or Playwright needed |
| Automatic Pagination | Fetches both pages per category (~60 products total) |
| Rich Product Data | Rank, name, price, rating, reviews, ASIN, image URL, and category |
Use Cases
- E-commerce & Product Research — Monitor bestselling products across Amazon categories and domains to identify trending ASINs
- Competitor Analysis — Track competitor products in bestseller rankings and compare pricing, ratings, and review volumes
- Price Monitoring — Run periodically to detect price changes, seasonal trends, and promotional pricing across countries
- Market Intelligence — Discover top-performing products in any category across 12 Amazon marketplaces
Input Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
categoryUrls | array | — | List of Amazon Bestsellers category URLs to scrape (required) |
requestWaiting | integer | 2 | Delay between requests in seconds. Higher values reduce blocking risk |
useApifyProxy | boolean | true | Enable Apify residential proxy. Recommended for production |
proxyGroups | array | ["RESIDENTIAL"] | Proxy group. RESIDENTIAL recommended for Amazon |
proxyCountry | string | "BR" | Proxy country code. Match this to the Amazon domain for correct prices |
customProxyUrl | string | — | Custom proxy URL (overrides Apify Proxy) |
Note: Proxy is recommended for production use. Without proxy, Amazon may block requests from data center IPs. Proxy usage is billed separately to your Apify account.
Output Example
[{"rank": 1,"asin": "B0CDJ4L7CZ","name": "Sanduicheira Elétrica Cadence Click - 127V","price": "R$ 97,76","url": "https://www.amazon.com.br/dp/B0CDJ4L7CZ","image_url": "https://images-na.ssl-images-amazon.com/images/I/51UxR8FHe-L._AC_UL300_SR300,200_.jpg","rating": 4.8,"reviews_count": 25204,"category_name": "Cozinha","category_url": "https://www.amazon.com.br/gp/bestsellers/kitchen/","domain": "amazon.com.br","page": 1,"scraped_at": "2026-02-27T14:30:00.000000+00:00"},{"rank": 2,"asin": "B07QK91PTZ","name": "MONDIAL Liquidificador Turbo Power, Preto, 550W, 220V - L-99 FB","price": "R$ 99,66","url": "https://www.amazon.com.br/dp/B07QK91PTZ","image_url": "https://images-na.ssl-images-amazon.com/images/I/71KFAoTV+hL._AC_UL300_SR300,200_.jpg","rating": 4.6,"reviews_count": 40024,"category_name": "Cozinha","category_url": "https://www.amazon.com.br/gp/bestsellers/kitchen/","domain": "amazon.com.br","page": 1,"scraped_at": "2026-02-27T14:30:01.000000+00:00"}]
Note: Fields price, rating, and reviews_count may be null when Amazon does not display them for a product. The category_name is returned in the local language of the domain (e.g., "Cozinha" for Kitchen on amazon.com.br).
Example Category URLs
| Category | URL |
|---|---|
| Kitchen (US) | https://www.amazon.com/gp/bestsellers/kitchen/ |
| Electronics (DE) | https://www.amazon.de/gp/bestsellers/electronics/ |
| Books (BR) | https://www.amazon.com.br/gp/bestsellers/books/ |
| Home (UK) | https://www.amazon.co.uk/gp/bestsellers/kitchen/ |
Find category URLs by navigating to any Amazon Bestsellers page and copying the URL from your browser.
FAQ
Support
- Check the FAQ above for common solutions
- Test with default values using the Kitchen category example
- Contact support through Apify for additional assistance