# Track New Dental and Medical Clinics Nearby

**Use case:** 

Monitor dentists and medical clinics newly listed on Google Maps in one area and get name, address, phone, website and rating for each new practice.

## Input

```json
{
  "searchTerms": [
    "dentist",
    "medical clinic"
  ],
  "location": "Brooklyn, New York",
  "maxPlacesPerSearch": 100,
  "language": "en",
  "includeBaselineInOutput": true,
  "maxReviewsForNew": 25
}
```

## 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.