Doctoralia Data Extractor - scrape doctor data
by giovannibiancia
Doctoralia Data Extractor will extract detailed information on healthcare professionals from Doctoralia. Ideal for market research, lead generation, a...
Opens on Apify.com
About Doctoralia Data Extractor - scrape doctor data
Doctoralia Data Extractor will extract detailed information on healthcare professionals from Doctoralia. Ideal for market research, lead generation, and data analysis in the healthcare sector.
What does this actor do?
Doctoralia Data Extractor - scrape doctor data is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.
Key Features
- Cloud-based execution - no local setup required
- Scalable infrastructure for large-scale operations
- API access for integration with your applications
- Built-in proxy rotation and anti-blocking measures
- Scheduled runs and webhooks for automation
How to Use
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
๐ฅ Doctoralia Professional Scraper ### Enterprise-grade Healthcare Data Extraction
Extract structured, high-quality healthcare professional data from Doctoralia and their international equivalents across 11 countries.
--- ## โจ Features - ๐ Rich Data Extraction: detailed profiles, reviews, pricing, availability - ๐ 11 Markets Supported: Doctoralia + all international brands - โก High-Performance Scraping: parallel execution & smart pagination - ๐ฏ Precise Filtering: cities, specializations, services - ๐ฐ Pricing Intelligence: extract service prices, insurance data - โญ Review Analytics: sentiment-ready patient reviews - ๐ Location Data: GPS coordinates and clinic details - ๐ Real-time Availability: upcoming appointment slots --- ## ๐ Supported Platforms | Country | Platform | Domain | | ----------------- | ------------- | ----------------- | | ๐ฎ๐น Italy | Miodottore | miodottore.it | | ๐ช๐ธ Spain | Doctoralia | doctoralia.es | | ๐ฆ๐ท Argentina | Doctoralia | doctoralia.com.ar | | ๐จ๐ฑ Chile | Doctoralia | doctoralia.cl | | ๐ต๐ช Peru | Doctoralia | doctoralia.pe | | ๐ง๐ท Brazil | Doctoralia | doctoralia.com.br | | ๐น๐ท Turkey | Doktortakvimi | doktortakvimi.com | | ๐ต๐ฑ Poland | ZnanyLekarz | znanylekarz.pl | | ๐ฒ๐ฝ Mexico | Doctoralia | doctoralia.com.mx | | ๐จ๐ฟ Czech Republic | ZnamyLekar | znamylekar.cz | | ๐จ๐ด Colombia | Doctoralia | doctoralia.co | --- ## โ๏ธ Input Configurationjson { "country": "italy", "city": "Roma", "specializations": ["dentista", "cardiologo"], "maxResults": 100 } ### Input Parameters | Parameter | Type | Required | Description | | ----------------- | ------ | -------- | ------------------------------------- | | country | String | Yes | Country code (e.g., italy, spain) | | city | String | Yes | City or area to target | | specializations | Array | Yes | List of medical specializations | | maxResults | Number | No | Limit results (default: unlimited) | --- ## ๐ค Output Schema You will receive one dataset containing: ### Doctor Information - Full name, title, gender - Ratings, review counts, sentiment - Specializations - Verified profile URL ### Practice Locations - Multiple clinic addresses - GPS coordinates - Availability / nearest appointment - Accessibility features ### Services & Pricing - Service name, description - Price and โfrom priceโ flags ### Patient Reviews - Review text - Per-review ratings - Date & time - Doctor responses --- ## ๐ก Example Output json { "doctor_info": { "id": "661399", "name": "Mattia", "surname": "Bozzelli", "full_name": "Mattia Bozzelli", "prefix": "Dott.", "url": "https://www.miodottore.it/mattia-bozzelli/agopuntore-omeopata/certaldo", "stars": 5, "opinion_stats": { "positive": 101, "neutral": 0, "negative": 0, "total": 101 }, "branding": null, "has_slots": true, "allow_questions": true, "city_id": 7289, "gender": "male" }, "specializations": { "_items": [ { "id": "116", "name": "agopuntore", "name_plural": "agopuntori", "is_popular": false, "name_female": null, "requires_certification": false, "requires_license_number": false, "license_number_type": "" }, { "id": "114", "name": "omeopata", "name_plural": "omeopati", "is_popular": false, "name_female": null, "requires_certification": false, "requires_license_number": false, "license_number_type": "" } ] }, "opinions": { "page": 1, "limit": 20, "pages": 6, "total": 101, "_items": [ { "id": "3330255", "text": "Professionale, empatico e ottimo ascoltatore in una parola meraviglioso ", "stars": 5, "created_at": "2025-12-03T20:58:35+01:00", "is_anonymous": true, "photo_url": "https://platform.docplanner.com/img/general/doctor/aftervisit-placeholder.png?2249471580", "doctor_answer": null } // ...tutte le altre opinioni... ] }, "addresses": [ { "address_details": { "id": "1019701", "name": "Studio Medico \"Il Cerchio\"", "province": "SI", "city_name": "Colle di Val d'Elsa", "district_name": null, "post_code": "53034", "street": "Via dello Spuntone 16", "phone_numbers": ["+3905771645578"], "doctor_id": "661399", "facility_id": null, "facility_address_id": null, "coordinate": { "lat": 43.4167786, "lon": 11.1326628 }, "booking_extra_fields": { "birth_date": false, "gender": false, "nin": false, "nin_optional": false, "insurance_number_optional": false, "insurance_plan_optional": false }, "has_slots": true, "nearest_slot_date": "2025-12-16T16:45:00+01:00", "calendar_guid": "16700000-60f9-66f0-0f9c-08ddafcefb43", "www": null, "address_accessibility": [ "accessibility_1", "accessibility_4", "accessibility_2", "accessibility_3" ], "online_payments": false, "calendar_active": true, "fee": null, "default_fee": null, "non_doctor": false, "is_commercial_from_deal": true, "is_commercial_from_saas": false }, "services": { "_items": [ { "id": "3497326", "name": "agopuntura", "price": 50, "price_decimal": 50, "is_price_from": true, "service_id": "309", "description": "", "is_default": true, "service_guid": null } // ...altre prestazioni... ] } } // ...altri indirizzi... ], "booking_widget_data": { "addresses": [ { "id": 1019701, "street": "Via dello Spuntone 16", "city": "Colle di Val d'Elsa", "name": "Studio Medico \"Il Cerchio\"", "isOnlineOnly": 0, "insuranceSupport": "private_and_insurance", "hasAdvancedConfigurationEnabled": false } ], "specializations": [ { "id": 116, "name": "agopuntore", "doctorsCount": 1 }, { "id": 114, "name": "omeopata", "doctorsCount": 1 } ], "services": [ { "id": 309, "name": "agopuntura", "doctorsCount": 1, "specializationsCount": { "114": 46, "116": 46 }, "group": "popular" } ], "service_options": [ { "id": 3497326, "serviceId": 309, "doctorId": 661399, "name": "agopuntura", "description": "", "price": 50, "isPriceFrom": true, "doctorsCount": 1 } ], "insurances": [ { "id": 1, "name": "SSN", "doctorsCount": 1 } // ...altre assicurazioni... ] } } --- ## ๐ฏ Use Cases ๐ Market Research & Analytics
- Market sizing & segmentation - Competitive benchmarking - Service & pricing analysis - Geographic coverage mapping๐ค Lead Generation & Sales
- B2B medical supplier prospecting - Targeted outreach campaigns - Partnership scouting - Territory planning๐ Digital Health & AI
- Data enrichment for health apps - AI model training datasets - Healthcare dashboards - Scheduling / booking integrationsCategories
Common Use Cases
Market Research
Gather competitive intelligence and market data
Lead Generation
Extract contact information for sales outreach
Price Monitoring
Track competitor pricing and product changes
Content Aggregation
Collect and organize content from multiple sources
Ready to Get Started?
Try Doctoralia Data Extractor - scrape doctor data now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- giovannibiancia
- Pricing
- Paid
- Total Runs
- 2,041
- Active Users
- 97
Related Actors
Video Transcript Scraper: Youtube, X, Facebook, Tiktok, etc.
by invideoiq
Linkedin Profile Details Scraper + EMAIL (No Cookies Required)
by apimaestro
Twitter (X.com) Scraper Unlimited: No Limits
by apidojo
Content Checker
by jakubbalada
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support