Core API
...
Product Data API
Parameters

Reviews v2

4min

Reviews Parameters

GET /request

The Reviews Parameters are applicable when making a request with type=reviews_v2 to retrieve most_recent reviews from a product page on Amazon - the product is specified using the asin and amazon_domain parameters. The parameters should be appended as querystring parameters to the Product Data API GET HTTP request.

using the url parameter (where the url parameter contains a link to an Amazon reviews page) is not supported

Reviews are retrieved from product page on Amazon.

Document image

HTTP
Curl
Node.js
Python
PHP



Reviews Parameters

The following parameters are available for all requests made when type=reviews_v2 .

Parameter

Required

Description

amazon_domain

required

The Amazon domain to retrieve most_recent Reviews from the product page specified in the asin parameter. For a full list of supported Amazon domains see Supported Amazon Domains .

Note: the url parameter is not supported for this request

asin

required

The Amazon ASIN (product ID) to retrieve most_recent Reviews from. Used in combination with the amazon_domain parameter.

Note: the url parameter is not supported for this request



Next Steps      Reviews Results

Updated 12 Nov 2024
Did this page help you?