# Moscow Restaurant Yandex Maps Leads

**Use case:** 

Find Moscow restaurant leads from Yandex Maps with phone numbers, addresses, ratings, categories, and business URLs.

## Input

```json
{
  "searchQueries": [
    "restaurants moscow"
  ],
  "maxLeads": 75,
  "lang": "en_US",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "SHADER"
    ]
  },
  "debugMode": false
}
```

## Output

```json
{
  "name": {
    "label": "Business Name",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "categories": {
    "label": "Categories",
    "format": "text"
  },
  "isOpen": {
    "label": "Status",
    "format": "text"
  },
  "workingHours": {
    "label": "Hours",
    "format": "text"
  },
  "lat": {
    "label": "Lat",
    "format": "number"
  },
  "lng": {
    "label": "Lng",
    "format": "number"
  },
  "yandexUrl": {
    "label": "Yandex Maps URL",
    "format": "link"
  },
  "orgId": {
    "label": "Org ID",
    "format": "text"
  },
  "searchQuery": {
    "label": "Search Query",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Yandex Maps Lead Finder](https://apify.com/automation-lab/yandex-maps-lead-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/yandex-maps-lead-finder) to learn more, explore other use cases, and run it yourself.