# 🌫️ Singapore Air Quality — PSI, PM2.5, UV & Dengue

**Use case:** 

No-code, cheap Singapore NEA API. Scrape environment data: PSI, PM2.5, UV index, health bands, dengue clusters, case counts, locations — cheapest per item.

## Input

```json
{
  "feeds": [
    "psi",
    "pm25",
    "uv",
    "dengue"
  ]
}
```

## Output

```json
{
  "feed": {
    "label": "Feed",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "timestamp": {
    "label": "Timestamp",
    "format": "date"
  },
  "psi24h": {
    "label": "Psi24h",
    "format": "number"
  },
  "band": {
    "label": "Band",
    "format": "text"
  },
  "pm25_24h": {
    "label": "Pm25 24h",
    "format": "number"
  },
  "pm10_24h": {
    "label": "Pm10 24h",
    "format": "number"
  },
  "o3_8h_max": {
    "label": "O3 8h max",
    "format": "number"
  },
  "no2_1h_max": {
    "label": "No2 1h max",
    "format": "number"
  },
  "so2_24h": {
    "label": "So2 24h",
    "format": "number"
  },
  "co_8h_max": {
    "label": "Co 8h max",
    "format": "number"
  },
  "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 Air Quality, PSI, UV & Dengue Alerts](https://apify.com/hipersoft/sg-environment-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/hipersoft/sg-environment-scraper) to learn more, explore other use cases, and run it yourself.