# Low-Rated Used Car Dealers in Houston - Leads

**Use case:** 

Find Houston used car dealers rated 4.0 or lower on Google Maps. Export contactable reputation-management leads with scores and source URLs.

## Input

```json
{
  "searchQueries": [
    "used car dealers in Houston, TX"
  ],
  "maxLeadsPerQuery": 25,
  "leadFilter": "low_rating",
  "maxRating": 4,
  "countryCode": "us",
  "language": "en",
  "minHitRate": 0.08,
  "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 [Google Maps Low Rating Leads | 💵$5/1K](https://apify.com/webdata_labs/google-maps-reputation-leads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/google-maps-reputation-leads-scraper) to learn more, explore other use cases, and run it yourself.