{
"country": "US",
"searchTerms": [
"sony"
],
"startWeek": {
"startDate": "2025-07-06",
"endDate": "2025-07-12"
},
"endWeek": {
"startDate": "2025-07-13",
"endDate": "2025-07-19"
}
}
curl --location --request POST 'https://openapi.xiyouzhaoci.com/v1/searchTerms/abaReport/trends/weekly' \
--header 'Content-Type: application/json' \
--data-raw '{
"country": "US",
"searchTerms": [
"sony"
],
"startWeek": {
"startDate": "2025-07-06",
"endDate": "2025-07-12"
},
"endWeek": {
"startDate": "2025-07-13",
"endDate": "2025-07-19"
}
}'
{
"entities": [
{
"country": "US",
"searchTerm": "sony",
"trends": [
{
"reportFromDate": "2025-07-06",
"reportToDate": "2025-07-12",
"searchFrequencyRank": 6743,
"weeklySearchVolume": 20187,
"topAsins": [
{
"asin": "B0863TXGM3",
"clickShare": "0.1763",
"conversionShare": "0.1135"
},
{
"asin": "B09XS7JWHH",
"clickShare": "0.0811",
"conversionShare": "0.058"
},
{
"asin": "B0BS1QCFHX",
"clickShare": "0.0771",
"conversionShare": "0.1135"
}
]
},
{
"reportFromDate": "2025-07-13",
"reportToDate": "2025-07-19",
"searchFrequencyRank": 20798,
"weeklySearchVolume": 8598,
"topAsins": [
{
"asin": "B0863TXGM3",
"clickShare": "0.136",
"conversionShare": "0.119"
},
{
"asin": "B0BS1QCFHX",
"clickShare": "0.0825",
"conversionShare": "0.0952"
},
{
"asin": "B0BS1PRC4L",
"clickShare": "0.0633",
"conversionShare": "0.0714"
}
]
}
]
}
]
}