Tabcut Open API
  1. Item Creator
Tabcut Open API
  • 【Must-Read】About Signature
  • Data APIs
    • Item
      • Item Ranking
      • Item Search
      • Item Basic
      • Item Video List
      • Item Creator List
      • Item Trend
      • Item Sales Mode Distribution
      • Item Sales Channels Distribution
    • Item Creator
      • Item Creator Statistic
        GET
      • Item Creator Basic
        GET
      • Item Creator Items
        GET
      • Item Creator Item Category
        GET
      • Item Creator Video Trend
        GET
      • Item Creator Video Category
        GET
      • Item Creator Video List
        GET
      • Item Creator Video Detail
        GET
      • Item Creator Search
        GET
      • Item Creator Trend
        GET
    • Seller
      • Seller Ranking
      • Seller Search
    • Item Video
      • Item Video Item List
      • Item Video Trend
      • Item Video Basic
      • Item Video Play Url
  • Meta APIs
    • Translation of Item category names
    • Region List
      GET
    • Item Category List
      GET
    • Tiktok Category List
      GET
  1. Item Creator

Item Creator Trend

GET
/api/item_creator/trend

Request

Query Params
uid
string 
required
达人id
startDate
string 
required
开始日期,结果包含,格式'yyyyMMdd'
endDate
string 
required
结束日期,结果不包含,格式'yyyyMMdd'
Header Params
x-appKey
string 
required
Example:
{{appKey}}
x-timestamp
string 
required
Example:
{{x-timestamp}}
x-sign
string 
required
Example:
{{x-sign}}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
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: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'

Responses

🟢200成功
application/json
Body
code
string 
required
message
string 
required
result
object 
required
uid
string 
required
playCount
array [object {2}] 
required
Daily increase in views
likeCount
array [object {2}] 
required
Daily increase in the number of likes
shareCount
array [object {2}] 
required
Daily increase in the number of share
commentCount
array [object {2}] 
required
Daily increase in the number of comments
soldCount
array [object {2}] 
required
Daily increase in product sales volume
followerCount
array [object {2}] 
required
Daily increase in the number of followers
videoCount
array [object {2}] 
required
Daily increased number of videos
itemVideoCount
array [object {2}] 
required
Daily increase in the number of product - promoting videos
localGmv
array [object {2}] 
required
Daily increased GMV (local currency)
currencySymbolInfo
object 
required
Currency symbol information
totalPlayCount
array [object {2}] 
required
Total number of views
totalLikeCount
array [object {2}] 
required
Total number of likes
totalShareCount
array [object {2}] 
required
Total number of sharing
totalCommentCount
array [object {2}] 
required
Total number of comments
totalItemSoldCount
array [object {2}] 
required
Total number sales of goods
totalFollowerCount
array [object {2}] 
required
Total number of followers
totalVideoCount
array [object {2}] 
required
Total number of videos
totalItemVideoCount
array [object {2}] 
required
Total number of product - promoting videos
totalLocalGmv
array [object {2}] 
required
Total GMV (local currency)
Example
{
    "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
            }
        ]
    }
}
Modified at 2025-06-24 11:04:19
Previous
Item Creator Search
Next
Seller Ranking
Built with