Amazon Seller Reviews Scraper
Pricing
from $4.99 / 1,000 results
Go to Apify Store
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
Maintained by Community
Actor stats
1
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
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
| Parameter | Required | Description |
|---|---|---|
seller_id | Yes | The seller ID on Amazon (merchant token). |
maxResults | No | Maximum number of reviews to collect (default: 48). |
geo | No | Which country’s Amazon site to use (default: US). Pick UK for the United Kingdom marketplace. |
star_rating | No | Filter by star band or sentiment (ALL, 5_STARS … 1_STARS, POSITIVE, CRITICAL). Default: all. |
language | No | Preferred language when supported (e.g. en_US). |
fields | No | Optional 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.
| Field | Type | Description |
|---|---|---|
review_author | string | Display name of the buyer who left the review. |
review_comment | string | The review body text (may be short or empty depending on the listing). |
review_star_rating | number | Star rating for this review (e.g. 1–5). |
has_response | boolean | Whether the seller has posted a public reply to this review. |
review_date | string | Review date as returned by the site (e.g. March 23, 2026). |
scrapedAt | string | When 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.