# Compare Facebook Reviews Across Multiple Pages

**Use case:** 

Compare public Facebook reviews across multiple Pages in one run and export recommendation text, dates, reviewer details, engagement, and source Page data.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.facebook.com/copperkettleyqr/reviews"
    },
    {
      "url": "https://www.facebook.com/Meta/reviews"
    }
  ],
  "pageIds": [],
  "maxItems": 40,
  "maxReviewsPerPage": 20,
  "includeReviewPhotos": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "pageName": {
    "label": "Page",
    "format": "string"
  },
  "reviewerName": {
    "label": "Reviewer",
    "format": "string"
  },
  "isRecommended": {
    "label": "Recommended",
    "format": "boolean"
  },
  "date": {
    "label": "Review date",
    "format": "string"
  },
  "text": {
    "label": "Review text",
    "format": "string"
  },
  "likesCount": {
    "label": "Likes",
    "format": "integer"
  },
  "commentsCount": {
    "label": "Comments",
    "format": "integer"
  },
  "url": {
    "label": "Review URL",
    "format": "string"
  }
}
```

## About this Actor

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