# Track Yandex rankings for 1,000 keywords

**Use case:** 

Track Yandex positions for big keyword lists, billed per result. Each query returns organic ranks, titles, links, domains, and snippets, one row each.

## Input

```json
{
  "text": "купить ноутбук",
  "yandex_domain": "yandex.ru",
  "lang": "en",
  "lr": "213",
  "max_pages": 1
}
```

## Output

```json
{
  "text": {
    "label": "Query",
    "format": "text"
  },
  "yandex_domain": {
    "label": "Domain",
    "format": "text"
  },
  "organic_results": {
    "label": "Organic results"
  }
}
```

## About this Actor

This example demonstrates how to use [Яндекс Yandex  | Парсер Поиска Яндекса](https://apify.com/johnvc/yandex-scrape-yandex-search-results-at-scale---per-result) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/yandex-scrape-yandex-search-results-at-scale---per-result) to learn more, explore other use cases, and run it yourself.