Singapore Air Quality, PSI, UV & Dengue Alerts avatar

Singapore Air Quality, PSI, UV & Dengue Alerts

Pricing

from $0.001 / reading returned

Go to Apify Store
Singapore Air Quality, PSI, UV & Dengue Alerts

Singapore Air Quality, PSI, UV & Dengue Alerts

Live Singapore environmental data in one Actor (official NEA feeds): PSI & PM2.5 by region with health bands, UV index, and active dengue clusters with case counts and location. Schedule it for alerts. No key.

Pricing

from $0.001 / reading returned

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 hours ago

Last modified

Categories

Share

Live Singapore environmental data in one Actor โ€” pulled from the official NEA real-time feeds on data.gov.sg. Get PSI and PM2.5 by region (with health bands), the national UV index, and every active dengue cluster (case counts + location) โ€” as clean JSON, CSV or Excel. Schedule it to power alerts, dashboards and monitoring. No key, no login.

Great for facilities & construction, outdoor/events, health analytics, travel and smart-city apps.

Singapore Environment Scraper input โ€” pick the PSI, PM2.5, UV and dengue feeds in the Apify Console

What you get

  • ๐ŸŒซ๏ธ PSI โ€” 24h PSI per region (west/east/central/south/north/national) + health band, and the pollutant sub-indices (PM2.5, PM10, Oโ‚ƒ, NOโ‚‚, SOโ‚‚, CO)
  • ๐Ÿ˜ท PM2.5 โ€” 1-hour PM2.5 per region
  • โ˜€๏ธ UV index โ€” latest national UV reading + band
  • ๐ŸฆŸ Dengue clusters โ€” active clusters with locality, total case size, breakdown (homes / public places / construction sites) and centroid coordinates
  • ๐Ÿงพ Provenance โ€” feed, timestamp, sourceUrl, collectedAt on every row
  • โฑ๏ธ Monitor-friendly โ€” schedule it and each run appends a timestamped snapshot

Example input

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

Pick any subset of feeds.

Output

Singapore Environment Scraper output example โ€” PSI, PM2.5, UV and dengue readings as structured JSON

{ "feed": "psi", "region": "west", "timestamp": "2026-07-30T15:00:00+08:00",
"psi24h": 56, "band": "Moderate", "pm25_24h": 14, "pm10_24h": 30,
"latitude": 1.35735, "longitude": 103.7, "sourceUrl": "https://api.data.gov.sg/v1/environment/psi",
"collectedAt": "2026-07-30T07:25:00.000Z" }
{ "feed": "dengue", "locality": "TAMPINES STREET 21", "caseSize": 12,
"casesInHomes": 10, "casesInPublicPlaces": 2, "casesInConstructionSites": 0,
"latitude": 1.3521, "longitude": 103.9445, "collectedAt": "2026-07-30T07:25:00.000Z" }

Output schema

Each row carries a feed field; the other fields depend on which feed produced the row.

FieldTypeDescription
feedstringWhich feed the row came from: psi, pm25, uv, or dengue.
regionstringRegion the reading covers (west/east/central/south/north/national).
timestampstring (ISO date)Reading time reported by the source feed.
psi24hinteger24-hour PSI value (psi feed).
bandstringHealth band label for the reading (psi and uv feeds).
pm25_24hinteger24-hour PM2.5 concentration (psi feed).
pm10_24hinteger24-hour PM10 concentration (psi feed).
o3_8h_maxinteger8-hour maximum ozone sub-index (psi feed).
no2_1h_maxinteger1-hour maximum nitrogen dioxide sub-index (psi feed).
so2_24hinteger24-hour sulphur dioxide sub-index (psi feed).
co_8h_maxinteger8-hour maximum carbon monoxide sub-index (psi feed).
pm25_1hinteger1-hour PM2.5 concentration (pm25 feed).
uvIndexnumberLatest national UV index value (uv feed).
idstringCluster identifier (dengue feed).
localitystringCluster locality name (dengue feed).
caseSizeintegerTotal cases in the cluster (dengue feed).
casesInHomesintegerCases at residential premises (dengue feed).
casesInPublicPlacesintegerCases at public places (dengue feed).
casesInConstructionSitesintegerCases at construction sites (dengue feed).
latitudenumberLatitude for the region or dengue cluster centroid.
longitudenumberLongitude for the region or dengue cluster centroid.
sourceUrlstring (URL)Official data.gov.sg feed the row was pulled from.
collectedAtstring (ISO date)When this Actor collected the reading.

Input fields

FieldDescription
feedsAny of psi, pm25, uv, dengue (default all).

FAQ

How current is it? The NEA feeds update in near real time; timestamp is the reading time and collectedAt is your pull time.

What are the PSI bands? Good (0โ€“50), Moderate (51โ€“100), Unhealthy (101โ€“200), Very Unhealthy (201โ€“300), Hazardous (300+).

Can I get alerts? Schedule the Actor and compare each snapshot โ€” e.g. notify when PSI enters "Unhealthy" or a new dengue cluster appears.

How does billing work? A tiny per-feed fetch charge plus pay per reading returned.

Can I integrate this with other tools? The Singapore Environment 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.

Notes

Original clean-room implementation using Singapore's official NEA open data (data.gov.sg), reused under the Singapore Open Data Licence. Not affiliated with or endorsed by NEA or the Singapore Government.