๐Ÿ“ฆ Amazon Scraper Pro - Products, Reviews, Prices & Search avatar

๐Ÿ“ฆ Amazon Scraper Pro - Products, Reviews, Prices & Search

Pricing

$2.00 / 1,000 result scrapeds

Go to Apify Store
๐Ÿ“ฆ Amazon Scraper Pro - Products, Reviews, Prices & Search

๐Ÿ“ฆ Amazon Scraper Pro - Products, Reviews, Prices & Search

Scrape Amazon products, reviews, prices, and search at scale. Extract titles, ASINs, prices, ratings, review text, images, sellers, and Best Seller ranks. Monitor competitors and track prices. No API key. Proxy rotation built in. Export to JSON, CSV, or Excel.

Pricing

$2.00 / 1,000 result scrapeds

Rating

0.0

(0)

Developer

Ani Bjรถrkstrรถm

Ani Bjรถrkstrรถm

Maintained by Community

Actor stats

1

Bookmarked

8

Total users

1

Monthly active users

3 days ago

Last modified

Share

Amazon Scraper - Products, Reviews, Prices & Search Data

Scrape Amazon product data, customer reviews, prices, ratings, and search results from 20+ Amazon marketplaces with no Amazon login, API key, or rate limits required. Feed it product URLs, ASINs, search keywords, best-seller pages, or category links and get clean structured data back. Export every result to JSON, CSV, Excel, XML, or HTML for price monitoring, competitor research, and product analysis.

This Amazon scraper works as an unofficial Amazon API alternative: residential proxy rotation and stealth anti-bot handling are built in, so you get reliable Amazon data extraction without managing CAPTCHAs, proxies, or browser fingerprints yourself.

What you can extract

This Amazon data extractor scrapes the following from any Amazon product page, search page, best-seller list, or ASIN:

  • Product details - title, asin, brand, seller, availability, description, features, url
  • Pricing data - price, priceNumeric, originalPrice, originalPriceNumeric, discountPercent, currency, coupon, deal
  • Ratings & reviews - rating, reviewCount, ratingBreakdown (5-star to 1-star percentages)
  • Images - mainImage plus a deduplicated, high-resolution images gallery
  • Catalog data - categories (breadcrumbs), bestSellerRank, variants, specifications, dimensions, weight, manufacturer, firstAvailable, countryOfOrigin
  • Badges & flags - isPrime, isBestSeller, isAmazonChoice
  • Customer reviews - reviewId, review title, text, rating, date, authorName, verified purchase badge, helpfulCount, and review images
  • Search & best-seller results - asin, title, price, rating, reviewCount, image, url, rank, isSponsored, and Prime / Best Seller / Amazon's Choice flags

Every record also includes a type field (product or review) and a scrapedAt timestamp.

Features

  • Multiple input modes - Scrape by direct URL, ASIN, or search keyword in a single run
  • Multi-marketplace support - Target any of 20+ Amazon country domains via the country setting
  • Customer review extraction - Optionally pull reviews per product, sorted by most helpful or most recent
  • Automatic pagination - Search and best-seller pages are paged automatically until your result limit is reached
  • Best sellers & categories - Scrape Amazon best-seller and category/browse-node pages, not just products
  • Anti-blocking built in - Stealth browser fingerprinting, rotating user agents, CAPTCHA and robot-check detection, and automatic context rotation with a fresh proxy IP on every block
  • Residential proxy rotation - Uses residential proxies by default for reliable, geo-accurate Amazon data
  • Price intelligence - Numeric price fields plus auto-calculated discountPercent from list vs. sale price
  • Deduplication - Products are deduplicated by ASIN within a run, so you never pay for the same item twice
  • Resilient runs - A single failing URL or query is skipped, never aborting the whole job
  • Flexible export - Download as JSON, CSV, Excel, XML, or HTML, or pull via the Apify API

Input

Provide any combination of directUrls, searchQueries, and asins. At least one is required.

ParameterDescriptionDefault
directUrlsAmazon URLs to scrape - product, search, best-seller, or category pages[]
searchQueriesKeywords to search on Amazon (resolves to the selected country domain)[]
asinsAmazon ASINs (10-character product IDs) to scrape directly[]
resultsLimitMaximum number of results to scrape and charge for100
includeReviewsAlso scrape customer reviews for each productfalse
reviewsPerProductMaximum reviews to extract per product when reviews are enabled10
reviewSortByReview sort order: helpful or recenthelpful
includeDescriptionInclude the full product description field in the outputtrue
countryAmazon marketplace country code (e.g. US, UK, DE, JP)US
proxyConfigurationApify proxy settings (residential recommended and used by default)Residential

Example: scrape products by ASIN with reviews

{
"asins": ["B0D5CDNQLF", "B09V3KXJPB"],
"includeReviews": true,
"reviewsPerProduct": 20,
"reviewSortBy": "recent",
"country": "US",
"resultsLimit": 100,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}

Example: search Amazon by keyword

{
"searchQueries": ["wireless earbuds", "laptop stand"],
"country": "UK",
"resultsLimit": 50,
"includeDescription": true
}

Example: scrape a specific product page

{
"directUrls": [
{ "url": "https://www.amazon.com/dp/B0D5CDNQLF" }
],
"includeReviews": true,
"reviewsPerProduct": 50,
"reviewSortBy": "helpful"
}

Supported input URL types

