Facebook

List Facebook comment replies

List replies to a Facebook comment.

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

API key (`sfk_...`)

Parameters
1
cursorstringrequiredquery

Comment `repliesCursor` from post comments, or `page.nextCursor` to paginate replies.

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. May be empty when `lookupStatus` is `found` and no replies are returned, or when `lookupStatus` is `not_found`.

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[]replyCount
integer

Direct reply count beneath this reply.

≥ 0

datareplies[]reactionCount
integer

Total reaction count on the reply.

≥ 0

datareplies[]repliesCursor
stringnullable

Use as `cursor` on comment replies. Null when unavailable.

Reply author.

datareplies[]authorname
string

Display name of the reply author.

min 1 chars

datareplies[]authorplatformUserId
stringoptional

Platform-specific author id when available.

datareplies[]authorshortName
stringnullable

Short display name for the author when available.

Pagination information for this response.

datapagenextCursor
stringnullable

Cursor for the next page when another page exists.

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/facebook/posts/comments/replies?cursor=eyJmIjoiWm1WbFpHSmhZMms2WlhoaGJYQnNZWEJmWlhoaGJYQnNZWEIiLCJlIjoiTWpveE56YzROak0xTURNM09tVjRZVzF3YkdWZmRHOXJaVzQ9In0" \
  -H "x-api-key: YOUR_API_KEY"

Responses

Comment replies.