# Export URA Transaction PSF & Size Data

**Use case:** 

Export URA transactions above a PSF threshold for price analysis: unit price PSF, floor area, transacted price, tenure and district. Export to CSV.

## Input

```json
{
  "fromMonth": "",
  "toMonth": "",
  "propertyTypes": [
    "Apartments & Condominiums"
  ],
  "saleTypes": [],
  "postalDistricts": [],
  "marketSegments": [],
  "projectNameContains": "",
  "streetContains": "",
  "minPrice": 0,
  "maxPrice": 0,
  "minPsf": 2000,
  "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"
  },
  "transactedPrice": {
    "label": "Transacted ($)"
  },
  "unitPricePsf": {
    "label": "$PSF"
  },
  "unitPricePsm": {
    "label": "$PSM"
  },
  "areaSqft": {
    "label": "Area (sqft)"
  },
  "areaSqm": {
    "label": "Area (sqm)"
  },
  "floorLevel": {
    "label": "Floor"
  },
  "tenureType": {
    "label": "Tenure"
  },
  "propertyType": {
    "label": "Property type"
  },
  "saleMonth": {
    "label": "Sale month"
  }
}
```

## 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.