# Monitor Austin dog trainer reviews on Thumbtack

**Use case:** 

Track Austin dog trainers on Thumbtack: latest customer reviews, ratings, hires, and credentials per pro — run it on a schedule to watch the market move.

## Input

```json
{
  "searchTerms": [
    "dog training"
  ],
  "locations": [
    "Austin, TX",
    "Round Rock, 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"
  },
  "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.