Singapore CHAS Clinics Scraper avatar

Singapore CHAS Clinics Scraper

Pricing

from $0.003 / clinic scraped

Go to Apify Store
Singapore CHAS Clinics Scraper

Singapore CHAS Clinics Scraper

Export all CHAS (Community Health Assist Scheme) participating clinics in Singapore (~1,193): name, clinic type, phone, full address, lat/lng and health programmes (CHAS, CDMP). Filter by name, type, programme or radius. Public open data, no key.

Pricing

from $0.003 / clinic scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 hours ago

Last modified

Share

Export every CHAS (Community Health Assist Scheme) participating clinic in Singapore โ€” around 1,193 clinics โ€” into clean JSON, CSV or Excel. Each record has clinic name, licence type, phone, full address, latitude/longitude and health programmes (CHAS, CDMP). Powered by MOH's open data (data.gov.sg).

Perfect for healthcare directories, clinic-finder apps, patient-facing tools, medical-supplier lead lists and location analysis.

Singapore CHAS Clinics Scraper input โ€” query, programme and radius filters in the Apify Console

What you get, per clinic

  • ๐Ÿฅ Clinic โ€” name, HCI code, licence type
  • โ˜Ž๏ธ Contact โ€” telephone
  • ๐Ÿ“ Address โ€” structured (block, floor, unit, street, building, postal) + formatted, plus latitude & longitude
  • ๐Ÿฉบ Programmes โ€” participating schemes (CHAS, CDMP, โ€ฆ) and an isChas flag

Filters

  • query โ€” clinic name or address contains
  • clinicType โ€” HCI licence type code (e.g. MC, MD)
  • programme โ€” programme code, e.g. CHAS, CDMP
  • centerLat / centerLng / radiusKm โ€” radius search: return only clinics within N km of a point, sorted nearest-first (adds a distanceKm field)
  • maxItems โ€” cap the export (~1,193 total)

Example input

{ "centerLat": "1.3048", "centerLng": "103.8318", "radiusKm": "2", "maxItems": 100 }

Output

Singapore CHAS Clinics Scraper output example โ€” clinics with address, coordinates and programmes as structured JSON

{
"hciCode": "15M0211",
"name": "Acumed Medical Group",
"clinicType": "Medical Clinic",
"licenceTypeCode": "MC",
"telephone": "68615755",
"programmes": ["CDMP", "CHAS"],
"isChas": true,
"formattedAddress": "1 JOO KOON CIRCLE, #01-23, FAIRPRICE HUB, Singapore 629117",
"latitude": 1.32561767794228,
"longitude": 103.678409741881,
"sourceUrl": "https://data.gov.sg/collections/2036/view",
"collectedAt": "2026-07-30T12:00:00.000Z"
}

Output schema

FieldTypeDescription
idstringStable record ID for the clinic.
hciCodestringHealthcare Institution (HCI) code.
namestringClinic name.
clinicTypestringClinic type (e.g. Medical Clinic).
licenceTypeCodestringLicence type code (e.g. MC, MD).
telephonestringClinic phone number.
programmesarrayHealth schemes the clinic participates in (CHAS, CDMP).
isChasbooleanWhether the clinic participates in CHAS.
addressobjectStructured address (block, floor, unit, street, building, postal).
formattedAddressstringFull single-line address.
latitudenumberLatitude coordinate.
longitudenumberLongitude coordinate.
sourceUrlstring (URL)Source dataset URL.
collectedAtstring (ISO date)When the record was collected.

Pricing

Pay-per-event: a small charge per run plus a small amount per clinic returned โ€” you only pay for what you get. See the Pricing tab for current rates.

FAQ

Where does the data come from? Singapore's official MOH CHAS clinic open dataset on data.gov.sg, reused under the Singapore Open Data Licence.

Can I search for clinics near a location? Yes. Set centerLat, centerLng and radiusKm for a radius search โ€” results come back sorted nearest-first with a distanceKm field added.

What's the output format? Structured JSON โ€” one record per clinic with name, HCI code, licence type, phone, structured and formatted address, latitude/longitude and programmes. Export as JSON, CSV or Excel.

Can I connect this to other apps? The Singapore CHAS Clinics Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. It works with Make, Zapier, Slack, Airbyte, GitHub, Google Drive and many more, plus the Apify API, JavaScript/Python clients and MCP. Or use webhooks to trigger an action whenever a run finishes.

Notes

Data is ยฉ MOH / CHAS, published under the Singapore Open Data Licence (commercial reuse permitted). Use responsibly and in line with the licence terms.