Singapore Rental Market Tracker — URA Rents API avatar

Singapore Rental Market Tracker — URA Rents API

Pricing

from $50.00 / 1,000 rental records

Go to Apify Store
Singapore Rental Market Tracker — URA Rents API

Singapore Rental Market Tracker — URA Rents API

Track Singapore URA rental contracts and monthly rents. Clean JSON for analysts, researchers and AI agents.

Pricing

from $50.00 / 1,000 rental records

Rating

0.0

(0)

Developer

NexGenData

NexGenData

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

Singapore Rental Market Tracker

Track Singapore residential rental contracts and monthly rents — HDB rent approvals from data.gov.sg and private (condo / EC / landed) contracts from the URA Data Service. Built for analysts, researchers, fintech builders and AI agents.

📊 What you get

Clean JSON, one record per rental contract (full output has 16 fields):

  • block — Block (HDB)
  • data_source — Which official feed the row came from
  • district / postal_district / district_name — D01-D28
  • lease_duration_months — Lease duration (URA only)
  • lease_start_date — YYYY-MM (HDB: rent approval month)
  • monthly_rent_sgd — Monthly rent (SGD)
  • project_or_town — URA project name or HDB town
  • property_typehdb or private
  • room_count, sqm, sqft, rent_psf, street_name

Pricing: $0.05 per delivered record — about 20 records per $1. Only real records are charged; a run that matches nothing returns 0 records and costs nothing.

🔑 HDB vs private

  • HDB (property_type: "hdb") works with no key — data.gov.sg Renting Out of Flats, scanned newest-first.
  • Private (property_type: "private" or "both") calls the URA Data Service PMI_Resi_Rental feed live and requires a free AccessKey — register at https://www.ura.gov.sg/maps/api/reg.html and pass it as ura_access_key. Without a key the private side is skipped and the run tells you so; no sample or substitute data is ever returned.

🤖 Use with AI agents

Structured JSON built for LLM and agent pipelines — point Claude, the OpenAI Agents SDK, an n8n flow or any MCP-aware client at it and pull Singapore rental contracts on demand.

Sample agent prompt:

List recent 4-room HDB rentals in Bishan with monthly rent.

Agentic payments (x402): Supports agentic payment via x402 — agents can call this actor with USDC, no API key required.

⏰ Run on a schedule

This is a monitoring play — schedule a recurring pull:

{
"property_type": "hdb",
"district": "ALL",
"date_from": "2026-01",
"max_results": 50
}

Singapore data suite: ACRA Company Search, SGX Announcements, GeBIZ Tenders, HDB Resale

Cross-market hubs: APAC Disclosure Monitor, APAC IPO Calendar Sweep


Data from public Singapore sources (data.gov.sg, URA Data Service).

Data licence and attribution

Private rental records: contains information from URA Data Service (PMI_Resi_Rental) accessed from https://eservice.ura.gov.sg/maps/api/ which is made available under the terms of the Singapore Open Data Licence version 1.0; each private record carries a licence_attribution field with the access date. HDB records come from data.gov.sg under the same licence. URA and HDB do not endorse this product.