# Bars & Pubs in Moscow with Contact Details

**Use case:** 

Gather contact information for bars and pubs in Moscow. Extract phone numbers, emails, and reviews for targeted lead generation.

## Input

```json
{
  "mode": "category",
  "query": "restaurant",
  "regionId": "32",
  "regionIds": [],
  "rubricId": "165",
  "rubricIds": [],
  "id": "70000001031659781",
  "ids": [],
  "maxResults": 400,
  "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.