# Analyze Competitor Gym Facebook Pages & Follower Counts

**Use case:** 

Monitor competitor fitness centers to track their social media presence, follower growth, and engagement metrics. Gain competitive intelligence to refine your o

## Input

```json
{
  "searchTerms": [
    "gym",
    "fitness center",
    "crossfit"
  ],
  "locations": [
    "Miami, FL",
    "Austin, TX"
  ],
  "maxItems": 80,
  "cookies": ""
}
```

## Output

```json
{
  "pageName": {
    "label": "Page Name",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "followers": {
    "label": "Followers",
    "format": "number"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "facebookUrl": {
    "label": "Facebook URL",
    "format": "link"
  },
  "website": {
    "label": "Website",
    "format": "link"
  }
}
```

## About this Actor

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