# Яндекс Видео: результаты по запросу через API

**Use case:** 

API возвращает карусель видео из Яндекса по любому запросу: заголовок, ссылку, источник, длительность, превью и число просмотров в JSON.

## Input

```json
{
  "text": "python tutorial",
  "include_organic_results": false,
  "include_ads": false,
  "include_knowledge_graph": false,
  "include_inline_images": false,
  "include_inline_videos": true,
  "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.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": "Yandex domain"
  },
  "inline_videos": {
    "label": "Inline videos"
  }
}
```

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