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.
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.
The actor provides detailed JSON output for each group including:
groupUrls
: Array of Facebook group URLs to scrapeproxyConfiguration
: Proxy settings for reliable scraping (optional)Need help? Feel free to reach out through Apify issues!
A full explanation of an input example in JSON.
1{ 2 "groupUrls": [ 3 "https://www.facebook.com/groups/1242309506256283/" 4 ] 5}
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]
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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!