Facebook Comments Scraper
Pricing
$1.00 / 1,000 comments
Facebook Comments Scraper
Scrape guest-visible comments from public Facebook posts, including nested replies expanded in-page. No login required.
Pricing
$1.00 / 1,000 comments
Rating
0.0
(0)
Developer
Cravl
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
17 hours ago
Last modified
Categories
Share
Facebook Comments Scraper
Scrape guest-visible comments from public Facebook posts: no login, no cookies.
What you get
- Comment records: author, text, timestamp, depth (nested replies expanded in-page by clicking "View N reply")
commentsTotalwhen Facebook exposes the total in the raw response
How it works
The engine re-fetches the post's raw server response (which embeds the full guest-visible comment objects with author, text, created_time, depth) and expands nested replies in-page, capturing the pagination round-trips.
Input
| Field | Type | Description |
|---|---|---|
directUrls | array | Public Facebook post permalinks |
proxyConfiguration | object | Apify proxy settings |
Output
One record per post: url, kind, postText, author, comments[] (each with author, text, createdAt, depth), commentsTotal, error.
Use cases
- Comment mining with reply threads for sentiment analysis
- Monitoring engagement on competitor posts
Migrating from other Apify Actors
Cravl Actors accept Apify-style inputs and emit familiar field names alongside Cravl-specific fields, so most pipelines migrate with minimal changes.
Input compatibility
startUrls(array of URLs, or objects with aurlkey) is accepted as an alias fordirectUrls.
Output compatibility
One post summary item (record post) is followed by one item per comment (record comment). Comment items carry postUrl and postText context, and the post item keeps commentsTotal. Every item carries inputUrl.