# Yandex Local SEO Ranking Monitoring Istanbul

**Use case:** 

Monitor local search rankings for your business and competitors in Istanbul to optimize your local SEO efforts. Identify opportunities to improve visibility for

## Input

```json
{
  "searchQueries": [
    "en iyi restoranlar istanbul",
    "oteller taksim meydanı",
    "diş hekimi kadıköy"
  ],
  "yandexDomain": "yandex.com.tr",
  "lang": "tr",
  "lr": "istanbul",
  "maxPages": 3,
  "resultsPerPage": 10,
  "timeFilter": "any",
  "noReask": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "text"
  },
  "page": {
    "label": "Page",
    "format": "number"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "total_results_text": {
    "label": "Total Results",
    "format": "text"
  },
  "organic_results": {
    "label": "Organic Results",
    "format": "array"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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