# Facebook Groups Data Export

**Use case:** 

Data Export of Facebook Groups. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100,
  "startUrls": [
    "https://www.facebook.com/groups/buynothingproject",
    "https://www.facebook.com/groups/humansofnewyork"
  ],
  "enrichGroup": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "profilePicUrl": {
    "label": "Profile pic url"
  },
  "name": {
    "label": "Name"
  },
  "url": {
    "label": "Url"
  },
  "groupId": {
    "label": "Group id"
  },
  "privacy": {
    "label": "Privacy"
  },
  "memberCount": {
    "label": "Member count"
  },
  "postCount": {
    "label": "Post count"
  },
  "category": {
    "label": "Category"
  },
  "city": {
    "label": "City"
  },
  "country": {
    "label": "Country"
  },
  "description": {
    "label": "Description"
  },
  "coverPhotoUrl": {
    "label": "Cover photo url"
  },
  "createdAt": {
    "label": "Created at"
  },
  "adminList": {
    "label": "Admin list"
  },
  "rules": {
    "label": "Rules"
  },
  "recentPostPreview": {
    "label": "Recent post preview"
  },
  "scrapedAt": {
    "label": "Scraped at"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

This example demonstrates how to use [Facebook Groups Scraper](https://apify.com/parseforge/facebook-groups-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/facebook-groups-scraper) to learn more, explore other use cases, and run it yourself.