# Yandex Brand Sentiment Monitoring Germany

**Use case:** 

Monitor brand mentions and public sentiment on Yandex in Germany to proactively manage your brand reputation. Quickly identify positive or negative discussions 

## Input

```json
{
  "searchQueries": [
    "telekom erfahrungen",
    "bmw bewertung",
    "siemens kritik"
  ],
  "yandexDomain": "yandex.de",
  "lang": "de",
  "lr": "",
  "maxPages": 3,
  "resultsPerPage": 10,
  "timeFilter": "month",
  "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.