# Find Roofing Contractor Leads in Houston

**Use case:** 

Extract roofing contractor leads in Houston with phone numbers, websites, ratings, review counts, service details, and Google Maps URLs for outreach.

## Input

```json
{
  "maxBusinesses": 20,
  "keywords": [
    "roofing contractor"
  ],
  "location": "Houston, Texas",
  "includeDetails": true,
  "batchDetailsPerQuery": 3,
  "requestTimeoutSecs": 20,
  "retryCount": 3,
  "requestDelayMs": 1000
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "searchLocation": {
    "label": "Search location"
  },
  "searchKeyword": {
    "label": "Search keyword"
  },
  "categories": {
    "label": "Categories"
  },
  "totalScore": {
    "label": "Total score"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "address": {
    "label": "Address"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website"
  },
  "url": {
    "label": "Url"
  },
  "currentStatus": {
    "label": "Current status"
  },
  "priceRange": {
    "label": "Price range"
  },
  "location": {
    "label": "Location"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Lead Extractor: Phones, Ratings & Review Counts](https://apify.com/nezha/google-maps-scraper-plus) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nezha/google-maps-scraper-plus) to learn more, explore other use cases, and run it yourself.