curl --location --request GET 'http://open.tabcut.com:8090/api/seller/v3/search?sellerName=®ion=US&tkCategoryLv1Id=&fullManagedFlag=&sellerTypes=local,over_sea&period=30d&soldCountBegin=&soldCountEnd=&localGmvBegin=&localGmvEnd=&localGmvGrowthRateBegin=&localGmvGrowthRateEnd=&avgPriceBegin=&avgPriceEnd=&primarySaleChannel=&primarySaleMode=&sortField=soldCountPeriod&sortType=desc&pageNo=1&pageSize=10' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}' \
--header 'x-selected-lng: ja-JP'{
"code": "200",
"message": "Success!",
"result": {
"total": 0,
"pageNo": 0,
"pageSize": 0,
"translated": true,
"data": [
{
"sellerId": "string",
"sellerName": "string",
"region": "string",
"mainCategoryIds": [
"string"
],
"mainCategoryNames": [
"string"
],
"shopLogoUrl": "string",
"soldCountPeriod": 0,
"localGmvPeriod": 0,
"localGmvGrowthRate": 0,
"avgPricePeriod": 0,
"newItemCountPeriod": 0,
"currencySymbolInfo": {
"local": "string",
"region": "string"
},
"localGmvPeriodInfo": {
"periodCurrent": {
"local": 0,
"region": 0
},
"period1d": {
"local": 0,
"region": 0
},
"period7d": {
"local": 0,
"region": 0
},
"period30d": {
"local": 0,
"region": 0
},
"period90d": {
"local": 0,
"region": 0
},
"total": {
"local": 0,
"region": 0
}
},
"fullManagedFlag": 0,
"sellerType": "string",
"top3LocalGmvItemList": [
{
"itemId": "string",
"itemName": "string",
"itemCoverUrl": "string",
"sellerId": "string",
"localGmv": "string",
"localSkuMinPrice": "string",
"rn": 0
}
]
}
]
},
"serverTime": "2026-03-18 10:00:00"
}