# Scrape German Web Designer Leads with High Ratings

**Use case:** 

Generate a targeted list of highly-rated web designers in Germany to identify potential collaboration partners or clients for related services. This provides a 

## Input

```json
{
  "mode": "byUrls",
  "urls": [
    "https://www.bark.com/de/de/web-designers/",
    "https://www.bark.com/de/de/webentwickler/"
  ],
  "country": "de",
  "discoverScope": "service-only",
  "enrichDiscovered": false,
  "minRatingValue": 4,
  "minReviewCount": 5,
  "keywordIncludes": "web",
  "maxItems": 80,
  "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.