Goat Prices
curl --request GET \
--url https://app.retailed.io/api/v1/scraper/goat/prices \
--header 'x-api-key: <x-api-key>'[
{
"sizeOption": {
"value": 3,
"presentation": "3"
},
"stockStatus": "not_in_stock",
"boxCondition": "good_condition",
"shoeCondition": "new_no_defects",
"lowestPriceCents": {
"currency": "USD"
},
"lastSoldPriceCents": {
"amount": 13400,
"currency": "USD",
"amountUsdCents": 13400
},
"instantShipLowestPriceCents": {
"currency": "USD"
}
},
{
"sizeOption": {
"value": 3.5,
"presentation": "3.5"
},
"stockStatus": "not_in_stock",
"boxCondition": "good_condition",
"shoeCondition": "new_no_defects",
"lowestPriceCents": {
"currency": "USD"
},
"lastSoldPriceCents": {
"amount": 16200,
"currency": "USD",
"amountUsdCents": 16200
},
"instantShipLowestPriceCents": {
"currency": "USD"
}
},
{
"sizeOption": {
"value": 3.5,
"presentation": "3.5"
},
"stockStatus": "not_in_stock",
"boxCondition": "badly_damaged",
"shoeCondition": "new_no_defects",
"lowestPriceCents": {
"currency": "USD"
},
"lastSoldPriceCents": {
"amount": 24000,
"currency": "USD",
"amountUsdCents": 24000
},
"instantShipLowestPriceCents": {
"currency": "USD"
}
}
]
Goat
Goat Prices
Returns the latest prices for a given product on Goat.
GET
/
api
/
v1
/
scraper
/
goat
/
prices
Goat Prices
curl --request GET \
--url https://app.retailed.io/api/v1/scraper/goat/prices \
--header 'x-api-key: <x-api-key>'[
{
"sizeOption": {
"value": 3,
"presentation": "3"
},
"stockStatus": "not_in_stock",
"boxCondition": "good_condition",
"shoeCondition": "new_no_defects",
"lowestPriceCents": {
"currency": "USD"
},
"lastSoldPriceCents": {
"amount": 13400,
"currency": "USD",
"amountUsdCents": 13400
},
"instantShipLowestPriceCents": {
"currency": "USD"
}
},
{
"sizeOption": {
"value": 3.5,
"presentation": "3.5"
},
"stockStatus": "not_in_stock",
"boxCondition": "good_condition",
"shoeCondition": "new_no_defects",
"lowestPriceCents": {
"currency": "USD"
},
"lastSoldPriceCents": {
"amount": 16200,
"currency": "USD",
"amountUsdCents": 16200
},
"instantShipLowestPriceCents": {
"currency": "USD"
}
},
{
"sizeOption": {
"value": 3.5,
"presentation": "3.5"
},
"stockStatus": "not_in_stock",
"boxCondition": "badly_damaged",
"shoeCondition": "new_no_defects",
"lowestPriceCents": {
"currency": "USD"
},
"lastSoldPriceCents": {
"amount": 24000,
"currency": "USD",
"amountUsdCents": 24000
},
"instantShipLowestPriceCents": {
"currency": "USD"
}
}
]
Documentation Index
Fetch the complete documentation index at: https://docs.retailed.io/llms.txt
Use this file to discover all available pages before exploring further.
Header
Parameter defines the Retailed private key to use.
Parameters
Goat product ID such as
719082.Country code to filter prices :
UK, FR, US. Default is US.Response
Hide properties
Hide properties
Stock status
Box condition
Shoe condition
[
{
"sizeOption": {
"value": 3,
"presentation": "3"
},
"stockStatus": "not_in_stock",
"boxCondition": "good_condition",
"shoeCondition": "new_no_defects",
"lowestPriceCents": {
"currency": "USD"
},
"lastSoldPriceCents": {
"amount": 13400,
"currency": "USD",
"amountUsdCents": 13400
},
"instantShipLowestPriceCents": {
"currency": "USD"
}
},
{
"sizeOption": {
"value": 3.5,
"presentation": "3.5"
},
"stockStatus": "not_in_stock",
"boxCondition": "good_condition",
"shoeCondition": "new_no_defects",
"lowestPriceCents": {
"currency": "USD"
},
"lastSoldPriceCents": {
"amount": 16200,
"currency": "USD",
"amountUsdCents": 16200
},
"instantShipLowestPriceCents": {
"currency": "USD"
}
},
{
"sizeOption": {
"value": 3.5,
"presentation": "3.5"
},
"stockStatus": "not_in_stock",
"boxCondition": "badly_damaged",
"shoeCondition": "new_no_defects",
"lowestPriceCents": {
"currency": "USD"
},
"lastSoldPriceCents": {
"amount": 24000,
"currency": "USD",
"amountUsdCents": 24000
},
"instantShipLowestPriceCents": {
"currency": "USD"
}
}
]
Was this page helpful?
⌘I

