Public Playground
Preview the endpoint before sending a live request
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
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.sellerShopResponseDoceBay
Endpoint details
Returns normalized listings from the public eBay seller shop tab, with pagination backed by the store odtRefresh response.
- Method
- GET
- Path
- /ebay/seller/{seller}/shop
- Authentication
- apiKey
- Credit cost
- 3 credits/request
- Platform
- eBay
- Parameters
- 3 documented fields
Request parameters
seller:pathpage:queryx-api-key:header
Response schema fields
codedatadata.has_moredata.pagedata.resultdata.result[].bid_countdata.result[].captiondata.result[].imagedata.result[].is_authenticity_guaranteeddata.result[].item_iddata.result[].linkdata.result[].location
Sample response summary
{
"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"
}
]
}
}cURL example
curl "https://api.crawlora.net/api/v1/ebay/seller/<seller>/shop" \
-H "x-api-key: <api-key>"