# Yandex Lavka Cheese Prices and Availability

**Use case:** 

Retrieve SKU-level prices and stock availability for cheese products from Yandex Lavka in Moscow. Gain insights into discounts and stock status.

## Input

```json
{
  "categories": [
    "cheese"
  ],
  "cities": [
    "moscow"
  ],
  "locations": [],
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "RU"
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "title": {
    "label": "Product",
    "format": "string"
  },
  "amount": {
    "label": "Pack size",
    "format": "string"
  },
  "currentPrice": {
    "label": "Price",
    "format": "number"
  },
  "oldPrice": {
    "label": "Old price",
    "format": "number"
  },
  "available": {
    "label": "In stock",
    "format": "boolean"
  },
  "categorySlug": {
    "label": "Category",
    "format": "string"
  },
  "locationLabel": {
    "label": "City/Depot",
    "format": "string"
  }
}
```

## About this Actor

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