Comments
Facebook
Comments
Get the comments of a Facebook post (or reel)
GET
Comments
💳 1 credit per request
Authorizations
Query Parameters
Facebook post URL (or reel URL)
Example:
"https://www.facebook.com/reel/753347914167361"
Cursor to get more comments. Get 'cursor' from previous response.
Example:
"MToxNzU3MTA2NzYyOgF1P1VkxpkA9Ds4..."
Response
Successful response
Key Response Fields:
data.comments[0].id: Unique comment IDdata.comments[0].text: Comment text contentdata.comments[0].created_at: ISO timestamp of when the comment was posteddata.comments[0].reply_count: Number of replies to this commentdata.comments[0].reaction_count: Number of reactions (likes) on the commentdata.comments[0].author.name: Commenter's namedata.comments[0].author.id: Commenter's Facebook user IDdata.cursor: Pagination cursor — pass ascursorto get the next page of commentsdata.has_next_page: Whether more comments are available to paginate