Amazon Review Scraper
This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?
See alternative ActorsAmazon Review Scraper
The Amazon Review Scraper is a sophisticated 🛠️ tool designed for in-depth market research, capable of extracting detailed reviews, images, and videos 📊📸 from Amazon. It features advanced multimedia handling and precise filtering capabilities for comprehensive insights.
You can access the Amazon Review 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 "asins": [
3 "B01MTQ5M7B",
4 "B0BVJ3H514"
5 ],
6 "urls": [
7 {
8 "url": "https://www.amazon.in/Amazon-Brand-Tricycle-Parental-Seatbelt/product-reviews/B0C7CJDKQB"
9 },
10 {
11 "url": "https://www.amazon.in/OnePlus-Wireless-Earbuds-Drivers-Playback/product-reviews/B0C8JB3G5W"
12 }
13 ]
14}' |
15apify call caprolok/amazon-review-scraper --silent --output-dataset
Amazon Review Scraper API through CLI
The Apify CLI is the official tool that allows you to use Amazon Review 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: