# Jameda.de Scraper (`unfenced-group/jameda-de-scraper`) Actor

Scrape doctor profiles from Jameda.de — Germanys largest doctor directory. Extract name, specialty, address, rating, phone, opening hours, services and more.

- **URL**: https://apify.com/unfenced-group/jameda-de-scraper.md
- **Developed by:** [Unfenced Group](https://apify.com/unfenced-group) (community)
- **Categories:** E-commerce
- **Stats:** 2 total users, 1 monthly users, 0.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Jameda.de Scraper

![Jameda.de Scraper](https://api.apify.com/v2/key-value-stores/lJlifu6C8YQfZMPKE/records/jameda-de-scraper)

![Banner](https://i.imgur.com/placeholder.png)

Extract structured doctor and healthcare professional profiles from [Jameda.de](https://www.jameda.de) — Germany's largest doctor directory with over 300,000 listed practitioners. Search by specialty and city, or scrape specific profiles directly. No API key required.

---

### Why this scraper?

#### 🏥 Full doctor profiles
Name, academic title, specialty, practice address, phone, and website in one structured record.

#### ⭐ Ratings & reviews
Aggregated Jameda rating score and total review count per doctor.

#### 📍 Geo-coordinates
Latitude and longitude extracted from structured data — ready for map integrations.

#### 🕐 Opening hours & services
Practice opening hours and service list scraped from each profile page.

#### 🌍 Insurance & language info
Accepted insurance types (Kassenpatient / Privatpatient) and spoken languages per doctor.

#### 🔎 Flexible search
Filter by medical specialty, city, or postal code — or supply direct profile URLs.

---

### Input parameters

| Parameter | Type | Default | Description |
|---|---|---|---|
| `specialty` | string | `""` | Medical specialty to search (e.g. `Allgemeinarzt`, `Zahnarzt`, `Kardiologe`) |
| `location` | string | `""` | City or postal code (e.g. `Berlin`, `München`, `10115`) |
| `startUrls` | array | `[]` | Optional direct profile or search URLs |
| `maxResults` | integer | `100` | Maximum number of profiles to return |
| `fetchDetails` | boolean | `true` | Fetch each doctor's full profile (phone, opening hours, services) |
| `proxyConfig` | object | RESIDENTIAL DE | Proxy configuration — RESIDENTIAL (DE) required |

---

### Output schema

#### Always present

| Field | Type | Description |
|---|---|---|
| `doctorId` | string | Jameda internal doctor ID |
| `profileUrl` | string | Full URL of the doctor's Jameda profile |
| `name` | string \| null | Doctor's full name |
| `title` | string \| null | Academic title (e.g. `Dr. med.`, `Prof. Dr.`) |
| `specialty` | string \| null | Medical specialty as listed on Jameda |
| `ratingValue` | number \| null | Aggregate Jameda rating (1.0–6.0 scale, lower is better) |
| `reviewCount` | number \| null | Total number of patient reviews |
| `streetAddress` | string \| null | Practice street address |
| `addressLocality` | string \| null | City |
| `postalCode` | string \| null | Postal code |
| `addressCountry` | string | Always `"DE"` |
| `latitude` | number \| null | Geographic latitude (null if not in structured data) |
| `longitude` | number \| null | Geographic longitude (null if not in structured data) |
| `source` | string | Always `"jameda.de"` |
| `scrapedAt` | string | ISO 8601 timestamp of when the item was scraped |
| `contentHash` | string | 16-char MD5 hash for change detection |

#### With `fetchDetails: true`

| Field | Type | Description |
|---|---|---|
| `phone` | string \| null | Practice phone number (public business number only) |
| `website` | string \| null | Doctor's external website URL (null if only jameda.de internal) |
| `openingHours` | string[] \| null | Opening hours array (e.g. `["Mo–Fr: 09:00–18:00"]`) |
| `services` | string[] | List of medical services offered |
| `languages` | string[] | Languages spoken at the practice |
| `insuranceTypes` | string[] | Accepted insurance types (e.g. `Kassenpatient`, `Privatpatient`) |
| `descriptionHtml` | string \| null | Raw HTML from the doctor's about/description section |
| `descriptionText` | string \| null | Plain text description |
| `descriptionMarkdown` | string \| null | Plain text (same as descriptionText — no HTML source) |

#### JSON example

```json
{
  "doctorId": "123456",
  "profileUrl": "https://www.jameda.de/arzt/dr-med-maria-mueller-123456/",
  "name": "Dr. med. Maria Müller",
  "title": "Dr. med.",
  "specialty": "Allgemeinmedizin",
  "ratingValue": 1.4,
  "reviewCount": 87,
  "streetAddress": "Kantstraße 42",
  "addressLocality": "Berlin",
  "postalCode": "10625",
  "addressCountry": "DE",
  "latitude": 52.5063,
  "longitude": 13.3023,
  "phone": "+49 30 12345678",
  "website": "https://www.praxis-mueller-berlin.de",
  "openingHours": ["Mo–Fr: 08:00–18:00", "Sa: 09:00–12:00"],
  "services": ["Vorsorgeuntersuchung", "Impfungen", "Reisemedizin", "EKG"],
  "languages": ["Deutsch", "Englisch"],
  "insuranceTypes": ["Kassenpatient", "Privatpatient"],
  "descriptionHtml": "<p>Herzlich willkommen in unserer allgemeinmedizinischen Praxis...</p>",
  "descriptionText": "Herzlich willkommen in unserer allgemeinmedizinischen Praxis...",
  "descriptionMarkdown": "Herzlich willkommen in unserer allgemeinmedizinischen Praxis...",
  "source": "jameda.de",
  "scrapedAt": "2026-05-31T10:00:00.000Z",
  "contentHash": "a3f1c2d4e5b6a7c8"
}
````

***

### Examples

**Search for general practitioners in Berlin:**

```json
{
  "specialty": "Allgemeinarzt",
  "location": "Berlin",
  "maxResults": 50,
  "fetchDetails": true
}
```

**Search for dentists in Munich with basic info only:**

```json
{
  "specialty": "Zahnarzt",
  "location": "München",
  "maxResults": 200,
  "fetchDetails": false
}
```

**Scrape specific doctor profiles directly:**

```json
{
  "startUrls": [
    { "url": "https://www.jameda.de/arzt/dr-med-max-mustermann-123456/" },
    { "url": "https://www.jameda.de/arzt/prof-dr-anna-schmidt-789012/" }
  ],
  "fetchDetails": true
}
```

**Daily feed — all cardiologists added recently in Frankfurt:**

```json
{
  "specialty": "Kardiologe",
  "location": "Frankfurt",
  "maxResults": 500,
  "fetchDetails": true
}
```

***

### 💰 Pricing

**$2.00 per 1,000 results** — you only pay for successfully retrieved profiles.

| Results | Cost |
|---------|------|
| 100 | ~$0.20 |
| 1,000 | ~$2.00 |
| 10,000 | ~$20.00 |
| 100,000 | ~$200.00 |

> Flat-rate alternatives typically charge $29–$49/month regardless of usage.

Use the **Max results** cap in the input to control your spend exactly.

***

### Performance

| Run size | Estimated time | Memory |
|---|---|---|
| 50 profiles | ~3–5 min | 1024 MB |
| 100 profiles | ~6–10 min | 1024 MB |
| 500 profiles | ~30–50 min | 1024 MB |

*With `fetchDetails: false`, runs are approximately 3× faster.*

***

### Known limitations

- **Rating scale:** Jameda uses a 1–6 scale (like German school grades) — lower is better. A rating of 1.0 is excellent, 6.0 is poor.
- **Phone availability:** Practice phone numbers are only shown on Jameda to logged-in users in some cases; availability depends on the doctor's listing type.
- **Description availability:** Not all doctors have a filled-in description section; `descriptionText` will be null for profiles without one.
- **Geo-coordinates:** Only present when the doctor has added their location to structured data; approximately 60–70% of profiles include coordinates.
- **`fetchDetails: false`:** Returns only what is visible on search result cards — name, specialty, basic address, and rating. Phone, opening hours, services, and description require `fetchDetails: true`.

***

### Technical details

- **Source:** jameda.de — Germany's largest doctor rating and search platform
- **Memory:** 1024 MB
- **Retry:** Automatic retry on network errors, exponential backoff, 3 attempts per request
- **Proxy:** German RESIDENTIAL proxy required (included in pricing)

***

### Additional services

Need a custom actor, additional filters, scheduled runs, or integration support?
Send an email to <info@unfencedgroup.nl> — we build on request.

***

*Part of the [Unfenced Group](https://apify.com/unfenced-group) European scraper portfolio — 100+ markets covered.*
*Built by [unfenced-group](https://apify.com/unfenced-group) · Issues? Open a ticket or send a message.*

# Actor input Schema

## `specialty` (type: `string`):

Medical specialty or doctor name to search for (e.g. 'Allgemeinarzt', 'Zahnarzt', 'Kardiologe').

## `location` (type: `string`):

City or postal code to search in (e.g. 'Berlin', 'München', '10115').

## `startUrls` (type: `array`):

Optional list of specific Jameda doctor profile URLs or search result URLs to scrape directly.

## `maxResults` (type: `integer`):

Maximum number of doctor profiles to return.

## `fetchDetails` (type: `boolean`):

Fetch each doctor's full profile page to extract phone, website, opening hours, services, and description. Requires additional requests.

## `proxyConfig` (type: `object`):

Apify proxy configuration. Defaults to RESIDENTIAL (DE) which is required for Jameda.de.

## Actor input object example

```json
{
  "specialty": "Allgemeinarzt",
  "location": "Berlin",
  "startUrls": [],
  "maxResults": 100,
  "fetchDetails": true,
  "proxyConfig": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "DE"
  }
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("unfenced-group/jameda-de-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("unfenced-group/jameda-de-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call unfenced-group/jameda-de-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=unfenced-group/jameda-de-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Jameda.de Scraper",
        "description": "Scrape doctor profiles from Jameda.de — Germanys largest doctor directory. Extract name, specialty, address, rating, phone, opening hours, services and more.",
        "version": "0.0",
        "x-build-id": "kr6og01VHh4UQC6td"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/unfenced-group~jameda-de-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-unfenced-group-jameda-de-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/unfenced-group~jameda-de-scraper/runs": {
            "post": {
                "operationId": "runs-sync-unfenced-group-jameda-de-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/unfenced-group~jameda-de-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-unfenced-group-jameda-de-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "specialty": {
                        "title": "Specialty / search query",
                        "type": "string",
                        "description": "Medical specialty or doctor name to search for (e.g. 'Allgemeinarzt', 'Zahnarzt', 'Kardiologe').",
                        "default": "Allgemeinarzt"
                    },
                    "location": {
                        "title": "Location",
                        "type": "string",
                        "description": "City or postal code to search in (e.g. 'Berlin', 'München', '10115').",
                        "default": "Berlin"
                    },
                    "startUrls": {
                        "title": "Start URLs",
                        "type": "array",
                        "description": "Optional list of specific Jameda doctor profile URLs or search result URLs to scrape directly.",
                        "default": [],
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "maxResults": {
                        "title": "Max results",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum number of doctor profiles to return.",
                        "default": 100
                    },
                    "fetchDetails": {
                        "title": "Fetch detail pages",
                        "type": "boolean",
                        "description": "Fetch each doctor's full profile page to extract phone, website, opening hours, services, and description. Requires additional requests.",
                        "default": true
                    },
                    "proxyConfig": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Apify proxy configuration. Defaults to RESIDENTIAL (DE) which is required for Jameda.de.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ],
                            "apifyProxyCountry": "DE"
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
