WellbyteWellbyte

GET /v1/instagram/v3/get_post_comments

Get post comments

stable · 11 credits per success

Get Instagram post comment list;Support pagination to fetch all comments;Support sorting by popular or newest;code: Post shortcode (e.g., DUajw4YkorV, required);min_id: Pagination cursor, omit for first request, get from previous response `data.next_min_id`;sort_order: Sort order;- `popular`: Sort by popular (default);- `newest`: Sort by newest;`data.comments`: Comment list;- `user`: Commenter in…

Sign up for 500 credits and run with your own API key. Sign up free

Request

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_…"

Response

Sample captured 2026-08-27

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"
}

No calls yet. Get one green run first, then switch to your own data.

    Request parameters

    NameTypeInRequiredDescriptionExample
    codestringqueryyes帖子短代码DUajw4YkorV
    min_idstringqueryno分页游标,首次请求不传,从上一次响应的 next_min_id 获取demo
    sort_orderstringqueryno排序方式demo

    Response fields

    Field dictionary coming soon — the executable panel shows the live shape.

    Errors

    codeHTTPMeaningBilled
    40001400Invalid parametersno
    40102401Invalid or revoked API Keyno
    40201402Insufficient creditsno
    40402404Resource not foundno
    42201422Quality gate failedno
    42901429Rate limit exceededno
    50401504Upstream timeoutno
    50201502Upstream errorno

    Billing

    Success costs 11 credits. Any failure — including a 200 from upstream that fails the quality gate — costs 0.

    Search

    Search endpoints and docs