# Monitor newly opened dentists in Brooklyn

**Use case:** 

Track Google Maps for newly opened dentists in Brooklyn and export each new business with address, phone, website, reviews, and map URL.

## Input

```json
{
  "searchTerms": [
    "dentist"
  ],
  "location": "Brooklyn, New York",
  "maxPlacesPerSearch": 100,
  "language": "en",
  "includeBaselineInOutput": true,
  "maxReviewsForNew": 25,
  "monitorId": "brooklyn-dentists"
}
```

## Output

```json
{
  "name": {
    "label": "Business name",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "googleMapsUrl": {
    "label": "Google Maps URL",
    "format": "string"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "firstDetectedAt": {
    "label": "First detected at",
    "format": "string"
  },
  "isNewSinceLastRun": {
    "label": "New since last run",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps New Business Monitor — Local Leads](https://apify.com/davidbenittah/google-maps-new-business-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/davidbenittah/google-maps-new-business-monitor) to learn more, explore other use cases, and run it yourself.