Tabcut Open API
  1. Item Video
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
      • 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
        GET
      • Item Video Trend
        GET
      • Item Video Basic
        GET
      • Item Video Play Url
        GET
  • Meta APIs
    • Translation of Item category names
    • Region List
      GET
    • Item Category List
      GET
    • Tiktok Category List
      GET
  1. Item Video

Item Video Item List

GET
/api/item_video/items

Request

Query Params
videoId
string 
required
Video ID
Example:
7508199527153700104
filterType
integer 
required
Sorting field constant, 60: Total Sales
Example:
60
pageNo
integer 
optional
Example:
1
pageSize
integer 
optional
Example:
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/items?videoId=7508199527153700104&filterType=60&pageNo=1&pageSize=10' \
--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 {12}] 
required
serverTime
string 
required
Example
{
  "code": "200",
  "message": "Success!",
  "result": {
    "total": 1,
    "pageNo": 1,
    "pageSize": 10,
    "data": [
      {
        "itemId": "1729776578378303206",
        "itemCoverUrl": "https://cdn.tabcut.com/dataservice/media/item/1729776578378303206/17297765783783032060.webp?x-oss-process=image/resize,w_246,h_246/format,webp",
        "itemName": "Vitabumin Madu Ikan Gabus Anak 130ml - 1 pcs, Kombinasi Madu & Temulawak untuk Kesehatan Anak", //Product name
        "soldCount": 20047,
        "soldCountGrowthRate": 0.5695,
        "itemCategoryId": 9,
        "itemCategoryName": "Health Care", //Product category
        "region": "ID",
        "currencySymbolInfo": {
          "local": "Rp",
          "region": "$"
        },
        "gmvInfo": { //Sales Revenue
          "total": { //Total Revenue (Estimate)
            "local": 1163497000.00,
            "region": 72136.81
          },
          "video": { //Video-Driven Sales Revenue (Estimate)
            "local": 42960000.00,
            "region": 2663.52
          }
        },
        "priceList": [
          {
            "local": 60000.00,
            "region": 3.72
          }
        ],
        "soldCountInfo": { //Sales
          "total": 20047, //Total Sales
          "video": 716 //Video-Driven Sales Volume
        }
      }
    ]
  },
  "serverTime": "2025-06-13 16:08:29"
}
Modified at 2025-06-24 12:24:25
Previous
Seller Search
Next
Item Video Trend
Built with