# Беспроводные Наушники Из Яндекс Маркета

**Use case:** 

Соберите данные о популярных беспроводных наушниках: цена, рейтинг, отзывы и характеристики. Получите актуальные предложения с Яндекс Маркета.

## Input

```json
{
  "searchQueries": [
    "беспроводные наушники"
  ],
  "maxItems": 50,
  "enrichProducts": true,
  "sortBy": "popular",
  "region": "213",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "RU"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Product",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "specSummary": {
    "label": "Spec summary",
    "format": "string"
  },
  "categoryId": {
    "label": "Category ID",
    "format": "number"
  },
  "modelId": {
    "label": "Model ID",
    "format": "string"
  },
  "sku": {
    "label": "SKU",
    "format": "string"
  },
  "offerId": {
    "label": "Offer ID",
    "format": "string"
  },
  "productUrl": {
    "label": "Link",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Yandex Market Scraper: Парсер Яндекс Маркет](https://apify.com/getascraper/yandex-market-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/yandex-market-scraper) to learn more, explore other use cases, and run it yourself.