# Monitor Singapore Condo Rental Prices

**Use case:** 

Track rental prices for condos in Singapore. Get detailed data including price, area, and listing agent information.

## Input

```json
{
  "propertyType": "condo",
  "listingType": "rent",
  "startUrls": [],
  "maxResults": 200,
  "maxResultsPerSearch": 0,
  "priceShardSharding": true,
  "useProxy": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "maxConcurrency": 4
}
```

## Output

```json
{
  "project": {
    "label": "Project",
    "format": "text"
  },
  "street": {
    "label": "Street",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "listingType": {
    "label": "Listing type",
    "format": "text"
  },
  "propertySubType": {
    "label": "Property sub-type",
    "format": "text"
  },
  "price": {
    "label": "Price (SGD)",
    "format": "number"
  },
  "psf": {
    "label": "PSF",
    "format": "number"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "number"
  },
  "floorAreaSqft": {
    "label": "Floor area (sqft)",
    "format": "number"
  },
  "tenure": {
    "label": "Tenure",
    "format": "text"
  },
  "agentName": {
    "label": "Agent name",
    "format": "text"
  },
  "agency": {
    "label": "Agency",
    "format": "text"
  },
  "agentPhone": {
    "label": "Agent phone",
    "format": "text"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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