Reviewer Profile
GET /request
When making a request with the type parameter set to type=reviewer_profile Rainforest API will return details of reviewer specified in either the reviewer_id and amazon_domain parameters or the url parameter.
Reviewer profile details are retrieved from the reviewer profile page. You can retrieve the reviewer_id value for a given reviewer from other Rainforest requests, such as type=reviews requests.
For example, to request reviewer profile details for the reviewer with ID AHBEI6Q4F4WHRIFK5CWQMRVPOQMA on amazon.com the request would be:
The following parameters are available for all requests made when type=reviewer_profile .
Parameter | Required | Description |
---|---|---|
amazon_domain | optional | The Amazon domain to retrieve reviewer profile details from for the reviewer specified in the reviewer_id parameter. For a full list of supported Amazon domains see Supported Amazon Domains . Note : If the amazon_domain and reviewer_id parameters are supplied then the url parameter is ignored. |
reviewer_id | optional | The Amazon Reviewer ID to retrieve reviewer profile details for. Used in combination with the amazon_domain parameter. Note : If the reviewer_id and amazon_domain parameters are supplied then the url parameter is ignored. Reviewer IDs can be retrieved from other Rainforest API requests, for example type=reviews requests. |
url | optional | The Amazon reviewer profile page URL of the reviewer to retrieve results from. |
reviewer_profile_pages | optional | The number of pages of reviews to retrieve from the reviewer profile page when type=reviewer_profile . This parameter is different from the more usual page parameter as pagination of reviewer profile reviews is performed from an infinate-scrolling list. It is not possible to "go to page 3", so the reviewer_profile_pages allows you retrieve "the first X" pages of reviews (a maximum of 10 reviews are returned per page). Note : that using reviewer_profile_pages decrements a credit for each page of reviews retrieved, for example, reviewer_profile_pages=3 would decrement 3 credits from your balance. |
Next Steps Reviewer Profile Results