# Scrape Condos for Rent in Singapore (PG)

**Use case:** 

Scrape PropertyGuru condos for rent: monthly price, PSF, beds, baths, floor area, MRT and the agent's name, CEA licence & phone. Export to CSV.

## Input

```json
{
  "searchQueries": [
    "Orchard",
    "River Valley"
  ],
  "listingType": "rent",
  "maxItems": 100,
  "maxPagesPerQuery": 10,
  "includeListingDetails": false,
  "includeAgentLeads": false,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "SG"
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "title": {
    "label": "Project / Title"
  },
  "pricePretty": {
    "label": "Price"
  },
  "propertyType": {
    "label": "Type"
  },
  "bedrooms": {
    "label": "Beds"
  },
  "bathrooms": {
    "label": "Baths"
  },
  "floorAreaText": {
    "label": "Area"
  },
  "psf": {
    "label": "PSF"
  },
  "tenure": {
    "label": "Tenure"
  },
  "district": {
    "label": "District"
  },
  "mrtNearby": {
    "label": "MRT"
  },
  "agentName": {
    "label": "Agent"
  },
  "agencyName": {
    "label": "Agency"
  },
  "agentMobile": {
    "label": "Agent phone"
  },
  "url": {
    "label": "URL"
  },
  "listingType": {
    "label": "Sale/Rent"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "scrapedAt": {
    "label": "Scraped"
  }
}
```

## About this Actor

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