Core API
...
Results
Seller Data

Seller Profile

2min

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


Countdown API returns the following properties for Seller Profile requests:

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.



  • feedback_score
  • number
  • The Ebay feedback score for the seller.



  • 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.



  • feedback_ratings
  • object
  • An object with 3 number properties, positive , neutral and negative showing the total number of positive, neutral and negative ratings received by the seller.



  • detailed_seller_ratings
  • array
  • Detailed Seller Ratings Array The detailed seller ratings property contains an array of detailed seller ratings objects containing details of the rating received for specific types of feedback. The detailed seller ratings object has the following properties:
    • 
      1. rating
      2. number
      3. The rating value (out of 5) of the detailed seller rating.
    • 
      1. ratings_total
      2. number
      3. The total number of ratings received.
    • 
      1. rating
      2. string
      3. The textual description of the detailed seller rating.



  • business_details
  • array
  • Business Details Array The details shown on the "Business Details" popup on the seller profile page. The types of details shown can vary from seller to seller. The business details array has the following properties:
    • 
      1. id
      2. string
      3. The ID of the business detail entry.
    • 
      1. name
      2. string
      3. The free-text name of the business detail entry.
    • 
      1. value
      2. string
      3. The value of the business detail entry.


Next Steps      Seller Profile Parameters

Updated 04 Sep 2024
Did this page help you?