GET
/
api
/
v1
/
scraper
/
stockx
/
product
/
graph
curl --request GET \
  --url https://app.retailed.io/api/v1/scraper/stockx/product/graph \
  --header 'x-api-key: <x-api-key>'
[
    {
        "x": "2022-01-01T00:00:00.000Z",
        "y": 1375
    },
    {
        "x": "2022-01-02T11:45:36.000Z",
        "y": 1313
    },
    {
        "x": "2022-01-03T23:31:12.000Z",
        "y": 1313
    }
    ...
]
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.

start_date
string

Start date : 2021-01-01

end_date
string

End date : 2021-05-29

country
string

Country code : US or FR or GB

currency
string

Currency code : USD or EUR or GBP

Response

object
Graph List
x
string

Date

y
number

Price