Social Fetch
Facebook

List Facebook comment replies

List replies to a Facebook comment.

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

API key (`sfk_...`)

Parameters
1
cursor*stringquery

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

min 1 chars

Response fields
19

Endpoint-specific response payload.

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

Code example

curl "https://api.socialfetch.dev/v1/facebook/posts/comments/replies?cursor=eyJmIjoiWm1WbFpHSmhZMms2WlhoaGJYQnNZWEJmWlhoaGJYQnNZWEIiLCJlIjoiTWpveE56YzROak0xTURNM09tVjRZVzF3YkdWZmRHOXJaVzQ9In0" \
  -H "x-api-key: YOUR_API_KEY"

Responses

Comment replies.