# Yandex Market Smartphone Price Comparison

**Use case:** 

Retrieve real-time pricing for smartphones like iPhone, Samsung, and Xiaomi from Yandex Market. Get data on prices, ratings, and verified images.

## Input

```json
{
  "searchQueries": [
    "смартфон iPhone",
    "смартфон Samsung",
    "смартфон Xiaomi"
  ],
  "maxItems": 60,
  "enrichProducts": true,
  "sortBy": "cheapest",
  "region": "213",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "RU"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Product",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "oldPrice": {
    "label": "Old price",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "inStock": {
    "label": "In stock",
    "format": "boolean"
  },
  "availability": {
    "label": "Availability",
    "format": "string"
  },
  "delivery": {
    "label": "Delivery",
    "format": "string"
  },
  "sourceQuery": {
    "label": "Query",
    "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.