# EdgeProp Singapore API Scraper (`rl1987/edgeprop-sg-api-scraper`) Actor

Extract structured property listing data from EdgeProp Singapore (edgeprop.sg). Search by location, district, listing type, or property type. Returns id, title, price, address, district, beds, baths, floor area, property type, tenure, agent details, image URLs, and listing URLs.

- **URL**: https://apify.com/rl1987/edgeprop-sg-api-scraper.md
- **Developed by:** [R.L.](https://apify.com/rl1987) (community)
- **Categories:** Real estate
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.50 / 1,000 property listings

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## EdgeProp Singapore Scraper 🇸🇬🏠

**Extract property listings from EdgeProp Singapore (edgeprop.sg) at scale.** Search by location, district, listing type, and property type — get clean, structured JSON with prices, addresses, floor area, agent contacts, images, and direct listing URLs.

Perfect for real estate analytics, price monitoring, lead generation, market research, and building property datasets — no manual copy-pasting, no browser required.

***

### What it does

EdgeProp is one of Singapore's leading property portals. This scraper reads listing data straight from its underlying search API (reverse-engineered from the official Android app) instead of fragile page HTML. Point it at a district or a freetext area/project name, filter by sale/rent, property type, price, and bedrooms, and export the results to JSON, CSV, Excel, or your own database.

- ⚡ **Fast & reliable** — reads the underlying API, not HTML.
- 🎯 **Precise targeting** — 28 Singapore postal districts + freetext location/project search.
- 🏢 **All property types** — HDB, Condo/Apartment, Landed, Commercial, Industrial.
- 💰 **Sale or rent** — with min/max price and min-bedroom filters.
- 📇 **30+ fields per listing** — including agent name, mobile, agency, and PropPoints.
- 🔌 **Export anywhere** — CSV, JSON, Excel, or push to Google Sheets, Make, Zapier, and 5,000+ apps.

***

### Use cases

- **Real estate agents & agencies** — track new listings and competitor pricing in your patch.
- **Property investors** — spot deals, compare price-per-sqft across districts.
- **Market analysts & researchers** — build historical datasets of Singapore property prices.
- **Proptech & data teams** — feed clean listing data into dashboards, models, and CRMs.
- **Lead generation** — collect agent and agency contact details from active listings.

***

### Input

Configure the run from the Apify Console UI or via the API. Every field is optional — leave the search wide open or narrow it down.

| Field | Description |
|-------|-------------|
| **Location** | Freetext area/project name, e.g. `Orchard`, `Woodlands`, `Tampines`. Ignored when a District is set. |
| **District** | Precise Singapore postal district (`D01`–`D28`). Overrides Location when set. |
| **Listing type** | `For Sale` or `For Rent`. |
| **Property type** | HDB, Condo/Apartment, Landed, Commercial, or Industrial. |
| **Min / Max price (S$)** | Price range in SGD (monthly for rentals). |
| **Min bedrooms** | Minimum number of bedrooms. Leave empty for any. |
| **Max items** | Cap the number of listings returned (`0` = unlimited). |
| **Proxy** | Apify Proxy enabled by default for reliable requests. |

#### Example input

```json
{
  "districtCode": "D09",
  "listingType": "sale",
  "propertyType": "condo",
  "minPrice": 1000000,
  "maxPrice": 3000000,
  "bedrooms": 2,
  "maxItems": 500
}
```

> Search all of Singapore by leaving Location and District empty.

***

### Output

Each listing is one dataset record. Export to **JSON, CSV, Excel, HTML, or RSS**, or fetch via the Apify API.

#### Example output

```json
{
  "id": "m_1980317",
  "title": "26 NEWTON",
  "listingType": "sale",
  "price": 2110900,
  "pricePretty": "S$ 2,110,900",
  "pricePerArea": "S$ 1886 psf",
  "address": "Newton Road",
  "postalCode": "307957",
  "district": "D11",
  "region": "Central Region",
  "regionCode": "CCR",
  "beds": 2,
  "baths": 2,
  "floorArea": 1119,
  "floorAreaText": "1119 sqft",
  "propertyType": "Apartment / Condo",
  "propertySubType": "Condominium",
  "projectName": "26 NEWTON",
  "tenure": "Freehold",
  "yearCompleted": 2016,
  "agentName": "MarkTan Appointed Agent",
  "agentMobile": "93874786",
  "agencyName": "HUTTONS ASIA PTE. LTD.",
  "images": ["https://..."],
  "listingUrl": "https://www.edgeprop.sg/listing/apartment-condo/condominium/26-newton/m_1980317",
  "proppoints": 1,
  "updatedAt": "2026-07-31T13:01:48.745Z"
}
```

#### Fields returned

`id`, `title`, `listingType`, `price`, `pricePretty`, `pricePerArea`, `address`, `postalCode`, `district`, `region`, `regionCode`, `beds`, `baths`, `floorArea`, `floorAreaText`, `landArea`, `landAreaText`, `propertyType`, `propertySubType`, `projectName`, `tenure`, `yearCompleted`, `agentName`, `agentMobile`, `agencyName`, `agentUrl`, `images`, `listingUrl`, `proppoints`, `isNewLaunch`, `hasFloorplans`, `floorplanCount`, `videoCount`, `updatedAt`.

***

### Pricing

**$1.00 per 1,000 listings** (pay-per-result). You only pay for the data you get — no monthly subscription, no platform-usage surprises. Run a small test for a few cents before scaling up.

***

### Singapore postal districts

`D01` Raffles Place / Marina · `D02` Chinatown / Tanjong Pagar · `D03` Alexandra / Commonwealth · `D04` Harbourfront / Telok Blangah · `D05` Buona Vista / Clementi / West Coast · `D06` City Hall / Clarke Quay · `D07` Beach Road / Bugis / Rochor · `D08` Farrer Park / Little India · `D09` Orchard / River Valley · `D10` Bukit Timah / Holland · `D11` Newton / Novena / Thomson · `D12` Balestier / Toa Payoh · `D13` Macpherson / Potong Pasir · `D14` Eunos / Geylang / Paya Lebar · `D15` East Coast / Marine Parade · `D16` Bedok / Upper East Coast · `D17` Changi / Loyang · `D18` Pasir Ris / Tampines · `D19` Hougang / Punggol / Sengkang · `D20` Ang Mo Kio / Bishan · `D21` Clementi Park / Upper Bukit Timah · `D22` Boon Lay / Jurong / Tuas · `D23` Bukit Batok / Choa Chu Kang · `D24` Lim Chu Kang / Tengah · `D25` Admiralty / Woodlands · `D26` Mandai / Upper Thomson · `D27` Sembawang / Yishun · `D28` Seletar / Yio Chu Kang

***

### How to use

1. Click **Try for free** / **Start**.
2. Set your filters (location, district, price, property type…).
3. Run the Actor.
4. Download results as JSON, CSV, or Excel — or grab them via the [Apify API](https://docs.apify.com/api/v2).

Want it on autopilot? [Schedule](https://docs.apify.com/platform/schedules) daily or weekly runs to keep a fresh feed of new listings.

***

### Integrations

Connect this Actor to **Make, Zapier, Google Sheets, Google Drive, Slack, GitHub**, and thousands more via [Apify Integrations](https://apify.com/integrations) — or use webhooks and the REST API to pipe listings straight into your own systems.

***

### FAQ

**Is web scraping EdgeProp legal?**
This tool collects publicly available listing data. You are responsible for using it in line with EdgeProp's terms and applicable laws (including data-protection rules when handling personal data such as agent contacts). Use scraped data responsibly.

**Do I need an EdgeProp account?** No.

**How many listings can I get?** As many as the search returns. Use **Max items** to cap a run.

**Can I get agent contact details?** Yes — `agentName`, `agentMobile`, and `agencyName` are included when published on the listing.

***

### Support

Found a bug or need an extra field? Open an issue on the Actor's **Issues** tab. Suggestions welcome.

# Actor input Schema

## `location` (type: `string`):

Freetext area or project name, e.g. Orchard, Woodlands, Tampines. Matched against EdgeProp's search (keyword). Ignored when a District is set. Leave empty (and no district) for all locations.

## `districtCode` (type: `string`):

Singapore postal district to scope results precisely. Overrides Location when set.

## `listingType` (type: `string`):

For Sale or For Rent.

## `propertyType` (type: `string`):

Filter by property type. Leave empty for all types.

## `minPrice` (type: `integer`):

Minimum asking price in SGD. For rent this is monthly.

## `maxPrice` (type: `integer`):

Maximum asking price in SGD. For rent this is monthly.

## `bedrooms` (type: `integer`):

Minimum number of bedrooms to filter by. Leave empty for any.

## `maxItems` (type: `integer`):

Maximum number of listings to return. 0 = unlimited.

## `proxyConfiguration` (type: `object`):

Route requests through a proxy (Apify Proxy by default).

## Actor input object example

```json
{
  "listingType": "sale",
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "location": "",
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("rl1987/edgeprop-sg-api-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "location": "",
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("rl1987/edgeprop-sg-api-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "location": "",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call rl1987/edgeprop-sg-api-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=rl1987/edgeprop-sg-api-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/jSZKrHiZPdgM7OZ8X/builds/oL7xnreNmn1QwPcc0/openapi.json
