ZnamyLekar Reviews Scraper
1 day trial then $30.00/month - No credit card required now
ZnamyLekar Reviews Scraper
1 day trial then $30.00/month - No credit card required now
This Apify actor collects doctor reviews and ratings from the znamylekar.cz website. Users can search by specific specialties and cities. The actor pulls data such as doctor ID, review score, review text and review date and presents it in a structured format.
ZnamyLekar Reviews Scraper
This Apify actor is designed to scrape patient/user reviews and ratings of doctors from the znamylekar.cz website.
Features
- Search for doctors by specific specialties
- Filter doctors by city
- Collect information such as doctor ID, review score, review text and review date.
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
Output
The actor generates a list of JSON objects containing the following information:
doctor_id
: Unique ID of the doctorreview_rating
: Review ratingreview_text
: Review textreview_date
: Review date
Example Output
1{ 2 "doctor_id": "123456", 3 "review_rating": "4.5", 4 "review_text": "Velmi dobrý lékař, rozhodně doporučuji.", 5 "review_date": "2023-06-15" 6}
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 znamylekar.cz’s terms of use and the rules outlined in their
robots.txt
file.
- 2 monthly users
- 1 star
- 100.0% runs succeeded
- Created in Sep 2024
- Modified about 2 months ago