Douyin modelsapi generation api

douyin/creator-v2/item-watch-trend

Get Douyin item watch trend analysis data Understand user behavior patterns while watching the item Help creators optimize video content structure and pacing **This API requires users to provide valid Douyin Creator Plat...

Input
Idle

Example output — click Run to generate your own

API README

Fetch item watch trend analysis

Purpose:

  • Get Douyin item watch trend analysis data
  • Understand user behavior patterns while watching the item
  • Help creators optimize video content structure and pacing
  • This API requires users to provide valid Douyin Creator Platform Cookie
  • Use POST method, Cookie is transmitted in request body, more secure

Request Body Parameters:

  • cookie: User's Douyin Creator Platform Cookie (required, transmitted in request body)
  • item_id: Item ID (required)
  • analysis_type: Analysis type (optional, default is 1)
    • 1: Retention Analysis - Shows user retention at each time point
    • 2: Like Analysis - Shows user like behavior at each time point
    • 7: Bounce Analysis - Shows user bounce rate at each time point

Analysis Type Description:

  • Retention Analysis (analysis_type=1):

    • Shows viewer retention rate at various video time points
    • Higher retention means more engaging content at that moment
    • Note: Data is more accurate when views exceed 200
    • Good for: Identifying which segments keep viewers watching
  • Like Analysis (analysis_type=2):

    • Shows viewer like rate at various video time points
    • Higher like rate indicates particularly popular segments
    • Good for: Identifying segments that drive user engagement
  • Bounce Analysis (analysis_type=7):

    • Shows viewer bounce rate at various video time points
    • High bounce rate indicates potential content issues
    • Good for: Identifying segments that cause viewers to leave

Return Data Description:

  • analysis_trend: Trend analysis data
    • current_item: Data points for current item
      • key: Time point (format: mm:ss, e.g., "00:05" for 5 seconds)
      • value: Proportion at this time point (decimal between 0-1)
    • similar_author: Average data from similar authors (for comparison)
      • key: Time point
      • value: Average proportion at this time point

Data Value:

  • Content Optimization: Identify key drop-off points
  • Pacing Adjustment: Optimize video rhythm and flow
  • Comparative Analysis: Compare with similar creators to find gaps
  • A/B Testing: Test different content versions

How to get Cookie:

  1. Login to Douyin Creator Platform (https://creator.douyin.com)
  2. Open browser developer tools (F12)
  3. Switch to Network tab
  4. Refresh page or perform operations
  5. Find any request and copy the Cookie header value

[Example]

{
    "cookie": "Your_Cookie_Here",
    "item_id": "7559536212910853422",
    "analysis_type": 1
}
{
    "analysis_trend": {
        "current_item": [
            {
                "key": "00:00",
                "value": 0.2653
            },
            {
                "key": "00:01",
                "value": 0.2653
            },
            {
                "key": "00:05",
                "value": 0.0272
            },
            {
                "key": "00:10",
                "value": 0.1429
            }
        ],
        "similar_author": [
            {
                "key": "00:00",
                "value": 0.1594
            },
            {
                "key": "00:01",
                "value": 0.2229
            }
        ]
    },
    "status_code": 0,
    "status_msg": ""
}

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Related Models

douyin/creator-v2/author-diagnosisGet Douyin creator account diagnosis data and optimization suggestions Automatically analyze account performance for the past 7 days Provide assessment and improvement suggestions for key metrics Help creators understand account health and optimize content strategy **This API requires valid Douyin Creator Platform Cookie** **Use POST method, Cookie transmitted in request body, more secure** **No need to specify time range, system automatically fetches data for past 7 days**douyin/creator-v2/item-analysis-involved-verticalGet the vertical tags involved in submitted items within the specified time period Used as parameters for subsequent calls to the submission analysis interface **This API requires users to provide valid Douyin Creator Platform Cookie** **Use POST method, Cookie is transmitted in request body, more secure**douyin/creator-v2/item-analysis-item-performanceGet performance data for submitted items, including views, likes, comments, shares, etc. Analyze content performance across different genres and verticals **This API requires users to provide valid Douyin Creator Platform Cookie** **Use POST method, Cookie is transmitted in request body, more secure** **Recommend calling fetch_item_analysis_involved_vertical first to get vertical tags**douyin/creator-v2/item-analysis-overviewGet comprehensive analysis data for account submitted items Including submission performance statistics for different genres and verticals **This API requires users to provide valid Douyin Creator Platform Cookie** **Use POST method, Cookie is transmitted in request body, more secure** **Recommend calling fetch_item_analysis_involved_vertical first to get vertical tags**douyin/creator-v2/item-audience-othersGet Douyin item audience other data analysis, including audience distribution and audience keywords Understand whether the audience are fans and what topics they are interested in **This API requires users to provide valid Douyin Creator Platform Cookie** **Use POST method, Cookie is transmitted in request body, more secure**douyin/creator-v2/item-audience-portraitGet Douyin item audience portrait data Understand viewer demographic characteristics Includes active distribution, gender distribution, region distribution, age distribution Help creators precisely target audiences and optimize content strategy **This API requires users to provide valid Douyin Creator Platform Cookie** **Use POST method, Cookie is transmitted in request body, more secure**douyin/creator-v2/item-danmaku-analysisGet Douyin item bullet (danmaku) analysis data Understand audience bullet interaction at various video time points Help creators identify hot segments and audience reactions **This API requires users to provide valid Douyin Creator Platform Cookie** **Use POST method, Cookie is transmitted in request body, more secure**douyin/creator-v2/item-listGet all published items within the specified time range Support pagination query, maximum 100 items per request Data update description: **Views, likes, comments, shares, favorites update in real-time** **Other metrics update hourly** **This API requires users to provide valid Douyin Creator Platform Cookie** **Use POST method, Cookie is transmitted in request body, more secure**