# Scrape URA Condo Transaction Prices (SG)

**Use case:** 

Scrape URA condo & apartment caveats: transacted price, PSF, floor area, tenure, district, market segment, sale type and date. The real sold prices.

## Input

```json
{
  "fromMonth": "",
  "toMonth": "",
  "propertyTypes": [
    "Apartments & Condominiums"
  ],
  "saleTypes": [],
  "postalDistricts": [],
  "marketSegments": [],
  "projectNameContains": "",
  "streetContains": "",
  "minPrice": 0,
  "maxPrice": 0,
  "minPsf": 0,
  "maxPsf": 0,
  "minAreaSqft": 0,
  "maxAreaSqft": 0,
  "tenureFilter": "Any",
  "maxResults": 100,
  "resultsPerRequest": 200,
  "deduplicate": true,
  "monitorMode": false,
  "monitorStoreName": "ura-property-transactions-monitor",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "projectName": {
    "label": "Project"
  },
  "streetName": {
    "label": "Street"
  },
  "propertyType": {
    "label": "Property type"
  },
  "typeOfSale": {
    "label": "Sale type"
  },
  "transactedPrice": {
    "label": "Price ($)"
  },
  "areaSqft": {
    "label": "Area (sqft)"
  },
  "unitPricePsf": {
    "label": "$PSF"
  },
  "tenureType": {
    "label": "Tenure"
  },
  "saleMonth": {
    "label": "Sale month"
  },
  "postalDistrict": {
    "label": "District"
  },
  "region": {
    "label": "Segment"
  },
  "floorLevel": {
    "label": "Floor"
  }
}
```

## About this Actor

This example demonstrates how to use [URA Private Property Transactions Scraper - Singapore Caveats](https://apify.com/scrapesage/ura-property-transactions-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/ura-property-transactions-scraper) to learn more, explore other use cases, and run it yourself.