# Find Top-Rated House Cleaners in Chicago

**Use case:** 

Discover highly-rated house cleaning services in Chicago with a significant number of reviews to identify market leaders. Use this data for lead generation, mar

## Input

```json
{
  "mode": "search",
  "category": "house-cleaning",
  "state": "IL",
  "city": "chicago",
  "profileUrls": [],
  "minRating": 4.7,
  "minReviews": 30,
  "topProOnly": false,
  "backgroundCheckedOnly": false,
  "maxItems": 80
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "businessName": {
    "label": "Business name"
  },
  "serviceCategory": {
    "label": "Service category"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "profileUrl": {
    "label": "Profile url"
  }
}
```

## About this Actor

This example demonstrates how to use [Thumbtack Local Services Scraper](https://apify.com/crawlerbros/thumbtack-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/thumbtack-scraper) to learn more, explore other use cases, and run it yourself.