Singapore CHAS Clinics Scraper
Pricing
from $0.003 / clinic scraped
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 hours ago
Last modified
Categories
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.

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 anisChasflag
Filters
queryโ clinic name or address containsclinicTypeโ HCI licence type code (e.g.MC,MD)programmeโ programme code, e.g.CHAS,CDMPcenterLat/centerLng/radiusKmโ radius search: return only clinics within N km of a point, sorted nearest-first (adds adistanceKmfield)maxItemsโ cap the export (~1,193 total)
Example input
{ "centerLat": "1.3048", "centerLng": "103.8318", "radiusKm": "2", "maxItems": 100 }
Output

{"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
| Field | Type | Description |
|---|---|---|
id | string | Stable record ID for the clinic. |
hciCode | string | Healthcare Institution (HCI) code. |
name | string | Clinic name. |
clinicType | string | Clinic type (e.g. Medical Clinic). |
licenceTypeCode | string | Licence type code (e.g. MC, MD). |
telephone | string | Clinic phone number. |
programmes | array | Health schemes the clinic participates in (CHAS, CDMP). |
isChas | boolean | Whether the clinic participates in CHAS. |
address | object | Structured address (block, floor, unit, street, building, postal). |
formattedAddress | string | Full single-line address. |
latitude | number | Latitude coordinate. |
longitude | number | Longitude coordinate. |
sourceUrl | string (URL) | Source dataset URL. |
collectedAt | string (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.
Related Actors
- Singapore Pharmacy Locations Scraper โ retail pharmacy locations across Singapore.
- Singapore School Directory (MOE) โ every MOE school with contacts and programmes.
- Singapore Charities & IPC Directory โ charities with UEN, IPC status and sector.
Notes
Data is ยฉ MOH / CHAS, published under the Singapore Open Data Licence (commercial reuse permitted). Use responsibly and in line with the licence terms.