Tabcut Open API
  1. Item
Tabcut Open API
  • 【Must-Read】About Signature
  • Data APIs
    • Item
      • Item Ranking
        GET
      • Item Search
        GET
      • Item Basic
        GET
      • Item Video List
        GET
      • Item Creator List
        GET
      • Item Trend
        GET
      • Item Sales Mode Distribution
        GET
      • Item Sales Channels Distribution
        GET
    • Item Creator
      • Item Creator Statistic
      • Item Creator Basic
      • Item Creator Items
      • Item Creator Item Category
      • Item Creator Video Trend
      • Item Creator Video Category
      • Item Creator Video List
      • Item Creator Video Detail
      • Item Creator Search
      • Item Creator Trend
    • 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

Item Video List

GET
/api/item/video_list

Request

Query Params
itemId
string 
required
Item Id
filterType
string 
required
Enumeration values for sorting, all in descending order. 1 - Play count, 2 - Like count, 3 - Share count, 4 - Comment count, 5 - Estimated sales volume, 6 - Estimated sales amount, 7 - Release time
videoCreateTimeBegin
string 
required
Start value of video release time, format: yyyy-MM-dd HH:mm:ss
videoCreateTimeEnd
string 
required
End value of video release time, format: yyyy-MM-dd HH:mm:ss
pageNo
integer 
optional
Page number, default value = 1
pageSize
integer 
optional
Number of items per page, default value = 10
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/video_list?itemId&filterType&videoCreateTimeBegin&videoCreateTimeEnd&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
total
integer 
required
pageNo
integer 
required
pageSize
integer 
required
data
array [object {2}] 
required
serverTime
string 
required
Example
{
    "code": "200",
    "message": "Success!",
    "result": {
        "total": 407,
        "pageNo": 1,
        "pageSize": 10,
        "data": [
            {
                "creatorInfo": {
                    "uid": "6717677751207527429",
                    "avatarUrl": "http://cdn.tabcut.com/dataservice/media/user/6717677751207527429/avatar.webp?auth_key=1703227352-0-0-bb79d573bf2570bb2ed975d5e979b81e&image_process=resize,fh_246,fw_246/format,png",
                    "name": "Ellie Young",
                    "uniqueId": "ellieyoung1993",
                    "region": "GB",
                    "followerCountInfo": {
                        "total": 148192
                    },
                    "originCreatorUrl": "https://www.tiktok.com/@ellieyoung1993"
                },
                "videoInfo": {
                    "videoId": "7294187928803134752",
                    "videoCoverUrl": "http://cdn.tabcut.com/dataservice/media/video/cover/7294187928803134752.webp?auth_key=1703227352-0-0-0d0c79b54634528ed932df0f70d96743&image_process=format,png",
                    "videoUrl": "http://cdn.tabcut.com/dataservice/media/video/7294187928803134752.mp4?auth_key=1703227352-0-0-b32e9113952aa7740298dbf442e31c73",
                    "videoDesc": "🥶 🥶🥶 #hotwaterbottle #hotwaterbottlebelt #periodpainreliefbelt #hotwaterbottlepouch #hotwaterbottlecover #foryou #foryoupage #viralproducts #wearablehotwaterbottle ",
                    "videoDuration": 81315,
                    "discoverTime": 1698390901979,
                    "createTime": 1698310478000,
                    "updateTime": 1699576806122,
                    "originVideoUrl": "https://www.tiktok.com/@null/video/7294187928803134752?is_copy_url=1&is_from_webapp=v1",
                    "creatorUid": "6717677751207527429",
                    "region": "GB",
                    "playCountInfo": {
                        "total": 1231311
                    },
                    "likeCountInfo": {
                        "total": 47173
                    },
                    "shareCountInfo": {
                        "total": 280
                    },
                    "commentCountInfo": {
                        "total": 749
                    },
                    "soldCountInfo": {
                        "total": 3180
                    },
                    "currencySymbolInfo": {
                        "local": "£",
                        "region": "$"
                    },
                    "gmvInfo": {
                        "total": {
                            "local": 22263.75,
                            "region": 28174.82
                        }
                    }
                }
            }
        ]
    },
    "serverTime": "2023-12-22 14:32:32"
}
Modified at 2025-06-24 08:42:48
Previous
Item Basic
Next
Item Creator List
Built with