# 🏠 EdgeProp SG Scraper — Prices, PSF, Tenure & Agents

**Use case:** 

No-code, cheap EdgeProp API. Scrape Singapore property data: price, PSF, project, property type, floor size, tenure, district, agent — cheapest per item.

## Input

```json
{
  "listingType": "sale",
  "maxItems": 60,
  "debug": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "propertyClass": {
    "label": "Property Class",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "text"
  },
  "pricePsf": {
    "label": "Price Psf",
    "format": "number"
  },
  "sizeSqft": {
    "label": "Size Sqft",
    "format": "number"
  },
  "builtYear": {
    "label": "Built Year",
    "format": "number"
  },
  "tenure": {
    "label": "Tenure",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "locality": {
    "label": "Locality",
    "format": "text"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "text"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "text"
  },
  "isExclusive": {
    "label": "Is Exclusive",
    "format": "boolean"
  },
  "agent": {
    "label": "Agent",
    "format": "text"
  },
  "agentUrl": {
    "label": "Agent Url",
    "format": "link"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "listingType": {
    "label": "Listing Type",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source Url",
    "format": "link"
  },
  "collectedAt": {
    "label": "Collected At",
    "format": "date"
  }
}
```

## About this Actor

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