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

**Use case:** 

Соберите выдачу Яндекса и выгрузите в CSV: заголовок, ссылка, сниппет, позиция. Экспорт в Excel и Google Таблицы, оплата за результат.

## Input

```json
{
  "text": "python tutorial",
  "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.com",
  "lang": "en",
  "lr": "84",
  "max_pages": 2,
  "sort_mode": "relevance",
  "period": "all"
}
```

## Output

```json
{
  "text": {
    "label": "Query"
  },
  "organic_results": {
    "label": "Organic results"
  }
}
```

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