Search doctors, get detailed profiles, extract patient reviews, and autocomplete locations and services on Jameda — Germany's largest healthcare review platform with 11M+ reviews. No official API exists; Scrappa provides structured access to doctor and review data.
Structured data for real applications. Here are some ideas.
Build doctor search and comparison tools using Jameda data. Help patients find doctors by specialty, location, and rating with real review data from Germany's largest medical review platform.
Monitor doctor ratings and patient reviews over time. Build dashboards for medical practices to track reputation, identify improvement areas, and benchmark against peers.
Enrich health insurance platforms with doctor ratings and reviews. Help members find highly-rated providers and make informed healthcare decisions.
Analyze patient satisfaction patterns, specialty demand, and regional healthcare quality using review data from millions of patient experiences across Germany.
Everything you need in one API.
/api/jameda/search
Search for doctors by name, specialty, and location
/api/jameda/doctor-details
Get a doctor's full profile with ratings, specialties, and contact info
/api/jameda/reviews
Extract patient reviews for a doctor with ratings and comments
/api/jameda/autocomplete-location
Autocomplete German locations for doctor search
/api/jameda/autocomplete-service
Autocomplete medical specialties and services
One API call. Structured JSON response.
curl -X GET "https://scrappa.co/api/jameda/search?specialty=Zahnarzt&location=Berlin" \
-H "Accept: application/json" \
-H "X-API-KEY: YOUR_API_KEY"
{
"success": true,
"results": [
{
"name": "Dr. med. dent. Maria Muller",
"specialty": "Zahnarztin",
"address": "Friedrichstr. 123, 10117 Berlin",
"rating": 1.2,
"review_count": 345,
"phone": "+49 30 1234567",
"url": "https://www.jameda.de/berlin/zahnaerzte/..."
}
]
}
See how Scrappa compares to the official API.
| Feature | Scrappa | Jameda (no public API) |
|---|---|---|
| API available | Yes (5 endpoints) | No public API |
| Doctor search | Programmatic | Manual only |
| Review extraction | Structured JSON | Not available |
| Autocomplete | Yes (location + service) | On-site only |
| Doctor profiles | Full details | Manual browsing |
| Bulk access | ||
| Free tier | 500 credits/month | N/A |
| Integration ready | REST API |
Jameda does not offer a public API for accessing doctor data or reviews programmatically. Scrappa provides 5 structured REST endpoints covering doctor search, profiles, reviews, and autocomplete — letting you build healthcare applications with real patient review data from Germany's largest medical review platform.
Yes. You can search for doctors by specialty and location, then extract their patient reviews with pagination support. Build reputation monitoring tools, patient satisfaction analytics, and healthcare quality comparison platforms.
Just a Scrappa API key passed as an X-API-KEY header. No Jameda account, no partner agreement, no OAuth. Sign up for free, get your key, and start querying doctor data immediately.
You can search doctors by name, specialty, and location. Get full doctor profiles with ratings, specialties, contact info, and addresses. Extract patient reviews with detailed ratings. Use autocomplete for German locations and medical specialties.
Yes. Every Scrappa account includes 500 free credits per month with no credit card required. Test all 5 Jameda endpoints before committing to paid usage.
Scrappa charges $0.20 per 1,000 requests with no daily caps. All Jameda endpoints cost the same. The free tier gives you 500 credits per month to get started with healthcare data.