# Scrape Background-Checked Movers in Dallas

**Use case:** 

Extract profiles of Thumbtack moving companies in Dallas that have passed background checks, ensuring a list of trustworthy service providers. Generate leads fo

## Input

```json
{
  "mode": "search",
  "category": "moving",
  "state": "TX",
  "city": "dallas",
  "profileUrls": [],
  "minRating": 4.5,
  "topProOnly": false,
  "backgroundCheckedOnly": true,
  "maxItems": 60
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "businessName": {
    "label": "Business name"
  },
  "serviceCategory": {
    "label": "Service category"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "profileUrl": {
    "label": "Profile url"
  }
}
```

## About this Actor

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