ZnamyLekar Scraper avatar

ZnamyLekar Scraper

Pricing

$20.00/month + usage

Go to Apify Store
ZnamyLekar Scraper

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

5.0

(1)

Developer

Muhammet Akkurt

Muhammet Akkurt

Maintained by Community

Actor stats

1

Bookmarked

4

Total users

0

Monthly active users

4 days ago

Last modified

Categories

Share

ZnamyLekar Scraper

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 basic information such as doctor ID, doctor name, specialty, city, region, review count, latest review date, overall rating, telemedicine availability, and access time
  • Optionally collect additional 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

  1. Run this actor in the Apify console.
  2. 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 your country's 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 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 doctor
  • name: The name of the doctor
  • city: The city where the doctor is located
  • region: The region where the doctor is located
  • specialization: The specialization of the doctor
  • review_count: The number of reviews the doctor has received
  • overall_rating: The overall rating of the doctor
  • newest_review_date: The date of the latest review
  • telemedicine: Whether the doctor offers telemedicine services
  • url: The URL of the doctor's profile page
  • fetch_time: The time when the data was fetched
  • clinic_name: The name of the clinic where the doctor works
  • province: The state/province where the doctor is located
  • post_code: The postal code of the doctor's location
  • street: The street address of the doctor's location
  • phone_numbers: Contact phone numbers
  • directions: Access instructions to the location
  • latitude: Geographical latitude of the location (first address)
  • longitude: Geographical longitude of the location (first address)
  • all_addresses: List of all addresses associated with the doctor, each containing complete location details

Example Output

{
"doctor_id": "123456",
"name": "Dr. Jan Novák",
"city": "Praha",
"region": "Praha 1",
"specialization": "Kardiologie",
"review_count": "75",
"overall_rating": "4.9",
"newest_review_date": "2024-02-05",
"telemedicine": "No",
"url": "https://www.znamylekar.cz/jan-novak/kardiologie/praha",
"fetch_time": "2024-02-07T14:30:00",
"clinic_name": "Centrum Odborné Léčby Praha",
"province": "Hlavní město Praha",
"post_code": "110-00",
"street": "Národní 1234",
"phone_numbers": "+420 123 456 789, +420 987 654 321",
"directions": "Blízko stanice metra Můstek",
"latitude": 50.0833,
"longitude": 14.4253,
"all_addresses": [
{
"post_code": "110-00",
"street": "Národní 1234",
"phone_numbers": "+420 123 456 789, +420 987 654 321",
"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, filled with random data, 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.txt file.