Skip to main content
GET
Comments
💳 1 credit per request

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

Query Parameters

url
string
required

Facebook post URL (or reel URL)

Example:

"https://www.facebook.com/reel/753347914167361"

cursor
string

Cursor to get more comments. Get 'cursor' from previous response.

Example:

"MToxNzU3MTA2NzYyOgF1P1VkxpkA9Ds4..."

Response

Successful response

Key Response Fields:

  • data.comments[0].id: Unique comment ID
  • data.comments[0].text: Comment text content
  • data.comments[0].created_at: ISO timestamp of when the comment was posted
  • data.comments[0].reply_count: Number of replies to this comment
  • data.comments[0].reaction_count: Number of reactions (likes) on the comment
  • data.comments[0].author.name: Commenter's name
  • data.comments[0].author.id: Commenter's Facebook user ID
  • data.cursor: Pagination cursor — pass as cursor to get the next page of comments
  • data.has_next_page: Whether more comments are available to paginate