带货达人趋势数据
正式环境
http://open.tabcut.com:8090
正式环境
http://open.tabcut.com:8090
GET
http://open.tabcut.com:8090
请求参数
Query 参数
uid
string
达人id
startDate
string
必需
endDate
string
必需
Header 参数
x-appKey
string
必需
x-timestamp
string
必需
x-sign
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/trend?uid&startDate&endDate' \
--header 'x-appKey;' \
--header 'x-timestamp;' \
--header 'x-sign;'
返回响应
🟢200成功
application/json
Body
code
string
必需
message
string
必需
result
object
必需
uid
string
必需
playCount
array [object {2}]
日增播放量
likeCount
array [object {2}]
日增点赞量
shareCount
array [object {2}]
日增分享量
commentCount
array [object {2}]
日增评论量
soldCount
array [object {2}]
日增商品销量
followerCount
array [object {2}]
日增粉丝数
videoCount
array [object {2}]
日增视频数
itemVideoCount
array [object {2}]
日增带货视频数
localGmv
array [object {2}]
必需
currencySymbolInfo
object
货币符号信息
totalPlayCount
array [object {2}]
总播放量
totalLikeCount
array [object {2}]
总点赞量
totalShareCount
array [object {2}]
总分享量
totalCommentCount
array [object {2}]
总评论量
totalItemSoldCount
array [object {2}]
总商品销量
totalFollowerCount
array [object {2}]
总粉丝数
totalVideoCount
array [object {2}]
总视频数
totalItemVideoCount
array [object {2}]
总带货视频数
totalLocalGmv
array [object {2}]
必需
示例
{
"code": "string",
"message": "string",
"result": {
"uid": "string",
"playCount": [
{
"date": "string",
"score": 0
}
],
"likeCount": [
{
"date": "string",
"score": 0
}
],
"shareCount": [
{
"date": "string",
"score": 0
}
],
"commentCount": [
{
"date": "string",
"score": 0
}
],
"soldCount": [
{
"date": "string",
"score": 0
}
],
"followerCount": [
{
"date": "string",
"score": 0
}
],
"videoCount": [
{
"date": "string",
"score": 0
}
],
"itemVideoCount": [
{
"date": "string",
"score": 0
}
],
"localGmv": [
{
"date": "string",
"score": 0
}
],
"currencySymbolInfo": {
"local": "string"
},
"totalPlayCount": [
{
"date": "string",
"score": 0
}
],
"totalLikeCount": [
{
"date": "string",
"score": 0
}
],
"totalShareCount": [
{
"date": "string",
"score": "string"
}
],
"totalCommentCount": [
{
"date": "string",
"score": 0
}
],
"totalItemSoldCount": [
{
"date": "string",
"score": 0
}
],
"totalFollowerCount": [
{
"date": "string",
"score": 0
}
],
"totalVideoCount": [
{
"date": "string",
"score": 0
}
],
"totalItemVideoCount": [
{
"date": "string",
"score": "string"
}
],
"totalLocalGmv": [
{
"date": "string",
"score": 0
}
]
}
}
修改于 2025-05-23 01:48:46