curl --location --request GET 'http://open.tabcut.com:8090/api/item_creator/v3/search?keyword=®ion=ID&period=30d&userSoldTypes=0,1&tkCategoryLv1Id=&followerCountBegin=&followerCountEnd=&engageRateBegin=&engageRateEnd=&primaryFollowerGender=&primaryFollowerAge=&officialCreatorFlag=&contactPlatforms=twitter`youtube&localGmvBegin=&localGmvEnd=&localGmvGrowthRateBegin=&localGmvGrowthRateEnd=&avgPriceByTotalBegin=&avgPriceByTotalEnd=&soldCountBegin=&soldCountEnd=&mcnSigned=&firstPublishTimeBegin=20250101&firstPublishTimeEnd=20251231&language=&location=&insightsPrimaryGender=&insightsPrimaryAge=&insightsPrimaryFollowerPercentBegin=&insightsPrimaryFollowerPercentEnd=&insightsPrimaryCountry=&insightsPrimaryCity=&sortField=followerCount&sortType=desc&pageNo=1&pageSize=10' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}' \
--header 'x-selected-lng: en'{
"code": "200",
"message": "Success!",
"result": {
"total": 0,
"pageNo": 0,
"pageSize": 0,
"translated": true,
"data": [
{
"authorUid": "string",
"uniqueId": "string",
"authorNickname": "string",
"authorAvatarUrl": "string",
"region": "string",
"regionComment": "string",
"mainItemCategoryIds": [
0
],
"mainItemCategoryNames": [
"string"
],
"followerCountTotal": 0,
"followerCountIncrPeriod": 0,
"likeCountTotal": 0,
"videoCountTotal": 0,
"playCountTotal": 0,
"totalLocalGmvPeriod": 0,
"totalSoldCountPeriod": 0,
"totalAvgPricePeriod": 0,
"videoLocalGmvPeriod": 0,
"videoGpmPeriod": 0,
"liveLocalGmvPeriod": 0,
"liveGpmPeriod": 0,
"engageRatePeriod": 0,
"firstPublishTime": "string",
"top3ItemList": [
{
"itemId": "string",
"itemName": "string",
"itemCoverUrl": "string",
"sellerId": "string",
"localGmv": "string",
"localSkuMinPrice": "string",
"rn": 0
}
]
}
]
},
"serverTime": "2026-03-28 10:00:00"
}