# Yandex'te İstanbul otelleri sonuçlarını indir

**Use case:** 

Yandex'te “İstanbul otelleri” arama sonuçlarını dışa aktarın. Organik sıralamalar, reklamlar, başlıklar, açıklamalar ve yapay zekâ yanıtlarını alın.

## Input

```json
{
  "query": "İstanbul otelleri",
  "maxPages": 5,
  "language": "tr"
}
```

## Output

```json
{
  "search_info.query": {
    "label": "Query",
    "format": "text"
  },
  "position": {
    "label": "Position",
    "format": "number"
  },
  "page": {
    "label": "Page",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "display_url": {
    "label": "Display URL",
    "format": "text"
  },
  "snippet": {
    "label": "Snippet",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Yandex Search Scraper - SERP API | Парсер Поиска Яндекса](https://apify.com/zen-studio/yandex-search-engine-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zen-studio/yandex-search-engine-scraper) to learn more, explore other use cases, and run it yourself.