List Instagram comment replies
List replies to a comment on an Instagram post or Reel.
Headers
Get your API keyAPI key (`sfk_...`)
Parent comment id from List Instagram post or reel comments (`data.comments[].id`).
min 1 chars
Link to the Instagram post or reel that contains the parent comment.
min 1 chars · max 4096 chars
Opaque cursor from a previous response to fetch the next page.
min 1 chars
Endpoint-specific response payload.
Whether the parent comment thread was resolved for this request.
one of: found, not_found
Replies returned for this page.
Stable identifier for the reply.
min 1 chars
Reply text.
ISO-8601 timestamp when the reply was created.
Like count on the reply.
≥ 0
Direct reply count beneath this reply when available; null when not reported.
≥ 0
Reply author.
Instagram username without a leading @.
min 1 chars
Numeric user id for the reply author when available.
Whether the reply author account is verified.
Profile image URL for the reply author when available.
Pagination information for this response.
Cursor to pass in the next request when more pages exist.
Whether another page of replies is available.
Metadata describing the request and billing outcome.
Unique request identifier for tracing this API call.
min 1 chars
Credits charged for this request.
≥ 0
Public API version that served the response.
one of: v1
True when served from shared response cache. Credits still apply (full endpoint price); Age header may be present.
Code example
curl "https://api.socialfetch.dev/v1/instagram/posts/comments/replies?commentId=18038110327814211&url=https://www.instagram.com/p/DIdOKNpx66J" \
-H "x-api-key: YOUR_API_KEY"Responses
Comment reply listing.