WellbyteWellbyte

GET /v1/instagram/v3/get_post_comments

获取帖子评论

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

获取Instagram帖子的评论列表;支持分页获取所有评论;支持按热门或最新排序;code: 帖子短代码(如 DUajw4YkorV,必填);min_id: 分页游标,首次请求不传,从上一次响应的 `data.next_min_id` 获取;sort_order: 排序方式;- `popular`: 按热门排序(默认);- `newest`: 按最新排序;`data.comments`: 评论列表;- `user`: 评论者信息;- `text`: 评论文本;- `created_at`: 评论时间戳;- `comment_like_count`: 评论点赞数;- `child_comment_count`: 子评论数;`data.next_min_id`: 下一页分页游标(传给下次请求的min_id参数);`data.has_more_comments`: 是否有更多评论;`data.…

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

请求

curl -s 'https://api.wellbyte.net/v1/instagram/v3/get_post_comments?code=DUajw4YkorV&min_id=demo&sort_order=demo' \
  -H "Authorization: Bearer dg_live_…"

响应

示例采集于 2026-08-25

data{
code:0
data{
_rid:"12f09e6f53497"
status:"ok"
caption{ 19 items }
comments[ 2 items ]
is_ranked:true
sort_order:"popular"
fb_comments[ 0 items ]
next_min_id:
"{"bifilter_token":"GgYYOQAqn8nmADFAAPc7Fh201z8AJlAaP8cFQABSYXHIImBAADx7sI3EyD8AE..."
sort_options[ 0 items ]
comment_count:49
filter_options[ 0 items ]
initiate_at_top:true
scroll_behavior:1
ai_topic_filters[ 0 items ]
caption_is_edited:false
comment_cover_pos:"bottom"
has_more_comments:false
threading_enabled:true
comment_filter_param:"no_filter"
media_header_display:"none"
should_render_upsell:false
comment_likes_enabled:true
quick_response_emojis[ 2 items ]
insert_new_comment_to_top:true
has_more_headload_comments:true
has_more_headload_fb_comments:false
can_view_more_preview_comments:false
foundation_improvements_enabled:true
liked_by_media_owner_badge_enabled:true
}
meta{
endpoint:"instagram.v3.get_post_comments"
cache_hit:false
elapsed_ms:0
request_id:"req_sample"
credits_charged:0
}
message:"ok"
}

请求历史

打开完整日志

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

    请求参数

    参数类型位置必填说明示例
    codestringquery帖子短代码DUajw4YkorV
    min_idstringquery分页游标,首次请求不传,从上一次响应的 next_min_id 获取demo
    sort_orderstringquery排序方式demo

    响应字段

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

    错误码

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

    计费

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

    搜索

    搜索端点与文档