Facebook Groups Search Scraper
Pricing
from $4.99 / 1,000 results
Facebook Groups Search Scraper
π Facebook Groups Search Scraper extracts public group results by keywordβname, URL, members, privacy, topics & about. π Export CSV/JSON for research, lead gen, and community discovery. β‘ Fast, reliable, API-ready. π Ideal for marketers, analysts & recruiters.
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
API Empire
Maintained by CommunityActor stats
0
Bookmarked
4
Total users
3
Monthly active users
20 days ago
Last modified
Share
Apify Actor that finds and scrapes Facebook group data by search terms (via DuckDuckGo) and/or direct group URLs. Output matches the same structure as the reference group_search.json.
Why use this actor?
- Bulk input: Multiple search terms and/or group URLs in one run.
- No proxy by default; automatic fallback to datacenter then residential proxy if the platform blocks.
- Live saving: Results are pushed to the dataset as they are scraped.
- Retries: Exponential backoff and up to 3 retries when using residential proxy.
Input
| Field | Type | Required | Description |
|---|---|---|---|
| startUrls | array | Yes | List of objects with url. Each url can be a search term (e.g. bmw, tesla) or a Facebook group URL (e.g. https://www.facebook.com/groups/123/). |
| proxyConfiguration | object | No | Apify proxy settings. Default: no proxy. Actor falls back to datacenter then residential if blocked. |
| maxItems | integer | No | Max groups per search term (1β500). Default: 100. |
Example input (JSON):
{"startUrls": [{ "url": "bmw" },{ "url": "tesla" },{ "url": "https://www.facebook.com/groups/example/" }],"maxItems": 50}
Output
Dataset rows: one per group, with fields:
- query β Search term or
direct_urls - id β Group ID
- name β Group name
- url β Group URL
- profilePictureUri β Image URL or null
- visibility β Public / Private
- memberInfo β e.g. "10,000 total members"
- postFrequency β e.g. "5.2 posts a day"
- type β "Group"
- viewerJoinState β e.g. "CAN_JOIN"
Full run output has the same shape as group_search.json:
- config β
maxItems,searchQuery - total_groups β Total groups scraped
- results β Array of
{ "query", "groups", "count" }
How to run
- Open Apify Console β Actors.
- Create or open this actor and configure Input: add
startUrls(and optional proxy /maxItems). - Click Start and watch Log for progress and proxy fallback messages.
- Open Output (dataset) to view or export (JSON/CSV).
Cautions
- Data is from public pages only.
- You are responsible for compliance with applicable laws (privacy, data protection, etc.).
What are other Facebook scraping tools?
If you want to scrape specific Facebook data, you can use any of the dedicated scrapers below for faster and more targeted results.