VOOZH about

URL: https://apify.com/webdatalabs/amazon-reviews-scraper/api

⇱ Amazon Reviews Scraper & Extractor API Β· Apify


πŸ‘ Amazon Reviews Scraper & Extractor avatar

Amazon Reviews Scraper & Extractor

Pricing

Pay per event

Go to Apify Store

Amazon Reviews Scraper & Extractor

Extract Amazon customer reviews at scale for sentiment analysis, competitor research, and automation workflows. Get 10-15 reviews free (no cookies) or 1000+ reviews per product with authenticated cookies. API-ready JSON/CSV export for n8n, Zapier, Make.com, and AI/LLM analysis.

Pricing

Pay per event

Rating

1.3

(2)

Developer

πŸ‘ WebDataLabs

WebDataLabs

Maintained by Community

Actor stats

4

Bookmarked

361

Total users

31

Monthly active users

2 months ago

Last modified

Share

You might also like

Amazon Reviews Scraper

web_wanderer/amazon-reviews-extractor

[UPDATED] Scrape Amazon reviews per product! Filter by stars, keywords, media & verified purchases. Extract global reviews (20+ regions). Export JSON/CSV. Perfect for market research & SEO.

Amazon Reviews Scraper

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.

9.9K

2.3

Amazon Product Scraper (Reviews & Ratings only)

rousing_fiddle/my-actor

Scrape from Amazon reviews and ratings

52

5.0

Amazon Review + Stats Scraper

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.

Amazon Reviews Scraper

automation-lab/amazon-reviews-scraper

Scrape Amazon product reviews for review monitoring β€” ratings, review text, verified purchase status, helpful votes, and review dates. Pair with Amazon price monitoring.

πŸ‘ User avatar

Stas Persiianenko

623

Flipkart Reviews Scraper ⭐

shahidirfan/flipkart-reviews-scraper

Instantly extract detailed product reviews, ratings, and customer feedback from Flipkart. Perfect for sentiment analysis, market research, and monitoring competitor products. Unlock valuable e-commerce insights and data to power your business growth today!

102

5.0

Amazon Reviews Scraper: Advanced & Lightning-Fast ⚑

neatrat/amazon-reviews-scraper

No Login Needed - Updated July 2025. Get thousands of Amazon reviews in seconds! Powerful filters, rich data, instant export.

Amazon Reviews Scraper

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.

4.8K

4.6

Amazon Reviews Scraper with Advanced Filters

delicious_zebu/amazon-reviews-scraper-with-advanced-filters

Extract thousands of Amazon reviews from any ASIN or URL across 17 global marketplaces. Utilize advanced filters for ratings, keywords, and verified purchases to capture precise customer insights for competitor analysis and market research.

Amazon Scraper

epctex/amazon-scraper

The fastest and most reliable Amazon scraper ever. Extract key data like reviews, prices, ASINs, without relying on Amazon's API. Tailor searches with specific URLs, keywords, and local postal codes for targeted insights. Download in various formats for easy analysis.

You can access the Amazon Reviews Scraper & Extractor programmatically from your own applications by using the Apify API. You can also 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.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "productUrls": [
< {
< "url": "https://www.amazon.com/dp/B005EJH6Z4"
< }
< ],
< "maxReviewsPerProduct": 100,
< "amazonCookies": "",
< "verifiedOnly": false,
< "sortBy": "all"
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/webdatalabs~amazon-reviews-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Amazon Reviews Scraper & Extractor API

Below, you can find a list of relevant HTTP API endpoints for calling the Amazon Reviews Scraper & Extractor Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/webdatalabs~amazon-reviews-scraper/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/webdatalabs~amazon-reviews-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/webdatalabs~amazon-reviews-scraper?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Amazon Reviews Scraper & Extractor API programmatically via the Apify API.

You can choose from:

Amazon Reviews Scraper & Extractor API in Python

Amazon Reviews Scraper & Extractor API in JavaScript

Amazon Reviews Scraper & Extractor API through CLI

Amazon Reviews Scraper & Extractor OpenAPI definition

You can start Amazon Reviews Scraper & Extractor with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Amazon Reviews Scraper & Extractor is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Amazon Reviews Scraper & Extractor run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.