Get Amazon product review information
GET
/voc/{asin}/reviewsGet Amazon product review information. Before calling this API, please submit the task of obtaining Amazon product review information API.
Request
Amazon product ASIN
Amazon site name, optional values: US, UK, DE, FR, IT, CA, ES, JP
Whether to include all variant data, the default value is false
Reviews start date, date format yyyy-MM-dd, query all comments by default
Current page number, default value is 1
The number of reviews obtained per page. The default value is 50 and the maximum value is 50.
review result order field, currently it's value can only be 'reviewDate', default value is reviewDate
review result order type, it's value can only be 'desc' or 'asc, default value is desc
API Key
Request samples
Responses
Result code
Error message
Result data
Review available
Total reviews
Current page no
The paging size
Reviews list
{
"code": 200,
"msg": "success",
"data": {
"finish": true,
"total": 22940,
"list": [
{
"asin": "B0B4ZQXGK9",
"authorName": "test",
"content": "I liked the size and the sturdiness of each one. The color was just beautiful. First time buying luggage like these and have no regrets.",
"earlyReviewer": false,
"productLink": "https://www.amazon.com/dp/B0B4ZQXGK9",
"reviewDate": 1707177600000,
"reviewId": "R3FNZ6I50J5UIZ",
"reviewLink": "https://www.amazon.com/gp/customer-reviews/R3FNZ6I50J5UIZ",
"sku": "Size:4 piece set|Color:PP-Aqua Blue",
"star": 5,
"title": "Sturdy"
}
],
"pageNo": 1,
"pageSize": 10
}
}