# Weekly New Roofers by City

**Use case:** 

Monitor Austin and San Antonio roofers and export only businesses unseen by this saved Task, with public phones, websites, addresses, and Maps URLs.

## Input

```json
{
  "searchQueries": [
    "roofers in Austin, TX",
    "roofers in San Antonio, TX"
  ],
  "monitorDepthPerQuery": 40,
  "maxNewRowsPerQuery": 20,
  "onlyNew": true,
  "presenceFilter": "any",
  "excludePlaceIds": [],
  "countryCode": "us",
  "language": "en",
  "checkWebsiteStatus": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "debugDumpRaw": false
}
```

## Output

```json
{
  "signalType": {
    "label": "Signal",
    "format": "string"
  },
  "name": {
    "label": "Business",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "presence": {
    "label": "Web presence",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "observedAt": {
    "label": "Observed",
    "format": "string"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "googleMapsUrl": {
    "label": "Google Maps",
    "format": "string"
  },
  "searchQuery": {
    "label": "Search",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps New Lead Monitor | 💵$5/1K](https://apify.com/webdata_labs/google-maps-new-lead-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/google-maps-new-lead-monitor) to learn more, explore other use cases, and run it yourself.