Facebook Page Post Extractor 🤖💾: Data, Details & Analytics
Pricing
$9.00 / 1,000 results
Facebook Page Post Extractor 🤖💾: Data, Details & Analytics
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.
Pricing
$9.00 / 1,000 results
Rating
5.0
(1)
Developer

TheDoor
Actor stats
1
Bookmarked
24
Total users
7
Monthly active users
13 days ago
Last modified
Categories
Share
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.jsonfile 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.