cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Get data of terapeak research using API

how to get terapeak research data that includes (avg sold price, no of sold items etc) using ebay APIs? 

Message 1 of 5
latest reply
4 REPLIES 4

Get data of terapeak research using API

I don't think that's possible. Have a look at shipscript's recent post for what's likely the closest you can get.

Message 2 of 5
latest reply

Get data of terapeak research using API

To obtain Terapeak research data that includes average sold price, number of sold items, and other metrics using eBay APIs, you can follow the steps below:

  1. Obtain an eBay developer account and an application ID: To use eBay APIs, you need to register as a developer on eBay Developer Program and obtain an application ID.

  2. Choose the eBay Trading API: Terapeak research data can be obtained using eBay's Trading API. This API allows you to retrieve data on eBay transactions, such as item listings, orders, and sales.

  3. Authenticate your API calls: To use the eBay Trading API, you need to authenticate your API calls using an eBay user token. You can obtain a user token by using eBay's OAuth authorization process.

  4. Use the GetSellerTransactions API call: To obtain Terapeak research data for a seller, you can use the GetSellerTransactions API call. This call returns a list of transactions for a seller, which can include metrics such as the average sold price, the number of sold items, and the total sales value.

  5. Parse the API response: Once you receive the API response, you can parse it to extract the Terapeak research data that you need. You can use programming languages such as Python or Java to parse the response and extract the required data.

Note that Terapeak research data is only available to eBay Store subscribers, so you may need to have an eBay Store subscription to access this data.

Message 3 of 5
latest reply

Get data of terapeak research using API

Hi @sarafoster 
I am looking for some help regarding retrieving Terapeak data
I have made successful call to the API but I am stuck in later phases. How can I use python to get the information available in Terapeak? Can you help me with this? May be sharing a demo python script?

Message 4 of 5
latest reply

Get data of terapeak research using API

reading the GetSellerTransactions documentation, I have only seen that the response is data specifically related to my seller activity and not the market research insights that I would hope to get. Is that true or am I missing something?
@sarafoster you mentioned "
average sold price, the number of sold items, and the total sales value." where in the api response is this or are you suggesting that i can calculate these values based on the history of my seller transaction data?

Message 5 of 5
latest reply