# Scrape HDB resale listings on SRX

**Use case:** 

Extract HDB resale property listings from SRX Singapore. Structured Singapore property data. No subscription, pay per result.

## Input

```json
{
  "fetchDetails": false,
  "maxItems": 5,
  "startUrls": [],
  "categories": [
    "hdb-sale"
  ],
  "requestDelayMs": 1500
}
```

## Output

```json
{
  "listingId": {
    "label": "ListingId",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "operationType": {
    "label": "OperationType",
    "format": "text"
  },
  "propertyType": {
    "label": "PropertyType",
    "format": "text"
  },
  "propertySubType": {
    "label": "PropertySubType",
    "format": "text"
  },
  "priceText": {
    "label": "PriceText",
    "format": "number"
  },
  "priceAmount": {
    "label": "PriceAmount",
    "format": "number"
  },
  "priceCurrency": {
    "label": "PriceCurrency",
    "format": "number"
  },
  "pricePerSqftSGD": {
    "label": "PricePerSqftSGD",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [SRX Singapore Property Scraper](https://apify.com/unfenced-group/srx-sg-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/srx-sg-scraper) to learn more, explore other use cases, and run it yourself.