# Berlin Restaurant Leads from Das Telefonbuch

**Use case:** 

Collect restaurant business listings in Berlin from Das Telefonbuch with names, addresses, phones, websites, and profile URLs.

## Input

```json
{
  "keyword": "Restaurant",
  "location": "Berlin",
  "startUrls": [
    {
      "url": "https://www.dastelefonbuch.de/Suche/Restaurant/Berlin"
    }
  ],
  "maxItems": 50,
  "maxPagesPerSearch": 5,
  "requestDelayMs": 600
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "streetAddress": {
    "label": "Street",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal code",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "ratingValue": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Reviews",
    "format": "number"
  },
  "openingHoursText": {
    "label": "Opening hours",
    "format": "text"
  },
  "detailUrl": {
    "label": "Detail URL",
    "format": "link"
  },
  "pageUrl": {
    "label": "Source page",
    "format": "link"
  },
  "position": {
    "label": "Position",
    "format": "number"
  },
  "entryId": {
    "label": "Entry ID",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Das Telefonbuch Business Scraper](https://apify.com/automation-lab/das-telefonbuch-business-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/das-telefonbuch-business-scraper) to learn more, explore other use cases, and run it yourself.