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 about details API Playground

Returns normalized seller about information from the public eBay store about tab, including seller stats, top-rated status, optional location/member-since fields, and cleaned.

GETapiKey2 credits/requestebay.sellerAboutResponseDoceBay

Endpoint

Choose one catalog endpoint for this request.

6 shown
GETapiKey2 credits/requestebay.sellerAboutResponseDoceBay
GET /ebay/seller/{seller}/about

Get eBay seller about details

Returns normalized seller about information from the public eBay store about tab, including seller stats, top-rated status, optional location/member-since fields, and cleaned store categories.

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

Set up API key
View docs

API key

API key required for live requests. Your key is only used to send requests from this Playground.

not configured

Active Playground key: not configured

Manage API keys in Console

Path parameters

Add an API key to send a live request.

If an active API key is configured, Copy cURL includes it. Share links never include API keys.

View docs
Sample responseGET

Shown before your first request. Add an API key and send a request to see the live response, status, latency, and headers.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "seller": "poloblade",
    "store_name": "POLOBLADE COLLECTIBLES",
    "store_url": "https://www.ebay.com/str/poloblade",
    "location": "United States",
    "member_since": "Jan 09, 2000",
    "positive_feedback_percent": 99.9,
    "followers": 13000,
    "items_sold": 814000,
    "top_rated_seller": true,
    "categories": [
      {
        "name": "Coins & Paper Money",
        "url": "https://www.ebay.com/str/poloblade/Coins-Paper-Money/_i.html?_sacat=11116"
      }
    ]
  }
}

Endpoint details

Returns normalized seller about information from the public eBay store about tab, including seller stats, top-rated status, optional location/member-since fields, and cleaned store categories.

Method
GET
Path
/ebay/seller/{seller}/about
Authentication
apiKey
Credit cost
2 credits/request
Platform
eBay
Parameters
2 documented fields

Request parameters

seller:pathx-api-key:header

Response schema fields

codedatadata.banner_urldata.categoriesdata.categories[].namedata.categories[].subcategoriesdata.categories[].subcategories[].namedata.categories[].subcategories[].urldata.categories[].urldata.contact_seller_urldata.descriptiondata.followers

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "seller": "poloblade",
    "store_name": "POLOBLADE COLLECTIBLES",
    "store_url": "https://www.ebay.com/str/poloblade",
    "location": "United States",
    "member_since": "Jan 09, 2000",
    "positive_feedback_percent": 99.9,
    "followers": 13000,
    "items_sold": 814000,
    "top_rated_seller": true,
    "categories": [
      {
        "name": "Coins & Paper Money",
        "url": "https://www.ebay.com/str/poloblade/Coins-Paper-Money/_i.html?_sacat=11116"
      }
    ]
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/ebay/seller/<seller>/about" \
  -H "x-api-key: <api-key>"