Core API
...
Results
Seller Data
Seller Profile
4min
seller profile results the seller profile parameters are applicable when making a request with type=seller profile to retrieve seller profile results for a given seller name on a given ebay domain the ebay domain is specified using the ebay domain parameter and the seller name is specified in the seller name parameter the parameters should be appended as querystring parameters to the ebay product data api get http request seller profile results are retrieved from the seller profile results page https //www ebay com/usr/lytecordz on ebay an example of the json object returned from a seller profile request is shown below { "request info" { "success" true, "credits used" 373, "credits used this request" 1, "credits remaining" 9627, "credits reset at" "2023 05 18t18 25 52 000z" }, "request parameters" { "type" "seller profile", "url" "https //www ebay com/str/ankeroutletstore? tab=about" }, "request metadata" { "created at" "2024 12 13t18 57 36 779z", "processed at" "2024 12 13t18 57 40 060z", "total time taken" 3 28, "ebay url" "https //www ebay com/str/ankeroutletstore? tab=about& fcid=1" }, "seller" { "name" "anker outlet store direct from brand", "link" "https //www ebay com/str/ankeroutletstore", "member since" "mar 25, 2020", "postive ratings percent" 98 6, "followers" "26k followers", "location" "united states", "image" "https //i ebayimg com/images/g/geuaaosw4ojejtpr/s l140 png", "description" "welcome to the official anker company store!please add us to your list of favorite sellers and visit often thank you for your business!we are charging experts and innovators of smart devices for entertainment, travel, and smart homes this innovation is being led by our 4 key brands\ anker / soundcore / eufy / nebulawelcome to the official anker company store!please add us to your list of favorite sellers and visit often thank you for your business!we are charging experts and innovators of smart devices for entertainment, travel, and smart homes this innovation is being led by our 4 key brands\ anker / soundcore / eufy / nebula", "top rated seller" true } } the countdown api provides the following properties for seller profile requests when the url parameter (instead of seller name) is specified property type description seller object an object containing details of the seller profile name string the name of the seller link string a link to the seller profile page member since string the string containing the date the seller joined positive ratings percent number a percentage of all ratings that were positive followers number the number of followers the seller has reviews number the number of reviews this seller has left for others location string the location of the seller image string a link to the seller profile image description number the description of the seller top rated seller boolean true if a top rated seller the countdown api provides the following properties for seller profile requests when the seller name parameter (instead of url) is specified property type description seller object an object containing details of the seller profile name string the name of the seller link string a link to the seller profile page positive ratings percent number a percentage of all ratings that were positive followers number the number of followers the seller has image string a link to the seller profile image next steps seller profile parameters https //docs trajectdata com/countdownapi/ebay product data api/parameters/seller profile