# Property for sale in Woodlands Scraper

**Use case:** 

Scrape property for sale in woodlands with price, PSF, bedrooms, floor area, district and agent name, licence and agency.

## Input

```json
{
  "listingType": "sale",
  "searchQuery": "woodlands",
  "maxItems": 20,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "SG"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "priceText": {
    "label": "Price",
    "format": "string"
  },
  "psf": {
    "label": "PSF",
    "format": "string"
  },
  "propertyType": {
    "label": "Type",
    "format": "string"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "integer"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "integer"
  },
  "floorAreaText": {
    "label": "Floor Area",
    "format": "string"
  },
  "district": {
    "label": "District / Area",
    "format": "string"
  },
  "agentName": {
    "label": "Agent",
    "format": "string"
  },
  "agencyName": {
    "label": "Agency",
    "format": "string"
  },
  "listingUrl": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Singapore PropertyGuru Listings Scraper (Price, PSF, Agent)](https://apify.com/scrapers_lat/singapore-propertyguru-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/singapore-propertyguru-scraper) to learn more, explore other use cases, and run it yourself.