Jameda Search Scraper avatar

Jameda Search Scraper

Pricing

Pay per usage

Go to Apify Store
Jameda Search Scraper

Jameda Search Scraper

Search Jameda doctor profiles by specialty, doctor name, and German location, including ratings, review counts, addresses, profile URLs, and images.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Scrappa

Scrappa

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Search Jameda doctor profiles by specialty, doctor name, symptom, medical service, and optional German location through Scrappa. Use it for doctor discovery, local healthcare lead research, review workflows, and profile enrichment pipelines.

Features

  • Search Jameda by specialty, service, symptom, or doctor name
  • Optional German city/location targeting
  • Fetch one or more one-based search result pages per run
  • Extract doctor name, specialty, profile URL, rating, review count, address, and image URL
  • Dataset rows optimized for Apify table views
  • Full Scrappa page responses saved to the OUTPUT key-value-store record

Input

FieldTypeRequiredDescription
qstringYesDoctor name, specialty, symptom, or medical service, for example Zahnarzt
locstringNoGerman city or location, for example Berlin
pageintegerNoFirst one-based result page, 1-500. Default 1
per_pageintegerNoResults to save per page, 1-28. Default 28
max_pagesintegerNoNumber of pages to fetch, 1-10. Default 1

Example Input

{
"q": "Zahnarzt",
"loc": "Berlin",
"page": 1,
"per_page": 28,
"max_pages": 2
}

Output

Each doctor profile is saved as one dataset item:

{
"name": "Dr. med. Beispiel",
"specialty": "Zahnarzt",
"rating": "1,2",
"review_count": "35 Bewertungen",
"review_count_number": 35,
"address": "Beispielstr. 1, 10115 Berlin",
"profile_url": "https://www.jameda.de/beispiel/zahnarzt/berlin",
"image_url": "https://www.jameda.de/example.jpg",
"request_q": "Zahnarzt",
"request_loc": "Berlin",
"request_page": 1,
"request_per_page": 28,
"total_results": 120,
"total_pages": 5
}

The OUTPUT record includes the request summary, pages fetched, doctor count, reported Jameda totals, and raw Scrappa responses for the fetched pages. Runs that fetch many pages can create a larger OUTPUT record because each raw Scrappa page response is retained there for debugging and auditability.

Notes

Jameda search returns public doctor profile summaries. For doctor details, reviews, higher-volume access, or direct API usage, use Scrappa at https://scrappa.co.