Singapore Property Analytics - HDB & Real Estate Data avatar

Singapore Property Analytics - HDB & Real Estate Data

Pricing

$180.00 / 1,000 singapore property queries

Go to Apify Store
Singapore Property Analytics - HDB & Real Estate Data

Singapore Property Analytics - HDB & Real Estate Data

Research Singapore property market. Get HDB housing data, prices, and real estate analytics.

Pricing

$180.00 / 1,000 singapore property queries

Rating

0.0

(0)

Developer

daehwan kim

daehwan kim

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Singapore Property Intelligence Actor

Aggregate Singapore Urban Redevelopment Authority (URA) private residential property price index, Housing & Development Board (HDB) resale flat prices, World Bank Singapore economic indicators, and Our World in Data urbanization trends.

Returns:

  • URA: Private Residential Property Price Index (quarterly)
  • HDB: Recent resale transactions, median prices, transaction volume (for specified town or citywide)
  • World Bank: Real interest rates, GDP growth, urban population
  • Our World in Data: Urbanization percentage (Singapore-wide)
  • Investment Score: Composite 0-100 score based on market fundamentals

Input

{
"district": "BISHAN", // Optional: HDB town (e.g., BISHAN, TAMPINES, ORCHARD)
"propertyType": "hdb" // "hdb" or "private"
}

Output

{
"query": {
"district": "BISHAN",
"propertyType": "hdb"
},
"ura": {
"privatePropertyPriceIndex": [...],
"avgPricePerSqft": 2150
},
"hdb": {
"recentTransactions": [
{
"town": "BISHAN",
"flatType": "4 ROOM",
"price": 780000,
"resaleDate": "2024-09"
},
...
],
"medianPrice": 750000,
"transactionCount90d": 42
},
"worldBankSG": {
"realInterestRate": 2.3,
"gdpGrowth": 1.2,
"urbanPopulation": 5637000
},
"owidUrbanization": {
"urbanShare": 100.0
},
"investmentScore": 72,
"sources": [...],
"disclaimer": "...",
"timestamp": "2024-04-08T10:30:00Z"
}

Data Sources

  1. Singapore URA — Private Residential Property Price Index (Singapore Open Data Licence v1.0)

    • Endpoint: https://data.gov.sg/api/action/datastore_search
    • Updated quarterly
  2. Singapore HDB — Resale Flat Prices (Singapore Open Data Licence v1.0)

    • Endpoint: https://data.gov.sg/api/action/datastore_search
    • Updated monthly
  3. World Bank Open Data — Singapore economic indicators (CC-BY 4.0)

    • Real interest rates, GDP growth, urban population
    • Updated annually
  4. Our World in Data — Urbanization trends (CC-BY 4.0)

    • Singapore urbanization percentage
    • Historical data through 2050 projections

Pricing

Pay-Per-Event: $0.18 per property query (market analysis).

Includes:

  • Real-time data from 4 APIs
  • Investment score calculation
  • Historical transaction data aggregation

This Actor aggregates publicly available Singapore property and economic data from:

  • Singapore Urban Redevelopment Authority (URA) Private Residential Property Price Index (Singapore Open Data Licence v1.0)
  • Singapore Housing & Development Board (HDB) Resale Flat Prices (Singapore Open Data Licence v1.0)
  • The World Bank Open Data (CC-BY 4.0)
  • Our World in Data (CC-BY 4.0)

NOT investment advice. This Actor provides historical data aggregation only.

  • Does NOT recommend property purchases, sales, or investment decisions
  • Does NOT forecast future property prices or rental yields
  • Does NOT constitute financial, legal, or real estate advice
  • Does NOT replace consultation with licensed real estate professionals
  • Historical transactions do not predict future market performance
  • Users must verify all data with official sources

All source data is redistributed under the original license terms with attribution. Data retrieved in real-time; not cached or stored by this Actor.

Attribution:

  • "Data source: Singapore Urban Redevelopment Authority via data.gov.sg (Singapore Open Data Licence)"
  • "Data source: Singapore Housing & Development Board via data.gov.sg (Singapore Open Data Licence)"
  • "Data source: The World Bank (CC BY 4.0)"
  • "Data source: Our World in Data (CC BY 4.0)"

Development

npm install
npm start
# Test with input
npm start -- '{"district":"BISHAN","propertyType":"hdb"}'

Deployment

apify push
apify call --input='{"district":"BISHAN","propertyType":"hdb"}'