search_hdb_resale
Retrieve HDB resale flat transactions by town and optional flat type. Data from 2017 onwards, sorted by most recent. Returns price, floor area, storey, lease, and location details.
Instructions
Search HDB resale flat transactions by town and optional flat type. Data covers 2017 onwards, sorted by most recent. Returns price, floor area, storey, lease, and location details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| town | Yes | HDB town name in uppercase (e.g. 'ANG MO KIO', 'BEDOK', 'TAMPINES', 'WOODLANDS', 'PUNGGOL', 'SENGKANG'). Must match official HDB town names exactly — invalid names return empty results. | |
| flatType | No | Flat type filter (e.g. '3 ROOM', '4 ROOM', '5 ROOM', 'EXECUTIVE') | |
| limit | No | Max results to return (default 10) |