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 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>"