Doctoralia Es Scraper
Pricing
from $1.50 / 1,000 results
Doctoralia Es Scraper
Scrape doctor profiles from Doctoralia.es: name, specialty, rating, address, services, and coordinates.
Pricing
from $1.50 / 1,000 results
Rating
0.0
(0)
Developer
Unfenced Group
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
16 hours ago
Last modified
Categories
Share


Doctoralia ES — Doctor Profiles Scraper
Scrape doctor and specialist profiles from Doctoralia.es — Spain's leading medical directory. Extracts names, specialties, ratings, locations, services, and contact details.
What it scrapes
Search by keyword, specialty, or location, or point it at specific profile or search URLs. Each run returns structured doctor profile data ready for analysis, lead generation, or healthcare market research.
Output fields
Always present
| Field | Type | Description |
|---|---|---|
name | string | Doctor's full name including title (e.g. "Dr. Raimundo Gutiérrez Fonseca") |
profileUrl | string | Full URL of the doctor's Doctoralia profile |
specializations | string | Primary medical specialty or specialties |
subspecializations | string | Sub-specialties listed in parentheses (null if none) |
city | string | City derived from profile URL slug |
ratingScore | number | Average rating score out of 5 (null if no reviews) |
reviewCount | integer | Total number of patient reviews |
isVerified | boolean | Whether the doctor has a verified profile badge |
scrapedAt | string | ISO 8601 timestamp of when the profile was scraped |
sourceUrl | string | The search/listing URL this profile was found on |
With fetchDetails: true (default)
| Field | Type | Description |
|---|---|---|
licenseNumber | string | Spanish medical license number (Número de Colegiado) |
streetAddress | string | Full street address of the clinic |
addressCity | string | City from address itemprop |
postalCode | string | Postal/ZIP code |
addressRegion | string | Province or autonomous community |
addressCountry | string | ISO country code (always "ES") |
latitude | number | GPS latitude of the clinic |
longitude | number | GPS longitude of the clinic |
ratingValue | number | Aggregate rating value (may differ from list-level score) |
clinicName | string | Name of the clinic or medical centre |
services | array | List of medical services and procedures offered |
onlineConsultation | boolean | Whether the doctor offers online consultations |
paymentMethods | array | Accepted payment methods (e.g. ["Efectivo", "Tarjeta de crédito"]) |
insuranceCompanies | array | Accepted insurance providers (null if none listed) |
answeredQuestions | integer | Number of patient questions answered by the doctor |
Sample output record
{"name": "Dr. Raimundo Gutiérrez Fonseca","profileUrl": "https://www.doctoralia.es/raimundo-gutierrez-fonseca/otorrino-otorrino-infantil/madrid","specializations": "Otorrino, Otorrino infantil","subspecializations": "Orl oncológica, Cirugía de cabeza y cuello, Orl pediátrica","city": "Madrid","ratingScore": 5,"reviewCount": 168,"isVerified": true,"licenseNumber": "282839782","streetAddress": "Paseo de la Habana 43, Chamartín, Madrid 28036","postalCode": "28036","addressRegion": "Madrid","addressCountry": "ES","latitude": 40.4539757,"longitude": -3.6844521,"clinicName": "Centro Medico Ruber Internacional","services": ["Visita de tratamiento", "Miringotomia y colocación tubos drenaje"],"onlineConsultation": false,"paymentMethods": ["Efectivo", "Tarjeta de crédito"],"insuranceCompanies": null,"answeredQuestions": 161,"scrapedAt": "2026-05-31T12:00:00.000Z","sourceUrl": "https://www.doctoralia.es/buscar?q=otorrino&loc=Madrid"}
Examples
Search for cardiologists in Madrid:
{"searchQuery": "cardiólogo","location": "Madrid","maxResults": 50,"fetchDetails": true}
Get all psychiatrists in Barcelona with detail pages:
{"searchQuery": "psiquiatra","location": "Barcelona","maxResults": 200,"fetchDetails": true}
Scrape specific profile URLs directly:
{"startUrls": [{ "url": "https://www.doctoralia.es/raimundo-gutierrez-fonseca/otorrino-otorrino-infantil/madrid" },{ "url": "https://www.doctoralia.es/buscar?q=pediatra&loc=Sevilla" }],"fetchDetails": true}
Daily feed — new profiles only:
{"searchQuery": "médico","location": "Madrid","maxResults": 50,"fetchDetails": false}
Pricing
$1.50 per 1,000 profiles with fetchDetails: false. With fetchDetails: true, each profile requires an additional page request, so cost scales with the number of profiles fetched.
Use the Max results cap to control your spend exactly.
Technical details
- Source: doctoralia.es — Spain's largest doctor directory (DocPlanner Group)
- Memory: 512 MB
- Retry: Automatic retry on network errors, up to 3 attempts per request
- Rate limiting: 800ms delay between pages, 400ms between detail requests
Additional services
Need a custom actor, additional filters, scheduled runs, or integration support? Send an email to info@unfencedgroup.nl — we build on request.