# Client listing watch with French review text

**Use case:** 

Watch a single client Google Maps listing and get new reviews of 3 stars or less in French, with the review text, the date and a direct review link.

## Input

```json
{
  "places": [
    "ChIJMYwentXB9EcRnD1RBwe9lmo"
  ],
  "badReviewStars": 3,
  "ratingDropThreshold": "0.1",
  "maxReviewsPerPlace": 30,
  "language": "fr",
  "monitorId": "client-fr"
}
```

## Output

```json
{
  "name": {
    "label": "Place name",
    "format": "string"
  },
  "currentScore": {
    "label": "Current score",
    "format": "number"
  },
  "reviewStars": {
    "label": "Review stars",
    "format": "number"
  },
  "reviewText": {
    "label": "Review text",
    "format": "string"
  },
  "type": {
    "label": "Alert type",
    "format": "string"
  },
  "detectedAt": {
    "label": "Detected at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Negative Review Alert & Monitor](https://apify.com/davidbenittah/google-maps-negative-review-alert) with a specific input configuration. Visit the [Actor detail page](https://apify.com/davidbenittah/google-maps-negative-review-alert) to learn more, explore other use cases, and run it yourself.