# Find Top-Rated US Plumbers on Bark by State

**Use case:** 

Identify highly-rated plumbing services across various US states to generate targeted lead lists for partnerships or service expansion. This helps businesses co

## Input

```json
{
  "mode": "discover",
  "urls": [
    "https://www.bark.com/en/us/plumbers/"
  ],
  "country": "us",
  "discoverScope": "state-only",
  "serviceFilter": "plumbers",
  "enrichDiscovered": true,
  "minRatingValue": 4,
  "minReviewCount": 10,
  "maxItems": 100,
  "useProxy": true,
  "autoEscalateOnBlock": true
}
```

## Output

```json
{
  "serviceName": {
    "label": "Service name"
  },
  "country": {
    "label": "Country"
  },
  "state": {
    "label": "State"
  },
  "city": {
    "label": "City"
  },
  "ratingValue": {
    "label": "Rating value"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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