WellbyteWellbyte

POST /v1/douyin/creator_v2/fetch_item_audience_portrait

获取作品观众数据分析

stable · 2 credits / 次(成功才计)

获取抖音作品的观众数据分析;了解观看作品的用户画像特征;包含活跃分布、性别分布、地域分布、年龄分布等多维度数据;帮助创作者精准定位目标受众,优化内容策略;**此接口需要用户提供有效的抖音创作者平台Cookie**;**使用 POST 方法,Cookie 在请求体中传输,更安全**;请求体参数;cookie: 用户的抖音创作者平台Cookie(必填,在请求体中传输);item_id: 作品ID(必填);返回数据说明;返回作品的观众画像数据,包括以下维度;*1. 活跃分布 (active)**;key: 活跃时段标识("2"=上午, "3"=下午, "4"=晚上, "-1"=其他);value: 该时段的活跃用户占比(0-1之间的小数);*2. 性别分布 (gender)**;ratio_list: 性别占比列表;- key: "male"(男性)或 "female"(女性);- value…

注册即送 500 credits,用自己的 Key 试调。 免费注册

请求

curl -s -X POST 'https://api.wellbyte.net/v1/douyin/creator_v2/fetch_item_audience_portrait' \
  -H "Authorization: Bearer dg_live_…" \
  -H "Content-Type: application/json" \
  -d '{"cookie":"Your_Cookie_Here","item_id":"7559536212910853422"}'

响应

示例采集于 2026-08-25

data{
code:0
data{
active[ 0 items ]
career[ 0 items ]
new_user[ 0 items ]
status_msg:"无权限操作"
status_code:7
}
meta{
endpoint:"douyin.creator_v2.fetch_item_audience_portrait"
cache_hit:false
elapsed_ms:0
request_id:"req_sample"
credits_charged:0
}
message:"ok"
}

请求历史

打开完整日志

还没有调用记录。先跑通一次,再换成你的数据。

    请求参数

    参数类型位置必填说明示例
    cookiestringbody用户CookieYour_Cookie_Here
    item_idstringbody作品ID7559536212910853422

    响应字段

    字段字典待补 —— 右侧可执行区可直接看到真实结构。

    错误码

    codeHTTP含义是否计费
    40001400参数缺失或格式错误
    40102401API Key 无效或已吊销
    40201402余额不足,请充值
    40402404目标资源不存在
    42201422质量门槛未通过
    42901429超出速率限制
    50401504上游超时
    50201502上游返回异常

    计费

    成功扣 2 credits;任何失败(含上游 200 但未过质量门槛)扣 0。

    搜索

    搜索端点与文档