# Monitor Singapore Condo Price Drops & New Listings

**Use case:** 

Each run returns only new and price-changed EdgeProp.sg condo listings, tagged with previous price — ideal for buyer alerts and prospecting. Updated daily.

## Input

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

## Output

```json
{
  "projectName": {
    "label": "Project"
  },
  "listingType": {
    "label": "For"
  },
  "propertyType": {
    "label": "Type"
  },
  "askingPrice": {
    "label": "Price"
  },
  "pricePsf": {
    "label": "$ PSF"
  },
  "bedrooms": {
    "label": "Beds"
  },
  "bathrooms": {
    "label": "Baths"
  },
  "floorAreaSqft": {
    "label": "Sqft"
  },
  "tenure": {
    "label": "Tenure"
  },
  "district": {
    "label": "District"
  },
  "marketSegment": {
    "label": "Segment"
  },
  "agentName": {
    "label": "Agent"
  },
  "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.