# Track Yandex Search Ads for a Keyword

**Use case:** 

Research paid ads on a Yandex results page for any keyword. Returns each ad's position, title, link, displayed URL, and snippet as JSON.

## Input

```json
{
  "text": "купить iphone",
  "include_organic_results": false,
  "include_ads": true,
  "include_knowledge_graph": false,
  "include_inline_images": false,
  "include_inline_videos": false,
  "yandex_domain": "yandex.ru",
  "lang": "en",
  "max_pages": 1,
  "groups_on_page": 10,
  "family_mode": 1,
  "fix_typo": true,
  "sort_mode": "relevance",
  "period": "all"
}
```

## Output

```json
{
  "text": {
    "label": "Query",
    "format": "text"
  },
  "yandex_domain": {
    "label": "Domain",
    "format": "text"
  },
  "ads_results": {
    "label": "Ads results"
  }
}
```

## About this Actor

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