Facebook Group Profile Scraper ๐Ÿ“Š logo

Facebook Group Profile Scraper ๐Ÿ“Š

Extract detailed information from Facebook Groups including group stats, admins, moderators, rules, and activity metrics. Perfect for market research, community analysis, and social media monitoring.

easyapi
$19.99

Powerful scraper that extracts comprehensive information from Facebook Groups. Get detailed insights about any public Facebook group including membership stats, activity metrics, admin details, and more.

Features โœจ

  • Extract basic group information (ID, name, URL, description)
  • Get group activity metrics (daily posts, monthly posts, total members)
  • Collect admin and moderator profiles
  • Retrieve group privacy settings and visibility info
  • Access group creation date and history
  • Get group rules and guidelines
  • Support for multiple group URLs in one run
  • Proxy support for reliable scraping

Output Data Structure ๐Ÿ“‹

The actor provides detailed JSON output for each group including:

  • Group ID and basic info
  • Membership statistics
  • Activity metrics
    • New posts today
    • Posts in last month
    • Total member count
    • New member growth
  • Administrative information
    • Admin profiles
    • Moderator profiles
  • Privacy and visibility settings
  • Group rules and guidelines

Use Cases ๐ŸŽฏ

  • Market Research: Analyze Facebook communities in your industry
  • Community Analysis: Track group growth and engagement metrics
  • Competitor Research: Monitor competing groups' activities
  • Social Media Marketing: Identify active communities in your niche
  • Lead Generation: Find relevant groups for your business
  • Academic Research: Study online communities and social behavior

Input Parameters ๐Ÿ”ง

  • groupUrls: Array of Facebook group URLs to scrape
  • proxyConfiguration: Proxy settings for reliable scraping (optional)

Tips ๐Ÿ’ก

  • Make sure to use proxies for better reliability
  • Respect Facebook's terms of service and rate limits
  • Only scrape public groups that you have access to
  • Consider using maxItems parameter for initial testing

Need help? Feel free to reach out through Apify issues!

Input Example

A full explanation of an input example in JSON.

1{
2    "groupUrls": [
3        "https://www.facebook.com/groups/1242309506256283/"
4    ]
5}

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        "groupId": "1242309506256283",
4        "groupName": "Tesla",
5        "groupUrl": "https://www.facebook.com/groups/1242309506256283/",
6        "groupDescription": "",
7        "groupCreatedTime": "2021-12-12T16:31:22.000Z",
8        "activity": {
9            "newPostsToday": 29,
10            "newPostsLastMonth": 690,
11            "totalMembers": "325,331 total members",
12            "newMembersLastWeek": "+ 1,775 in the last week"
13        },
14        "about": {
15            "privacyInfo": {
16                "text": "Public",
17                "description": "Anyone can see who's in the group and what they post."
18            },
19            "discoverabilityInfo": {
20                "text": "Visible",
21                "description": "Anyone can find this group."
22            },
23            "history": {
24                "text": "History",
25                "description": ""
26            },
27            "tags": {
28                "text": "Tags",
29                "description": ""
30            }
31        },
32        "adminProfiles": [
33            {
34                "name": "Jianchun Xu",
35                "url": "https://www.facebook.com/tellspringyan"
36            },
37            {
38                "name": "Adrian Bino",
39                "url": "https://www.facebook.com/adrian.bino.1"
40            }
41        ],
42        "moderatorsProfiles": [
43            {
44                "name": "Jarret Fink",
45                "url": "https://www.facebook.com/jarret.fink"
46            },
47            {
48                "name": "Anthony Martini Jr.",
49                "url": "https://www.facebook.com/profile.php?id=100003405140266"
50            },
51            {
52                "name": "Tesla Shareholder",
53                "url": "https://www.facebook.com/evergreen.pei"
54            }
55        ]
56    }
57]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool โ€” just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. Youโ€™ll be guided to input a search term and get structured results. No setup needed!