Facebook Comments Scraper
Pricing
$19.99/month + usage
Go to Apify Store
Facebook Comments Scraper
Facebook Comments Scraper extracts comments from public Facebook posts. Collect comment text, usernames, timestamps, reactions, and reply threads. Ideal for sentiment analysis, audience research, engagement tracking, and social media monitoring.
Pricing
$19.99/month + usage
Rating
0.0
(0)
Developer

Scrapio
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Scrape comments and replies from public Facebook posts and videos.
Features
- Bulk URLs: Process multiple post URLs in one run
- Comments + Replies: Fetches top-level comments and nested replies
- Proxy Fallback: Starts with no proxy; falls back to datacenter then residential if Facebook blocks
- Sort Options: most_relevant, newest, or original order
Input
| Field | Type | Default | Description |
|---|---|---|---|
| startUrls | array | required | Facebook post/video URLs |
| proxyConfiguration | object | required | Apify proxy config (useApifyProxy: false = no proxy by default) |
| maxComments | integer | 100 | Max comments per post |
| maxRepliesPerComment | integer | 2 | Max replies per comment |
| commentsSortOrder | string | "all" | most_relevant, newest, or all |
Output
Each item in the dataset contains:
url_key: Short post identifierfull_url: Full Facebook post URLcomments: Array of comment objects withtext,profileName,date,reply, etc.commentsCount: Total commentsrepliesCount: Total replieserror: Present if processing failed
How to Use
- Go to Apify Console → Actors
- Run facebook-comments-scraper
- Add Facebook post URLs in startUrls
- Run and view results in the OUTPUT tab
Proxy Behavior
- Default: No proxy
- If blocked: Fallback to datacenter (SHADER)
- If datacenter blocked: Fallback to residential, retry 3x
- After fallback: Uses residential for all remaining requests
Cautions
- Data from publicly available posts only
- Comply with Facebook's Terms of Service and applicable privacy laws
- Use responsibly