Get started
Product
Back
Start here!
Get data with ready-made web scrapers for popular websites
Browse 12,814 Actors
Apify platform
Apify Store
Pre-built web scraping tools
Actors
Build and run serverless programs
Integrations
Connect with apps and services
MCP
Give your AI access to Actors
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
Earn from your code
$563k paid out in September alone. Many developers earn $3k+ every month.
Start earning now
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
12
Total users
2
Monthly active users
a month 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
89
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.
SupportRules
16
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
85
4.7
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
7K
3.9
axesso_data/amazon-reviews-scraper
Our Amazon Reviews Scraper extracts real-time reviews from Amazon, including ratings, titles, descriptions, user reactions, review dates, images and many more. Download the data in formats like JSON, CSV, Excel, XML, or HTML. Fast, accurate, and ideal for in-depth insights.
AxCrawler
2.2K
4.6
igview-owner/amazon-review-scraper
Extract real Amazon product reviews by ASIN in seconds. Get ratings, comments, authors, verified purchase status, helpful votes, images, videos and variants from 20+ marketplaces in a clean, ready‑to‑analyze dataset.
Sachin Kumar Yadav
4
scrapeai/amazon-product-scraper
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.
ScrapeAI
20
junglee/Amazon-crawler
12K
junglee/free-amazon-product-scraper
Gets you product data from Amazon. Unofficial API. Scrapes and downloads product information without using the Amazon API, including reviews, prices, descriptions, and ASIN.
9.6K
shahidul566/amazon-review-count
This scraper is very easy to use. Input your Amazon product URL and scrap the number of reviews and rating.
Shahidul Islam
63
Description
JSON Example
domainEnumRequired
domain
Amazon domain to scrape
"com": string"de": string"co.jp": string"co.uk": string"ca": string"in": string"ae": string"nl": 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
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"