# Facebook Business Reviews Scraper for Reputation Management

**Use case:** 

Collect up to 50 reviews from a Facebook business page. Get structured insights, including review text, ratings, and engagement metrics.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.facebook.com/copperkettleyqr/reviews"
    }
  ],
  "maxReviewsPerUrl": 50
}
```

## Output

```json
{
  "authorName": {
    "label": "Author name"
  },
  "text": {
    "label": "Text"
  },
  "isRecommended": {
    "label": "Is recommended"
  },
  "createdAt": {
    "label": "Created at"
  },
  "url": {
    "label": "Url"
  },
  "reactionCount": {
    "label": "Reaction count"
  },
  "shareCount": {
    "label": "Share count"
  },
  "page": {
    "label": "Page"
  }
}
```

## About this Actor

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