Reviews
When making a request with the type parameter set to type=reviews Rainforest API will return all Customer Reviews for the product specified in either the asin and amazon_domain parameters or the url parameter.
Reviews are retrieved from the customer reviews page for a single product on Amazon.
An example of the JSON object returned from a Reviews request is shown below:
Rainforest API returns the following properties for Reviews requests:
Paginating Results Amazon returns 10 reviews per page. To request more reviews issue additional requests incrementing the page parameter.
Property | Type | Description |
---|---|---|
reviews | array | An array of Review objects, containing each of the Customer Reviews shown on the Customer Reviews page. The Review object has the following properties:
Date Object The date object contains details about the date of the review.
Profile Object The profile object contains details of the profile of the reviewer.
Manufacturer Reply Object The Manufacturer Reply object contains details of product manufacturer's reply to the customer review.
|
top_positive | object | The most helpful positive customer review. The properties of the top_positive object are identical to the Review object above. |
top_critical | object | The most helpful critical customer review. The properties of the top_critical object are identical to the Review object above. |
product | object | An object containing details of the product (in so far as those details are shown on the Customer Reviews page). For full product details you should issue a request with type=product to retrieve details from the product page .
|
summary | object | An object containing a summary of all reviews for the product, as shown at the top-left of the Customer Reviews page.
|
pagination | object | An object containing details of the current Reviews page and the total number of Reviews pages that are available. To paginate you should specify the page number in your request's page parameter .
|
Next Steps Reviews Parameters