# Collect Top-Rated Facebook Reviews for Marketing Content

**Use case:** 

Gather highly recommended Facebook reviews from industry leaders to understand what delights their customers and to potentially source testimonials for your mar

## Input

```json
{
  "mode": "pageId",
  "startUrls": [
    {
      "url": "https://www.facebook.com/mcdonalds/reviews"
    }
  ],
  "pageIds": [
    "193132624021",
    "138031383279"
  ],
  "maxReviews": 250,
  "sortBy": "most_helpful",
  "filterByRecommendation": "recommended",
  "filterByDateFrom": "2022-01-01",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "authorName": {
    "label": "Author",
    "format": "text"
  },
  "isRecommended": {
    "label": "Recommended",
    "format": "boolean"
  },
  "text": {
    "label": "Review Text",
    "format": "text"
  },
  "createdAt": {
    "label": "Date",
    "format": "text"
  },
  "reactionCount": {
    "label": "Reactions",
    "format": "number"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "reviewUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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