{
"asin": "B09XS7JWHH",
"country": "US",
"startMonth": "2025-05",
"endMonth": "2025-06"
}curl --location 'https://openapi.xydc.com/v1/asins/trafficScore/trend/monthly' \
--header 'Content-Type: application/json' \
--data '{
"asin": "B09XS7JWHH",
"country": "US",
"startMonth": "2025-05",
"endMonth": "2025-06"
}'{
"asin": "B09XS7JWHH",
"country": "US",
"trends": [
{
"date": "2025-05",
"summaryTrafficScore": {
"organic": 19718,
"advertising": 12728
},
"positionTrafficScore": {
"or": 18739,
"sp": 606,
"ac": 0,
"er": 0,
"sb": 11324,
"sbv": 0,
"hr": 0,
"trb": 0,
"cpf": 0,
"oor": 948,
"sor": 777
}
},
{
"date": "2025-06",
"summaryTrafficScore": {
"organic": 26837,
"advertising": 8840
},
"positionTrafficScore": {
"or": 25899,
"sp": 212,
"ac": 0,
"er": 0,
"sb": 8482,
"sbv": 0,
"hr": 0,
"trb": 0,
"cpf": 0,
"oor": 907,
"sor": 131
}
}
]
}