TypeExample
Producthttps://www.amazon.com/dp/B0D5CDNQLF
Searchhttps://www.amazon.com/s?k=laptop+stand
Best Sellershttps://www.amazon.com/gp/bestsellers/electronics
Category / browse nodehttps://www.amazon.com/b?node=172282
ASINEnter B0D5CDNQLF in the asins field

Output

Each result is pushed as a separate dataset item. Product items and review items share the same dataset and are distinguished by the type field.

Product output

{
"type": "product",
"asin": "B0D5CDNQLF",
"title": "Apple AirPods Pro 2",
"price": "189.99",
"priceNumeric": 189.99,
"originalPrice": "$249.99",
"originalPriceNumeric": 249.99,
"discountPercent": 24.0,
"currency": "$",
"rating": 4.7,
"reviewCount": 15230,
"ratingBreakdown": { "5 star": "78%", "4 star": "12%", "3 star": "5%", "2 star": "3%", "1 star": "2%" },
"mainImage": "https://m.media-amazon.com/images/I/61abcDEFgh.jpg",
"images": ["https://m.media-amazon.com/images/I/61abcDEFgh.jpg"],
"description": "AirPods Pro feature up to 2x more Active Noise Cancellation...",
"features": ["Active Noise Cancellation", "Adaptive Audio", "Personalized Spatial Audio"],
"brand": "Apple",
"seller": "Amazon.com",
"availability": "In Stock",
"isPrime": true,
"isBestSeller": true,
"isAmazonChoice": false,
"bestSellerRank": [{ "rank": 1, "category": "Headphones" }],
"categories": ["Electronics", "Headphones", "Earbud Headphones"],
"specifications": { "Item Weight": "0.19 ounces", "Connectivity Technology": "Bluetooth 5.3" },
"dimensions": "1.22 x 0.86 x 0.94 inches",
"weight": "0.19 ounces",
"manufacturer": "Apple",
"countryOfOrigin": "China",
"coupon": "Save 5% with coupon",
"deal": null,
"variants": ["White"],
"url": "https://www.amazon.com/dp/B0D5CDNQLF",
"scrapedAt": "2026-06-21T14:20:00Z"
}

Review output

{
"type": "review",
"asin": "B0D5CDNQLF",
"reviewId": "R3ABCDEF12345",
"title": "Best earbuds I have ever owned",
"text": "The noise cancellation is incredible and the fit is perfect...",
"rating": 5,
"date": "Reviewed in the United States on January 15, 2026",
"authorName": "John D.",
"verified": true,
"helpfulCount": 42,
"images": [],
"scrapedAt": "2026-06-21T14:20:00Z"
}

Fields that cannot be found on a given page are returned as null (or empty arrays/objects). Numeric price helpers (priceNumeric, originalPriceNumeric, discountPercent) are added automatically when the corresponding raw price is present.

Use cases

  • Price monitoring - Track Amazon prices, discounts, and coupons over time using priceNumeric, originalPriceNumeric, and discountPercent to spot drops and react fast.
  • Competitor research - Pull entire search results or best-seller lists for a category to benchmark competing products, pricing, ratings, and Prime/Best Seller positioning.
  • Review analysis - Collect customer reviews at scale for sentiment analysis, feature requests, and quality issues, with verified purchase and helpfulCount signals.
  • Product research - Validate product ideas and demand using rating, reviewCount, bestSellerRank, and ratingBreakdown before sourcing or launching.
  • Catalog & MAP enrichment - Enrich your own catalog with Amazon images, features, specifications, brand, and category data, or monitor minimum advertised price compliance.
  • Market & trend tracking - Scrape best-seller pages across marketplaces to see what is selling in each country.

Pricing

This Amazon scraper is pay-per-result. You are charged once per successfully scraped item via the result-scraped event - each product, search result, best-seller entry, and review counts as one result. There is no monthly subscription and no charge for items that fail to scrape. Use resultsLimit to cap your spend on every run, and start with a small limit on a free trial run to preview the data before scaling up.

FAQ

Is scraping Amazon legal? This actor only collects publicly available data from Amazon product, search, review, and best-seller pages - no login or private data is accessed. You are responsible for ensuring your use of the scraped data complies with applicable laws and Amazon's terms of service.

Do I need an Amazon account or API key? No. This Amazon data extractor requires no Amazon login, account, password, or API key. It accesses the same public pages a normal visitor sees.

Which Amazon marketplaces are supported? 20+ country domains including US, UK, DE, FR, IT, ES, CA, JP, IN, AU, BR, MX, NL, SE, PL, BE, SG, SA, AE, and TR. Set the country parameter, or paste a direct URL from any of these domains.

How do I scrape Amazon reviews? Set includeReviews to true and choose how many reviews per product with reviewsPerProduct. Use reviewSortBy to sort by helpful (default) or recent. Each review is returned as its own item with type: "review" and the parent product's asin.

Can I scrape by ASIN instead of URL? Yes. Add 10-character ASINs to the asins field and the scraper builds the product URLs for the selected country automatically. You can mix asins, directUrls, and searchQueries in one run.

Do I need to configure proxies? No. Residential proxies are used by default for reliable, geo-accurate results, and the scraper automatically rotates IPs and browser contexts when it hits a CAPTCHA or robot check. You can override this with the proxyConfiguration input if you prefer specific proxy groups or your own proxy URLs.

What export formats are available? Results can be downloaded as JSON, CSV, Excel (XLSX), XML, or HTML from the Apify platform, or retrieved programmatically via the Apify API and SDKs.