Facebook Posts Scraper
Pricing
$1.50 / 1,000 post/page records
Facebook Posts Scraper
Scrape Facebook pages and public posts in guest mode: page likes, followers, bio, recent posts with text and reactions, and post details with guest-visible comments including nested replies. No login required.
Pricing
$1.50 / 1,000 post/page records
Rating
0.0
(0)
Developer
Cravl
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
16 hours ago
Last modified
Categories
Share
Facebook Posts Scraper
Scrape public Facebook pages and posts in guest mode: no login, no cookies.
What you get
- Pages: og title/description, like count, follower count, bio, recent posts (text, timestamp, reaction counts)
- Post permalinks: post text, author, and guest-visible comments including nested replies (the engine expands "View N reply" threads in-page)
How it works
A lightweight native engine fetches the raw server response (where Facebook embeds the guest data) plus the rendered DOM, merging both. Pages render fully for guests; groups and feeds require login and are reported honestly.
Input
| Field | Type | Description |
|---|---|---|
directUrls | array | Page URLs and/or post permalinks |
proxyConfiguration | object | Apify proxy settings |
Output
One record per URL: url, kind, ogTitle, likes, followers, bio, posts[], comments[], error.
Use cases
- Competitor page monitoring (posts + engagement)
- Comment mining from public posts with reply threads
- Page identity enrichment (likes, followers, bio)
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
Page URLs emit one page summary item (record page) followed by one item per recent post (record post) with pageUrl and pageName context. Post URLs emit one post item with nested comments. Added aliases: facebookUrl, text, inputUrl.