# Find top-rated house cleaners in Cincinnati

**Use case:** 

Live Thumbtack data for Cincinnati-metro house cleaners: star ratings, review counts, hires, and Top Pro badges across four cities, deduped — in about a minute.

## Input

```json
{
  "searchTerms": [
    "house cleaning"
  ],
  "locations": [
    "Cincinnati, OH",
    "Covington, KY",
    "Mason, OH",
    "Florence, KY"
  ],
  "startUrls": [
    "https://www.thumbtack.com/oh/cincinnati/house-cleaning"
  ],
  "includeProfileDetails": false,
  "maxResults": 20,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "businessName": {
    "label": "Business",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "hires": {
    "label": "Hires",
    "format": "number"
  },
  "badge": {
    "label": "Badge",
    "format": "text"
  },
  "serviceArea": {
    "label": "Serves",
    "format": "text"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "yearsInBusiness": {
    "label": "Years in business"
  },
  "backgroundChecked": {
    "label": "Background checked"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "link"
  },
  "type": {
    "label": "Type"
  }
}
```

## About this Actor

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