# Scrape bars and pubs in Berlin from Branchenbuch

**Use case:** 

Collect detailed business information from the Branchenbuch directory in Berlin. Retrieve company names, addresses, contact info, and more.

## Input

```json
{
  "inputUrls": [
    {
      "url": "https://branchenbuch.meinestadt.de/berlin/brazl/100-95328-71584"
    }
  ],
  "maxResults": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "DE"
  }
}
```

## Output

```json
{
  "Title": {
    "label": "Title",
    "format": "text"
  },
  "URL": {
    "label": "Detail Page",
    "format": "link"
  },
  "Address": {
    "label": "Address",
    "format": "text"
  },
  "Phone": {
    "label": "Phone",
    "format": "text"
  },
  "Website": {
    "label": "Website",
    "format": "link"
  },
  "Email": {
    "label": "Email",
    "format": "text"
  },
  "Industries": {
    "label": "Industries",
    "format": "array"
  },
  "Google Maps URL": {
    "label": "Google Maps",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Branchenbuch Leads Scraper](https://apify.com/kinaesthetic_millionaire/branchenbuch) with a specific input configuration. Visit the [Actor detail page](https://apify.com/kinaesthetic_millionaire/branchenbuch) to learn more, explore other use cases, and run it yourself.