curl --location --request GET 'http://open.tabcut.com:8090/api/hashtag/v2/search?keyword=fashion®ion=US&period=7d&tkCategoryLv1Ids=1,2&tkCategoryLv2Ids=101,102&tkCategoryLv3Ids=10001,10002&localGmvPeriodBegin=0&localGmvPeriodEnd=100000&engageRatePeriodBegin=0&engageRatePeriodEnd=1&sortField=localGmvPeriod&sortType=desc&pageNo=1&pageSize=10' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'{
"code": "200",
"message": "Success!",
"result": {
"total": 0,
"pageNo": 0,
"pageSize": 0,
"data": [
{
"hashtagId": "string",
"hashtagName": "string",
"top3VideoList": [
{
"videoId": "string",
"videoCoverUrl": "string",
"videoUrl": "string",
"playCount": 0,
"likeCount": 0,
"shareCount": 0,
"commentCount": 0,
"videoLocalGmv": 0,
"videoSoldCount": 0,
"authorUid": "string",
"authorNickname": "string",
"authorUniqueId": "string",
"duration": 0,
"tkVideoUrl": "string"
}
],
"localGmvPeriod": 0,
"soldCountPeriod": 0,
"avgPricePeriod": 0,
"videoCountPeriod": 0,
"playCountPeriod": 0,
"likeCountPeriod": 0,
"shareCountPeriod": 0,
"commentCountPeriod": 0,
"engageRatePeriod": 0
}
]
},
"serverTime": "2026-04-16 10:53:25"
}