# Track German Yandex SERPs at scale

**Use case:** 

Pull German Yandex search results in bulk, pay per result: organic listings with titles, links, and snippets as JSON, language preset to German.

## Input

```json
{
  "text": "beste Smartphones 2026",
  "include_organic_results": true,
  "include_ads": false,
  "include_knowledge_graph": false,
  "include_inline_images": false,
  "include_inline_videos": false,
  "yandex_domain": "yandex.com",
  "lang": "de",
  "lr": "111",
  "max_pages": 1,
  "sort_mode": "relevance",
  "period": "all"
}
```

## Output

```json
{
  "item_type": {
    "label": "Result type",
    "format": "text"
  },
  "result_count": {
    "label": "Results in item",
    "format": "number"
  },
  "text": {
    "label": "Query",
    "format": "text"
  },
  "yandex_domain": {
    "label": "Domain",
    "format": "text"
  },
  "lang": {
    "label": "Language",
    "format": "text"
  },
  "lr": {
    "label": "Region ID",
    "format": "text"
  },
  "page_number": {
    "label": "Page",
    "format": "number"
  },
  "pages_processed": {
    "label": "Pages processed",
    "format": "number"
  },
  "total_results_found": {
    "label": "Total organic results",
    "format": "number"
  },
  "search_timestamp": {
    "label": "Run time",
    "format": "date"
  }
}
```

## 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.