# Almaty Dentist Yandex Maps Scraper

**Use case:** 

Scrape dentist listings from Yandex Maps in Almaty with contact details, ratings, addresses, and categories.

## Input

```json
{
  "searchQueries": [
    "dentist almaty",
    "orthodontist almaty"
  ],
  "maxLeads": 100,
  "lang": "kk_KZ",
  "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.