Playground

Search eBay listings API playground

Returns normalized eBay search results.

POSTapiKey3 credits/requestebay.searchResponseDocebay.SearchOption

Selected endpoint

POST /ebay/search

Returns normalized eBay search results.

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

Search eBay listings

Returns normalized eBay search results.

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

Set up API key

Body (ebay.SearchOption)

Body preview
{
  "keyword": "1952 topps baseball mickey mantle #311",
  "limit": 60,
  "listing_type": "active",
  "page": 1
}

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": 123,
    "has_more": true,
    "result": [
      {
        "image": "https://i.ebayimg.com/images/g/item1/s-l140.webp",
        "caption": "New Listing",
        "item_id": "196435705622",
        "title": "OpenAI Shirt",
        "sub_title": "Brand New",
        "link": "https://www.ebay.com/itm/196435705622"
      }
    ]
  }
}