Core APIs
...
Results
Customer Feedback

Reviewer Profile

2min

Reviewer Profile Results

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.

Reviewer Profile Page
Reviewer Profile Page


An example of the JSON object returned from an Reviewer Profile request is shown below:

JSON


Rainforest API returns the following properties for Reviewer Profile requests:

Property

Type

Description

reviewer_details

object

Reviewer Details Object The reviewer details object contains address, contact and ratings details about the seller.

  • name
  • string
  • The name of the reviewer.



  • description
  • string
  • The description of the reviewer.



  • location
  • string
  • The location of the reviewer.



  • badges
  • array
  • An array of strings representing the "badges" the reviewer has acquired, i.e. "TOP 50 REVIEWER", "VINE VOICE" etc.



  • occupation
  • string
  • The occupation of the reviewer.



  • rank
  • number
  • The current rank of the reviewer amoungst all reviewers.



  • helpful_votes
  • number
  • The total number of helpful votes the reviewer has received for their reviews.



  • hearts_count
  • number
  • The total number of hearts ideas from this reviewer have received.



  • idea_lists_count
  • number
  • The number of idea lists this reviewer has published.



  • reviews_count
  • number
  • The total number of reviews this reviewer has written.



  • social
  • object
  • An object containing the following properties containing links to the reviewers public social profiles: facebook , twitter , pinterest , youtube and instagram

reviews

array

Reviews Array The reviews array contains the first page of customer reviews shown on the reviewer profile page. The review object has the following properties:

  • id
  • string
  • The ID of the review.



  • helpful_votes
  • number
  • The number of helpful votes this review has received.



  • title
  • string
  • The title of the review.



  • body
  • string
  • The body text of the review.



  • link
  • string
  • A link to the review.



  • rating
  • number
  • The rating given to the product by the reviewer, out of 5.



  • rating
  • number
  • The rating given to the product by the reviewer, out of 5.



  • date
  • object
  • Date Object The date object contains details about the date of the review.
    • 
      1. utc
      2. string
      3. The date of the review reply in ISO 8601 format.



  • verified_purchase
  • boolean
  • True/false whether the reviewer is a verified purchaser of the product being reviewed.



  • amazon_vine
  • boolean
  • True/false whether the review is part of the Amazon Vine program, or not.



  • language
  • string
  • The language of the review - i.e. en_US .



  • product
  • object
  • Product Object The product object contains details of the product being reviewed.
    • 
      1. asin
      2. string
      3. The ASIN of the product.
    • 
      1. title
      2. string
      3. The title of the product.
    • 
      1. rating
      2. string
      3. The average rating the product has received, across all ratings of the product.
    • 
      1. ratings_total
      2. string
      3. The total number of ratings this product has received.
    • 
      1. is_prime
      2. boolean
      3. True/false whether this product is Prime-eligable, or not.
    • 
      1. link
      2. string
      3. A link to the product page.
    • 
      1. image
      2. string
      3. A link to the main image of the product.


Next Steps      Reviewer Profile Parameters

Updated 11 Aug 2024
Did this page help you?