Instagram

List Instagram comment replies

List replies to a comment on an Instagram post or Reel.

GET/v1/instagram/posts/comments/replies
1credit
x-api-keystringheader

API key (`sfk_...`)

Parameters
3
commentIdstringrequiredquery

Parent comment id from List Instagram post or reel comments (`data.comments[].id`).

min 1 chars

urlstringrequiredquery

Link to the Instagram post or reel that contains the parent comment.

min 1 chars · max 4096 chars

cursorstringoptionalquery

Opaque cursor from a previous response to fetch the next page.

min 1 chars

Response fields
21

Endpoint-specific response payload.

datalookupStatus
string

Whether the parent comment thread was resolved for this request.

one of: found, not_found

Replies returned for this page.

datareplies[]id
string

Stable identifier for the reply.

min 1 chars

datareplies[]text
string

Reply text.

datareplies[]createdAt
string

ISO-8601 timestamp when the reply was created.

datareplies[]likeCount
integer

Like count on the reply.

≥ 0

datareplies[]replyCount
integernullable

Direct reply count beneath this reply when available; null when not reported.

≥ 0

Reply author.

datareplies[]authorhandle
string

Instagram username without a leading @.

min 1 chars

datareplies[]authorplatformUserId
stringoptional

Numeric user id for the reply author when available.

datareplies[]authorverified
boolean

Whether the reply author account is verified.

datareplies[]authoravatarUrl
stringnullable

Profile image URL for the reply author when available.

Pagination information for this response.

datapagenextCursor
stringnullable

Cursor to pass in the next request when more pages exist.

datapagehasMore
boolean

Whether another page of replies is available.

Metadata describing the request and billing outcome.

metarequestId
string

Unique request identifier for tracing this API call.

min 1 chars

metacreditsCharged
integer

Credits charged for this request.

≥ 0

metaversion
string

Public API version that served the response.

one of: v1

metacached
booleanoptional

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.