# Berlin dentist Gelbe Seiten scraper

**Use case:** 

Scrape Gelbe Seiten dentists in Berlin with phones, addresses, ratings, websites, and profile URLs for local outreach.

## Input

```json
{
  "searchTerms": [
    "zahnarzt"
  ],
  "locations": [
    "Berlin"
  ],
  "maxResultsPerSearch": 50,
  "extractDetails": true,
  "maxRequestRetries": 3,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Business name",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "addressText": {
    "label": "Address",
    "format": "text"
  },
  "ratingValue": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "detailUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "searchTerm": {
    "label": "Search term",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  }
}
```

## About this Actor

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