# Find Berlin business listings on Cylex

**Use case:** 

Scrape Cylex.de business listings for restaurants in Berlin. Export names, addresses, phones, websites, and review counts for local lead generation.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://web2.cylex.de/suche/restaurant/Berlin"
    }
  ],
  "maxItems": 5,
  "includeReviews": false,
  "maxReviewsPerBusiness": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "countryCode": "DE"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "category": {
    "label": "Category"
  },
  "city": {
    "label": "City"
  },
  "phone": {
    "label": "Phone"
  },
  "aggregateRating": {
    "label": "Aggregate rating"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Cylex.de Scraper](https://apify.com/rainminer/cylex-de-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rainminer/cylex-de-scraper) to learn more, explore other use cases, and run it yourself.