Facebook Posts Scraper avatar

Facebook Posts Scraper

Pricing

$1.50 / 1,000 post/page records

Go to Apify Store
Facebook Posts Scraper

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

Cravl

Maintained by Community

Actor 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

FieldTypeDescription
directUrlsarrayPage URLs and/or post permalinks
proxyConfigurationobjectApify 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 a url key) is accepted as an alias for directUrls.

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.