Amazon Best Sellers Scraper (by Category) avatar

Amazon Best Sellers Scraper (by Category)

Pricing

$0.50 / 1,000 products

Go to Apify Store
Amazon Best Sellers Scraper (by Category)

Amazon Best Sellers Scraper (by Category)

Scrape Amazon Best Sellers, New Releases, Movers & Shakers and Most Wished For for any category — rank, ASIN, title, price, rating, reviews, image and URL. No API key. From $0.50 / 1K products.

Pricing

$0.50 / 1,000 products

Rating

0.0

(0)

Developer

Gurify Software

Gurify Software

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Amazon Best Sellers Scraper 🏆

Scrape Amazon's ranked category lists into clean JSON — for $0.50 / 1K products.

Give it Best Sellers / New Releases / Movers & Shakers / Most Wished For URLs for any category; get the ranked products with price, rating, reviews, image and link. No login, no API key, no headless-browser tax.

💸 $0.50 / 1,000 products — pay only for products you get. Most Amazon scrapers on the Store charge $2–4 / 1K.

What you get per product

FieldExample
rank1
asinB08JHCVHTY
titleBlink Plus Plan with Monthly Auto-Renewal
price / currency11.99 / USD
rating / reviewsCount4.4 / 277113
listTypeBest Sellers / New Releases / Movers & Shakers
categoryelectronics
urlhttps://www.amazon.com/dp/B08JHCVHTY
thumbnailUrlproduct image
sourceUrl / positionthe list URL / 1

Input

{
"categoryUrls": [
"https://www.amazon.com/gp/bestsellers/electronics/",
"https://www.amazon.com/gp/new-releases/books/",
"https://www.amazon.com/gp/movers-and-shakers/toys-and-games/"
],
"maxItemsPerCategory": 50,
"proxyConfiguration": { "useApifyProxy": true }
}
  • categoryUrls — Amazon ranked-list URLs. Supported list types: Best Sellers (/gp/bestsellers/…), New Releases (/gp/new-releases/…), Movers & Shakers (/gp/movers-and-shakers/…), Most Wished For (/gp/most-wished-for/…), Most Gifted (/gp/most-gifted/…). Works on any Amazon marketplace (.com, .co.uk, .de, …) and any category node.
  • maxItemsPerCategory — products to collect per list (paginated, ~30/page).
  • proxyConfigurationDatacenter works and is cheapest (default).

Output (one product per row)

{
"rank": 1,
"asin": "B08JHCVHTY",
"title": "Blink Plus Plan with Monthly Auto-Renewal",
"price": 11.99,
"currency": "USD",
"rating": 4.4,
"reviewsCount": 277113,
"listType": "Best Sellers",
"category": "electronics",
"url": "https://www.amazon.com/dp/B08JHCVHTY",
"thumbnailUrl": "https://m.media-amazon.com/images/I/...jpg",
"sourceUrl": "https://www.amazon.com/gp/bestsellers/electronics/",
"position": 1
}

Use cases

  • Trend & demand tracking — what's ranking #1–50 in a category, and how it moves day to day.
  • Product / niche research — top sellers, new releases and fast-risers per category.
  • Competitor & inventory monitoring — ratings, review counts and prices of the category leaders.
  • Pair with the Amazon Product Detail Scraper (ASIN → full PDP) to enrich each best-seller.

Notes

  • Public ranked-list data only. Respect Amazon's Terms and your local laws.
  • Returns the server-rendered ranked cards (typically the top ~30–60 per list across pages).
  • Prices reflect the URL's marketplace; currency is parsed per row (USD forced on amazon.com).
  • A blocked page automatically rotates the proxy IP and retries.