Grupo HPA Doctor Scraper avatar

Grupo HPA Doctor Scraper

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Grupo HPA Doctor Scraper

Grupo HPA Doctor Scraper

This actor scrapes structured information about doctors from the Grupo HPA Saúde website.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

Martin Barnas

Martin Barnas

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 months ago

Last modified

Share

Grupo HPA Doctors Scraper



Grupo HPA Saúde



Overview

This actor extracts structured information about medical professionals from the public Grupo HPA Saúde website.

It crawls the staff listing and individual doctor profile pages, normalizes the data, and produces a clean, deduplicated dataset suitable for search, analytics, or healthcare platforms.


What data is collected

For each doctor 👩‍⚕️, the scraper extracts:

  • Full name
  • Profile URL
  • Profile photo
  • Medical specialities
  • Spoken languages
  • Hospital units where the doctor practices
  • Accepted healthcare providers
  • Date since the doctor joined Grupo HPA
  • Meta description

Example Output

{
"source": "grupohpa",
"scrapedAt": "2026-02-06T17:17:42.330Z",
"doctorUrl": "https://www.grupohpa.com/en/staff/doctor/dr-acacio-ramos/",
"slug": "dr-acacio-ramos",
"name": "Dr. Acácio J C Ramos",
"photoUrl": "https://d2k1crfmot9vtj.cloudfront.net/images/image_share.png",
"languages": ["Portuguese", "English"],
"units": [
"Hospital Particular do Algarve - Gambelas",
"Hospital São Camilo - Portimão"
],
"specialities": [
{
"name": "Orthopedics",
"healthcares": ["ADSE", "Médis", "Multicare"]
}
],
"fromDate": "March 2011",
"metaDescription": "Dr. Acácio Ramos is an Orthopedist and specialist..."
}