Tabcut Open API
  1. Item Video
Tabcut Open API
  • 【Must-Read】About Signature
  • Data APIs
    • Item
      • Item Ranking
      • Item Search
      • Item Basic
      • Item Specifications
      • Item Video List
      • Item Video List V2
      • Item Video Statistics V2
      • Item Creator List
      • Item Creator List V2
      • Item Trend
      • Item Sales Mode Distribution
      • Item Sales Mode Distribution V2
      • Item Sales Channels Distribution
      • Item Sales Channels Distribution V2
      • Item Live Room List
      • Item Live Room List V2
      • Item Live Statistics
      • Item Live Statistics V2
      • Item Creator Statistics
      • Item Creator Statistics V2
    • Item Creator
      • Item Creator Search
      • Item Creator Search V2
      • Item Creator Statistic
      • Item Creator Basic
      • Item Creator Items
      • Item Creator Items V2
      • Item Creator Item Category
      • Item Creator Item Category V2
      • Item Creator Video Trend
      • Item Creator Video Category
      • Item Creator Video Category V2
      • Item Creator Video List
      • Item Creator Video List V2
      • Item Creator Video Detail
      • Item Creator Trend
      • Item Creator Live List V2
      • Creator AI Insight Metrics
    • Seller
      • Seller Ranking
      • Seller Search
      • Seller Search V2
      • Seller - Basic Info
      • Seller - Statistics
      • Seller - Sales Distribution
      • Sales Trend Analysis
      • Video/Live Promotion Trend Analysis
      • Live Streaming Detailed Data
      • Category Analysis
      • Product Category List
      • Product List
      • Video Category List
      • Video List
      • Live Streaming List
      • Creator List
    • Item Video
      • Video Search
        GET
      • Item Video Basic
        GET
      • AI Insight
        GET
      • Item Video Item List
        GET
      • Item Video Trend
        GET
      • Item Video Play Url
        GET
      • Item Video Item List V2
        GET
    • Category
      • Potential Category List
    • Hashtag
      • Hashtag Search
      • Topic Rank
      • Topic Basic Info
      • Topic Usage Trend
      • Topic Associated Creator List
      • Topic Associated Video list
    • Live
      • Live Search
      • Live Room Basic
      • Product Category List
      • Product List
      • Live Room Trend
  • Meta APIs
    • Translation of Item category names
    • Country List
      GET
    • Item Category List
      GET
    • Tiktok Category List
      GET
  • Schemas
    • 通用response结构
    • 通用趋势数据元素结构
    • GMVInfoVO
    • ResultResponse?
    • RangeVO
    • CountVO
    • DistributionVO
    • TrendElementVOLong
    • sales distribution Creator info
    • Currency Symbol Info
    • TrendElementVOBigDecimal
    • CurrencySymbolVO
    • GmvAmountVO
    • GmvInfoVO
    • VideoTrendVO
    • OpenApiCreatorStatisticVO
    • ResultResponseVideoTrendVO
    • ResultResponseListOpenApiCreatorStatisticVO
  1. Item Video

Video Search

GET
/api/item_video/search

Request

Query Params

Header Params

Request Code 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/search?searchText&region&itemCategoryLv1Ids&itemCategoryLv2Ids&itemCategoryLv3Ids&videoCreateTimeBegin&videoCreateTimeEnd&videoLocalGmvBegin&videoLocalGmvEnd&videoPlayCountTotalBegin&videoPlayCountTotalEnd&creatorFollowerCountTotalBegin&creatorFollowerCountTotalEnd&videoEngageRateBegin&videoEngageRateEnd&itemVideoFlag=&sortField&pageNo&pageSize' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'

Responses

🟢200Success
application/json
Body

Example
{
    "code": "string",
    "message": "string",
    "result": {
        "total": 0,
        "pageNo": 0,
        "pageSize": 0,
        "data": [
            {
                "videoId": "string",
                "videoCoverUrl": "string",
                "videoPlayUrl": "string",
                "tkVideoUrl": "string",
                "videoDesc": "string",
                "videoDuration": 0,
                "createTime": "string",
                "interactionRate": 0,
                "likeRate": 0,
                "playCountTotal": 0,
                "likeCountTotal": 0,
                "shareCountTotal": 0,
                "commentCountTotal": 0,
                "region": "string",
                "regionComment": "string",
                "authorAvatarUrl": "string",
                "authorUid": "string",
                "authorNickname": "string",
                "authorUniqueId": "string",
                "authorFollowerCountTotal": 0,
                "itemId": "string",
                "itemCoverUrl": "string",
                "itemName": "string",
                "itemSoldCountTotal": 0,
                "priceAmount": {
                    "local": 0,
                    "region": 0
                },
                "currencySymbolInfo": {
                    "local": "string",
                    "region": "string"
                },
                "videoSplitGmv": {
                    "local": 0,
                    "region": 0
                },
                "videoSplitSoldCount": 0,
                "itemVideoFlag": 0,
                "ds": "string",
                "adConsumeTotal": 0,
                "adPlayRate": 0,
                "adTransactionRate": 0,
                "adRoas": 0,
                "adAwemeSource": 0
            }
        ]
    },
    "serverTime": "string"
}
Modified at 2026-01-15 03:30:37
Previous
Creator List
Next
Item Video Basic
Built with