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 Video Detail

GET
/api/item_creator/video

Request

Query Params
uid
string 
required
Influencer's user ID
filterType
integer 
required
1 - Sort by play count in descending order, 2 - Sort by like count in descending order, 3 - Sort by comment count in descending order, 4 - Sort by publish time in descending order
pageNo
integer 
optional
Page number
pageSize
integer 
optional
Number of items per page
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/video?uid&filterType&pageNo&pageSize' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'

Responses

🟢200Success
application/json
Body
code
string 
required
message
string 
required
result
object 
required
pageNo
integer 
required
Current page number
pageSize
integer 
required
Number of items per page
total
integer 
required
Total number of items
data
array [object {4}] 
required
Example
{
    "code": "string",
    "message": "string",
    "result": {
        "pageNo": 0,
        "pageSize": 0,
        "total": 0,
        "data": [
            {
                "videoInfo": {
                    "videoId": "string",
                    "videoUrl": "string",
                    "videoCoverUrl": "string",
                    "videoDesc": "string",
                    "createTime": 0,
                    "playCountInfo": {
                        "total": 0
                    },
                    "likeCountInfo": {
                        "total": 0
                    },
                    "commentCountInfo": {
                        "total": 0
                    },
                    "shareCountInfo": {
                        "total": 0
                    },
                    "engageRate": 0,
                    "soldCountInfo": {
                        "video": 0
                    },
                    "gmvInfo": {
                        "video": {
                            "local": 0
                        }
                    },
                    "currencySymbolInfo": {
                        "local": "string"
                    }
                },
                "bizDate": "string",
                "itemInfo": {
                    "itemId": "string",
                    "categoryList": [
                        {
                            "categoryName": "string",
                            "id": "string",
                            "pid": "string",
                            "region": "string",
                            "level": "string"
                        }
                    ],
                    "discoverTime": 0,
                    "itemName": "string",
                    "priceInfo": [
                        {
                            "local": 0
                        }
                    ],
                    "commissionRate": "string",
                    "rating": "string",
                    "currencySymbolInfo": {
                        "local": "string"
                    }
                },
                "sellerInfo": {
                    "sellerId": "string",
                    "sellerName": "string"
                }
            }
        ]
    }
}
Modified at 2025-06-24 10:55:54
Previous
Item Creator Video List
Next
Item Creator Search
Built with