# Yandex Market Robot Vacuum Ratings and Seller Data

**Use case:** 

Access detailed data on robot vacuum products from Yandex Market. Get prices, seller ratings, reviews, and specifications for informed decisions.

## Input

```json
{
  "searchQueries": [
    "робот-пылесос"
  ],
  "maxItems": 50,
  "enrichProducts": true,
  "sortBy": "rating",
  "region": "213",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "RU"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Product",
    "format": "string"
  },
  "sellerName": {
    "label": "Seller",
    "format": "string"
  },
  "sellerRating": {
    "label": "Seller rating",
    "format": "number"
  },
  "sellerId": {
    "label": "Seller ID",
    "format": "number"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Ratings",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "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.