# Yandex Maps hotel reviews scraper for local market research

**Use case:** 

Collect Yandex Maps reviews across Istanbul hotel searches to compare customer sentiment, ratings, owner replies, and recent feedback.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://yandex.com/maps/org/1018907821/"
    }
  ],
  "businessIds": [
    "1018907821"
  ],
  "searchQueries": [
    {
      "query": "hotels in Sultanahmet",
      "location": "Istanbul",
      "coordinates": "28.9784,41.0082",
      "span": "0.7,0.7"
    },
    {
      "query": "boutique hotels Galata",
      "location": "Istanbul",
      "coordinates": "28.9744,41.0256",
      "span": "0.4,0.4"
    }
  ],
  "maxItems": 300,
  "maxReviewsPerPlace": 40,
  "maxPlacesPerQuery": 10,
  "sort": "by_relevance",
  "locale": "en_US",
  "regionId": 11508
}
```

## Output

```json
{
  "placeName": {
    "label": "Place"
  },
  "placeUrl": {
    "label": "Place URL",
    "format": "link"
  },
  "address": {
    "label": "Address"
  },
  "overallRating": {
    "label": "Overall rating"
  },
  "reviewerName": {
    "label": "Reviewer"
  },
  "rating": {
    "label": "Review rating"
  },
  "reviewText": {
    "label": "Review text"
  },
  "reviewDate": {
    "label": "Review date"
  },
  "likes": {
    "label": "Likes"
  },
  "ownerReplyText": {
    "label": "Owner reply"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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