Germany's Doctor Directory in Structured JSON
Search doctors, retrieve patient reviews, ratings, and detailed profiles from Jameda — Germany's largest healthcare provider directory with 11+ million patient reviews.
500 free credits/month · No credit card required
What you can build
Structured data for real applications. Here are some ideas.
Doctor Comparison
Build platforms that help patients find the right doctor by comparing ratings, specialties, reviews, and availability across providers.
Healthcare Analytics
Analyze patient satisfaction trends by specialty, region, and time period. Identify top-rated providers and underserved areas.
Practice Monitoring
Track reviews and ratings for medical practices. Get notified when new patient feedback is posted and monitor reputation over time.
Medical Directories
Enrich your healthcare directory with up-to-date doctor data including specialties, locations, patient ratings, and review summaries.
Available endpoints
Everything you need in one API.
Doctor Search
/api/jameda/search
Search doctors by specialty or name with location
Doctor Details
/api/jameda/doctor-details
Get full doctor profile with ratings and info
Patient Reviews
/api/jameda/reviews
Retrieve paginated patient reviews for a doctor
Location Autocomplete
/api/jameda/autocomplete-location
Get location suggestions for search input
Service Autocomplete
/api/jameda/autocomplete-service
Get specialty/service suggestions
Try it now
One API call. Structured JSON response.
Request
curl -X GET "https://scrappa.co/api/jameda/search?q=Zahnarzt&loc=Berlin" \
-H "Accept: application/json" \
-H "X-API-KEY: YOUR_API_KEY"
Response
{
"success": true,
"data": [
{
"name": "Dr. med. Anna Schmidt",
"specialty": "Zahnärztin",
"address": "Friedrichstraße 123, 10117 Berlin",
"rating": 1.2,
"review_count": 89,
"url": "/anna-schmidt/zahnarztin/berlin"
}
],
"meta": {
"page": 1,
"duration_ms": 245
}
}
Key features
Frequently asked questions
What Jameda data can the API return?
The Jameda API supports doctor search, doctor profile details, patient reviews, location autocomplete, and service or specialty autocomplete in structured JSON.
Can I build a doctor search or healthcare directory with it?
Yes. The API is built for healthcare directories, doctor comparison tools, reputation monitoring, and analytics workflows that need specialties, ratings, review counts, locations, and profile data.
Does the Jameda API include patient review text?
Yes. The reviews endpoint returns paginated patient review data for a doctor, including review text and related metadata when available from the source page.
Do I need a browser scraper for Jameda?
No. Scrappa manages extraction and response normalization, so you can request Jameda data through documented API endpoints with an API key.
Ready to get started?
Sign up and get 500 free credits. No credit card required.