# 🏥 Singapore CHAS Clinics Scraper — Names & Locations

**Use case:** 

No-code, cheap Singapore CHAS clinics API. Scrape clinic data: name, HCI code, licence type, phone, address, coordinates & programmes — cheapest per item.

## Input

```json
{
  "query": "",
  "clinicType": "",
  "programme": "",
  "centerLat": "",
  "centerLng": "",
  "radiusKm": "",
  "maxItems": 5000
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "hciCode": {
    "label": "Hci Code",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "clinicType": {
    "label": "Clinic Type",
    "format": "text"
  },
  "licenceTypeCode": {
    "label": "Licence Type Code",
    "format": "text"
  },
  "telephone": {
    "label": "Telephone",
    "format": "text"
  },
  "programmes": {
    "label": "Programmes",
    "format": "text"
  },
  "isChas": {
    "label": "Is Chas",
    "format": "boolean"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "formattedAddress": {
    "label": "Formatted Address",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "sourceUrl": {
    "label": "Source Url",
    "format": "link"
  },
  "collectedAt": {
    "label": "Collected At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Singapore CHAS Clinics Scraper](https://apify.com/hipersoft/singapore-chas-clinics-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/hipersoft/singapore-chas-clinics-scraper) to learn more, explore other use cases, and run it yourself.