WellbyteWellbyte

GET /v1/douyin/app/v3/fetch_video_comments

获取单个视频评论数据

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

获取单个视频评论数据;aweme_id: 作品id;cursor: 游标,用于翻页,第一页为0,第二页为第一次响应中的cursor值。;count: 数量,请保持默认,否则会出现BUG。;评论数据

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

请求

curl -s 'https://api.wellbyte.net/v1/douyin/app/v3/fetch_video_comments?count=20&cursor=NaN&aweme_id=7448118827402972455' \
  -H "Authorization: Bearer dg_live_…"

响应

示例采集于 2026-08-25

data{
code:0
data{
extra{ 3 items }
total:57
cursor:20
log_pb{ 1 item }
comments[ 2 items ]
has_more:1
reply_style:2
status_code:0
comment_config{ 0 items }
need_fix_total:true
user_commented:0
comment_common_data:
"MS4wLjAAAAAAed1AGgKYy03doT41aALsg-28pHOStH3elJ_TCwXoOrVHe4hMo-gJbxH7IFFk8pd6ias0..."
comment_insert_bars:null
folded_comment_count:0
sort_tags_report_map:
"{"eco_level_10":"interest_comment_v4_view","eco_level_8":"interest_comment_v3_vi..."
fast_response_comment{ 2 items }
general_comment_config{ 1 item }
hotsoon_filtered_count:0
show_management_entry_point:0
}
meta{
endpoint:"douyin.app.v3_fetch_video_comments"
cache_hit:false
elapsed_ms:0
request_id:"req_sample"
credits_charged:0
}
message:"ok"
}

请求历史

打开完整日志

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

    请求参数

    参数类型位置必填说明示例
    countintegerquery数量20
    cursorintegerquery游标demo
    aweme_idstringquery作品id7448118827402972455

    响应字段

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

    错误码

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

    计费

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

    搜索

    搜索端点与文档