Facebook Page Scraper avatar
Facebook Page Scraper

Pricing

$9.00 / 1,000 results

Go to Apify Store
Facebook Page Scraper

Facebook Page Scraper

Developed by

TheDoor

TheDoor

Maintained by Community

This Apify actor scrapes posts and comments from public Facebook pages. It collects post content, reactions, comments, and attachments, then outputs structured JSON files for analysis.

0.0 (0)

Pricing

$9.00 / 1,000 results

0

5

5

Last modified

15 days ago

Facebook Post & Comment Scraper (Apify Actor)

Overview

This Apify actor scrapes posts and comments from public Facebook pages. It collects post content, reactions, comments, and attachments, then outputs structured JSON files for easy analysis.

How to Use

1. Input

  • Prepare an input.json file with Facebook page URLs or IDs and any desired scraping parameters (such as number of posts, date range, etc.).
  • Upload the input file to Apify or provide the parameters in the Apify actor’s input UI.

2. Output

  • The app generates JSON files containing the scraped data.
  • Each output file includes two main sections:
    • data: All essential post information—post URL, content, creation time, reactions, comments, and attachments.
    • raw_data: The complete, unprocessed data as retrieved from Facebook, including technical details and metadata for advanced use.
  • Output files are available in the Apify dataset tab or can be downloaded from the storage/datasets/default/ directory.

Output Format Example

Each post is represented as a JSON object:

{
"data": {
"postUrl": "...",
"postContent": "...",
"creationTime": "...",
"reactions": ...,
"comments": ...,
"attachments": [...]
},
"raw_data": { ... }
}

Summary

Provide the Facebook page info as input, run the actor, and download the structured JSON results for your analysis. All essential data will be in the data section, and the full raw data will be in raw_data.