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
Structured data for real applications. Here are some ideas.
Build platforms that help patients find the right doctor by comparing ratings, specialties, reviews, and availability across providers.
Analyze patient satisfaction trends by specialty, region, and time period. Identify top-rated providers and underserved areas.
Track reviews and ratings for medical practices. Get notified when new patient feedback is posted and monitor reputation over time.
Enrich your healthcare directory with up-to-date doctor data including specialties, locations, patient ratings, and review summaries.
Everything you need in one API.
/api/jameda/search
Search doctors by specialty or name with location
/api/jameda/doctor-details
Get full doctor profile with ratings and info
/api/jameda/reviews
Retrieve paginated patient reviews for a doctor
/api/jameda/autocomplete-location
Get location suggestions for search input
/api/jameda/autocomplete-service
Get specialty/service suggestions
One API call. Structured JSON response.
curl -X GET "https://scrappa.co/api/jameda/search?q=Zahnarzt&loc=Berlin" \
-H "Accept: application/json" \
-H "X-API-KEY: YOUR_API_KEY"
{
"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
}
}
Sign up and get 500 free credits. No credit card required.