# Low-Rated HVAC Companies in Houston

**Use case:** 

Find Houston HVAC contractors rated 4.0 or lower on Google Maps. Export contactable reputation-management and local SEO leads.

## Input

```json
{
  "searchQueries": [
    "HVAC contractors in Houston, TX"
  ],
  "leadFilter": "low_rating",
  "maxRating": 4,
  "maxLeadsPerQuery": 25,
  "countryCode": "us",
  "language": "en",
  "minHitRate": 0,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "debugDumpHtml": false
}
```

## Output

```json
{
  "name": {
    "label": "Business",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "opportunityType": {
    "label": "Opportunity",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "leadReasons": {
    "label": "Reasons",
    "format": "array"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "googleMapsUrl": {
    "label": "Google Maps",
    "format": "link"
  },
  "searchQuery": {
    "label": "Search query",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Home Services Growth Leads | 💵$5/1K](https://apify.com/webdata_labs/home-services-growth-leads) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/home-services-growth-leads) to learn more, explore other use cases, and run it yourself.