# 🏫 Singapore Childcare Directory — Address & Geo

**Use case:** 

No-code, cheap Singapore childcare API. Scrape licensed preschool centres: name, full address, postal code, coordinates, website & photo — cheapest per item.

## Input

```json
{
  "nameQuery": "",
  "postalCode": "",
  "latitude": "",
  "longitude": "",
  "radiusKm": 0,
  "maxItems": 0
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal Code",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "website": {
    "label": "Website",
    "format": "text"
  },
  "photoUrl": {
    "label": "Photo Url",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source Url",
    "format": "link"
  },
  "collectedAt": {
    "label": "Collected At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Singapore Childcare & Preschool Directory](https://apify.com/hipersoft/sg-childcare-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/hipersoft/sg-childcare-scraper) to learn more, explore other use cases, and run it yourself.