Doctoralia Brazil Scraper
1 day trial then $20.00/month - No credit card required now
Doctoralia Brazil Scraper
1 day trial then $20.00/month - No credit card required now
This Apify actor collects doctor reviews and ratings from the doctoralia.com.br 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.
Doctoralia Brazil Scraper
This Apify actor is designed to scrape doctor information from the doctoralia.com.br website.
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
- 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
: The unique ID of the doctorname
: The name of the doctorcity
: The city where the doctor is locatedregion
: The region where the doctor is locatedspecialization
: The specialization of the doctorreview_count
: The number of reviews the doctor has receivedoverall_rating
: The overall rating of the doctornewest_review_date
: The date of the latest reviewtelemedicine
: Whether the doctor offers telemedicine servicesurl
: The URL of the doctor’s profile pagefetch_time
: The time when the data was fetched
Example Output
1{ 2 "doctor_id": "7891011", 3 "name": "Dr. Ana Souza", 4 "city": "São Paulo", 5 "region": "Vila Mariana", 6 "specialization": "Cardiologia", 7 "review_count": "75", 8 "overall_rating": "4.9", 9 "newest_review_date": "2024-02-05", 10 "telemedicine": "No", 11 "url": "https://www.doctoralia.com.br/ana-souza/cardiologia/sao-paulo", 12 "fetch_time": "2024-02-07T14:30:00" 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 doctoralia.com.br’s terms of use and the rules outlined in their
robots.txt
file.
- 3 monthly users
- 1 star
- 100.0% runs succeeded
- Created in Sep 2024
- Modified 13 days ago