创作者画像/Content author portrait
[中文]#
用途:#
获取指定垂类下创作者人群画像(即"发布该垂类视频的作者"画像)
用于了解某垂类创作者的性别、年龄、地域、活跃时段等特征
参数:#
tag_id: 垂类ID(必填,不支持 0=全部,需传入具体垂类 ID,可通过 fetch_item_filter_options 获取)
period: 时间粒度,"week"=按周(end_date 必须为周日), "month"=按月(end_date 必须为月末,如 20260331)
end_date: 结束日期 YYYYMMDD,需与 period 对齐
返回:#
创作者画像数据:性别分布、年龄段分布、地域分布、设备分布、活跃时段等
[English]#
Purpose:#
Get creator (author) portrait for a category (i.e. profile of users who post in this category)
Used to understand creator demographics: gender, age, region, active time
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:#
Creator portrait: gender, age group, region, device, active time distributions
[示例/Example]#
tag_id = "601"
period = "month"
end_date = "20260331"Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Request Code Samples
curl --location --request POST 'https://api.tikomni.com/api/u1/v1/douyin/index/fetch_content_author_portrait?tag_id=undefined&period=undefined&end_date=undefined' \
--header 'Authorization: Bearer <token>'
Modified at 2026-06-11 22:47:42