Get started
Product
Back
Start here!
Get data with ready-made web scrapers for popular websites
Browse 9,000+ Actors
Apify platform
Apify Store
Pre-built web scraping tools
Actors
Build and run serverless programs
Integrations
Connect with apps and services
Anti-blocking
Scrape without getting blocked
Proxy
Rotate scraper IP addresses
Open source
Crawlee
Web scraping and crawling library
Solutions
MCP server configuration
Configure your Apify MCP server with Actors and tools for seamless integration with MCP clients.
Start building
Web data for
Enterprise
Startups
Universities
Nonprofits
Use cases
Data for generative AI
Data for AI agents
Lead generation
Market research
View more →
Consulting
Apify Professional Services
Apify Partners
Developers
Documentation
Full reference for the Apify platform
Code templates
Python, JavaScript, and TypeScript
Web scraping academy
Courses for beginners and experts
Monetize your code
Publish your scrapers and get paid
Learn
API reference
CLI
SDK
Publish tools on Apify and win big prizes
Join the challenge
Resources
Help and support
Advice and answers about Apify
Actor ideas
Get inspired to build Actors
Changelog
See what’s new on Apify
Customer stories
Find out how others use Apify
Company
About Apify
Contact us
Blog
Live events
Partners
Jobs
We're hiring!
Join our Discord
Talk to scraping experts
Pricing
Contact sales
$2.00 / 1,000 results
wibuild.in/amazon-review-stats-scraper
Amazon Reviews + Stats Scraper collects reviews, ratings breakdown, review counts, and helpful-vote stats from Amazon product pages by ASIN. Export clean data to JSON/CSV for analysis, dashboards, or sentiment tracking.
Rating
5.0
(1)
Developer
Wibuild
Actor stats
0
Bookmarked
6
Total users
4
Monthly active users
a day ago
Last modified
Categories
Automation
AI
Agents
Share
pintostudio/amazon-product-review
The Amazon Product Review Scraper is an Apify actor that lets you extract comprehensive review data from Amazon product pages
Pinto Studio
71
api-empire/amazon-product-scraper
Amazon Product Scraper collects detailed product data from Amazon fast. Extract titles, prices, images, ratings, reviews, sellers, and availability. Ideal for market research, price tracking, competitor analysis, and workflows needing clean structured Amazon data.
API Empire
3
scrapingshark/amazon-reviews-scraper-by-product-url
Scrape detailed Amazon product reviews from any product URL with ease. Get review text, ratings, author info, review dates, helpful votes, and more—perfect for sentiment analysis, competitor research, and e-commerce insights.
ScrapingShark
33
lalala0095/amazon-reviews-stats-scraper
Extracts review stats from Amazon product pages using Playwright. Get overall rating, total number of ratings, and star distribution (1★–5★). Supports multiple URLs, all Amazon domains, and includes robust fallback selectors.
Lemuel Torrefiel
8
junglee/amazon-reviews-scraper
Amazon scraper to extract reviews from Amazon products. Scrape and download detailed reviews without using the Amazon API, including rating score, review description, reactions and images. Download your data as HTML table, JSON, CSV, Excel, XML.
Junglee
6.7K
3.4
unlimitedleadtestinbox/amazon-product-scraper
Use this Amazon scraper to collect data based on Amazon product URL from Amazon website. Extract product information including title, rating, prices, descriptions, and ASIN.
unli
10
happitap/amazon-product-scrapper
Amazon Product Scraper - extracts product details from Amazon product pages, search results, and category pages with structured data including title, ASIN, price, ratings, reviews, availability, seller, and more.
HappiTap
68
getdataforme/amazon-product-reviews-scraper
Amazon Product Reviews Scraper extracts customer reviews from Amazon product pages. Provide product URLs and proxy settings (Apify Proxy), and retrieve structured JSON with profile name, review text, rating, and review date. Supports batch URL processing. Great for sentiment and market analysis
GetDataForMe
70
4.7
donjuan_mime/amazon-scraper
Amazon Scraper collects structured product information from Amazon category or product pages, including title, image, price, rating, reviews, ASIN, and product link. It’s useful for market analysis, price tracking, and building product catalogs.
Donjuan
scrapier/amazon-asin-scraper
Scrape Amazon products by ASIN with the Amazon ASIN Scraper. Extract titles, prices, descriptions, ratings, reviews, images, and stock info for any ASIN. Perfect for product research, competitor analysis, and inventory tracking. Fast, accurate, and scalable for bulk ASINs.
Scrapier
Description
JSON Example
domainEnumRequired
domain
Amazon domain to scrape
"com": string"de": string"co.jp": string"co.uk": string"ca": string"in": string
Default value of this property is "com"
"com"
asinstringRequired
asin
The product's ASIN (e.g., 'B0D6V8QD51')
maxPagesintegerOptional
maxPages
Maximum number of review pages to scrape.
Default value of this property is 10
sortByEnumOptional
sortBy
How to sort the reviews.
"recent": string"helpful": string
Default value of this property is "recent"
"recent"
filterByStarEnumOptional
filterByStar
Filter reviews by a specific star rating.
"all_stars": string"five_star": string"four_star": string"three_star": string"two_star": string"one_star": string
Default value of this property is "all_stars"
"all_stars"
reviewerTypeEnumOptional
reviewerType
Filter by all reviews or only verified purchases.
"all_reviews": string"avp_only_reviews": string
Default value of this property is "all_reviews"
"all_reviews"
formatTypeEnumOptional
formatType
Filter by reviews for a specific format (e.g., 'current_format').
"current_format": string"all_formats": string
Default value of this property is "all_formats"
"all_formats"