# Landed Houses for Sale in Singapore on PropertyGuru

**Use case:** 

Singapore landed house listings from PropertyGuru: terrace, semi-detached and bungalow asking prices with land and floor area, tenure, district and agent.

## Input

```json
{
  "operation": "search",
  "market": "sg",
  "listingType": "sale",
  "propertyGroup": "L",
  "bedrooms": "",
  "minPrice": 0,
  "maxPrice": 0,
  "minSizeSqft": 0,
  "maxResults": 30,
  "searchUrls": [],
  "listingUrls": [],
  "includeDetails": false
}
```

## Output

```json
{
  "listingId": {
    "label": "🆔 Listing ID",
    "format": "integer"
  },
  "propertyTitle": {
    "label": "🏷️ Property",
    "format": "string"
  },
  "listingUrl": {
    "label": "🔗 Listing URL",
    "format": "string"
  },
  "market": {
    "label": "🌏 Market",
    "format": "string"
  },
  "listingType": {
    "label": "🏷️ Sale or rent",
    "format": "string"
  },
  "propertyType": {
    "label": "🏠 Type",
    "format": "string"
  },
  "propertyTypeGroup": {
    "label": "🗂️ Type group",
    "format": "string"
  },
  "price": {
    "label": "💰 Price",
    "format": "number"
  },
  "priceText": {
    "label": "💵 Price shown",
    "format": "string"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "string"
  },
  "priceType": {
    "label": "🏷️ Price basis",
    "format": "string"
  },
  "pricePerArea": {
    "label": "📊 Price per sqft",
    "format": "string"
  },
  "floorArea": {
    "label": "📐 Floor area (sqft)",
    "format": "number"
  },
  "floorAreaText": {
    "label": "📐 Floor area shown",
    "format": "string"
  },
  "bedrooms": {
    "label": "🛏️ Beds",
    "format": "integer"
  },
  "bathrooms": {
    "label": "🛁 Baths",
    "format": "integer"
  },
  "fullAddress": {
    "label": "📍 Address",
    "format": "string"
  },
  "shortAddress": {
    "label": "🗺️ Area",
    "format": "string"
  },
  "districtCode": {
    "label": "🧭 District code",
    "format": "string"
  },
  "districtText": {
    "label": "🏙️ District",
    "format": "string"
  },
  "regionText": {
    "label": "🌆 Region",
    "format": "string"
  },
  "tenure": {
    "label": "📜 Tenure",
    "format": "string"
  },
  "builtYear": {
    "label": "🏗️ Built",
    "format": "integer"
  },
  "nearestTransit": {
    "label": "🚇 Nearest MRT",
    "format": "string"
  },
  "agentName": {
    "label": "👤 Agent",
    "format": "string"
  },
  "agentId": {
    "label": "🆔 Agent ID",
    "format": "integer"
  },
  "agentLicense": {
    "label": "📇 CEA licence",
    "format": "string"
  },
  "agentProfileUrl": {
    "label": "🔗 Agent profile",
    "format": "string"
  },
  "agencyName": {
    "label": "🏢 Agency",
    "format": "string"
  },
  "listerType": {
    "label": "🧾 Listed by",
    "format": "string"
  },
  "photoCount": {
    "label": "🖼️ Photos",
    "format": "integer"
  },
  "thumbnailUrl": {
    "label": "🖼️ Thumbnail",
    "format": "string"
  },
  "postedOn": {
    "label": "📅 Listed on",
    "format": "string"
  },
  "isVerified": {
    "label": "✅ Verified listing",
    "format": "boolean"
  },
  "isSponsored": {
    "label": "📣 Sponsored",
    "format": "boolean"
  },
  "description": {
    "label": "📝 Description",
    "format": "string"
  },
  "latitude": {
    "label": "🧭 Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "🧭 Longitude",
    "format": "number"
  },
  "postcode": {
    "label": "📮 Postcode",
    "format": "string"
  },
  "streetName": {
    "label": "🛣️ Street",
    "format": "string"
  },
  "developer": {
    "label": "🏗️ Developer",
    "format": "string"
  },
  "furnishing": {
    "label": "🛋️ Furnishing",
    "format": "string"
  },
  "floorLevel": {
    "label": "🏢 Floor level",
    "format": "string"
  },
  "completionText": {
    "label": "📆 Completion",
    "format": "string"
  },
  "agentMobile": {
    "label": "📞 Agent phone",
    "format": "string"
  },
  "agentRating": {
    "label": "⭐ Agent rating",
    "format": "number"
  },
  "agentReviewCount": {
    "label": "🗣️ Agent reviews",
    "format": "integer"
  },
  "facilities": {
    "label": "🏊 Facilities",
    "format": "array"
  },
  "photoUrls": {
    "label": "🖼️ All photos",
    "format": "array"
  },
  "source": {
    "label": "🧬 Row source",
    "format": "string"
  },
  "scrapedAt": {
    "label": "⏱️ Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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


## 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.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **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 full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/sian.agency/propertyguru-property-scraper.md

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).
