Doctoralia Es Scraper avatar

Doctoralia Es Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Doctoralia Es Scraper

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

Unfenced Group

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

16 hours ago

Last modified

Categories

Share

Doctoralia Es Scraper

Doctoralia ES Scraper

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

FieldTypeDescription
namestringDoctor's full name including title (e.g. "Dr. Raimundo Gutiérrez Fonseca")
profileUrlstringFull URL of the doctor's Doctoralia profile
specializationsstringPrimary medical specialty or specialties
subspecializationsstringSub-specialties listed in parentheses (null if none)
citystringCity derived from profile URL slug
ratingScorenumberAverage rating score out of 5 (null if no reviews)
reviewCountintegerTotal number of patient reviews
isVerifiedbooleanWhether the doctor has a verified profile badge
scrapedAtstringISO 8601 timestamp of when the profile was scraped
sourceUrlstringThe search/listing URL this profile was found on

With fetchDetails: true (default)

FieldTypeDescription
licenseNumberstringSpanish medical license number (Número de Colegiado)
streetAddressstringFull street address of the clinic
addressCitystringCity from address itemprop
postalCodestringPostal/ZIP code
addressRegionstringProvince or autonomous community
addressCountrystringISO country code (always "ES")
latitudenumberGPS latitude of the clinic
longitudenumberGPS longitude of the clinic
ratingValuenumberAggregate rating value (may differ from list-level score)
clinicNamestringName of the clinic or medical centre
servicesarrayList of medical services and procedures offered
onlineConsultationbooleanWhether the doctor offers online consultations
paymentMethodsarrayAccepted payment methods (e.g. ["Efectivo", "Tarjeta de crédito"])
insuranceCompaniesarrayAccepted insurance providers (null if none listed)
answeredQuestionsintegerNumber 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.