# Collect Yandex Inline Images for a Query

**Use case:** 

Get the Yandex inline image strip for any query. Returns each image's title, thumbnail, and link as JSON.

## Input

```json
{
  "text": "тигр",
  "include_organic_results": false,
  "include_ads": false,
  "include_knowledge_graph": false,
  "include_inline_images": true,
  "include_inline_videos": 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_images": {
    "label": "Inline images"
  }
}
```

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