# Automate Facebook reviews exports with API

**Use case:** 

Automate Facebook reviews exports through Apify API, schedules, webhooks, dataset exports, and downstream integrations.

## Input

```json
{
  "targets": [
    "portosbakery"
  ],
  "maxRecommendations": 50,
  "maxRecommendationsPerTarget": 50,
  "commentsLimit": 3,
  "maxComments": 75,
  "repliesLimit": 5,
  "maxReplies": 100
}
```

## Output

```json
{
  "createdAt": {
    "label": "Created at",
    "format": "string"
  },
  "recommendationStatus": {
    "label": "Status",
    "format": "string"
  },
  "text": {
    "label": "Review text",
    "format": "string"
  },
  "input": {
    "label": "Input",
    "format": "string"
  },
  "page": {
    "label": "Page",
    "format": "object"
  },
  "reviewer": {
    "label": "Reviewer",
    "format": "object"
  },
  "engagement": {
    "label": "Engagement",
    "format": "object"
  },
  "url": {
    "label": "Recommendation URL",
    "format": "string"
  }
}
```

## 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.