
Facebook Group Posts Scraper 📱
Pricing
$29.99/month + usage

Facebook Group Posts Scraper 📱
Scrape Facebook group posts efficiently with login support. Extract post content, author info, timestamps and more from any public or private Facebook group you have access to.
3.0 (2)
Pricing
$29.99/month + usage
2
Total users
65
Monthly users
34
Runs succeeded
>99%
Last modified
7 hours ago
Powerful scraper that extracts posts and related information from Facebook groups. Works with public groups.
🎯 Features
- Scrapes posts from any Facebook group you have access to
- Handles both public and private Facebook groups
- Supports login via cookies
- Built-in stealth and anti-detection mechanisms
- Configurable proxy support
- Customizable number of posts to scrape
- Random delays and human-like scrolling behavior
📊 Output Data
For each post, the scraper extracts:
- Post ID
- Post URL
- Post content/message
- Creation timestamp
- Author ID
- Author name
- Author profile URL
🔧 Input Parameters
Parameter | Type | Description |
---|---|---|
groupUrls | Array | List of Facebook group URLs to scrape |
maxItems | Integer | Maximum number of posts to scrape (optional) |
proxyConfiguration | Object | Proxy settings (optional) |
💡 Use Cases
- Social media monitoring
- Market research
- Content analysis
- Community engagement tracking
- Competitor analysis
- Trend detection
🚀 Getting Started
- Enter the Facebook group URL(s) you want to scrape
- Set the maximum number of posts to collect (optional)
- Configure proxy settings if needed
- Run the actor and get structured data in your preferred format
⚠️ Important Notes
- Respect Facebook's terms of service and privacy policies
- Use appropriate delays between requests
- Make sure you have permission to access the groups you want to scrape
- Consider using proxies for large-scale scraping
Input Example
A full explanation of an input example in JSON.
1{ 2 "groupUrls": [ 3 "https://www.facebook.com/groups/1242309506256283/" 4 ], 5 "maxItems": 50 6}
Output sample
The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "postId": "1999533500533876", 4 "message": "NEWS: Tesla has announced that, effective February 1, all models in Canada will get huge price increases.\n\nPrice changes:\n• Model 3: $4,000-$9,000 increase (depending on trim)\n• Model Y: $4,000 increase on all trims\n• Model S/X: $4,000 increase on all trims", 5 "authorId": "100000021881982", 6 "authorName": "Jianchun Xu", 7 "authorUrl": "https://www.facebook.com/tellspringyan", 8 "url": "https://www.facebook.com/groups/1242309506256283/permalink/1999533500533876/" 9 }, 10 ... 11]