Singapore Open Data Studio — Gov Data Joins avatar

Singapore Open Data Studio — Gov Data Joins

Pricing

from $20.00 / 1,000 joined pulls

Go to Apify Store
Singapore Open Data Studio — Gov Data Joins

Singapore Open Data Studio — Gov Data Joins

Value layer on Singapore's official open data API (data.gov.sg): 6 cross-dataset join presets (Housing & HDB, Demography, Labour, Vehicles & COE, Education, Health) + custom joins, CSV/JSON/XLSX delivery, webhooks, AI-ready output with Singapore Open Data Licence attribution.

Pricing

from $20.00 / 1,000 joined pulls

Rating

0.0

(0)

Developer

subimpact

subimpact

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

18 days ago

Last modified

Share

Singapore Government Data (data.gov.sg) — HDB, COE, Economy → CSV

Download Singapore government statistics as a clean CSV, JSON or Excel file — HDB dwelling units, COE quotas, demography, labour market, education, health — joined and ready for Excel, Google Sheets, or your AI pipeline. No API key, no scraping.

This Actor is a value layer on the official data.gov.sg API (Singapore Open Data Licence, CC BY 4.0-based). It does not scrape the website — it joins, cleans, and packages government open data into one flat table per run.

What you get

Run the default preset (hdb-housing) and the dataset contains real rows like this:

yearhdb_units_managedhdb_units_completed
2008883896.01769.0
2009890212.07050.0
2010901971.011888.0
2011916842.019005.0
2012924729.012744.0

(14 rows, financial years 2008–2021 — actual output of the hdb-housing preset.)

The rows land in the Dataset tab (exportable as CSV/JSON/Excel with one click) and the file is also stored in the key-value store in your chosen format.

Which preset do you need?

You want…Use preset
HDB dwelling units under management / completedhdb-housing
Deaths and live births by yeardemography
Female LFPR, employment rate, long-term unemploymentlabour-market
COE quotas and cars by engine capacityvehicles-coe
Primary/secondary enrolment and teacherseducation
Hospital admissions, doctors, life expectancyhealth
Your own dataset IDs, keys and filterscustom

Legacy codes S1–S6 are still accepted as aliases.

Input

fieldtypedefaultdescription
modeenumstudiostudio (presets/joins) or extract (raw pull of 1–5 datasets by ID)
presetenumhdb-housingsee table above, or custom
datasetIdsstring list—extract mode: data.gov.sg dataset ids (d_..., 1–5)
customDatasetsstring list—custom join: dataset ids (d_..., 2–6)
customKeystring list["year"]custom join: key columns (year = auto-extracted)
customJoinTypeenuminnerinner / left
customParamsstring—JSON object of extra API params (e.g. {"filters": {"sex": "female"}})
customAggenumnonenone / sum / mean
formatenumjsonjson / csv / xlsx
webhookUrlstring—POST the result file here after the run (optional)
aiReadybooltrueEmit JSON Schema + dictionary + samples
includeAttributionbooltrueAttach licence metadata sidecar

Output

  • Dataset (default) — the actual data rows, one record per row; the final record is the run summary (mode, preset, row count, files, year range).
  • Key-value store — <preset>_join.<json|csv|xlsx>, <preset>_ai_ready.json (schema + data dictionary + sample rows for LLM/RAG), <preset>_attribution.json (source metadata), <preset>_verification.json (row count, year range, source rows).

Cost

Pay per joined pull (single joined-pull event). The underlying data comes from Singapore's official free API (data.gov.sg) — you pay for the join + packaging, not the data. Apify compute is billed on top of the event price (paid by the user).

Data & licence

Source: data.gov.sg — Singapore's official open data portal (Singapore Department of Statistics, HDB, MOH, MOE, MOM, LTA, ICA, NEA, and more). Licensed under the Singapore Open Data Licence (CC BY 4.0-based). Attribution is attached to every output.

Rate limits

data.gov.sg's public API is keyless but rate-limited (datastore: 4 calls/10s without a key). The actor paces its fetches within the limit; large datasets take longer but never fail on rate limits.