douyin/creator-v2/item-audience-others
Get 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 val...
Input
Idle
Example output — click Run to generate your own
API README
Fetch item audience others analysis
Purpose:
- Get 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
Request Body Parameters:
- cookie: User's Douyin Creator Platform Cookie (required, transmitted in request body)
- item_id: Item ID (required)
Return Data Description:
-
audience_distribution (Audience Distribution):
- fan_list: Fan proportion list
- key: "1"=Fan, "0"=Non-fan
- value: Proportion (decimal between 0-1)
- fan_list: Fan proportion list
-
audience_keyword (Audience Keywords):
- keyword_list: List of topics/keywords that audiences are interested in
- keyword: Keyword content
- value: Interest proportion for this keyword
- keyword_list: List of topics/keywords that audiences are interested in
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",
"item_id": "7559536212910853422"
}
{
"audience_distribution": {
"fan_list": [
{
"key": "1",
"value": 0.156
},
{
"key": "0",
"value": 0.844
}
]
},
"audience_keyword": {
"keyword_list": [
{
"value": 0.35
},
{
"value": 0.28
},
{
"value": 0.22
},
{
"value": 0.15
}
]
},
"status_code": 0,
"status_msg": ""
}
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

