# Scrape Cologne Pharmacies — Telefonbuch.de

**Use case:** 

Cologne pharmacy (Apotheke) list with phone, email, website, opening hours and GPS from Das Telefonbuch.

## Input

```json
{
  "searchType": "business",
  "searchQuery": "Apotheke",
  "location": "Köln",
  "includeDetails": true,
  "maxResults": 120,
  "maxPages": 50,
  "maxConcurrency": 10,
  "maxRequestRetries": 5,
  "incremental": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "skipReposts": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "street": {
    "label": "Street",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal code",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "detailUrl": {
    "label": "Detail page",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Telefonbuch.de Scraper - German Directory & Phone Lookup](https://apify.com/trev0n/telefonbuch-de-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/trev0n/telefonbuch-de-scraper) to learn more, explore other use cases, and run it yourself.