# Search condo rentals in Singapore on PropertyGuru

**Use case:** 

Find condo rental listings in Singapore's Orchard district on PropertyGuru — price, size, agent contact, and photos.

## Input

```json
{
  "location": "Orchard",
  "listingType": "rent",
  "propertyType": "condo",
  "maxItems": 50,
  "includeDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "id": {
    "label": "Listing ID",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "typeCode": {
    "label": "Listing type code",
    "format": "text"
  },
  "typeText": {
    "label": "Listing type",
    "format": "text"
  },
  "price": {
    "label": "Price (SGD)",
    "format": "number"
  },
  "pricePretty": {
    "label": "Price",
    "format": "text"
  },
  "pricePerArea": {
    "label": "Price per sqft",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "beds": {
    "label": "Bedrooms",
    "format": "number"
  },
  "baths": {
    "label": "Bathrooms",
    "format": "number"
  },
  "floorArea": {
    "label": "Floor area (sqft)",
    "format": "number"
  },
  "floorAreaText": {
    "label": "Floor area",
    "format": "text"
  },
  "landArea": {
    "label": "Land area (sqft)",
    "format": "number"
  },
  "landAreaText": {
    "label": "Land area",
    "format": "text"
  },
  "propertyType": {
    "label": "Property type",
    "format": "text"
  },
  "propertyName": {
    "label": "Property/Project name",
    "format": "text"
  },
  "tenure": {
    "label": "Tenure",
    "format": "text"
  },
  "topYear": {
    "label": "Year completed",
    "format": "number"
  },
  "furnishing": {
    "label": "Furnishing",
    "format": "text"
  },
  "agentName": {
    "label": "Agent name",
    "format": "text"
  },
  "agentMobile": {
    "label": "Agent mobile",
    "format": "text"
  },
  "agencyName": {
    "label": "Agency",
    "format": "text"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "listingUrl": {
    "label": "Listing URL",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal code",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "hasFloorplans": {
    "label": "Has floorplans",
    "format": "boolean"
  },
  "nearestMRT": {
    "label": "Nearest MRT",
    "format": "text"
  },
  "nearestMRTDistance": {
    "label": "Nearest MRT distance (km)",
    "format": "number"
  },
  "postedDate": {
    "label": "Date posted",
    "format": "text"
  },
  "agentPhones": {
    "label": "Agent phones",
    "format": "array"
  },
  "agentEmail": {
    "label": "Agent email",
    "format": "text"
  },
  "agentLineId": {
    "label": "Agent LINE ID",
    "format": "text"
  },
  "agentLicense": {
    "label": "Agent license",
    "format": "text"
  },
  "videos": {
    "label": "Videos",
    "format": "array"
  },
  "virtualTours": {
    "label": "Virtual tours",
    "format": "array"
  },
  "floorPlans": {
    "label": "Floor plans",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [PropertyGuru Singapore API Scraper](https://apify.com/rl1987/propertyguru-sg-api-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rl1987/propertyguru-sg-api-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/rl1987/propertyguru-sg-api-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).
