Amazon Product Scraper โ€” Prices, Reviews & BSR avatar

Amazon Product Scraper โ€” Prices, Reviews & BSR

Pricing

from $25.00 / 1,000 results

Go to Apify Store
Amazon Product Scraper โ€” Prices, Reviews & BSR

Amazon Product Scraper โ€” Prices, Reviews & BSR

Extract prices, ratings, reviews, Best Sellers Rank, variants, Q&A and full specs from any Amazon product. Search by keyword, ASIN, or URL across 10 marketplaces โ€” US, UK, DE, FR, IT, ES, CA, AU, JP, IN. No API key needed. $25 per 1,000 results.

Pricing

from $25.00 / 1,000 results

Rating

0.0

(0)

Developer

Yuliia Kulakova

Yuliia Kulakova

Maintained by Community

Actor stats

0

Bookmarked

32

Total users

6

Monthly active users

14 days ago

Last modified

Share

Amazon Product Scraper


Amazon Product Scraper

Extract prices, ratings, reviews, Best Sellers Rank, variants and full specs from any Amazon product โ€” across 10 marketplaces. No API key. No login. Just clean data.


๐Ÿ™ Does this Actor save you time?

It is built and maintained by one developer. A rating on the Store page takes ten seconds and is the only signal new users have โ€” it genuinely decides whether this Actor gets found at all.

Something missing, unclear, or not working the way you need? Please open an Issue. I read every one, reply within a day, and ship changes fast. Shipped just this week: full image galleries, complete spec tables with weight and dimensions, star-rating breakdowns, customer reviews with country and helpful-vote counts, and cleaner brand names.

Missing a field or a marketplace? Ask โ€” most requests are a small change.


What makes this different

Other scrapers return title + price. This one returns everything Amazon shows on the page, structured and ready to use.

Every product comes with 40+ fields โ€” in consistent JSON, ready for spreadsheets, databases, AI pipelines, or price trackers.


Data you receive

Always included

FieldDescription
asinUnique Amazon product ID
titleFull product title
priceCurrent price (numeric)
listPriceOriginal price before discount
currencyAuto-detected: USD / GBP / EUR / JPY / INR / AUD / CAD
savings + savingsPctDiscount amount and %
stars + reviewsCountAverage rating and total count
isPrimePrime delivery eligibility
isSponsoredSponsored listing flag
deliveryDelivery estimate text
imageUrlMain product image
positionRank in search results
searchQueryKeyword that returned this product

With full product details (scrapeProductDetails: true)

FieldDescription
brandBrand name, cleaned (GymCope, not GymCope Store)
authorAuthor, for books and Kindle titles
categoriesFull category breadcrumb path
featureBulletsHighlight bullet points
descriptionFull product description
imagesAll hi-res gallery image URLs
variantsAll colors / sizes with ASINs and URLs
technicalDetailsFull specs table (dimensions, weight, materialโ€ฆ)
weight + dimensionsExtracted from specs
bestSellersRankBSR rank + category at every level
monthlyBought"10K+ bought in past month" social proof
inStock + availabilityLive stock status
stockCountUnits left if shown
sellerSeller name, fulfilled by Amazon flag
couponTextActive coupon badge, when the listing has one
subscribeAndSavePriceSubscribe & Save price, for eligible products
shippingPriceShipping cost (0 = free)
starsBreakdownShare of 5 / 4 / 3 / 2 / 1-star reviews
reviewsCustomer reviews with reviewer, rating, date, country, verified badge and helpful votes (when maxReviewsPerProduct > 0)
qAndA + answeredQuestionsCountQuestions and answers โ€” Amazon no longer renders this block on most product pages, so expect it to be empty
frequentlyBoughtTogetherBundle products โ€” shown by Amazon only on some listings
returnPolicyReturn policy text โ€” Amazon no longer prints it on the product page, so this is usually empty

10 marketplaces supported

๐Ÿ‡บ๐Ÿ‡ธ amazon.com ย ยทย  ๐Ÿ‡ฌ๐Ÿ‡ง amazon.co.uk ย ยทย  ๐Ÿ‡ฉ๐Ÿ‡ช amazon.de ย ยทย  ๐Ÿ‡ซ๐Ÿ‡ท amazon.fr ย ยทย  ๐Ÿ‡ฎ๐Ÿ‡น amazon.it ย ยทย  ๐Ÿ‡ช๐Ÿ‡ธ amazon.es ย ยทย  ๐Ÿ‡จ๐Ÿ‡ฆ amazon.ca ย ยทย  ๐Ÿ‡ฆ๐Ÿ‡บ amazon.com.au ย ยทย  ๐Ÿ‡ฏ๐Ÿ‡ต amazon.co.jp ย ยทย  ๐Ÿ‡ฎ๐Ÿ‡ณ amazon.in

Currency is detected automatically per marketplace โ€” no configuration needed.
Country-matched residential proxies are used per marketplace for maximum reliability.


Three input modes

{
"searchQueries": ["wireless headphones", "standing desk"],
"amazonDomain": "amazon.com",
"maxProducts": 100,
"sort": "review-rank",
"scrapeProductDetails": true
}

๐ŸŽฏ ASIN list

{
"asins": ["B07QK2SPP7", "B01MTB55WH", "B09B8YWXDF"],
"amazonDomain": "amazon.co.uk",
"scrapeProductDetails": true
}

๐Ÿ”— Any Amazon URL

