# Jameda Scraper (`giovannibiancia/jameda`) Actor

Scrape doctors data from jameda.de

- **URL**: https://apify.com/giovannibiancia/jameda.md
- **Developed by:** [Giovanni Bianciardi](https://apify.com/giovannibiancia) (community)
- **Categories:** Automation, Jobs
- **Stats:** 53 total users, 0 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $50.00 / 1,000 doctor data

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/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
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.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — 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 Professional Scraper

#### <small>Enterprise-grade Healthcare Data Extraction</small>

The **Apify Scraper for jameda.de** is a powerful tool designed to extract detailed data about **health professionals** listed on **jameda.de**, the leading medical directory in Germany.
This version of the scraper is fully customized to work **exclusively with the Germany market**.

***

### 💡 Before you run this scraper

<p align="center">
  <a href="https://bananalitycs.com/datasets?utm_actor=jameda" target="_blank">
    <img src="https://bananalitycs.com/banana_thinking.png" width="180"/>
  </a>
</p>

<p align="center">
  Some datasets like this one are already available <strong>ready-to-use</strong> on
  <a href="https://bananalitycs.com/datasets?utm_actor=jameda"><strong>bananalitycs.com</strong></a> — download instantly or request custom delivery.
</p>

<p align="center">
  <a href="https://bananalitycs.com/datasets?utm_actor=jameda" target="_blank">
    <img src="https://img.shields.io/badge/%F0%9F%97%82%EF%B8%8F%20Browse%20Datasets-bananalitycs.com-4CAF50?style=for-the-badge"/>
  </a>
  &nbsp;
  <a href="https://bananalitycs.com/done-for-you?utm_actor=jameda" target="_blank">
    <img src="https://img.shields.io/badge/%F0%9F%A4%9D%20Done%20For%20You-Custom%20Delivery-6C63FF?style=for-the-badge"/>
  </a>
</p>

### ✨ Features

- 📊 **Rich Data Extraction:** detailed profiles, reviews, pricing, availability
- 🌍 **11 Markets Supported:** Jameda + all international brands
- ⚡ **High-Performance Scraping:** parallel execution & smart pagination
- 🎯 **Precise Filtering:** cities, specializations, services
- 💰 **Pricing Intelligence:** extract service prices, insurance data
- ⭐ **Review Analytics:** sentiment-ready patient reviews
- 📍 **Location Data:** GPS coordinates and clinic details
- 🔄 **Real-time Availability:** upcoming appointment slots

***

### ⚙️ Input Configuration

```json
{
    "country": "germany",
    "city": "Belin",
    "specializations": ["Akupunkteur"],
    "maxResults": 100
}
```

### 📤 Output Schema

You will receive **one dataset** containing:

#### Doctor Information

- Full name, title, gender
- Ratings, review counts, sentiment
- Specializations
- Verified profile URL

#### Practice Locations

- Multiple clinic addresses
- GPS coordinates
- Availability / nearest appointment
- Accessibility features

#### Services & Pricing

- Service name, description
- Price and “from price” flags

#### Patient Reviews

- Review text
- Per-review ratings
- Date & time
- Doctor responses

***

### 💡 Example Output

```json
{
    "doctor_info": {
        "id": "661399",
        "name": "Marco",
        "surname": "Hartl",
        "full_name": "Marco Hartl",
        "prefix": "Dott.",
        "url": "https://www.jameda.de/marco-hartl/orthopaede-unfallchirurg-akupunkteur-chirotherapeut/regensburg",
        "stars": 5,
        "opinion_stats": {
            "positive": 101,
            "neutral": 0,
            "negative": 0,
            "total": 101
        },
        "branding": null,
        "has_slots": true,
        "allow_questions": true,
        "city_id": 7289,
        "gender": "male"
    },
    "specializations": {
        "_items": [
            {
                "id": "34",
                "name": "Orthopäde & Unfallchirurg",
                "name_plural": "Orthopäden & Unfallchirurgen",
                "is_popular": false,
                "name_female": "Orthopädin & Unfallchirurgin",
                "requires_certification": false,
                "requires_license_number": false,
                "license_number_type": ""
            },
            {
                "id": "99",
                "name": "Akupunkteur",
                "name_plural": "Akupunkteure",
                "is_popular": false,
                "name_female": "Akupunkteurin",
                "requires_certification": false,
                "requires_license_number": false,
                "license_number_type": ""
            }
        ]
    },
    "opinions": {
        "page": 1,
        "limit": 20,
        "pages": 6,
        "total": 101,
        "_items": [
            {
                "id": "4898549",
                "text": "Es war überragend. Vom ersten Termin bis  zum Kontrolltermin nach der Op. Herr Dr. Hartl ist ein sehr kompetenter Arzt. Würde mich jederzeit wieder von ihm operieren lassen. Das Team rund um Dr. Hartl ist ebenfalls sehr kompetent und hilfsbereit. Tolle Praxis ",
                "stars": 5,
                "created_at": "2025-01-08T08:46:35+01:00",
                "is_anonymous": false,
                "photo_url": "https://platform.docplanner.com/img/general/doctor/doctor-default-68-68.png?14173688",
                "doctor_answer": null
            }
            // ...tutte le altre opinioni...
        ]
    },
    "addresses": [
        {
            "address_details": {
                "id": "420580",
                "name": "OTC | ORTHOPÄDIE TRAUMATOLOGIE CENTRUM REGENSBURG GMBH",
                "province": "Bayern",
                "city_name": "Regensburg",
                "district_name": null,
                "post_code": "93049",
                "street": "Joseph-Dahlem-Str. 7",
                "phone_numbers": ["+499417853950"],
                "doctor_id": "363814",
                "facility_id": "45593",
                "facility_address_id": "44715",
                "coordinate": {
                    "lat": 49.0122871,
                    "lon": 12.0871506
                },
                "booking_extra_fields": {
                    "birth_date": false,
                    "gender": false,
                    "nin": false,
                    "nin_optional": false,
                    "insurance_number_optional": false,
                    "insurance_plan_optional": false
                },
                "has_slots": false,
                "nearest_slot_date": null,
                "calendar_guid": null,
                "www": "www.otc-regensburg.de",
                "address_accessibility": [],
                "online_payments": false,
                "calendar_active": false,
                "fee": null,
                "default_fee": null,
                "non_doctor": true,
                "is_commercial_from_deal": true,
                "is_commercial_from_saas": false
            },
            "services": {
                "_items": [
                    {
                        "id": "317590",
                        "name": "Allgemeine Sprechstunde",
                        "price": null,
                        "price_decimal": null,
                        "is_price_from": false,
                        "service_id": "1",
                        "description": "",
                        "is_default": true,
                        "service_guid": null
                    }
                ]
            }
        }
    ],
    "booking_widget_data": {
        "addresses": [
            {
                "id": 1019701,
                "street": "Via dello Spuntone 16",
                "city": "Colle di Val d'Elsa",
                "name": "Studio Medico \"Il Cerchio\"",
                "isOnlineOnly": 0,
                "insuranceSupport": "private_and_insurance",
                "hasAdvancedConfigurationEnabled": false
            }
        ],
        "specializations": [
            {
                "id": "34",
                "name": "Orthopäde & Unfallchirurg",
                "name_plural": "Orthopäden & Unfallchirurgen",
                "is_popular": false,
                "name_female": "Orthopädin & Unfallchirurgin",
                "requires_certification": false,
                "requires_license_number": false,
                "license_number_type": ""
            },
            {
                "id": "99",
                "name": "Akupunkteur",
                "name_plural": "Akupunkteure",
                "is_popular": false,
                "name_female": "Akupunkteurin",
                "requires_certification": false,
                "requires_license_number": false,
                "license_number_type": ""
            }
        ],
        "services": [
            {
                "id": 309,
                "name": "agopuntura",
                "doctorsCount": 1,
                "specializationsCount": {
                    "114": 46,
                    "116": 46
                },
                "group": "popular"
            }
        ],
        "service_options": [
            {
                "id": "317591",
                "name": "Allgemeine Sprechstunde",
                "price": null,
                "price_decimal": null,
                "is_price_from": false,
                "service_id": "1",
                "description": "",
                "is_default": true,
                "service_guid": null
            }
        ],
        "insurances": [
            {
                "id": 1,
                "name": "Gesetzlich versichert",
                "doctorsCount": 1
            },
            {
                "id": 2,
                "name": "Privat versichert",
                "doctorsCount": 1
            }
        ]
    }
}
```

***

### 🎯 Use Cases

<details>
<summary><strong>📊 Market Research & Analytics</strong></summary>

- Market sizing & segmentation
- Competitive benchmarking
- Service & pricing analysis
- Geographic coverage mapping

</details>

<details>
<summary><strong>🤝 Lead Generation & Sales</strong></summary>

- B2B medical supplier prospecting
- Targeted outreach campaigns
- Partnership scouting
- Territory planning

</details>

<details>
<summary><strong>📈 Digital Health & AI</strong></summary>

- Data enrichment for health apps
- AI model training datasets
- Healthcare dashboards
- Scheduling / booking integrations

</details>

### ⚠️ Disclaimer

This tool is designed for legitimate business uses such as analytics, research, and data integration. Users are responsible for adhering to local laws, data privacy regulations, and platform terms of service.

# Actor input Schema

## `email` (type: `string`):

Enter your email to receive the full results as a clean CSV file + future updates when new data is available.

## `professions` (type: `array`):

Select one or more professions.

## `cities` (type: `array`):

Enter the cities for scraping, separated by commas.

## `include_slots` (type: `boolean`):

Get appointment slots

## `additional_info` (type: `boolean`):

Get additional info from doctor html page

## `days_ahead` (type: `integer`):

N° of days to get appointment slots

## `proxySettings` (type: `object`):

Apify proxy configuration. Use Apify Proxy or custom proxies to avoid rate limiting.

## `max_concurrency` (type: `integer`):

Number of doctors scraped in parallel. Higher = faster but more likely to be rate-limited.

## Actor input object example

```json
{
  "professions": [
    "Akupunkteur"
  ],
  "cities": [
    "Kelheim"
  ],
  "days_ahead": 30,
  "proxySettings": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "max_concurrency": 5
}
```

# 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 = {
    "professions": [
        "Akupunkteur"
    ],
    "cities": [
        "Kelheim"
    ],
    "include_slots": false,
    "additional_info": false,
    "days_ahead": 30,
    "proxySettings": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    },
    "max_concurrency": 5
};

// Run the Actor and wait for it to finish
const run = await client.actor("giovannibiancia/jameda").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 = {
    "professions": ["Akupunkteur"],
    "cities": ["Kelheim"],
    "include_slots": False,
    "additional_info": False,
    "days_ahead": 30,
    "proxySettings": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
    "max_concurrency": 5,
}

# Run the Actor and wait for it to finish
run = client.actor("giovannibiancia/jameda").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{
  "professions": [
    "Akupunkteur"
  ],
  "cities": [
    "Kelheim"
  ],
  "include_slots": false,
  "additional_info": false,
  "days_ahead": 30,
  "proxySettings": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "max_concurrency": 5
}' |
apify call giovannibiancia/jameda --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,giovannibiancia/jameda"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/xloZIun34FTqGym88/builds/lLaalcq8Japtt40cq/openapi.json
