Playground

Get eBay seller shop listings API playground

Returns normalized listings from the public eBay seller shop tab, with pagination backed by the store odtRefresh response.

GETapiKey3 credits/requestebay.sellerShopResponseDoc

Selected endpoint

GET /ebay/seller/{seller}/shop

Returns normalized listings from the public eBay seller shop tab, with pagination backed by the store odtRefresh response.

Group
eBay
Authentication
apiKey
Credit cost
3 credits/request
Path parameters
1
Query parameters
1
Body parameters
0
GETapiKey3 credits/requestsellerShopResponseDoc

Get eBay seller shop listings

Returns normalized listings from the public eBay seller shop tab, with pagination backed by the store odtRefresh response.

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

Set up API key

Path parameters

Query 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": {
    "page": 1,
    "total": 120,
    "has_more": true,
    "result": [
      {
        "item_id": "196435705622",
        "title": "1983 TOPPS BASEBALL - 1952 TOPPS REPRINTS #311 MICKEY MANTLE",
        "link": "https://www.ebay.com/itm/196435705622",
        "price": 49.95,
        "seller": "poloblade",
        "logistic": "Free shipping"
      }
    ]
  }
}