GET
/
api
/
v1
/
scraper
/
stockx
/
product
/
history
curl --request GET \
  --url https://app.retailed.io/api/v1/scraper/stockx/product/history \
  --header 'x-api-key: <x-api-key>'
{
    "sales_information": {
        "annual_high": 493,
        "annual_low": 109,
        "volatility": 0.114592,
        "price_premium": 1.022
    },
    "dead_stock": {
        "range_low": 252,
        "range_high": 316,
        "average_price": 275,
        "sold": 9517
    }
}
x-api-key
string
required

Parameter defines the Retailed private key to use.

Parameters

query
string

Product query : air-jordan-3-retro-white-cement-reimagined. Please avoid using IDs such as c318bbcc-312a-4396-9252-698c203d1dea.

currency
string

Currency code : USD or EUR.

Response

object
History Object
sales_information
Sales Information Object
annual_high
number

Annual high price

annual_low
number

Annual low price

volatility
number

Volatility

price_premium
number

Price premium

dead_stock
Dead Stock Object
range_low
number

Range low price

range_high
number

Range high price

average_price
number

Average price

sold
number

Number of sold items