# Monitor Yandex Search Ads by Keyword

**Use case:** 

Track paid ads on Yandex for any keyword, pay per result. 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",
  "lr": "84",
  "max_pages": 1,
  "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/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.