Seller Profile
When making a request with the type parameter set to type=seller_profile Rainforest API will return details of seller specified in either the seller_id and amazon_domain parameters or the url parameter.
Seller profile details are retrieved from the seller profile page for a single seller on Amazon. You can retrieve the seller_id value for a given seller from other Rainforest requests, such as type=offers requests.
You can use subsequent seller products and seller feedback requests to retrieve iterate all of the products and customer feedback from a given seller.
An example of the JSON object returned from an Seller Profile request is shown below:
Rainforest API returns the following properties for Seller Profile requests:
Property | Type | Description |
---|---|---|
seller_details | object | Seller Details Object The seller details object contains address, contact and ratings details about the seller.
|
feedback_summary | object | Feedback Summary Object The feedback summary object gives a breakdown of the seller customer feedback received over the last 30 days, 90 days, 12 months and for the lifetime of the seller. Positive, neutral, negative and total count datapoints are available.
|
feedback | array | Feedback Array The feedback array contains the first page of customer feedback shown on the seller profile page. To retrieve further pages of customer feedback you should issue type=seller_feedback requests. The feedback object has the following properties:
|
Next Steps Seller Profile Parameters