# Singapore HDB 4 Room Resale Prices Woodlands

**Use case:** 

Get 4 room HDB resale prices in Woodlands, with block, street, floor area, storey range and transacted resale price.

## Input

```json
{
  "town": "WOODLANDS",
  "flatType": "4 ROOM",
  "searchQuery": "",
  "sortByNewest": true,
  "maxItems": 1000
}
```

## Output

```json
{
  "month": {
    "label": "Month"
  },
  "town": {
    "label": "Town"
  },
  "flatType": {
    "label": "Flat Type"
  },
  "block": {
    "label": "Block"
  },
  "streetName": {
    "label": "Street"
  },
  "storeyRange": {
    "label": "Storey"
  },
  "floorAreaSqm": {
    "label": "Area (sqm)"
  },
  "flatModel": {
    "label": "Model"
  },
  "remainingLease": {
    "label": "Remaining Lease"
  },
  "resalePrice": {
    "label": "Resale Price (SGD)"
  }
}
```

## About this Actor

This example demonstrates how to use [Singapore HDB Resale Flat Prices Scraper](https://apify.com/scrapers_lat/singapore-hdb-resale-prices-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/singapore-hdb-resale-prices-scraper) to learn more, explore other use cases, and run it yourself.