Amazon Reviews Scraper
3 days trial then $35.00/month - No credit card required now
This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?
See alternative ActorsAmazon Reviews Scraper
3 days trial then $35.00/month - No credit card required now
Scrape and download detailed reviews of Amazon products , including rating score, review description, reactions and images. Download your data as HTML table, JSON, CSV, Excel, XML.
You can access the Amazon Reviews Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "productURLs": [
3 {
4 "url": "http://www.amazon.com/dp/B00J9I10SA"
5 }
6 ],
7 "maxReviews": 20,
8 "proxyConfiguration": {
9 "useApifyProxy": true,
10 "apifyProxyGroups": [
11 "RESIDENTIAL"
12 ],
13 "apifyProxyCountry": "US"
14 }
15}' |
16apify call mcdowell/amazon-reviews-scraper --silent --output-dataset
Amazon Reviews Scraper API through CLI
The Apify CLI is the official tool that allows you to use Amazon Reviews Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
- 17 monthly users
- 2 stars
- 81.7% runs succeeded
- 0.68 hours response time
- Created in Jun 2020
- Modified 9 days ago