# German Restaurant Leads in Berlin with Ratings

**Use case:** 

Generate a targeted list of restaurants in Berlin, filtered by their customer ratings. This provides qualified leads for food suppliers, marketing agencies, or 

## Input

```json
{
  "mode": "search",
  "category": "Restaurant",
  "city": "Berlin",
  "sortBy": "rating",
  "openNowOnly": false,
  "ratedOnly": false,
  "minRating": "4",
  "fetchDetails": true,
  "businessUrls": [],
  "maxItems": 200
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "category": {
    "label": "Category"
  },
  "city": {
    "label": "City"
  },
  "street": {
    "label": "Street"
  },
  "phone": {
    "label": "Phone"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "website": {
    "label": "Website"
  },
  "sourceUrl": {
    "label": "Source url"
  }
}
```

## About this Actor

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