# Audit Competitor Facebook Followers and Ratings

**Use case:** 

Benchmark competitor Facebook pages in one pull: follower count, like count, rating, rating count, category, and price range. Built for monthly reviews.

## Input

```json
{
  "startUrls": [
    "https://www.facebook.com/HubSpot",
    "https://www.facebook.com/salesforce",
    "https://www.facebook.com/Zoho"
  ],
  "getBusinessHours": false,
  "includePosts": false,
  "maxPosts": 9,
  "includeEvents": false,
  "includePhotos": false,
  "maxPhotos": 0,
  "includeReels": false,
  "maxReels": 10
}
```

## Output

```json
{
  "name": {
    "label": "Page",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "likeCount": {
    "label": "Likes",
    "format": "integer"
  },
  "followerCount": {
    "label": "Followers",
    "format": "integer"
  },
  "rating": {
    "label": "Rating",
    "format": "string"
  },
  "ratingCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "priceRange": {
    "label": "Price Range",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Facebook Page Details Scraper - Lead Gen [NO COOKIES] ✅](https://apify.com/unseenuser/fb-pages) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unseenuser/fb-pages) to learn more, explore other use cases, and run it yourself.