Amazon Reviews & Customer Sentiment Scraper (2026) avatar

Amazon Reviews & Customer Sentiment Scraper (2026)

Pricing

$30.00 / 1,000 amazon product review extracteds

Go to Apify Store
Amazon Reviews & Customer Sentiment Scraper (2026)

Amazon Reviews & Customer Sentiment Scraper (2026)

Extract Amazon product reviews, verified purchaser badges, review dates, ratings, and full review text for AI sentiment analysis and competitive research.

Pricing

$30.00 / 1,000 amazon product review extracteds

Rating

0.0

(0)

Developer

Neon Innovation Lab

Neon Innovation Lab

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 hours ago

Last modified

Share

Amazon Product Reviews & Sentiment Analysis Scraper (2026)

Extract customer reviews from Amazon products for competitor intelligence, sentiment analysis, product feedback mining, and AI fine-tuning datasets.


🚀 Key Features

  • Complete Review Metadata: Star ratings, review titles, full review text, verified purchase tags, reviewer names, helpful vote counts, and review dates.
  • Rating Filtering: Filter by all stars, positive reviews only (4-5 stars), or critical reviews only (1-3 stars).
  • ASIN & URL Support: Accepts full product URLs or simple 10-character Amazon ASINs.
  • Pay-Per-Result: Pay only for the actual reviews scraped into your dataset.
  • AI & LLM-Ready: Clean, structured JSON format ready for ChatGPT/Claude sentiment analysis pipelines.

📥 Input Example

{
"productUrlsOrAsins": [
"B0CX23V6NW",
"https://www.amazon.com/dp/B08N5WRWNW"
],
"maxReviewsPerProduct": 100,
"filterByRating": "all_stars"
}

📤 Output Format

{
"asin": "B0CX23V6NW",
"reviewId": "R2M57H41XYZABC",
"title": "Incredible quality for the price!",
"rating": 5,
"date": "Reviewed in the United States on August 15, 2026",
"verifiedPurchase": true,
"reviewerName": "Sarah Jenkins",
"text": "This exceeded all my expectations. The build quality is top-notch...",
"helpfulVotes": 14,
"reviewUrl": "https://www.amazon.com/gp/customer-reviews/R2M57H41XYZABC",
"scrapedAt": "2026-09-04T03:15:00.000Z"
}