Scrapers.lat logo scrapers.lat
房产

Singapore HDB Flat Rental Prices Scraper

Scrape Singapore HDB flat rental transactions from the official data.gov.sg open data portal. Get town, block, street name, flat type, monthly rent and approval date. Export to JSON, CSV or Excel.

15 每条记录的字段 JSON · CSV · Excel · API 按用量付费
singapore-hdb-rental-scraper.json 200 OK
{
  "rentApprovalDate": "2026-06",
  "town": "TAMPINES",
  "block": "132",
  "streetName": "SIMEI ST 1",
  "flatType": "3-ROOM",
  "monthlyRent": 2850,
  "annualRent": 34200,
  "currency": "SGD",
  "fullAddress": "132 SIMEI ST 1"
}
你会得到什么

每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。

  • 每个结果对应一条干净记录,已去重并规范化
  • JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
  • 在云端按用量付费,无需安装或维护
返回的字段
Rent Approval DateTownBlockStreet NameFlat TypeMonthly RentAnnual RentCurrencyFull AddressPostal CodeLatitudeLongitudeFormatted Address
示例输出

一条真实的示例记录,正是你收到的结构。

Rent Approval DateTownBlockStreet Name
2026-06TAMPINES132SIMEI ST 1
2026-06TAMPINES246TAMPINES ST 21
2026-06TAMPINES149SIMEI ST 1
2026-06TAMPINES725TAMPINES ST 71
2026-06TAMPINES164TAMPINES ST 12
GET /singapore-hdb-rental-scraper
{
  "rentApprovalDate": "2026-06",
  "town": "TAMPINES",
  "block": "132",
  "streetName": "SIMEI ST 1",
  "flatType": "3-ROOM",
  "monthlyRent": 2850,
  "annualRent": 34200,
  "currency": "SGD",
  "fullAddress": "132 SIMEI ST 1"
}

常见问题

Where does the data come from?

The official data.gov.sg "Renting Out of Flats" dataset, published by the Housing and Development Board (HDB). It covers approved HDB flat rental transactions.

Does it need a login or API key?

No. It reads the public open data portal with no account and no key.

Does it include private property rentals?

No. This covers HDB (public housing) flats only, which are the majority of Singapore homes.

How fresh is it?

The source dataset is refreshed by HDB on a rolling basis (roughly monthly).

你准备好,它就就绪。

现在就在 Apify 上运行这个爬虫,或让我们按你的确切需求定制一个。