# 11880 Hamburg dentists directory scraper

**Use case:** 

Extract dentist businesses from 11880 Hamburg search pages with contact details, websites, ratings, and address fields.

## Input

```json
{
  "searchTerm": "restaurant",
  "location": "berlin",
  "startUrls": [
    {
      "url": "https://www.11880.com/suche/zahnarzt/hamburg"
    }
  ],
  "maxResults": 75,
  "scrapeProfileDetails": true,
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "businessName": {
    "label": "Business name",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "streetAddress": {
    "label": "Street",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal code",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "openingHours": {
    "label": "Opening hours",
    "format": "text"
  },
  "priceRange": {
    "label": "Price range",
    "format": "text"
  },
  "sourceSearchTerm": {
    "label": "Source search",
    "format": "text"
  },
  "sourceLocation": {
    "label": "Source location",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  }
}
```

## About this Actor

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