Amazon Seller Reviews Scraper avatar

Amazon Seller Reviews Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Amazon Seller Reviews Scraper

Amazon Seller Reviews Scraper

Export buyer feedback for an Amazon seller: ratings, text, dates, and whether the seller replied—one row per review with a collection timestamp.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Collect buyer reviews left for an Amazon seller: author, star rating, comment text, date, and whether the seller responded—saved as one row per review, with a timestamp on each row.

Key Features

  • Collect up to your chosen maximum number of reviews; continues across pages until that limit or until there are no more pages
  • Each review typically includes review_author, review_comment, review_star_rating, review_date, has_response
  • Choose marketplace (country), optional star / sentiment filter, language, and optional fields projection
  • Each record includes scrapedAt so you know when it was collected

Why Use It?

  • Practical: See how buyers rate a merchant over time
  • Structured: Clean JSON rows for spreadsheets or downstream tools
  • Steady: Fetches page by page until your cap or the list ends

Great For

  • Seller reputation checks
  • Competitive research on storefront feedback
  • Monitoring feedback volume and tone

Input Parameters

ParameterRequiredDescription
seller_idYesThe seller ID on Amazon (merchant token).
maxResultsNoMaximum number of reviews to collect (default: 48).
geoNoWhich country’s Amazon site to use (default: US). Pick UK for the United Kingdom marketplace.
star_ratingNoFilter by star band or sentiment (ALL, 5_STARS1_STARS, POSITIVE, CRITICAL). Default: all.
languageNoPreferred language when supported (e.g. en_US).
fieldsNoOptional comma-separated attributes if you want a narrower payload.

Output

Each dataset row is one review. The actor appends scrapedAt (ISO 8601) when the row was written.

FieldTypeDescription
review_authorstringDisplay name of the buyer who left the review.
review_commentstringThe review body text (may be short or empty depending on the listing).
review_star_ratingnumberStar rating for this review (e.g. 1–5).
has_responsebooleanWhether the seller has posted a public reply to this review.
review_datestringReview date as returned by the site (e.g. March 23, 2026).
scrapedAtstringWhen this row was collected (ISO 8601).

Sample record

{
"review_author": "Marvonte Green",
"review_comment": "Good",
"review_star_rating": 5,
"has_response": false,
"review_date": "March 23, 2026",
"scrapedAt": "2026-03-24T03:19:14.216Z"
}

Notes

  • Results depend on what the marketplace exposes for that seller and filters.
  • Respect Amazon’s terms and applicable laws when using scraped data.