douyin/index/content-consumer-portrait
Get **consumer (viewer) portrait** for a category (i.e. profile of users who watch videos in this category) Counterpart to fetch_content_author_portrait: one for creators, one for viewers
Input
Idle
Example output — click Run to generate your own
API README
Content consumer portrait
Purpose:
- Get consumer (viewer) portrait for a category (i.e. profile of users who watch videos in this category)
- Counterpart to fetch_content_author_portrait: one for creators, one for viewers Parameters:
- tag_id: Category ID (required, does NOT support 0=all, must pass a specific category ID)
- period: "week" (end_date must be a Sunday) or "month" (end_date must be month-end, e.g. 20260331)
- end_date: End date YYYYMMDD, must align with period Return:
- Consumer portrait: gender, age group, region, interest, device distributions
[Example]
tag_id = "601" period = "month" end_date = "20260331"
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

