# Yandex Lavka Discounts in Saint Petersburg

**Use case:** 

Retrieve SKU-level discounts and stock status for bread, frozen fish, and beauty products from Yandex Lavka in Saint Petersburg.

## Input

```json
{
  "categories": [
    "hleb",
    "frozen_fish",
    "beauty_store"
  ],
  "cities": [
    "spb"
  ],
  "locations": [],
  "maxItems": 150,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "RU"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Product",
    "format": "string"
  },
  "currentPrice": {
    "label": "Price",
    "format": "number"
  },
  "oldPrice": {
    "label": "Old price",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "discountLabel": {
    "label": "Discount label",
    "format": "string"
  },
  "isMarkdown": {
    "label": "Clearance",
    "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.