{
"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 'X-Client-Id: your16charclientid' \
--header 'X-Timestamp: 1754886692' \
--header 'X-Sign: da79eb2a1d2a5597c7dcc1a0f607c8a2d2f7167be65b01b0e341d8e497a3be49' \
--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%"
]
}
}
]
}