# Yandex Lavka Cheese and Milk Product Checker

**Use case:** 

Access real-time data on cheese and milk products in stock at Yandex Lavka for Moscow and St. Petersburg. Get SKU-level prices and availability.

## Input

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

## Output

```json
{
  "title": {
    "label": "Product",
    "format": "string"
  },
  "available": {
    "label": "In stock",
    "format": "boolean"
  },
  "isLowStock": {
    "label": "Low stock",
    "format": "boolean"
  },
  "comingSoon": {
    "label": "Coming soon",
    "format": "boolean"
  },
  "quantityLimit": {
    "label": "Per-order limit",
    "format": "number"
  },
  "maxAmount": {
    "label": "Max amount",
    "format": "number"
  },
  "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.