TikTok — 视频评论
SpiderHubs OpenAPI 文档:TikTok — 视频评论,分类 TikTok。接口 GET /openapi/v1/contentcreator/tiktok/web/fetch_post_comment。按 aweme_id 拉取视频评论列表(翻页 cursor)。
OpId:
tt-post-comment · 最近更新: 2026-05-23说明
按 aweme_id 拉取视频评论列表(翻页 cursor)。
基础信息
- Endpoint:
- GET /openapi/v1/contentcreator/tiktok/web/fetch_post_comment
- 计费:
- 1 积分 / 次
- 限流:
- 300 次 / 分钟 / 用户
请求参数说明
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| aweme_id | string | 是 | 视频 ID |
| cursor | string | 否 | 游标,首次 0 |
| count | string | 否 | 单页条数,默认 20 |
响应字段说明
| 字段 | 类型 | 说明 |
|---|---|---|
| code | int | 业务状态码,200 表示成功 |
| request_id | string | 本次请求唯一标识,排查问题时可提供 |
| data | object | 业务数据容器,具体字段见下 |
| comments | array | 评论列表,每条含 cid 评论ID、text 内容、digg_count 点赞、create_time 时间、user 评论者、reply_comment_total 回复数 |
| cursor | int | 下一页游标 |
| has_more | int | 是否还有更多评论 |
请求示例 · cURL
curl 'https://api.spiderhubs.com/openapi/v1/contentcreator/tiktok/web/fetch_post_comment?aweme_id=7301234567890123456&cursor=0&count=20' \
-H 'Authorization: Bearer sk_live_xxxxxxxxxxxxxxxxxxxxxxxx'响应示例
{
"code": 200,
"request_id": "b8ddabf6-6946-47c9-9e39-7cca8ce39580",
"data": {
"alias_comment_deleted": false,
"comments": [
{
"allow_download_photo": true,
"author_pin": false,
"aweme_id": "7642793313946422549",
"cid": "7642941996827001631",
"collect_stat": 0,
"comment_language": "en",
"comment_post_item_ids": null,
"create_time": 1779511134,
"digg_count": 1096,
"fold_status": -1,
"image_list": null,
"is_author_digged": false,
"is_comment_translatable": true,
"is_high_purchase_intent": false,
"label_list": null,
"no_show": false,
"reply_comment": null,
"reply_comment_total": 9,
"reply_id": "0",
"reply_to_reply_id": "0",
"share_info": {
"acl": {
"add_to_story_code": 0,
"code": 0,
"extra": "{}"
},
"desc": "hopper574’s comment: [Sticker] Gojo after seeing yuta’s potential",
"title": "Their relationship💞💞 > #yutaokkotsu #yutaokkotsuedit #okkotsuyutaedit #jjk #juj...",
"url": "https://m.tiktok.com/v/7642793313946422549.html?_d=f0ja0akic34cb9&comment_author..."
},
"sort_extra_score": {
"reply_score": 0.000882,
"show_more_score": 0.097292
},
"sort_tags": "{\"top_list\":1}",
"status": 1,
"stick_position": 0,
"text": "[Sticker] Gojo after seeing yuta’s potential",
"text_extra": [],
"text_to_image_item_ids": null,
"thread_has_more": false,
"thread_id": 0,
"trans_btn_style": 0,
"user": {
"account_labels": null,
"ad_cover_url": null,
"advance_feature_item_order": null,
"advanced_feature_info": null,
"avatar_thumb": {
"uri": "tos-useast8-avt-0068-tx2/04b832707c1b75e5c56d01bf15982ae8",
"url_list": [
"https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/04b832707c1b75...",
"... and 2 more"
],
"url_prefix": null
},
"bold_fields": null,
"can_message_follow_status_list": null,
"can_set_geofencing": null,
"cha_list": null,
"cover_url": null,
"custom_verify": "",
"enterp
... // response truncated for docs (full size > 2KB)
}开始调用 SpiderHubs API
使用账户中心生成的 API Key,通过 Authorization: Bearer sk_live_xxx 调用接口。