{
"startUrls": [
"https://www.amazon.de/s?k=laptop+stand",
"https://www.amazon.com/dp/B07QK2SPP7"
],
"maxProducts": 50
}

Sample output

{
"asin": "B09G9FPHY6",
"title": "Apple AirPods Pro (2nd Generation)",
"url": "https://www.amazon.com/dp/B09G9FPHY6",
"brand": "Apple",
"price": 189.99,
"listPrice": 249.00,
"currency": "USD",
"savings": 59.01,
"savingsPct": 24,
"stars": 4.8,
"reviewsCount": 94231,
"isPrime": true,
"inStock": true,
"monthlyBought": 50000,
"bestSellersRank": [
{ "rank": 1, "category": "Headphones" },
{ "rank": 3, "category": "Electronics" }
],
"variants": [
{ "asin": "B0CHWRXH8B", "title": "USB-C", "url": "https://www.amazon.com/dp/B0CHWRXH8B" },
{ "asin": "B0D1XD1ZV3", "title": "MagSafe", "url": "https://www.amazon.com/dp/B0D1XD1ZV3" }
],
"categories": ["Electronics", "Headphones", "Earbud Headphones"],
"starsBreakdown": { "5star": 82, "4star": 11, "3star": 3, "2star": 1, "1star": 3 },
"images": [
"https://m.media-amazon.com/images/I/61SUj2aKoEL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71bhWgQK-cL._AC_SL1500_.jpg"
],
"technicalDetails": {
"Brand": "Apple",
"Model Name": "AirPods Pro",
"Connectivity Technology": "Wireless",
"Item Weight": "1.79 ounces"
},
"weight": "1.79 ounces",
"dimensions": "1.22\"D x 0.86\"W x 1.78\"H",
"reviews": [
{
"reviewId": "R2B9IQWN1J5EB1",
"rating": 5,
"title": "Worth every penny",
"body": "Noise cancelling is a step above anything I have used before. Battery easily lasts a full day.",
"date": "August 16, 2026",
"country": "United States",
"verified": true,
"helpfulVotes": 12,
"reviewer": "Sam"
}
],
"delivery": "FREE delivery Saturday, May 9",
"seller": { "name": "Amazon.com", "fulfilledByAmazon": true },
"scrapedAt": "2026-05-04T14:00:00.000Z"
}

Use cases

๐Ÿ’ฐ Price monitoring โ€” track competitor prices across marketplaces daily. Catch every discount and restock automatically.

๐Ÿ“ˆ Market research โ€” find trending products by BSR, review velocity, and monthly purchase counts.

๐Ÿ”Ž Product sourcing โ€” analyze specs, variants, seller data, and review sentiment before committing.

๐Ÿค– AI & data pipelines โ€” structured JSON ready for LLMs, recommendation engines, and BI dashboards.

๐Ÿ“Š Amazon SEO โ€” study what titles, bullets, and descriptions dominate page 1 in any category.


Pricing

$25 per 1,000 results. No subscriptions. No monthly fees.
Pay only for what you scrape โ€” $0.025 per product with 40+ fields, live data, and 10 marketplaces.


๐Ÿ†• What's new

2026-08-23 โ€” richer product pages

  • Full image galleries. Every product now returns all of its gallery shots, not just the main thumbnail โ€” typically 6 to 14 images.
  • Complete spec tables. technicalDetails reads Amazon's current "Product information" and "Product details" tables โ€” up to 50 attributes per product, with weight and dimensions pulled from the right rows.
  • Star-rating breakdown. starsBreakdown shows the share of 5 / 4 / 3 / 2 / 1-star reviews.
  • Customer reviews, enriched. Each review carries the reviewer, rating, date, country, verified-purchase badge, helpful-vote count and clean text.
  • Cleaner brand names. brand returns "GymCope" rather than "GymCope Store", and books fill a dedicated author field.
  • Deeper Best Sellers Rank. Books and media return every rank level, not only the top category.
  • Retries that actually get through. Amazon's bot check is tied to the IP address, so every retry now goes out through a different one โ€” pages that used to come back empty now come back complete.
  • Stripped pages are re-fetched. Amazon sometimes serves a lighter version of a product page, missing the review block or the Best Sellers Rank and rating breakdown. The Actor notices and fetches the full version.
  • No charge for pages Amazon refuses. If a product page still cannot be retrieved, the Actor skips it and names it in the log instead of saving an empty row.

FAQ

Do I need an Amazon account or API key?
No. Works completely without any credentials.

How fresh is the data?
100% real-time. Every run fetches live data directly from Amazon โ€” no cache, no stale results.

What if Amazon changes its layout?
Multiple fallback selectors per field keep the scraper working through Amazon's frequent A/B tests and template changes, and the parsers are covered by offline tests built from real page markup.

What happens if Amazon blocks a page?
That product is skipped and named in the run log โ€” you are not charged for a row that came back empty.

Can I scrape reviews?
Yes โ€” set maxReviewsPerProduct. Each review comes with the reviewer, rating, title, body, date, country, verified-purchase badge and helpful-vote count. Amazon publishes roughly 8โ€“13 reviews on the product page itself and keeps the complete list behind a sign-in wall, so that is the practical ceiling per product; ask for more and the run says so in the log rather than returning silence.

What export formats are available?
JSON, CSV, Excel, XML โ€” all standard Apify formats, ready to download after every run.

How many products can I scrape at once?
Up to 500 products per search query. Run multiple queries simultaneously in one actor run.