# Compare UK Electrician Ratings & Reviews by City

**Use case:** 

Analyze the performance of electricians in major UK cities to understand market saturation and identify areas with high demand for quality service. This intelli

## Input

```json
{
  "mode": "discover",
  "urls": [
    "https://www.bark.com/en/us/plumbers/"
  ],
  "country": "gb",
  "discoverScope": "city-only",
  "serviceFilter": "electricians",
  "enrichDiscovered": true,
  "minRatingValue": 3,
  "minReviewCount": 5,
  "maxItems": 150,
  "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.