# Scrape Singapore property by price

**Use case:** 

Scrape EdgeProp Singapore listings filtered by maximum price. Structured property data. No subscription, pay per result.

## Input

```json
{
  "maxPrice": 2000000,
  "fetchDetails": false,
  "maxItems": 5,
  "startUrls": [],
  "categories": [
    "all-sale"
  ],
  "requestDelayMs": 1200
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing id"
  },
  "projectName": {
    "label": "Project name"
  },
  "propertyType": {
    "label": "Property type"
  },
  "operationType": {
    "label": "Operation type"
  },
  "priceText": {
    "label": "Price text"
  },
  "pricePerSqftSGD": {
    "label": "Price per sqft sgd"
  },
  "bedrooms": {
    "label": "Bedrooms"
  },
  "bathrooms": {
    "label": "Bathrooms"
  },
  "floorAreaSqft": {
    "label": "Floor area sqft"
  },
  "district": {
    "label": "District"
  },
  "postalCode": {
    "label": "Postal code"
  },
  "tenure": {
    "label": "Tenure"
  },
  "url": {
    "label": "Url"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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