# Coffee Shop Data Scraper for 3 Russian Cities

**Use case:** 

Extract business leads for coffee shops in three Russian cities. Obtain detailed contact information, reviews, and operational hours.

## Input

```json
{
  "mode": "search",
  "query": "кофейня",
  "regionId": "32",
  "regionIds": [
    "32",
    "2",
    "1"
  ],
  "rubricId": "164",
  "rubricIds": [],
  "id": "70000001031659781",
  "ids": [],
  "maxResults": 500,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "ratingValue": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "twogisUrl": {
    "label": "2GIS URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [2GIS Scraper — Business Leads: Phones, Emails, Reviews & Hours](https://apify.com/logiover/2gis-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/2gis-scraper) to learn more, explore other use cases, and run it yourself.