# Discover Moscow Pharmacy Locations and Working Hours

**Use case:** 

Compile a comprehensive list of pharmacies in Moscow, including their addresses and current working hours. This information is invaluable for logistics planning

## Input

```json
{
  "startUrls": [
    "https://2gis.ae/dubai/search/restaurant"
  ],
  "query": [
    "pharmacy"
  ],
  "locationQuery": "Moscow",
  "maxItems": 250,
  "apiKey": "demo",
  "includeContacts": false,
  "includeReviews": false,
  "maxReviewsPerPlace": 10,
  "includePhotos": false,
  "maxPhotosPerPlace": 5,
  "sortBy": "relevance",
  "filterHasWebsite": false,
  "filterHasPhotos": false,
  "filterOpenNow": true
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "addressComment": {
    "label": "Address Comment",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "text"
  },
  "categoryIds": {
    "label": "Category IDs",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "phones": {
    "label": "Phones",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "emails": {
    "label": "Emails",
    "format": "text"
  },
  "socialLinks": {
    "label": "Social Links",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "workingHours": {
    "label": "Working Hours",
    "format": "text"
  },
  "reviews": {
    "label": "Reviews Data",
    "format": "text"
  },
  "photos": {
    "label": "Photos",
    "format": "text"
  },
  "url": {
    "label": "2GIS URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [2GIS Places Scraper](https://apify.com/crawlerbros/2gis-places-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/2gis-places-scraper) to learn more, explore other use cases, and run it yourself.