# Sort Yandex Search Results by Date

**Use case:** 

Get Yandex organic results sorted by date instead of relevance. Returns position, title, link, displayed URL, and snippet as JSON.

## Input

```json
{
  "text": "новости технологий",
  "include_organic_results": true,
  "include_ads": false,
  "include_knowledge_graph": false,
  "include_inline_images": false,
  "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": "date",
  "period": "all"
}
```

## Output

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

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