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 profile API Playground
Returns normalized details for a public eBay seller profile.
GETapiKey2 credits/requestebay.sellerResponseDoceBay
Endpoint details
Returns normalized details for a public eBay seller profile.
- Method
- GET
- Path
- /ebay/seller/{seller}
- Authentication
- apiKey
- Credit cost
- 2 credits/request
- Platform
- eBay
- Parameters
- 2 documented fields
Request parameters
seller:pathx-api-key:header
Response schema fields
codedatadata.descriptiondata.detailed_seller_ratingsdata.display_namedata.feedback_countdata.feedback_summarydata.followersdata.items_solddata.locationdata.member_sincedata.positive_feedback_percent
Sample response summary
{
"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"
}
}cURL example
curl "https://api.crawlora.net/api/v1/ebay/seller/<seller>" \
-H "x-api-key: <api-key>"