πŸ’¬ Facebook Comments Scraper (PPR) avatar
πŸ’¬ Facebook Comments Scraper (PPR)

Pricing

$2.00 / 1,000 comments

Go to Store
πŸ’¬ Facebook Comments Scraper (PPR)

πŸ’¬ Facebook Comments Scraper (PPR)

Developed by

Powerful Bachelor

Powerful Bachelor

Maintained by Community

πŸ’¬ Scrape high-quality comments from public Facebook posts with detailed metrics like πŸ‘ likes, πŸ’¬ reply count & ⏱ timestamps. Perfect for sentiment analysis, research, influencer tracking & social trend analysis. Export results as JSON, CSV, Excel, or HTML!

0.0 (0)

Pricing

$2.00 / 1,000 comments

0

Total users

2

Monthly users

2

Last modified

13 hours ago

πŸ“˜ Facebook Comments Scraper

πŸš€ Overview

Facebook Comments Scraper is a lightweight but powerful Apify actor that pulls high-signal discussion data from public Facebook posts.

It extracts every top-level comment β€” along with detailed engagement metrics like πŸ‘ likes, πŸ’¬ replies, and ⏱ timestamps β€” allowing you to convert unstructured social conversations into actionable insights.

Whether you're a marketer, researcher, developer, or data analyst, this tool helps you stay ahead by providing real-time visibility into audience reactions, emerging trends, and content performance.

It’s especially useful for:

  • 🧠 Product & Brand Sentiment Analysis: Understand how users are reacting to your products, ads, or brand mentions in public Facebook posts.
  • πŸ“£ Influencer Campaign Monitoring: Track how well influencer posts are engaging audiences across different regions or demographics.
  • πŸ“Š Market Research: Spot behavioral patterns and collect qualitative data for targeted surveys or segmentation.
  • πŸ› Political & Social Research: Scrape comment sections on political or policy-related posts to monitor public opinion and voter sentiment.
  • 🚨 Misinformation & Content Moderation Studies: Detect engagement patterns around false claims or toxic discussions.
  • πŸŽ“ Academic Studies: Use as a dataset generator for NLP models, opinion mining, or social media discourse analysis.

This actor enables automated, scalable, and repeatable comment extraction β€” no browser automation, no manual effort.


πŸ›  Key Features

πŸ”Ή FeatureπŸ’‘ What you get
πŸ“ Comment bodyFull text, emoji and all.
πŸ™‹ Author infoCommenter ID and profile link (when public).
πŸ•’ TimestampsExact UNIX time to analyse activity peaks.
πŸ“ˆ Engagement
β€’ likes_count (integer) πŸ‘
β€’ reply_count (integer) πŸ’¬
β€’ is_live_video_comment flag
πŸ“¦ Multiple formatsJSON, CSV, Excel, XML or HTML via Apify storage.

⚑ Quick Start

  1. πŸ” Clone / fork the actor or install from Apify Store
  2. 🌐 Put your post URLs in storage/key_value_stores/default/INPUT.json
  3. ▢️ Click β€œSave & Start”

🧾 Input Parameters

{
"maxResults": 40,
"startUrls": ["https://www.facebook.com/Cristiano/posts/10161345601032164"]
}

πŸ“€ Output Example

Each output item includes:

"comment_id": "17938403948273912",
"feedback_id": "1837320198273947",
"commentor_id": "1000123456789",
"comment_text": "This goal was insane πŸ”₯",
"author": {
"name": "John Doe",
"url": "https://facebook.com/johndoe"
},
"created_time": 1719814023,
"is_live_video_comment": false,
"likes_count": 235,
"reply_count": 12
}
  • πŸ“ Data is stored in Apify's dataset β€” export it as JSON, CSV, Excel, or HTML.

πŸ’¬ Feedback & Support

We appreciate your support and contributions! 🀝

πŸ› Found a bug? πŸ’‘ Want a feature added?

  1. Open an Issue in the GitHub issues tab.
  2. Include the run ID or error message, if available.
  3. We aim to respond within 24 hours ⏳