# Yandex Maps Multi-City Lead Workflow

**Use case:** 

Build a Yandex Maps lead list across Moscow, Minsk, and Almaty for agencies prospecting local businesses.

## Input

```json
{
  "searchQueries": [
    "auto repair moscow",
    "car service minsk",
    "auto repair almaty"
  ],
  "maxLeads": 250,
  "lang": "ru_RU",
  "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.