Playground

Get eBay seller about details API playground

Returns normalized seller about information from the public eBay store about tab, including seller stats, top-rated status, optional location/member-since fields, and cleaned.

GETapiKey2 credits/requestebay.sellerAboutResponseDoc

Selected endpoint

GET /ebay/seller/{seller}/about

Returns normalized seller about information from the public eBay store about tab, including seller stats, top-rated status, optional location/member-since fields, and cleaned store categories.

Group
eBay
Authentication
apiKey
Credit cost
2 credits/request
Path parameters
1
Query parameters
0
Body parameters
0
GETapiKey2 credits/requestsellerAboutResponseDoc

Get eBay seller about details

Returns normalized seller about information from the public eBay store about tab, including seller stats, top-rated status, optional location/member-since fields, and cleaned store categories.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key

Path parameters

Request URL will appear here.

Request headers will appear here.

Request body preview will appear here when applicable.

Status, latency, response headers, and response body will appear after a request.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "seller": "poloblade",
    "store_name": "POLOBLADE COLLECTIBLES",
    "store_url": "https://www.ebay.com/str/poloblade",
    "location": "United States",
    "member_since": "Jan 09, 2000",
    "positive_feedback_percent": 99.9,
    "followers": 13000,
    "items_sold": 814000,
    "top_rated_seller": true,
    "categories": [
      {
        "name": "Coins & Paper Money",
        "url": "https://www.ebay.com/str/poloblade/Coins-Paper-Money/_i.html?_sacat=11116"
      }
    ]
  }
}