Core API
...
Results
Seller Data

Seller Profile

4min

Seller Profile Results

The Seller Profile Parameters are applicable when making a request with type=seller_profile to retrieve seller profile results for a given seller name 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.

Seller Profile Page
Seller Profile Page


An example of the JSON object returned from a Seller Profile request is shown below:

JSON


The Countdown API provides the following properties for Seller Profile requests when the

url parameter (instead of seller_name) is specified:

Property

Type

Description

seller

object

An object containing details of the seller profile.

  • name
  • string
  • The name of the seller.



  • link
  • string
  • A link to the seller profile page.



  • member_since
  • string
  • The string containing the date the seller joined.



  • positive_ratings_percent
  • number
  • A percentage of all ratings that were positive.



  • followers
  • number
  • The number of followers the seller has.



  • reviews
  • number
  • The number of reviews this seller has left for others.



  • location
  • string
  • The location of the seller.



  • image
  • string
  • A link to the seller profile image.



  • description
  • number
  • The description of the seller.



  • top_rated_seller
  • boolean
  • true if a top_rated_seller


The Countdown API provides the following properties for Seller Profile requests when the

seller_name parameter (instead of URL) is specified:

Property

Type

Description

seller

object

An object containing details of the seller profile.

  • name
  • string
  • The name of the seller.



  • link
  • string
  • A link to the seller profile page.



  • positive_ratings_percent
  • number
  • A percentage of all ratings that were positive.



  • followers
  • number
  • The number of followers the seller has.



  • image
  • string
  • A link to the seller profile image.





Next Steps      Seller Profile Parameters

Updated 13 Dec 2024
Did this page help you?