douyin/creator-v2/item-analysis-item-performance
Get 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 Platfor...
Input
Idle
Example output — click Run to generate your own
API README
Fetch item analysis item performance
Purpose:
- Get 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
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)
- metric_type: Metric type (optional, defaults to 1)
- 1: Views
- 2: Likes
- 3: Comments
- 4: Shares
- Note: Date range maximum 90 days
Return Data Description:
- Contains performance data for selected metrics across different genres and verticals
- Trend analysis and comparison data
- Helps understand content performance across various dimensions
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": [2, 3, 4, 5, 8],
"metric_type": 1
}
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

