# Phoenix metro plumber ratings from Thumbtack

**Use case:** 

Scrape Phoenix, Mesa, Scottsdale, and Chandler plumbers from Thumbtack: ratings, review counts, hires, and response times for the metro's most-hired pros.

## Input

```json
{
  "searchTerms": [
    "plumbers"
  ],
  "locations": [
    "Phoenix, AZ",
    "Mesa, AZ",
    "Scottsdale, AZ",
    "Chandler, AZ"
  ],
  "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.