# Singapore HDB Resale Prices in Bedok

**Use case:** 

Track HDB resale flat prices in Bedok, with block, street, flat type, storey range, floor area and resale price.

## Input

```json
{
  "town": "BEDOK",
  "flatType": "",
  "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.