Amazon Bestsellers Scraper avatar

Amazon Bestsellers Scraper

Pricing

from $5.90 / 1,000 results

Go to Apify Store
Amazon Bestsellers Scraper

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

Yasmany Grijalba Casanova

Maintained by Community

Actor stats

2

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Extract the top bestselling products from any Amazon category across 12 country domains — with rank, price, rating, reviews, ASIN, image, and more.

Apify Actor Residential Proxy 12 Countries


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 proxyCountry to match the Amazon domain (e.g., BR for amazon.com.br, DE for 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

FeatureDescription
12 Amazon DomainsSupports .com, .com.br, .co.uk, .de, .fr, .es, .it, .co.jp, .in, .ca, .com.mx, .com.au
No Browser RequiredFast and lightweight — no Puppeteer or Playwright needed
Automatic PaginationFetches both pages per category (~60 products total)
Rich Product DataRank, 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

ParameterTypeDefaultDescription
categoryUrlsarrayList of Amazon Bestsellers category URLs to scrape (required)
requestWaitinginteger2Delay between requests in seconds. Higher values reduce blocking risk
useApifyProxybooleantrueEnable Apify residential proxy. Recommended for production
proxyGroupsarray["RESIDENTIAL"]Proxy group. RESIDENTIAL recommended for Amazon
proxyCountrystring"BR"Proxy country code. Match this to the Amazon domain for correct prices
customProxyUrlstringCustom 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

CategoryURL
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

  1. Check the FAQ above for common solutions
  2. Test with default values using the Kitchen category example
  3. Contact support through Apify for additional assistance