# Audit owner replies in Yandex Maps reviews

**Use case:** 

Export public reviews and owner-reply fields to identify unanswered customer feedback for local reputation workflows.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://yandex.com/maps/org/surf_coffee/238919133832/reviews/"
    }
  ],
  "searchQueries": [],
  "maxReviewsPerPlace": 5,
  "maxPlacesPerQuery": 1,
  "sort": "date",
  "language": "en-US,en;q=0.9",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "placeName": {
    "label": "Place"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewerName": {
    "label": "Reviewer"
  },
  "reviewDate": {
    "label": "Review date"
  },
  "reviewText": {
    "label": "Review"
  },
  "likes": {
    "label": "Likes"
  },
  "ownerReplyText": {
    "label": "Owner reply"
  },
  "placeUrl": {
    "label": "Place URL",
    "format": "link"
  },
  "reviewerProfileUrl": {
    "label": "Reviewer profile",
    "format": "link"
  },
  "placeId": {
    "label": "Place ID"
  },
  "reviewId": {
    "label": "Review ID"
  },
  "ownerReplyDate": {
    "label": "Reply date"
  },
  "language": {
    "label": "Language"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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