# Yandex News Trend Analysis Ukraine

**Use case:** 

Identify emerging news trends and hot topics in Ukraine by scraping recent Yandex search results. This helps content creators and journalists stay current and c

## Input

```json
{
  "searchQueries": [
    "новини політика україна",
    "технології майбутнього",
    "економіка україни"
  ],
  "yandexDomain": "yandex.ua",
  "lang": "uk",
  "lr": "",
  "maxPages": 5,
  "resultsPerPage": 20,
  "timeFilter": "week",
  "noReask": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "text"
  },
  "page": {
    "label": "Page",
    "format": "number"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "total_results_text": {
    "label": "Total Results",
    "format": "text"
  },
  "organic_results": {
    "label": "Organic Results",
    "format": "array"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Yandex Search Scraper](https://apify.com/crawlerbros/yandex-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/yandex-search-scraper) to learn more, explore other use cases, and run it yourself.