Social Fetch
Facebook

List Facebook post or reel comments

Get comments on a Facebook post or Reel.

GET/v1/facebook/posts/comments
1credit
x-api-key*stringheader

API key (`sfk_...`)

Parameters
3
urlstringquery

Link to the Facebook post or reel whose comments should be listed.

min 1 chars · max 4096 chars

cursorstringquery

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

min 1 chars

feedbackIdstringquery

Optional Facebook feedback identifier for the target post; when available it can improve lookup performance.

min 1 chars

Response fields
19

Endpoint-specific response payload.

datalookupStatus
string

Whether the post or reel was resolved for this request.

one of: found, not_found

Top-level comments for the resolved post or reel.

datacomments[]id
string

Stable identifier for the comment.

min 1 chars

datacomments[]text
string

Comment text.

datacomments[]createdAt
string

ISO-8601 timestamp when the comment was created.

datacomments[]replyCount
integer

Direct reply count for the comment thread.

≥ 0

datacomments[]reactionCount
integer

Total reaction count on the comment.

≥ 0

Comment author.

datacomments[]authorname
string

Display name of the commenter.

min 1 chars

datacomments[]authorplatformUserId
stringoptional

Platform-specific commenter id when available.

datacomments[]authorshortName
stringnullable

Short display name for the commenter 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 comments 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

Code example

curl "https://api.socialfetch.dev/v1/facebook/posts/comments?url=https://www.facebook.com/profile.php?id=61575098504636" \
  -H "x-api-key: YOUR_API_KEY"

Responses

Comment listing result. Check `data.lookupStatus` for `found` or `not_found`.

On this page

No Headings