Doctoralia Brazil Scraper
Pricing
$20.00/month + usage
Doctoralia Brazil Scraper
Scrape doctor profiles from Doctoralia.com.br, Brazil's doctor rating and booking site: name, title, specialties, star rating, patient opinion counts and appointment availability. Search by specialty and city or paste a Doctoralia search URL; optionally add practice addresses and phone numbers.
Pricing
$20.00/month + usage
Rating
4.4
(2)
Developer
Muhammet Akkurt
Maintained by CommunityActor stats
5
Bookmarked
108
Total users
3
Monthly active users
2 days ago
Last modified
Categories
Share

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
- Use direct search URLs from doctoralia.com.br 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 Doctoralia Brazil (e.g., https://www.doctoralia.com.br/psicologo/brasilia). 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., "Dr.", "Dra.")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 (CEP)province: State/provincephone_numbers: Contact phone numbersdirections: Access instructionslatitude: Geographical latitudelongitude: Geographical longitude
Example Output
{"doctor_id": "7891011","name": "Ana","surname": "Souza","full_name": "Ana Souza","prefix": "Dra.","url": "https://www.doctoralia.com.br/ana-souza/cardiologista/sao-paulo","photo": {"small_url": "https://s3-sa-east-1.amazonaws.com/doctoralia.com.br/doctor/abc123/abc123_140_square.jpg","big_url": "https://s3-sa-east-1.amazonaws.com/doctoralia.com.br/doctor/abc123/abc123_large.jpg","is_default": false},"stars": 5,"opinion_stats": {"positive": 72,"neutral": 2,"negative": 1,"total": 75},"gender": "female","has_slots": true,"city_id": 5228,"specializations": [{"id": "12","name": "Cardiologista"}],"fetch_time": "2026-04-23T14:30:00","addresses": [{"post_code": "04001-000","street": "Rua Vergueiro, 1234 - Sala 56","phone_numbers": ["+5511912345678", "+551123456789"],"directions": "Próximo ao metrô Vila Mariana","clinic_name": "Centro Médico São Paulo","province": "São Paulo SP","latitude": -23.5868,"longitude": -46.6394}]}
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 doctoralia.com.br, including those with complex filters.
- Please ensure compliance with doctoralia.com.br’s terms of use and the rules outlined in their
robots.txtfile.