Facebook Group Members Scraper ๐Ÿ“Š avatar

Facebook Group Members Scraper ๐Ÿ“Š

Pricing

$19.99/month + usage

Go to Apify Store
Facebook Group Members Scraper ๐Ÿ“Š

Facebook Group Members Scraper ๐Ÿ“Š

Extract Facebook group members' data including profile information, contribution scores, and membership details. Perfect for social media analysis, community insights, and member engagement tracking.

Pricing

$19.99/month + usage

Rating

4.0

(4)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

10

Bookmarked

421

Total users

21

Monthly active users

21 hours ago

Last modified

Share

Extract detailed information about members from any Facebook group efficiently and systematically.

๐ŸŽฏ Use Cases

  • Social media research and analysis
  • Community engagement tracking
  • Member profiling and segmentation
  • Influencer identification
  • Group growth monitoring
  • Marketing research
  • Community management

โœจ Features

  • ๐Ÿ” Extracts comprehensive member data
  • ๐Ÿ‘ค Gets member profiles with verification status
  • ๐Ÿ“ˆ Retrieves contribution scores and engagement metrics
  • โšก High-performance data collection
  • ๐Ÿ”„ Supports multiple groups scraping
  • ๐Ÿ›ก๏ธ Built-in anti-detection mechanisms
  • โฑ๏ธ Real-time data with timestamp

๐Ÿ“‹ Output Data

For each group member, you'll get:

  • Member ID and name
  • Profile URL
  • Verification status
  • Profile picture URL
  • Bio (if available)
  • Group-specific information:
    • Membership ID
    • Contribution score
    • Total engagement signals
  • Scraping timestamp

๐Ÿ’ก Input Parameters

  • groupUrls: Array of Facebook group URLs to scrape
  • maxItems: Maximum number of members to collect (default: unlimited)
  • proxyConfiguration: Optional proxy settings for better performance

๐Ÿš€ Getting Started

  1. Input the Facebook group URL(s) you want to analyze
  2. Set the maximum number of members to collect (optional)
  3. Configure proxy settings if needed
  4. Run the actor and get structured JSON results

โš ๏ธ Important Notes

  • Respect Facebook's terms of service and privacy policies
  • Use responsibly and ethically
  • Consider rate limiting and data collection guidelines
  • Requires valid Facebook authentication

๐Ÿ’ช Support

If you need help or have any questions, feel free to reach out through Apify's platform.

Input Example

A full explanation of an input example in JSON.

{
"groupUrls": [
"https://www.facebook.com/groups/1242309506256283/"
],
"maxItems": 50
}

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.

[
{
"groupUrl": "https://www.facebook.com/groups/1242309506256283/",
"member": {
"id": "61572362312069",
"name": "Elon Reeves Musk",
"profileUrl": "https://www.facebook.com/profile.php?id=61572362312069",
"isVerified": false,
"profilePicture": "https://scontent-ams4-1.xx.fbcdn.net/v/t1.30497-1/453178253_471506465671661_2781666950760530985_n.png?stp=dst-png_s120x120&_nc_cat=1&ccb=1-7&_nc_sid=136b72&_nc_ohc=JVgfCZijtJwQ7kNvgEsKmKr&_nc_zt=24&_nc_ht=scontent-ams4-1.xx&_nc_gid=Ae4X2wfWRAs54Twc5rdI5Fd&oh=00_AYBT2Rf3AhUb8xzK0sxTbg3w4IsJ1FrbayEk_hjz25A5JA&oe=67B9587A",
"bio": null,
"groupInfo": {
"membershipId": "122098429850745410",
"contributionScore": null,
"totalSignals": 0
}
},
"scrapedAt": "2025-01-23T07:47:37.451Z"
},
...
]