{
"country": "US",
"asin": "B0DLFCN4J5",
"startDate": "2025-05-01",
"endDate": "2025-08-01"
}curl --location --request POST 'https://openapi.xiyouzhaoci.com/v1/asins/info/trends/daily' \
--header 'Content-Type: application/json' \
--data-raw '{
"country": "US",
"asin": "B0DLFCN4J5",
"startDate": "2025-05-01",
"endDate": "2025-08-01"
}'{
"country": "US",
"asin": "B0DLFCN4J5",
"trends": [
{
"date": "2025-08-01",
"ratings": 1077,
"stars": "4.7",
"priceDistribution": {
"display": "9.99",
"deal": "9.99",
"strikethrough": "13.99",
"prime": "9.99",
"coupon": [
"Save 8%"
],
"promotion": [
"Save 8%"
],
"subscribe": [
"{$}6.34 with Subscribe"
],
"other": [
"Save 8%"
]
}
},
{
"date": "2025-08-02",
"ratings": 1094,
"stars": "4.7",
"priceDistribution": {
"display": "9.99",
"deal": "9.99",
"strikethrough": "13.99",
"prime": "9.99",
"coupon": [
"Save 8%"
],
"promotion": [
"Save 8%"
],
"subscribe": [
"{$}6.34 with Subscribe"
],
"other": [
"Save 8%"
]
}
},
{
"date": "2025-08-03",
"ratings": 1110,
"stars": "4.7",
"priceDistribution": {
"display": "9.99",
"deal": "9.99",
"strikethrough": "13.99",
"prime": "9.99",
"coupon": [
"Save 8%"
],
"promotion": [
"Save 8%"
],
"subscribe": [
"{$}6.34 with Subscribe"
],
"other": [
"Save 8%"
]
}
}
]
}