# Monitor Australian Cleaners Service Performance

**Use case:** 

Track aggregated ratings and review counts for cleaning services across Australia to benchmark competitor performance. Gain a clear picture of market leaders an

## Input

```json
{
  "mode": "discover",
  "urls": [
    "https://www.bark.com/en/us/plumbers/"
  ],
  "country": "au",
  "discoverScope": "service-only",
  "serviceFilter": "cleaners",
  "enrichDiscovered": true,
  "minReviewCount": 20,
  "maxItems": 50,
  "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.