Facebook Comments Scraper avatar

Facebook Comments Scraper

Pricing

$1.00 / 1,000 comments

Go to Apify Store
Facebook Comments Scraper

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

Cravl

Maintained by Community

Actor 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")
  • commentsTotal when 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

FieldTypeDescription
directUrlsarrayPublic Facebook post permalinks
proxyConfigurationobjectApify 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 a url key) is accepted as an alias for directUrls.

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.