# Yandex Maps Business Review Monitor

**Use case:** 

Stay updated on new reviews and rating changes for your Yandex Maps business listing. Receive real-time data on fresh reviews and owner replies.

## Input

```json
{
  "businessIds": [
    "122754033471"
  ],
  "onlyNewReviews": true,
  "minRating": 0,
  "maxRating": 0,
  "maxReviewsPerPlace": 30,
  "includeReviewerData": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "businessTitle": {
    "label": "Business",
    "format": "string"
  },
  "reviewerName": {
    "label": "Reviewer",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "text": {
    "label": "Review",
    "format": "string"
  },
  "date": {
    "label": "Date",
    "format": "string"
  },
  "reviewerProfileUrl": {
    "label": "Reviewer profile",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Yandex Maps Review Monitor: Парсер отзывов Яндекс Карт](https://apify.com/getascraper/yandex-maps-review-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/yandex-maps-review-monitor) to learn more, explore other use cases, and run it yourself.