# Thumbtack house cleaning leads scraper

**Use case:** 

Scrape Thumbtack house cleaning professionals in San Francisco with ratings, reviews, hires, badges, prices, and profile URLs.

## Input

```json
{
  "mode": "search",
  "category": "house-cleaning",
  "profileUrls": [
    {
      "url": "https://www.thumbtack.com/ct/sharon/house-cleaning/moreiras-cleaning/service/524848507703738374"
    }
  ],
  "city": "San Francisco",
  "state": "CA",
  "maxItems": 10,
  "topProOnly": false,
  "backgroundCheckedOnly": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "proId": {
    "label": "Professional ID",
    "format": "string"
  },
  "name": {
    "label": "Professional",
    "format": "string"
  },
  "serviceCategory": {
    "label": "Service",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "hireCount": {
    "label": "Hires",
    "format": "integer"
  },
  "responseTime": {
    "label": "Response time",
    "format": "string"
  },
  "topPro": {
    "label": "Top Pro",
    "format": "boolean"
  },
  "isBackgroundChecked": {
    "label": "Background checked",
    "format": "boolean"
  },
  "price": {
    "label": "Price",
    "format": "string"
  },
  "avatarUrl": {
    "label": "Avatar",
    "format": "string"
  },
  "profileUrl": {
    "label": "Thumbtack profile",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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