# Yandex Competitor Keyword Research Russia

**Use case:** 

Uncover top-ranking competitors and their content strategies for key industry terms in the Russian market. Gain insights to refine your SEO and content planning

## Input

```json
{
  "searchQueries": [
    "купить смартфон москва",
    "доставка еды спб",
    "кредитная карта онлайн"
  ],
  "yandexDomain": "yandex.ru",
  "lang": "ru",
  "lr": "ru",
  "maxPages": 5,
  "resultsPerPage": 30,
  "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.