# Dallas roofing contractors needing marketing help

**Use case:** 

Find up to 20 roofing contractors in Dallas and identify businesses with weak websites, limited public contact options, low review counts, or reputation signals that create sales opportunities for agencies.

## Input

```json
{
  "searchQueries": [
    "roofing contractors"
  ],
  "locations": [
    "Dallas, Texas, USA"
  ],
  "googleMapsUrls": [],
  "maxPlacesPerQuery": 20,
  "maxTotalPlaces": 20,
  "minimumLeadScore": 25,
  "enrichWebsites": true,
  "maxWebsitePages": 2,
  "collectRecentReviews": true,
  "maxRecentReviews": 3,
  "compareWithPreviousRun": false,
  "historyKey": "",
  "resetBaseline": false,
  "ratingDropThreshold": 0.2,
  "reviewGrowthThreshold": 5,
  "negativeReviewSpikeThreshold": 1,
  "lowReviewCountThreshold": 20,
  "language": "en",
  "countryCode": "US",
  "maxConcurrency": 1,
  "navigationTimeoutSecs": 45,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "businessName": {
    "label": "Business",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "integer"
  },
  "leadTier": {
    "label": "Lead tier",
    "format": "string"
  },
  "isQualifiedLead": {
    "label": "Qualified",
    "format": "boolean"
  },
  "reasonToContact": {
    "label": "Why contact now",
    "format": "string"
  },
  "recommendedServices": {
    "label": "Recommended services",
    "format": "array"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "publicEmails": {
    "label": "Public emails",
    "format": "array"
  },
  "mapsUrl": {
    "label": "Google Maps",
    "format": "string"
  },
  "dataQuality": {
    "label": "Data quality",
    "format": "string"
  },
  "collectedAt": {
    "label": "Collected at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Local Business Lead Trigger Radar](https://apify.com/nexascout/google-maps-local-business-lead-trigger-radar.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nexascout/google-maps-local-business-lead-trigger-radar.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/nexascout/google-maps-local-business-lead-trigger-radar.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
