Facebook Comments Scraper
Pricing
from $1.40 / 1,000 comments
Go to Apify Store
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
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
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
| Field | Type | Description |
|---|---|---|
postUrls | array | Facebook post URLs to scrape comments from |
Supported URL formats
https://www.facebook.com/share/p/CODE/- Share linkshttps://www.facebook.com/groups/GROUP/permalink/POST_ID/- Group post permalinkshttps://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"}
| Field | Description |
|---|---|
postId | Numeric post ID |
postUrl | Original input URL |
commentId | Unique comment ID |
depth | 0 = top-level comment, 1+ = reply |
text | Comment text |
reactions | Reaction count (all types combined) |
replies | Number of replies to this comment |
author | Commenter's display name |
authorId | Commenter's Facebook user ID |
authorProfilePic | Commenter's profile picture URL |
createdTime | Comment timestamp (ISO 8601) |
attachment | Attachment 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