Use this Amazon scraper to collect data based on URL and country from the Amazon website. Extract product information without using the Amazon API, including reviews, prices, descriptions, and Amazon Standard Identification Numbers (ASINs). Download data in various structured formats.
This changelog summarizes all changes of the Amazon Actors provided by the Junglee organization. The specific actors that are affected are listed for each change.
2025-08-04
Features ('amazon-product')
Added pageNumber field to keep track of the page where the product was found from the search pages
2025-07-16
Fixes ('amazon-product')
Fixed a bug on bad formatted tables in the A+ Section that caused the request to fail
2025-07-14
Fixes ('amazon-product')
Prices for variantDetails are now extracted correctly (if you toggle the scrapeProductVariantPrices input option)
2025-07-05
Fixes ('amazon-products')
Fixed retry logic for delivery location setter (zipCode, countryCode, and locationDeliverableRoutes settings)
2025-06-24
Fixes ('amazon-bestsellers')
Fixed order of saved items, when using max items limit less than all results count
2025-06-19
Fixes (All Amazon Actors)
Fixed Amazon's own bug, which was causing initial user navigation requests to fail with a 503 error
2025-06-18
Fixes ('amazon-bestsellers')
Fixed extraction of bestseller items, after an update on Amazon's side
2025-06-06
Features ('amazon-products')
Implement countryCode, zipCode, and locationDeliverableRoutes settings:
These options can be used to set the delivery location on Amazon
Used to get more relevant data, like product availability, prices, and shipping options
2025-06-05
Fixes ('amazon-product')
Fixed aiReviewSummary output data extraction
2025-06-02
Fixes ('amazon-reviews')
Fixed extraction of review date for quick product reviews
Fixed detection of sign-in page blocking/redirects detection for keyword search reviews
Fixes ('amazon-product')
Fixed product rating extraction for certain product from the list page with scrapeProductDetails option disabled
2025-05-30
Fixes (All Amazon Actors)
Fixed captcha solver
Fixes ('amazon-bestsellers')
Fixed extraction of categoryName data
Features ('amazon-bestsellers')
Added subcategories output field to get the list of subcategories for each bestseller category
2025-05-20
Fixes ('amazon-reviews')
Fixed crawling of media reviews, which was broken by a change on Amazon's side
2025-05-12
Fixes ('amazon-product')
Fixed extraction of product's prices for the .ie (Ireland) Amazon domain
2025-05-07
Features ('amazon-product')
Added extraction of the product's importantInfo field
2025-04-28
Fixes ('amazon-asins-scraper')
The scraper now fails on start if an invalid asins is passed in the array input.
Testing regex: /^(B[\dA-Z]{9}|\d{9}(X|\d))$/
2025-04-11
Features ('amazon-product')
Added extraction of product's visitStoreLink for the detail page, including the text and the URL
2025-04-09
Features ('amazon-product')
Added extraction of product's sustainabilityFeatures for both the product detail and search pages
Added extraction of individual product's bestsellerBadge on the search page
Added extraction of product's videosCount for the detail page
2025-04-06
Fixes ('amazon-product')
Fixed crawling of last search pagination (e.g. 60th out of 60 pages)
2025-04-03
Fixes ('amazon-bestsellers')
Fixed extraction of the remaining 40/100 bestsellers per category.
The bug was caused by a change on Amazon on the 24th of March
2025-03-31
Features ('free-amazon-product-scraper')
Added the ensureLoadedProductDescriptionFields input option, see the note from 2025-03-23
2025-03-28
Features ('amazon-product')
Added extraction of product's brandStory and productComparison fields
2025-03-23
Features ('amazon-product')
Added the ensureLoadedProductDescriptionFields input option
Ensures that the product description fields (editable fields by the seller, like description, aPlusContent, attributes, etc.) are always loaded
Amazon sometimes hides these fields as a form of blocking, so this option can help with that if you need the data consistently
2025-03-20
Features ('amazon-reviews')
Added support for scraping media reviews
2025-03-01
Features ('amazon-product')
Added direct product reviews under the new productPageReviews and productPageReviewsFromOtherCountries fields
This usually consists of around 10 reviews in total, depending on the product
2025-02-28
Fixes ('amazon-seller')
The proxyConfiguration input property is now deprecated in favor of the proxyCountry input, to have consistent results on the seller
2025-02-26
Fixes ('amazon-reviews')
As a consequence of changes on Amazon API, the scraper can now only scrape up to 8 reviews, the ones displayed on the product detail page. Filtering and sorting options will have no effect on the results
2025-02-20
Fixes ('amazon-product')
Fixed crawling of the .sa Amazon domain in the Arabic language
Fixed a race condition that sometimes prevented products from being saved with the scrapeSellers and maxOffers options
2025-02-18
Fixes ('amazon-product')
Crawling of all node search pages, they are now correctly transformed into the expected URL format. Example URLs:
https://www.amazon.com/b?node=468642 - invalid main category page
2024-04-21
Features ('amazon-product', 'amazon-asins', 'amazon-sellers')
Optimized search page crawling to avoid unnecessary requests
Features ('amazon-reviews')
Added reviewsCutoffDate input option to singular start URLs
Can be changed under the {request}.userData.config.reviewsCutoffDate field
Fixes ('amazon-product', 'amazon-reviews')
Fixed product ASIN extraction for specific unavailable products
Fixes ('amazon-reviews')
Fixed incorrect extraction of review date for some languages - null is now returned for these cases
2024-04-15
Fixes ('amazon-product')
Fixed extraction of product's attributesvalue fields for specific product page layouts
2024-03-29
Features ('amazon-reviews')
Added reviews cutoff date filtering option under the new reviewsCutoffDate field
Filters out only reviews that were posted since the specified date
Fixes ('amazon-product')
Fixed relative URLs extraction for seller.url and reviewsLink fields to absolute URLs
2024-03-18
Features ('amazon-product')
Added extraction for price ranges for products with selection options under the new priceRange field
2024-03-11
Features ('amazon-product')
Added extraction for "AI reviews summary" under the new aiReviewSummary field
Added extraction of sponsored product status for search page results under the new categoryPageData.isSponsored field
Features (All Amazon Actors)
Added language selection for all Actors under the new language input field
2024-02-21
Features ('amazon-reviews')
Implemented reviews deduplication to avoid scraping the same reviews for overlapping review filters and keywords
2024-02-20
Features ('amazon-reviews')
Added scrapeProductDetails input field to scrape product details for the inputted product ASINs
If enabled, scrapes the same data as the amazon-product actor does, but also scrapes the reviews.
2024-02-15
Features ('amazon-reviews')
Added filterByKeywords input field. Can be used to get more relevant reviews or to get more reviews than the default 100 reviews limit.
e.g. keywords that usually get lots of results: ["Good", "Bad", "Great", "Quality", "Useful", "Love", "Price"]
2024-02-14
Features (All Amazon Actors)
Improved our previous attempts on decreasing Amazon's high blocking. (especially for amazon-reviews)
2024-02-04
Features ('amazon-reviews')
Added reviewsUseProductVariantFilter and reviewsEnqueueProductVariants input fields to overcome the reviews limit
reviewsUseProductVariantFilter allows you to filter reviews for a specific product variant
reviewsEnqueueProductVariants allows you to crawl and scrape reviews for all product variants automatically
Fixes ('amazon-product')
Fixed variantAsins not being properly extracted for all product variants
Fixed variantDetails extraction not working for products with 'size' variants and products with carrier subscriptions
2024-02-02
Features (All Amazon Actors)
Significantly decreased the frequency of Amazon's recently elevated blocking rate. (especially for amazon-reviews)
Features ('amazon-product')
Added extraction of Amazon's A+ content under aPlusContent field
content like text, images and videos is scraped under rawText, rawImages, and rawVideos fields
specific A+ content modules are scraped fully under the modules field
2024-01-06
Fixes ('amazon-product')
Fixed extraction of Amazon Fresh products, when crawled from a product category page.
2024-01-04
Features ('amazon-product')
Added option to scrape prices for all variants of a product under variantDetails field
You can toggle this option under the scrapeProductVariantPrices input field
Note: this feature will increase the number of requests and extend the scraping time
2023-12-25
Features (All Amazon Actors)
Significantly decreased the frequency of Amazon's recently elevated blocking rate.
We've made major changes to our backend, if you encounter any issues, please reach out to us. Thank you!
2023-12-19
Features ('amazon-product', 'amazon-sellers')
Added further support for Amazon category pages in languages other than English (language is set by your Amazon domain - .fr, .es, .com.br etc.)
2023-12-13
Features ('amazon-product', 'amazon-asins', 'amazon-sellers', 'amazon-bestsellers')
Amazon has pushed an update that removes product prices as a form of anti-scraping blocking. We've added a detection for this and the Actor will now retry with a different proxy if it detects this issue.
2023-11-18
Features ('amazon-reviews')
Updated filterByRating to filterByRating*s* - now works as a multi-select field (e.g. ["fiveStar", "fourStar"])
The original filterByRating field still works the same way. You can still access it through the JSON input editor.
Reverted ('amazon-product')
Removed detailedInformation input field. Shouldn't affect any existing tasks. It was just removing these fields:
attributes, productOverview, and manufacturerAttributes
Added the useCaptchaSolver input field back. We've noticed some slight errors with it, you can turn it off if you experience any issues.
Amazon hides a few certain product fields, if the page loads after solving a captcha. Currently known and affected fields are:
attributes, manufacturerAttributes, and bestsellerRanks
2023-11-09
Features ('amazon-product', 'amazon-sellers', 'amazon-bestsellers')
Added maxItemsPerStartUrl input field to limit the number of items to be scraped per each start URL
The original maxItems field still works the same way. You can still access it through the JSON input editor.
('amazon-reviews')
Added product.price & product.listPrice output fields to reviews
Note: these fields are tied to the review's product, not the review. We can add more product fields to the output but we don't want to bloat it with too many fields. If you need more product fields, please open an issue about it ;)
('amazon-product')
Added force country codes feature - you can select the country codes only for which you want to scrape the product. The Actor will retry with a different proxy if a page is loaded with the wrong country code.
Note: this feature is experimental and is only available through the JSON input editor under the forceCountryCodes field (string[]).
2023-11-05
Fixes ('amazon-reviews')
Fixed extraction of reviewer's user avatar URL
Fixed max reviews limit not working properly (Amazon lowered the max review count per each review page)
2023-11-04
Fixes
Fixed issue with Amazon captcha solver not working properly
2023-10-23
Fixes ('amazon-sellers')
Fixed pinned product offer price extraction
2023-10-22
Fixes
Fixed "Received unknown page layout" error for Gift Card product pages
2023-10-18
Fixes
Fixed the order of product's bestseller ranks in bestsellerRanks field.
2023-10-17
Features
Added book description extraction for products in the Books category under bookDescription field
2023-10-14
Features
Added tracking of product positions within their respective category/listing pages under categoryPageData field