Playground

Get eBay item details API playground

Returns normalized details for a public eBay item listing.

GETapiKey2 credits/requestebay.itemResponseDoc

Selected endpoint

GET /ebay/item/{item_id}

Returns normalized details for a public eBay item listing.

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

Get eBay item details

Returns normalized details for a public eBay item listing.

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": {
    "item_id": "196435705622",
    "title": "1983 TOPPS BASEBALL - 1952 TOPPS REPRINTS #311 MICKEY MANTLE",
    "link": "https://www.ebay.com/itm/196435705622",
    "images": [
      "https://i.ebayimg.com/images/g/4yUAAOSwsV9ns4CY/s-l1600.jpg"
    ],
    "price": 49.95,
    "price_text": "US $49.95",
    "condition": "Pre-Owned",
    "availability": "In Stock",
    "sale_status": "Available",
    "shipping": "+$4.95 shipping",
    "location": "Canada",
    "seller_name": "soonerfan1949",
    "seller_link": "https://www.ebay.com/usr/soonerfan1949",
    "seller_store_name": "POLOBLADE COLLECTIBLES",
    "seller_member_since": "Mar 1998",
    "seller_feedback_score": 2067,
    "seller_positive_feedback": 100,
    "rating": 4.8,
    "rating_count": 12,
    "item_specifics": {
      "Card Number": "311",
      "Manufacturer": "Topps"
    }
  }
}