Ebay sold price

FREEMIUM
By ValentinCgd | Updated a month ago | eCommerce
Popularity

0.1 / 10

Latency

58ms

Service Level

0%

Health Check

N/A

README

/ebay Endpoint Documentation

Description

This endpoint allows interaction with eBay data, specifically retrieving information on products based on either Amazonโ€™s ASIN or the productโ€™s EAN. The endpoint handles POST requests and returns data such as the count of listed items, average listed price, sold item count, and average sold price on eBay.

Usage

  • URL: /ebay
  • Method: POST

Required Data

  • EbayCurrency (required): The currency used for transactions (EUR or USD).
  • AmazonURL (optional): Amazon product URL to retrieve ASIN.
  • EAN (optional): The productโ€™s EAN number.

Supported Countries

The API supports multiple Amazon domains, thus catering to products from various countries:

  • .com (USA)
  • .co.uk (UK)
  • .de (Germany)
  • .fr (France)
  • .co.jp (Japan)
  • .ca (Canada)
  • .it (Italy)
  • .es (Spain)
  • .in (India)
  • .com.mx (Mexico)

API Response

The API returns a JSON object containing:

  • listedItemCount: The count of items listed on eBay.
  • listedItemPriceAVG: Average price of listed items.
  • soldItemCount: The count of items sold on eBay.
  • soldItemPriceAVG: Average selling price of items.

Request Example

{
  "EbayCurrency": "EUR",
  "AmazonURL": "https://www.amazon.fr/dp/B08XY8LQBJ",
  "EAN": ""
}
Followers: 0
Resources:
Terms of use
API Creator:
Rapid account: Valentin Cgd
ValentinCgd
valentincgd
Log In to Rate API
Rating: 5 - Votes: 1