
Practo Doctor Scraper 🏥
6 hours trial then $19.99/month - No credit card required now

Practo Doctor Scraper 🏥
6 hours trial then $19.99/month - No credit card required now
Scrape detailed doctor information from Practo.com, including doctor profiles, qualifications, practice details, fees, ratings, and services. Perfect for healthcare market research and doctor directory building.
Actor Metrics
5 Monthly users
No reviews yet
No bookmarks yet
>99% runs succeeded
Created in Feb 2025
Modified 3 days ago
Scrape comprehensive doctor information from Practo.com, India's leading healthcare platform. This actor helps you extract detailed information about doctors, their practices, and services offered.
🔍 Features
- Extracts detailed doctor profiles including:
- Basic information (name, ID, specialization)
- Professional qualifications and experience
- Practice details (clinic/hospital information)
- Consultation fees
- Patient ratings and reviews
- Complete list of services offered
- Location data
- Profile images and summaries
💡 Use Cases
- Healthcare market research
- Building doctor directories
- Analyzing healthcare service distribution
- Competitive analysis for healthcare providers
- Patient decision support systems
🎯 Input Parameters
Parameter | Type | Description |
---|---|---|
searchUrls | Array | List of Practo search URLs to scrape |
maxItems | Number | Maximum number of doctors to scrape (default: 50) |
📊 Output
The actor outputs detailed JSON data for each doctor, including:
- Doctor's personal and professional information
- Practice details and location
- Consultation fees
- Patient ratings and statistics
- Comprehensive list of services offered
- Professional qualifications
- Practice timings and availability
📝 Notes
- Respects Practo.com's robots.txt and implements reasonable delays
- Uses advanced browser automation to handle dynamic content
- Provides structured, clean data ready for analysis
- Handles pagination automatically
💪 Limitations
- Only works with public doctor profiles
- Rate limited to respect website's terms of service
- Some profile details may vary based on doctor's information availability
Input Example
A full explanation of an input example in JSON.
1{ 2 "searchUrls": [ 3 "https://www.practo.com/search/doctors?results_type=doctor&q=%5B%7B%22word%22%3A%22Dentist%22%2C%22autocompleted%22%3Atrue%2C%22category%22%3A%22subspeciality%22%7D%5D&city=Bangalore" 4 ], 5 "maxItems": 30 6}
Output sample
The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "searchUrl": "https://www.practo.com/search/doctors?results_type=doctor&q=%5B%7B%22word%22%3A%22Dentist%22%2C%22autocompleted%22%3Atrue%2C%22category%22%3A%22subspeciality%22%7D%5D&city=Bangalore", 4 "doctorId": 353643, 5 "doctorName": "Dr. Rashmi Shetty", 6 "profileUrl": "https://www.practo.com/bangalore/doctor/dr-rashmi-shetty-3-dentist?practice_id=745107&specialization=Dentist&referrer=doctor_listing&page_uid=783340f7-0522-4d20-97b8-8613c146e84d", 7 "specialization": "Dentist", 8 "experience": 20, 9 "qualifications": [ 10 { 11 "degree": "BDS", 12 "college": "JSS Dental College Hospital", 13 "year": 2005 14 }, 15 { 16 "degree": "MDS - Conservative Dentistry & Endodontics", 17 "college": "SDM College of Dental Sciences, Dharwad", 18 "year": 2009 19 } 20 ], 21 "practice": { 22 "name": "Chisel Dental", 23 "type": "Clinic", 24 "address": { 25 "line1": "18, 1st Main, Koramangala 1st Block, Jakkasandra Extension", 26 "line2": null, 27 "locality": "Koramangala", 28 "city": "Bangalore", 29 "zipcode": "560034", 30 "country": "India" 31 }, 32 "timings": [ 33 { 34 "end_time": "20:59", 35 "begin_time": "09:00", 36 "available_days": [ 37 "MONDAY", 38 "WEDNESDAY", 39 "THURSDAY", 40 "FRIDAY", 41 "SATURDAY", 42 "SUNDAY" 43 ] 44 } 45 ] 46 }, 47 "fees": { 48 "amount": 350, 49 "currency": "INR" 50 }, 51 "ratings": { 52 "recommendationPercent": 99, 53 "patientsCount": 4390, 54 "reviewsCount": 4390 55 }, 56 "services": [ 57 "Cosmetic/ Aesthetic Dentistry", 58 "Smile Design", 59 "Veneers / Laminates", 60 "Laser Dentistry", 61 "Inman Aligners Specialist", 62 "RCT - Root Canal Treatment", 63 "Conservative Dentistry", 64 "Aesthetic Dentistry", 65 "Teeth Grinding", 66 " Tooth Extraction", 67 "Artificial Teeth", 68 "Painful Teething ", 69 "Impaction / Impacted Tooth Extraction", 70 "Wisdom Tooth Extraction", 71 "Tooth Coloured Fillings", 72 "Composite tooth filling", 73 "Discolored Tooth Restoration", 74 "Surgical Tooth Extraction", 75 "Dental X-Ray", 76 "GIC Tooth Fillings", 77 "Tooth Decay", 78 "Dental Surgery", 79 " Cavities", 80 "Oral Surgery Procedures", 81 "Wedding Smile Planner", 82 "Scaling / Polishing", 83 "Bleeding Gums Treatment", 84 "Bad Breath Solutions", 85 "Public health dentist", 86 "Broken Tooth Treatment", 87 "Receding gums", 88 "Dental Braces Fixing", 89 "Braces Adjustment", 90 "Metal Braces Fixing", 91 "Ceramic Dental Braces", 92 "Ceramic Braces Fixing", 93 "Dental Restoration", 94 "Restoration Aesthetics", 95 "Restorative Dentist", 96 "General Dentistry", 97 "Dental Fillings", 98 "Dental Sleep Medicine (Snoring and Sleep Apnea Management)", 99 "Gum Disease Treatment/ Surgery", 100 "Laser Gingivoplasty", 101 "Space Maintainers", 102 "Occlusual Therapy", 103 "Gap Closing", 104 "Dental Checkup (General)", 105 "Complete/Partial Dentures Fixing", 106 "Fixed Partial Denture (FPD)", 107 "BPS Dentures Fixing", 108 "Dental prophylaxis", 109 "Cosmetic Filling", 110 "Orthognathic Surgery", 111 "Straightening Teeth (Conventional Braces)", 112 "Mouth Guard", 113 "Presurgical Orthodontics", 114 "RCT - Single Sitting", 115 "Endo Surgery Or Apicoectomy", 116 "Oral Rehabilitation", 117 "Jaw Orthopedics", 118 "Oral Prophylaxis", 119 "Flap Surgery", 120 "Invisible/Clear Braces", 121 "TMJ Therapy", 122 "Prosthetics", 123 "Full Denture (Acrylic)", 124 "Acrylic Partial Denture", 125 "Teeth Straightening", 126 "Cosmetic Makeovers", 127 "Ceramic Crowns and Bridges Fixing", 128 "Teeth - Jewellery", 129 "Mucogingival Surgery", 130 "Oral & Maxillofacial Surgery", 131 "Removal Partial Denture (RPD)", 132 "Porcelain inlays and onlays", 133 "Dental screening and prophylaxis", 134 "Periodontal Flap Surgery", 135 "Porcelain Veneers", 136 "Maxillofacial Trauma", 137 "Cosmetic Veneers/Bonding", 138 "Laser Surgery", 139 "Dental Cleaning", 140 "Reconstruction & Rehabilitation", 141 "Dental Sealant", 142 "Immediate Dentures", 143 "Post and Core", 144 "Dental Examinations", 145 "Implant Rehabilitation", 146 "Flexible Partial/Complete Denture", 147 "Orthodontic Treatment", 148 "Thineers", 149 "Pulpectomy", 150 "Laminates", 151 "Pit and Fissure Sealant", 152 "Smile designing", 153 "Ceramic Veneers / Crowns ", 154 "Bone Grafting for Dental Implants", 155 "Myofunctional Orthodontics", 156 "Inlays and Onlays", 157 "Maxillo Facial Prosthodontics", 158 "Bone Grafting", 159 "Bad Breath (Halitosis) Treatment", 160 "Invisible Orthodontics", 161 "Zirconia Crowns", 162 "Re-Root Canal Treatment", 163 "Fixed Prosthodontics", 164 "childrens dentistry", 165 "Partial Denture (Metal Based)", 166 "Amalgam Removal", 167 "TMJ Pain Management", 168 "Lingual Orthodontics", 169 "Damon System", 170 "Alveolectomy", 171 "Gingivoplasty", 172 "Implant Prosthesis", 173 "Advanced surgery in Implantology", 174 "Mouth Bleed", 175 "Orthotic Splints", 176 "Acrylic prosthesis", 177 "Retention implant dentures", 178 "Laser Gum Surgery", 179 "Straightening Teeth (Invisalign) ", 180 "Overdentures Fixing", 181 "Laser Depigmentation", 182 "Implant Retained Dentures", 183 "Palate Surgery", 184 "Scraping Periodontal", 185 "Composite Bondings", 186 "Partial Denture of mold", 187 "Preparation for Dentures", 188 "Osseointegrated implants", 189 "Full Mouth Rehabilitation", 190 "TMJ Disorders", 191 "Tongue Tie Release", 192 "TMJ", 193 "Surgical treatment for oral submucous fibrosis", 194 "Oral Medicine and Radiology", 195 "Toothache", 196 "Teeth Reshaping", 197 "Facial aesthetics", 198 "Atypical Swallowing Treatment", 199 "Cast Partial Denture", 200 "Channel Treatment", 201 "Crowns and Bridges Fixing", 202 "Dental Implant Fixing", 203 "Teeth Whitening", 204 "Oral Lesions Screening", 205 "Temporomandibular Joint Disorder", 206 "Tooth Air Polishing", 207 "Pyorrhoea Treatment", 208 "Facet Dental", 209 "Maxillofacial Prosthetics", 210 "Temporomandibular dysfunction", 211 "Temporomandibular Joint Dysfunction - ATM", 212 "Traumatic injuries Dental", 213 "Laser Lip Surgery", 214 "Microscope Assisted Root Canal Treatment", 215 "Maxillary Obturator Fixing" 216 ], 217 "location": { 218 "latitude": 12.92777, 219 "longitude": 77.63721 220 }, 221 "imageUrl": "https://imagesx.practo.com/providers/dr-rashmi-shetty-endodontist-bangalore-9975a1fc-248b-4879-83cb-e57fa5f171ac.jpg", 222 "summary": "Dr. Rashmi Shetty having completed her graduation (BDS) in the esteemed JSS Dental College and Research Center, Mysore in the year 2004, further pursued her post graduation - Masters in Dental Surgery (MDS) in the field of Endodontics (Root Canals) and Restorative Dentistry (Cosmetics/Restorations/Iaminates) from another established Institute – SDM College of Dental Sciences, Dharwad, Karnataka completing in the year 2009 clearing with university rank. Her interest in covering all aspects of Esthetic Dentistry further led to her pursuing latest advancements in Dentistry acquiring certifications in \"Clear Aligners\" and \"Inman Aligners \" and \"Laser Dentistry\" . She is also a practicing Aesthetic Dentist at Chisel Dental Clinic." 223 }, 224 ... 225]
Related Actors
- 👨⚕️ WebMD Doctor Scraper - Extract comprehensive doctor profiles and reviews from WebMD search results.
- 🏥 Netmeds Product Scraper - Extract detailed medical product information from Netmeds.com.
- 🔍 Google Search Scraper - Powerful Google search scraper with flexible search options and language support.
- 📊 Google Maps Scraper - Extract detailed business data including medical facilities from Google Maps.
- 🔍 Article Content Extractor - Extract clean article content and metadata from medical and health websites.
- 📧 Email & Contact Extractor From Any Web - Extract contact information from medical websites and directories.
- 🏥 Zomato Restaurant Reviews Scraper - Extract detailed review data with similar review extraction capabilities.
- 🔍 PubMed Search Scraper - Extract medical research papers and academic articles from PubMed.
- 📊 URL Metadata Crawler - Extract comprehensive metadata from medical and healthcare websites.
- 🔍 Keyword Suggestions Scraper - Get keyword suggestions from multiple search engines for medical terms.
- 📱 Phone Number Validation - Validate and parse contact information for medical professionals.
- 📄 Text Summarization - Automatically generate concise summaries of medical content.
- 🔍 Keyword Density Checker - Analyze medical content for keyword optimization.
- 🌍 Countries Data Scraper - Extract country-specific healthcare and medical data.
- 🔍 Discover & Verify Professional Emails - Find and verify email addresses of medical professionals.