Core APIs
...
Results
Seller Data

Seller Profile

2min
seller profile results when making a request with the type parameter https //docs trajectdata com/rainforestapi/product data api/parameters/seller profile 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 https //www amazon com/sp?seller=a02211013q5hp3omszc7w 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 https //docs trajectdata com/rainforestapi/product data api/parameters/seller products and seller feedback https //docs trajectdata com/rainforestapi/product data api/parameters/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 { "request info" { "success" true, "credits used" 1, "credits remaining" 999 }, "request metadata" { "id" "48d63ef58b3eb240d5b18115b674c4170faba51f", "created at" "2020 01 01t00 00 00 000z", "processed at" "2020 01 01t00 00 00 001z", "total time taken" 0 1, "amazon url" "https //www amazon com/sp?seller=a02211013q5hp3omszc7w" }, "request parameters" { "type" "seller profile", "seller id" "a02211013q5hp3omszc7w", "amazon domain" "amazon com" }, "seller details" { "name" "memorywhiz", "store link" "https //www amazon com/shops/a02211013q5hp3omszc7w?ref =v sp storefront", "logo" "https //images na ssl images amazon com/images/i/01inxjbpk2l gif", "phone" "909 610 9170", "email" "name\@domain abcdef", "rating" 5, "ratings total" 2478, "ratings total percentage" 99, "business name" "alast corporation", "business address" "20651 golden springs drive, #111 walnut, ca, 91789, us", "business address rows" \[ "20651 golden springs drive", "#111 walnut", "ca", "91789", "us" ], "about this seller" "free text section describing the seller, if present ", "detailed information" "business name alast corporation business address 20651 golden springs drive #111 walnut ca 91789 us" }, "feedback summary" { "thirty days" { "positive percent" 100, "neutral percent" 0, "negative percent" 0, "count" 305 }, "ninety days" { "positive percent" 99, "neutral percent" 0, "negative percent" 0, "count" 826 }, "twelve months" { "positive percent" 99, "neutral percent" 0, "negative percent" 1, "count" 2478 }, "lifetime" { "positive percent" 99, "neutral percent" 0, "negative percent" 0, "count" 41507 } }, "feedback" \[ { "rating" 5, "body" "quick turnaround and good pricing", "rater" "by amazon customer on october 4, 2020 " }, { "rating" 5, "body" "i am super pleased with this purchase, just as describe and am happy,,,,", "rater" "by richard on october 4, 2020 " }, { "rating" 5, "body" "good", "rater" "by harveykilgore on october 4, 2020 " }, { "rating" 5, "body" "okay so it's a micro sdxc card ", "rater" "by bruce d on october 4, 2020 " }, { "rating" 5, "body" "on time and as advertised ", "rater" "by steve o on october 4, 2020 " } ] } 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 name string the name of the seller store link string a link to the sellers amazon store logo string the link to the logo of the seller phone string the phone number of the seller, if shown email string the email of the seller, if shown rating number the rating of the seller, out of 5 ratings total number the total number of customer ratings the seller has received ratings total percentage number the total positive customer ratings percentage the seller has received business name string the name of the business, if shown this is typically shown as the businesses legal name, as opposed to the seller brand name shown in the name property business address string the address of the sellers' business, if shown on the seller profile page business address rows array the address of the sellers' business presented as an array of strings for each line of the address, if shown on the seller profile page about this seller string this is a free form text area populated by the seller describing the seller detailed information string detailed information about the seller this is a free form text area populated by the seller but is likely to contain their address and contact details 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 thirty days object an object containing the positive percent , neutral percent , negative percent and count feedback the seller has received in the last 30 days ninety days object an object containing the positive percent , neutral percent , negative percent and count feedback the seller has received in the last 90 days twelve months object an object containing the positive percent , neutral percent , negative percent and count feedback the seller has received in the last 12 months lifetime object an object containing the positive percent , neutral percent , negative percent and count feedback the seller has received over the lifetime of the seller 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 rating number the customer rating given with the feedback, out of 5 body string the body text of the customer feedback rater string the name of the customer giving the customer feedback about this seller next steps seller profile parameters https //docs trajectdata com/rainforestapi/product data api/parameters/seller profile