# Extract US Personal Trainer Data by City

**Use case:** 

Gather detailed information on personal trainers in specific US cities, including their aggregate ratings and review counts. This is ideal for market research, 

## Input

```json
{
  "mode": "byService",
  "urls": [
    "https://www.bark.com/en/us/plumbers/"
  ],
  "country": "us",
  "service": "personal-trainers",
  "city": "los-angeles",
  "discoverScope": "service-only",
  "enrichDiscovered": true,
  "minRatingValue": 4,
  "maxItems": 75,
  "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.