DoktorTakvimi Scraper avatar

DoktorTakvimi Scraper

Try for free

1 day trial then $20.00/month - No credit card required now

View all Actors
DoktorTakvimi Scraper

DoktorTakvimi Scraper

muhammetakkurtt/doktortakvimi-scraper
Try for free

1 day trial then $20.00/month - No credit card required now

An Apify actor that scrapes doctor information from doktortakvimi.com. 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.

Doctor Takvimi Scraper

Doctor Takvimi Scraper

This Apify actor is designed to scrape doctor information from the website doktortakvimi.com.

Features

  • Search for doctors by specific specialties
  • Filter doctors by city
  • Collect information such as doctor ID, doctor name, specialty, city, region, review count, latest review date, overall rating, telemedicine availability, and access time

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

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

Example Output

1{
2  "doctor_id": "123456",
3  "name": "Dr. Ahmet Yılmaz",
4  "city": "Istanbul",
5  "region": "Kadıköy",
6  "specialization": "Cardiology",
7  "review_count": "42",
8  "overall_rating": "4.8",
9  "newest_review_date": "2023-06-15",
10  "telemedicine": "Yes",
11  "url": "https://www.doktortakvimi.com/ahmet-yilmaz/cardiology/istanbul",
12  "fetch_time": "2023-06-20T14:30:45"
13}

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

  • This actor uses the Scrapy framework for web scraping.
  • The data collected is stored in Apify’s default data store.
  • Please ensure compliance with doktortakvimi.com’s terms of use and the rules outlined in their robots.txt file.
Developer
Maintained by Community
Actor metrics
  • 1 monthly user
  • 1 star
  • Created in Sep 2024
  • Modified about 23 hours ago