Seller Profile
GET /request
The Seller Profile Parameters are applicable when making a request with type=seller_profile to retrieve seller profile information for a given seller on a given Ebay domain - the Ebay domain is specified using the ebay_domain parameter and the seller name is specified in the seller_name parameter. The parameters should be appended as querystring parameters to the Ebay Product Data API GET HTTP request.
Seller Profile results are retrieved from the seller profile results page on Ebay.
For example, to request seller profile results for the seller name lytecordz on ebay.com , the request would be:
The following parameters are available for all requests made when type=seller_profile .
Parameter | Required | Description |
ebay_domain | optional | The Ebay domain to retrieve seller profile results from. For a full list of supported Ebay domains see Supported Ebay Domains . |
seller_name | optional | The seller name to retrieve seller profile details for. Used in combination with the ebay_domain parameter. Seller Names are returned from other Countdown API requests such as type=product and type=reviews . Note : If the seller_name and ebay_domain parameters are supplied then the url parameter is ignored. |
url | optional | The Ebay seller profile page URL to retrieve seller profile details from. Note : If the url parameter is supplied then the ebay_domain and seller_name parameters are ignored. |
Next Steps Seller Profile Results