douyin/creator-v2/item-analysis-involved-vertical
Get 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 Pl...
Input
Idle
Example output — click Run to generate your own
API README
Fetch item analysis involved vertical
Purpose:
- Get 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
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)
- Note: Date range maximum 90 days
Return Data Description:
- primary_verticals: List of vertical tags
- Returns the verticals involved in items published during the specified time period
- Example: ["Animals", "Food", "Travel"]
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"
}
{
"status_code": 0,
"status_msg": ""
}
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

