{
"country": "US",
"searchTerms": [
"usb c cable",
"usb"
],
"sort": {
"field": "weeklySearchVolume",
"order": "desc"
}
}
curl --location --request POST 'https://openapi.xiyouzhaoci.com/v1/searchTerms/info' \
--header 'Content-Type: application/json' \
--data-raw '{
"country": "US",
"searchTerms": [
"usb c cable",
"usb"
],
"sort": {
"field": "weeklySearchVolume",
"order": "desc"
}
}'
{
"list": [
{
"searchTerm": "usb c cable",
"clickConversionRate": "0.436517",
"competitiveDifficulty": 2,
"abaReport": {
"reportFromDate": "2025-08-03",
"reportToDate": "2025-08-09",
"searchFrequencyRank": 388,
"weeklySearchVolume": 140061,
"topAsins": [
{
"asin": "B088NRLMPV",
"clickShare": "0.012",
"conversionShare": "0.009",
"rank": 1
},
{
"asin": "B07DC5PPFV",
"clickShare": "0.007",
"conversionShare": "0.005",
"rank": 1
},
{
"asin": "B088NRLMPV",
"clickShare": "0.006",
"conversionShare": "0.004",
"rank": 1
}
]
}
},
{
"searchTerm": "usb",
"clickConversionRate": "0.436517",
"competitiveDifficulty": 2,
"abaReport": {
"reportFromDate": "2025-08-03",
"reportToDate": "2025-08-09",
"searchFrequencyRank": 388,
"weeklySearchVolume": 140061,
"topAsins": [
{
"asin": "B088NRLMPV",
"clickShare": "0.012",
"conversionShare": "0.009",
"rank": 1
},
{
"asin": "B07DC5PPFV",
"clickShare": "0.007",
"conversionShare": "0.005",
"rank": 1
},
{
"asin": "B088NRLMPV",
"clickShare": "0.006",
"conversionShare": "0.004",
"rank": 1
}
]
}
}
],
"total": 2
}