Facebook Comments Scraper avatar

Facebook Comments Scraper

Pricing

from $1.40 / 1,000 comments

Go to Apify Store
Facebook Comments Scraper

Facebook Comments Scraper

Scrape comments from any public Facebook post, reel, or video - zero setup required. No cookies, no login, no API keys. Get complete comment data: text, author details with profile pictures, reactions, reply counts, and timestamps. Just pass the URLs.

Pricing

from $1.40 / 1,000 comments

Rating

0.0

(0)

Developer

Clappi

Clappi

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Scrape all comments from any public Facebook post — no login or cookies required. Get comment text, author info, reactions, reply counts, timestamps, and profile pictures.

Input

FieldTypeDescription
postUrlsarrayFacebook post URLs to scrape comments from

Supported URL formats

  • https://www.facebook.com/share/p/CODE/ - Share links
  • https://www.facebook.com/groups/GROUP/permalink/POST_ID/ - Group post permalinks
  • https://www.facebook.com/username/posts/POST_ID/ - Page post URLs

Example Input

{
"postUrls": [
"https://www.facebook.com/share/p/1ECnzMeN9y/"
]
}

Output

{
"postId": "1373605838129139",
"postUrl": "https://www.facebook.com/share/p/...",
"commentId": "26508516875484119",
"depth": 0,
"text": "This is amazing!",
"reactions": 135,
"replies": 10,
"author": "John Smith",
"authorId": "100000034207256",
"authorProfilePic": "https://scontent...",
"createdTime": "2026-04-27T16:25:41.000Z",
"attachment": "photo"
}
FieldDescription
postIdNumeric post ID
postUrlOriginal input URL
commentIdUnique comment ID
depth0 = top-level comment, 1+ = reply
textComment text
reactionsReaction count (all types combined)
repliesNumber of replies to this comment
authorCommenter's display name
authorIdCommenter's Facebook user ID
authorProfilePicCommenter's profile picture URL
createdTimeComment timestamp (ISO 8601)
attachmentAttachment type if any (photo, video, etc.)

Use Cases

  • Community Analysis - Understand sentiment and engagement in group discussions
  • Content Research - Analyze what resonates with audiences
  • Brand Monitoring - Track mentions and feedback across Facebook posts
  • Engagement Analytics - Measure comment volume, reaction patterns, and response rates