# Groups Facebook Search

**Use case:** 

Extract Facebook Search data filtered by groups. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "queries": [
    "nike",
    "apple"
  ],
  "searchType": "groups",
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "profilePicUrl": {
    "label": "Profile pic url"
  },
  "type": {
    "label": "Type"
  },
  "query": {
    "label": "Query"
  },
  "name": {
    "label": "Name"
  },
  "url": {
    "label": "Url"
  },
  "pageId": {
    "label": "Page id"
  },
  "category": {
    "label": "Category"
  },
  "description": {
    "label": "Description"
  },
  "likes": {
    "label": "Likes"
  },
  "followers": {
    "label": "Followers"
  },
  "members": {
    "label": "Members"
  },
  "verified": {
    "label": "Verified"
  },
  "coverPhotoUrl": {
    "label": "Cover photo url"
  },
  "address": {
    "label": "Address"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "scrapedAt": {
    "label": "Scraped at"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

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