# Scrape dentists in Berlin from Jameda.de

**Use case:** 

Extract dentist practice listings in Berlin from Jameda.de. Structured directory data with practice details. Pay per result.

## Input

```json
{
  "query": "",
  "specialty": "Zahnarzt",
  "location": "Berlin",
  "district": "",
  "startUrls": [],
  "maxResults": 5,
  "fetchDetails": true,
  "fetchReviews": false,
  "maxReviews": 50,
  "proxyConfig": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "DE"
  }
}
```

## Output

```json
{
  "doctorId": {
    "label": "Doctor ID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "specialty": {
    "label": "Specialty",
    "format": "text"
  },
  "ratingValue": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "streetAddress": {
    "label": "Street",
    "format": "text"
  },
  "addressLocality": {
    "label": "City",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal Code",
    "format": "text"
  },
  "addressCountry": {
    "label": "Country",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "services": {
    "label": "Services"
  },
  "languages": {
    "label": "Languages"
  },
  "insuranceTypes": {
    "label": "Insurance types"
  },
  "openingHours": {
    "label": "Opening hours"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "latitude": {
    "label": "Latitude"
  },
  "longitude": {
    "label": "Longitude"
  },
  "descriptionText": {
    "label": "Description text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "contentHash": {
    "label": "Content hash"
  }
}
```

## About this Actor

This example demonstrates how to use [Jameda.de Scraper](https://apify.com/unfenced-group/jameda-de-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/jameda-de-scraper) to learn more, explore other use cases, and run it yourself.