Playground

Get eBay seller profile API playground

Returns normalized details for a public eBay seller profile.

GETapiKey2 credits/requestebay.sellerResponseDoc

Selected endpoint

GET /ebay/seller/{seller}

Returns normalized details for a public eBay seller profile.

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

Get eBay seller profile

Returns normalized details for a public eBay seller profile.

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",
    "display_name": "POLOBLADE COLLECTIBLES",
    "profile_url": "https://www.ebay.com/usr/poloblade",
    "store_name": "POLOBLADE COLLECTIBLES",
    "store_url": "https://www.ebay.com/str/poloblade",
    "positive_feedback_percent": 99.9,
    "feedback_count": 291071,
    "items_sold": 814000,
    "followers": 13000,
    "location": "United States",
    "member_since": "Jan 09, 2000"
  }
}