# 🅿️ Singapore Carpark Scraper — Live Lots & Occupancy

**Use case:** 

No-code, cheap Singapore carpark API. Scrape parking data: available lots, total lots, occupancy %, address, coordinates, parking type — cheapest per item.

## Input

```json
{
  "carParkNumbers": [],
  "latitude": "",
  "longitude": "",
  "radiusKm": 0,
  "minAvailableLots": 0,
  "maxItems": 0
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "carParkNumber": {
    "label": "Car Park Number",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "carParkType": {
    "label": "Car Park Type",
    "format": "text"
  },
  "parkingSystem": {
    "label": "Parking System",
    "format": "text"
  },
  "shortTermParking": {
    "label": "Short Term Parking",
    "format": "text"
  },
  "freeParking": {
    "label": "Free Parking",
    "format": "boolean"
  },
  "nightParking": {
    "label": "Night Parking",
    "format": "boolean"
  },
  "carParkDecks": {
    "label": "Car Park Decks",
    "format": "number"
  },
  "gantryHeight": {
    "label": "Gantry Height",
    "format": "number"
  },
  "basement": {
    "label": "Basement",
    "format": "text"
  },
  "totalLots": {
    "label": "Total Lots",
    "format": "number"
  },
  "availableLots": {
    "label": "Available Lots",
    "format": "number"
  },
  "occupancyPct": {
    "label": "Occupancy Pct",
    "format": "number"
  },
  "lotDetails": {
    "label": "Lot Details",
    "format": "text"
  },
  "updateDatetime": {
    "label": "Update Datetime",
    "format": "date"
  },
  "isStale": {
    "label": "Is Stale",
    "format": "boolean"
  },
  "feedTimestamp": {
    "label": "Feed Timestamp",
    "format": "date"
  },
  "sourceUrl": {
    "label": "Source Url",
    "format": "link"
  },
  "collectedAt": {
    "label": "Collected At",
    "format": "date"
  },
  "distanceKm": {
    "label": "Distance Km",
    "format": "number"
  }
}
```

## About this Actor

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