douyin/creator-v2/item-analysis-overview
Get 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...
Input
Idle
Example output — click Run to generate your own
API README
Fetch item analysis overview
Purpose:
- Get 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
Request Body Parameters:
- cookie: User's Douyin Creator Platform Cookie (required, transmitted in request body)
- start_date: Start date in YYYYMMDD format (required)
- end_date: End date in YYYYMMDD format (required)
- genres: Genre type list (optional, defaults to all genres)
- 1: Videos under 1 minute
- 2: 1-3 minute videos
- 3: 3-5 minute videos
- 4: Videos over 5 minutes
- 5: Photo posts
- 8: Long photo posts
- primary_verticals: Vertical tag list (required, obtained from fetch_item_analysis_involved_vertical)
- Note: Date range maximum 90 days
Return Data Description:
- Contains submission data analysis for different genres and verticals
- Metrics including views, likes, comments, shares, etc.
- Performance comparison of different genres
How to get Cookie:
- Login to Douyin Creator Platform (https://creator.douyin.com)
- Open browser developer tools (F12)
- Switch to Network tab
- Refresh page or perform operations
- Find any request and copy the Cookie header value
[Example]
{
"cookie": "Your_Cookie_Here",
"start_date": "20250713",
"end_date": "20251011",
"genres": [1, 2, 3, 4, 5, 8],
}
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

