# Yandex Maps Business Review Exporter

**Use case:** 

Monitor new reviews and rating changes for a Yandex Maps business listing. Receive updated reviews, star ratings, and owner replies in real-time.

## Input

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

## Output

```json
{
  "businessTitle": {
    "label": "Business",
    "format": "string"
  },
  "businessAddress": {
    "label": "Address",
    "format": "string"
  },
  "businessRating": {
    "label": "Rating",
    "format": "number"
  },
  "businessRatingsCount": {
    "label": "Ratings count",
    "format": "number"
  },
  "totalReviewCount": {
    "label": "Review count",
    "format": "number"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "businessUrl": {
    "label": "Link",
    "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.