List Facebook post or reel comments
Lists top-level comments for a public Facebook post or reel URL with optional cursor-based pagination.
Operation
/v1/facebook/posts/commentsHeaders
API key (`sfk_...`)
Parameters
Link to the Facebook 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
Optional Facebook feedback identifier for the target post; when available it can improve lookup performance.
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 post or reel.
Stable identifier for the comment.
min 1 chars
Comment text.
ISO-8601 timestamp when the comment was created.
Direct reply count for the comment thread.
≥ 0
Total reaction count on the comment.
≥ 0
Comment author.
Display name of the commenter.
min 1 chars
Platform-specific commenter id when available.
Short display name 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
Post or reel
Returns public metadata for a single Facebook post or reel URL. Availability is indicated in `data.lookupStatus` as `found` or `not_found`. Optional `includeComments` and `includeTranscript` request extra fields when available.
Post transcript
Returns a plain-text transcript for a public Facebook post or reel when available. Pass `url` as a full permalink. Short videos are more likely to return speech; longer videos may not include a transcript. Inspect `data.lookupStatus` for found, not found, or lookup_failed.