带货达人的基础概况
正式环境
http://open.tabcut.com:8090
正式环境
http://open.tabcut.com:8090
GET
http://open.tabcut.com:8090
请求参数
Query 参数
uidList
string
必需
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://open.tabcut.com:8090/api/item_creator/statistic?uidList='
返回响应
🟢200成功
application/json
Body
code
string
必需
message
string
必需
result
array [object {23}]
必需
currencySymbolInfo
object
货币单位
followerCountInfo
object
可选
likeCountInfo
object
可选
videoCountInfo
object
可选
liveCountInfo
object
可选
avgLiveCountInfo
object
可选
avgPlayCountInfo
object
可选
totalItemCount
object
可选
totalSellerCount
object
可选
totalSoldCount
object
可选
totalLocalGmv
object
可选
itemCountByVideoInfo
object
可选
soldCountByVideoInfo
object
可选
gmvByVideoInfo
object
可选
avgPriceByVideo
object
可选
liveItemCount
object
可选
soldCountByLiveInfo
object
可选
gmvByLiveInfo
object
可选
avgPriceByLive
object
可选
itemVideoCountInfo
object
可选
itemVideoAvgPlayCountInfo
object
可选
itemVideoAvgLikeCountInfo
object
可选
itemVideoEngageRateInfo
object
可选
serverTime
string
必需
示例
{
"code": "200",
"message": "成功!",
"result": [
{
"followerCountInfo": {
"period7d": 1883,
"period30d": 10179,
"period90d": 61773
},
"likeCountInfo": {
"period7d": 28508,
"period30d": 138857,
"period90d": 719296
},
"videoCountInfo": {
"period7d": 35,
"period30d": 162,
"period90d": 362
},
"liveCountInfo": {
"period7d": 1,
"period30d": 1,
"period90d": 2
},
"avgLiveCountInfo": {
"period7d": 2610,
"period30d": 2610,
"period90d": 4284
},
"avgPlayCountInfo": {
"period7d": 6783,
"period30d": 14658,
"period90d": 52209
},
"currencySymbolInfo": {
"local": "$",
"region": "$"
},
"itemCountByVideoInfo": {
"period7d": 60,
"period30d": 103,
"period90d": 234
},
"soldCountByVideoInfo": {
"period7d": 453,
"period30d": 10199,
"period90d": 69012
},
"gmvByVideoInfo": {
"period7d": {
"local": 13153.57,
"region": 13153.57
},
"period30d": {
"local": 304845.96,
"region": 304845.96
},
"period90d": {
"local": 1754026.27,
"region": 1754026.27
}
},
"avgPriceByVideo": {
"period7d": {
"local": 29.04,
"region": 29.04
},
"period30d": {
"local": 29.89,
"region": 29.89
},
"period90d": {
"local": 25.42,
"region": 25.42
}
},
"totalItemCount": {
"period7d": 65,
"period30d": 106,
"period90d": 244
},
"totalSellerCount": {
"period7d": 52,
"period30d": 83,
"period90d": 165
},
"totalSoldCount": {
"period7d": 497,
"period30d": 10243,
"period90d": 69088
},
"totalLocalGmv": {
"period7d": {
"local": 14499,
"region": 14499
},
"period30d": {
"local": 306192,
"region": 306192
},
"period90d": {
"local": 1756591,
"region": 1756591
}
},
"liveItemCount": {
"period7d": 9,
"period30d": 9,
"period90d": 27
},
"soldCountByLiveInfo": {
"period7d": 44,
"period30d": 44,
"period90d": 76
},
"gmvByLiveInfo": {
"period7d": {
"local": 1345.88,
"region": 1345.88
},
"period30d": {
"local": 1345.88,
"region": 1345.88
},
"period90d": {
"local": 2564.7,
"region": 2564.7
}
},
"avgPriceByLive": {
"period7d": {
"local": 31,
"region": 31
},
"period30d": {
"local": 31,
"region": 31
},
"period90d": {
"local": 34,
"region": 34
}
},
"itemVideoCountInfo": {
"period7d": 35,
"period30d": 157,
"period90d": 353
},
"itemVideoAvgPlayCountInfo": {
"period7d": 6783,
"period30d": 15031,
"period90d": 53391
},
"itemVideoAvgLikeCountInfo": {
"period7d": 272,
"period30d": 439,
"period90d": 1441
},
"itemVideoEngageRateInfo": {
"period7d": {
"local": 0.04
},
"period30d": {
"local": 0.03
},
"period90d": {
"local": 0.03
}
}
}
],
"serverTime": "2025-05-22 18:59:59"
}
修改于 2025-05-23 02:04:29