# Yandex Eda Menu Data for Kazan Restaurants

**Use case:** 

Retrieve detailed menu items, prices, and descriptions from Kazan restaurants on Yandex Eda. Access up to 600 menu items across 15 locations.

## Input

```json
{
  "cityFilter": "kazan",
  "maxRestaurants": 20,
  "maxMenuItemsTotal": 2000,
  "maxItems": 15,
  "maxItemsPerRestaurant": 40,
  "startUrls": [],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "restaurantName": {
    "label": "Restaurant",
    "format": "string"
  },
  "restaurantRating": {
    "label": "Rating ★",
    "format": "number"
  },
  "restaurantRatingCount": {
    "label": "Rating Count",
    "format": "string"
  },
  "priceCategory": {
    "label": "Price Level",
    "format": "string"
  },
  "minimalOrderPrice": {
    "label": "Min Order",
    "format": "number"
  },
  "minimalDeliveryCost": {
    "label": "Min Delivery Cost",
    "format": "number"
  },
  "cuisineTags": {
    "label": "Cuisines",
    "format": "array"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  }
}
```

## About this Actor

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