← API Catalog
Apify·Async

Amazon Reviews Scraper

E-commerceSearch & SEO$0.00002 / Actor start

What it does

[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.

Returns: [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.

Parameters

ParameterTypeRequiredDescription
sortselectNoSelect Sort type
limitnumberNoSet number of pages to scrape, Amazon limits the number to 10 pages per product which are 100 review max. You can get more by setting Stars (one star, two stars, etc.), changing Variant, and Sort type.
starsselectNoSelect the stars you want to scrape. You can select multiple stars
ratingselectNoSelect reviews rating. This will filter reviews based on the stars.
regionselectNoSelect domain
end_datetextNoInclusive end of date range, format YYYY-MM-DD, e.g. 2025-06-30
keywordsarrayNoEnter keywords that the review must have.
languageselectNoFilter reviews based on review language
productsarrayYesThe ASINs or URLs of the product you want to retrieve. For example: - Product URL: https://www.amazon.com/Logitech-LIGHTSPEED-Wireless-Gaming-Mouse/product-reviews/B07CMS5Q6P/ref=cm_cr_getr_mb_paging_btm_2?ie=UTF8&reviewerType=all_reviews&pageNumber=2&formatType=current_format - Product ID: B07MVJZQTC
all_starsbooleanNoScrape up to 100 review per star
start_datetextNoInclusive start of date range, format YYYY-MM-DD, e.g. 2025-06-01
avp_reviewsbooleanNoReturn only reviews that have the verified purchase badge.
personal_databooleanNoScrape personal data (e.g., names, emails, identifiers). GDPR (EU) and CCPA (California) compliance required. Ensure legal justification or user consent.
include_variantsbooleanNoWhether to return reviews for product variants.
scrape_image_reviewsbooleanNoScrape reviews that contain images.
scrape_video_reviewsbooleanNoScrape reviews that contain videos.

Endpoints

GET/v1/agents/resources/inspect/apify.web_wanderer.amazon-reviews-extractorPublic
POST/v1/agents/resources/estimate/apify.web_wanderer.amazon-reviews-extractorPublic
POST/v1/agents/resources/run/apify.web_wanderer.amazon-reviews-extractorAgent key
GET/v1/agents/resources/runs/{run_id}Agent key

Quick start

Run it with one Agent One Key over the OpenAI-compatible resource rail.

curl -X POST https://api.deva.me/v1/agents/resources/run/apify.web_wanderer.amazon-reviews-extractor \
  -H "Authorization: Bearer deva_i1_your_key_here" \
  -H "Content-Type: application/json" \
  --data '{
    "params": {}
  }'

Related in E-commerce