Singapore HDB Resale Flat Prices Scraper
Scrape Singapore HDB resale flat transactions from the official data.gov.sg open data portal. Get town, flat type, block, street, storey range, floor area, remaining lease and resale price. Export to JSON, CSV or Excel.
{ "month": "2026-03", "town": "ANG MO KIO", "flatType": "EXECUTIVE", "block": "104A", "streetName": "ANG MO KIO ST 11", "storeyRange": "01 TO 03", "storeyRangeMid": 2, "floorAreaSqm": 147, "floorAreaSqft": 1582.29 }
各実行で、型が揃ったきれいなレコードを返します。CRM・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
実際の 1 レコード例。受け取る形そのままです。
| Month | Town | Flat Type | Block |
|---|---|---|---|
| 2026-03 | ANG MO KIO | EXECUTIVE | 104A |
| 2026-01 | ANG MO KIO | EXECUTIVE | 104A |
| 2026-03 | ANG MO KIO | EXECUTIVE | 605 |
| 2026-07 | ANG MO KIO | EXECUTIVE | 616 |
| 2026-07 | ANG MO KIO | EXECUTIVE | 208 |
{ "month": "2026-03", "town": "ANG MO KIO", "flatType": "EXECUTIVE", "block": "104A", "streetName": "ANG MO KIO ST 11", "storeyRange": "01 TO 03", "storeyRangeMid": 2, "floorAreaSqm": 147, "floorAreaSqft": 1582.29 }
よくある質問
Where does the data come from?
The official data.gov.sg "Resale Flat Prices" dataset, published by the Housing and Development Board (HDB). It lists completed resale transactions at address level.
Does it need a login or API key?
No. It reads the public open data portal with no account and no key.
How far back does it go?
This dataset covers transactions from 2017 onward, with around 234,000 records and counting.
Does it include the exact unit or buyer?
No. HDB publishes block, street, storey band and flat details, not the unit number or any personal information.
How fresh is it?
HDB refreshes the source dataset on a rolling basis, roughly monthly.