# Find Top Pro Electricians in New York City

**Use case:** 

Identify highly-rated Thumbtack Top Pro electricians in NYC to build a targeted lead list for partnerships or recruitment. Quickly discover the most reputable p

## Input

```json
{
  "mode": "search",
  "category": "electrician",
  "state": "NY",
  "city": "new-york",
  "profileUrls": [],
  "minRating": 4.8,
  "minReviews": 50,
  "topProOnly": true,
  "backgroundCheckedOnly": false,
  "maxItems": 100
}
```

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