Core APIs
...
Results
Seller Data

Seller Profile

2min
seller profile results when making a request with the type parameter https //docs trajectdata com/bluecartapi/walmart product data api/parameters/seller profile set to type=seller profile bluecart api will return seller profile data for the seller specified in the seller id or url parameter seller profile data is retrieved from the seller profile page https //www walmart com/seller/10087 for a single seller on walmart an example of the json object returned from a seller profile request is shown below { "request info" { "success" true, "credits used" 1, "credits remaining" 999 }, "request metadata" { "created at" "2020 01 01t00 00 00 000z", "processed at" "2020 01 01t00 00 00 001z", "total time taken" 0 1, "walmart url" "https //www walmart com/seller/10087" }, "request parameters" { "type" "seller profile", "seller id" "10087" }, "seller details" { "name" "saveupmore", "id" "3e0a7da8900e4e2d9d51e92972815d31", "link" "https //www walmart com/seller/10087", "is pro seller" true, "logo" "https //i5 walmartimages com/asr/e41c29ba b0f3 40a2 855c 3b03fb079427 1 b240c79fcc41e64d79fe5d899e2b6fc7 jpeg", "phone" "4704187413", "rating" 4 4, "rating breakdown" { "one star" 170, "two star" 44, "three star" 110, "four star" 265, "five star" 1546 }, "ratings total" 2135, "address" { "address1" "po box 1390", "city" "flowery branch", "state" "ga", "zipcode" "30542", "country" "usa" } } } bluecart 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 id string the seller id id secondary string the secondary seller id, if shown link string a link to the seller profile page is pro seller boolean set to true if this seller is flagged as a pro seller logo string the link to the logo of the seller phone string the phone number of the seller, if shown percent positive number the percentage of positive ratings this seller has received about string the "about us" text on the seller profile page (if shown) service text string the "customer service" text on the seller profile page (if shown) returns policy string the "returns policy" text on the seller profile page (if shown) shipping text string the "shipping info" text on the seller profile page (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 address object an object containing the postal address of the seller, contains string properties address1 , address1 , city , state , zipcode and country rating breakdown object an object containing a star rating breakdown of the number of seller reviews per star rating this seller has received contains number properties one star , two star , three star , four star and five star next steps seller profile parameters https //docs trajectdata com/bluecartapi/walmart product data api/parameters/seller profile