# Houston landscaper profiles with reviews

**Use case:** 

Full Thumbtack profiles for Houston-area landscapers: customer reviews, star histograms, years in business, credentials, and payment methods, ready to export.

## Input

```json
{
  "searchTerms": [
    "landscaping"
  ],
  "locations": [
    "Houston, TX",
    "Katy, TX"
  ],
  "startUrls": [
    "https://www.thumbtack.com/oh/cincinnati/house-cleaning"
  ],
  "includeProfileDetails": true,
  "maxResults": 8,
  "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"
  },
  "yearsInBusiness": {
    "label": "Years",
    "format": "number"
  },
  "employees": {
    "label": "Employees",
    "format": "number"
  },
  "backgroundChecked": {
    "label": "Background checked"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "paymentMethods": {
    "label": "Payment methods"
  },
  "mediaCount": {
    "label": "Media count"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "link"
  }
}
```

## 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.