# Screen Singapore Condos by Rental Yield & PSF

**Use case:** 

Compare asking price, PSF, rental yield, below-fair-value %, sales/rental volume and tenure on EdgeProp.sg to shortlist investment condos. No login.

## Input

```json
{
  "propertyTypes": [
    "condo"
  ],
  "listingType": "sale",
  "minPrice": 800000,
  "maxPrice": 2500000,
  "minBedrooms": 0,
  "deepScrape": true,
  "maxResults": 500,
  "maxResultsPerCategory": 0,
  "monitorMode": false,
  "dedupStoreName": "edgeprop-sg-state",
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "projectName": {
    "label": "Project"
  },
  "askingPrice": {
    "label": "Price"
  },
  "pricePsf": {
    "label": "$ PSF"
  },
  "rentalYield": {
    "label": "Rental yield"
  },
  "belowFairValuePct": {
    "label": "vs Fair Value"
  },
  "salesVolume": {
    "label": "Sales vol"
  },
  "rentalVolume": {
    "label": "Rental vol"
  },
  "tenure": {
    "label": "Tenure"
  },
  "yearCompleted": {
    "label": "Built"
  },
  "district": {
    "label": "District"
  },
  "marketSegment": {
    "label": "Segment"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [EdgeProp.sg Scraper — Singapore Property & Agent Leads](https://apify.com/scrapesage/edgeprop-singapore-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/edgeprop-singapore-scraper) to learn more, explore other use cases, and run it yourself.