List Instagram post or reel comments
Lists top-level comments for a public Instagram post or reel URL with optional cursor-based pagination.
Operation
/v1/instagram/posts/commentsHeaders
API key (`sfk_...`)
Parameters
Link to the Instagram post or reel whose comments should be listed.
min 1 chars · max 4096 chars
Opaque cursor from a previous response to fetch the next page.
min 1 chars
Response fields
Endpoint-specific response payload.
Whether the post or reel was resolved for this request.
one of: found, not_found
Top-level comments for the resolved media.
Stable identifier for the comment.
min 1 chars
Comment text.
ISO-8601 timestamp when the comment was created.
Like count on the comment.
≥ 0
Direct reply count for the comment thread when available; null when not reported.
≥ 0
Comment author.
Instagram username without a leading @.
min 1 chars
Numeric user id for the commenter when available.
Whether the commenter account is verified.
Profile image URL for the commenter when available.
Pagination information for this response.
Cursor to pass in the next request when more pages exist.
Whether another page of comments 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
Code example
Responses
Comment listing result. Check `data.lookupStatus` for `found` or `not_found`.
Error codes