# Check SERP results in Romanian on Yandex

**Use case:** 

Run a Romanian query on yandex.com and get the SERP as JSON: organic results with titles, links, and snippets, language preset to Romanian.

## Input

```json
{
  "text": "cele mai bune telefoane 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": "ro",
  "lr": 111,
  "max_pages": 1,
  "groups_on_page": 10,
  "family_mode": 1,
  "fix_typo": true,
  "sort_mode": "relevance",
  "period": "all"
}
```

## Output

```json
{
  "item_type": {
    "label": "Result type",
    "format": "text"
  },
  "result_count": {
    "label": "Results in item",
    "format": "number"
  },
  "page_number": {
    "label": "Page",
    "format": "number"
  },
  "text": {
    "label": "Query",
    "format": "text"
  },
  "yandex_domain": {
    "label": "Domain",
    "format": "text"
  },
  "search_language_description": {
    "label": "Language",
    "format": "text"
  },
  "search_location": {
    "label": "Location",
    "format": "text"
  },
  "total_results_found": {
    "label": "Total organic results",
    "format": "number"
  },
  "pages_processed": {
    "label": "Pages",
    "format": "number"
  },
  "search_timestamp": {
    "label": "Timestamp",
    "format": "date"
  }
}
```

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