ZnamyLekar Scraper
Pricing
$20.00/month + usage
ZnamyLekar Scraper
An Apify actor that scrapes doctor information from znamylekar.cz. Search doctors by specialties and city. Collects doctor ID, name, specialization, city, region, reviews, rating, latest review date, telemedicine availability, and profile URL. Data saved to Apify's default data store.
Pricing
$20.00/month + usage
Rating
0.0
(0)
Developer
Muhammet Akkurt
Actor stats
1
Bookmarked
4
Total users
1
Monthly active users
11 days ago
Last modified
Categories
Share

ZnamyLekar Scraper
This Apify actor is designed to scrape doctor information from the znamylekar.cz website.
Features
- Search for doctors by specific specialties
- Filter doctors by city
- Use direct search URLs from znamylekar.cz to scrape specific search results
- Collect comprehensive doctor information including name, photo, rating, opinion stats, gender, specializations, and availability
- Optionally collect detailed address information by enabling detailedAddressInfo:
- Clinic details (name and location)
- Complete address information (street, postal code, province)
- Contact information (phone numbers)
- Geographic coordinates (latitude/longitude)
- Access directions
Usage
- Run this actor in the Apify console.
- Provide the desired inputs:
- specialization: Select the specialties to scrape (multiple selections allowed)
- city: Select the city to scrape
- url: Optionally, provide a direct search URL from znamylekar.cz (e.g., https://www.znamylekar.cz/kardiolog/praha). If provided, this will override the specialization and city settings
- detailedAddressInfo: Enable this option to collect additional address information such as clinic details, exact address, phone numbers, and geographic coordinates
Output
The actor generates a list of JSON objects containing the following information:
doctor_id: The unique ID of the doctorname: First name of the doctorsurname: Last name of the doctorfull_name: Full name of the doctorprefix: Title prefix (e.g., "MUDr.", "PhDr.")url: The URL of the doctor's profile pagephoto: Profile photo URLs (small_url,big_url,is_default)stars: Star rating (1-5)opinion_stats: Review statistics (positive,neutral,negative,total)gender: Gender of the doctorhas_slots: Whether the doctor has available appointment slotscity_id: The ID of the city where the doctor is locatedspecializations: List of specializations withidandnamefetch_time: The time when the data was fetchedaddresses: List of all addresses (when detailedAddressInfo is enabled), each containing:clinic_name: Name of the clinicstreet: Street addresspost_code: Postal code (PSČ)province: Region/provincephone_numbers: Contact phone numbersdirections: Access instructionslatitude: Geographical latitudelongitude: Geographical longitude
Example Output
{"doctor_id": "123456","name": "Jan","surname": "Novák","full_name": "Jan Novák","prefix": "MUDr.","url": "https://www.znamylekar.cz/jan-novak/kardiolog/praha","photo": {"small_url": "https://pixel-p2.s3.eu-central-1.amazonaws.com/doctor/avatar/abc123/abc123_140_square.jpg","big_url": "https://pixel-p2.s3.eu-central-1.amazonaws.com/doctor/avatar/abc123/abc123_large.jpg","is_default": false},"stars": 5,"opinion_stats": {"positive": 72,"neutral": 2,"negative": 1,"total": 75},"gender": "male","has_slots": true,"city_id": 32,"specializations": [{"id": "12","name": "kardiolog"}],"fetch_time": "2026-04-23T14:30:00","addresses": [{"post_code": "110-00","street": "Národní 1234, Sala 56","phone_numbers": ["+420123456789", "+420987654321"],"directions": "Blízko stanice metra Můstek","clinic_name": "Centrum Odborné Léčby Praha","province": "Hlavní město Praha","latitude": 50.0833,"longitude": 14.4253}]}
This example output shows the structure for a single doctor. The actual output will be a list of similar objects for all the doctors that were scraped.
Notes
- The data collected is stored in Apify's default data store.
- When using the direct URL feature, you can paste any search result URL from znamylekar.cz, including those with complex filters.
- Please ensure compliance with znamylekar.cz's terms of use and the rules outlined in their
robots.txtfile.