Skip to main content
Retrieve customer reviews for any Amazon product, with full control over filtering and pagination. You can narrow results by star rating, limit to verified purchases only, or search for a keyword within review text. The response includes both Amazon’s hand-picked top reviews and a paginated list of all matching reviews — each with rating, body text, images, videos, and reviewer metadata.

Request

Query Parameters

string
default:"US"
The Amazon marketplace to query. Accepted values: US UK CA DE FR IT ES AU IN MX BR JP PL. Defaults to US when omitted.
string
The Amazon Standard Identification Number (e.g. B09XS7JWHH). Provide at least one of asin, url, or gtin.
string
A full Amazon product URL. Provide at least one of asin, url, or gtin.
string
A Global Trade Item Number (barcode). Provide at least one of asin, url, or gtin.
integer
default:"1"
Page number of reviews to return. Minimum value is 1.
boolean
When true, only reviews from verified purchasers are returned.
string
default:"ALL"
Filter reviews by star rating. Accepted values: ALL FIVE_STAR FOUR_STAR THREE_STAR TWO_STAR ONE_STAR.
Keyword to search for within review text. Returns only reviews that contain the search term.

Response

The response is nested under data.amazonProduct and contains two distinct review lists.
object

Example Response

Error Handling

All errors follow a consistent envelope. The HTTP status code mirrors the code field inside the errors array.

curl Example