# Recent Facebook reviews

**Use case:** 

Collect public Facebook Page recommendations newest first when source dates are available.

## Input

```json
{
  "pageTargets": [
    "portosbakery"
  ],
  "maxCommentsPerRecommendation": 0,
  "maxRepliesPerComment": 0,
  "maxRecommendationsPerPage": 10,
  "maxRecommendations": 10
}
```

## Output

```json
{
  "recommendationId": {
    "label": "Recommendation ID",
    "format": "string"
  },
  "text": {
    "label": "Recommendation text",
    "format": "string"
  },
  "recommendationStatus": {
    "label": "Recommendation status",
    "format": "string"
  },
  "legacyRating": {
    "label": "Legacy rating",
    "format": "number"
  },
  "createdAt": {
    "label": "Published at",
    "format": "string"
  },
  "recommendationUrl": {
    "label": "Recommendation URL",
    "format": "string"
  },
  "page.id": {
    "label": "Page ID",
    "format": "string"
  },
  "page.name": {
    "label": "Page name",
    "format": "string"
  },
  "page.url": {
    "label": "Page URL",
    "format": "string"
  },
  "page.imageUrl": {
    "label": "Page image URL",
    "format": "string"
  },
  "reviewer.name": {
    "label": "Reviewer name",
    "format": "string"
  },
  "reviewer.url": {
    "label": "Reviewer URL",
    "format": "string"
  },
  "reviewer.profilePictureUrl": {
    "label": "Reviewer profile picture URL",
    "format": "string"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "reactionCount": {
    "label": "Reaction count",
    "format": "integer"
  },
  "commentCount": {
    "label": "Comment count",
    "format": "integer"
  },
  "shareCount": {
    "label": "Share count",
    "format": "integer"
  },
  "media": {
    "label": "Recommendation media",
    "format": "array"
  }
}
```

## About this Actor

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