# Catch New Plumbers and Electricians Weekly

**Use case:** 

Watch plumbers, electricians and roofers newly listed on Google Maps in one metro area. The first run stays silent, so you only get later new listings.

## Input

```json
{
  "searchTerms": [
    "plumber",
    "electrician",
    "roofer"
  ],
  "location": "Austin, Texas",
  "maxPlacesPerSearch": 150,
  "language": "en",
  "includeBaselineInOutput": false,
  "maxReviewsForNew": 25,
  "monitorId": "austin-trades"
}
```

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