# API выдачи Яндекса на узбекском: SERP в JSON

**Use case:** 

API запускает узбекский запрос на yandex.uz и отдает SERP в JSON: позиции, заголовки, ссылки и сниппеты. Язык и регион заданы для Узбекистана.

## Input

```json
{
  "text": "eng yaxshi telefonlar 2026",
  "include_organic_results": true,
  "include_ads": false,
  "include_knowledge_graph": false,
  "include_inline_images": false,
  "include_inline_videos": false,
  "include_image_search": false,
  "include_video_search": false,
  "image_type": "any",
  "image_color": "any",
  "image_orientation": "any",
  "image_file_type": "any",
  "image_recent": false,
  "video_duration": "any",
  "video_hd": false,
  "yandex_domain": "yandex.uz",
  "lang": "uz",
  "lr": 171,
  "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.