# Scrape Singapore Condos for Rent by Budget

**Use case:** 

Scrape SRX condos for rent under your max monthly budget: price, PSF, beds, floor area, district and the agent's mobile number. Export to CSV.

## Input

```json
{
  "listingType": "rent",
  "propertyType": "condo",
  "district": "10,11",
  "maxPrice": 5000,
  "startUrls": [],
  "maxItems": 100,
  "maxPagesPerSearch": 60,
  "includeDetails": false,
  "includeTransactedComparables": false,
  "monitorMode": false,
  "monitorStoreName": "srx-scraper-monitor",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "SG"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Property"
  },
  "listingType": {
    "label": "Sale/Rent"
  },
  "propertyType": {
    "label": "Type"
  },
  "priceText": {
    "label": "Price"
  },
  "builtPsf": {
    "label": "PSF"
  },
  "builtSize": {
    "label": "Size (sqft)"
  },
  "bedrooms": {
    "label": "Beds"
  },
  "bathrooms": {
    "label": "Baths"
  },
  "districtCode": {
    "label": "District"
  },
  "marketSegment": {
    "label": "Segment"
  },
  "tenure": {
    "label": "Tenure"
  },
  "agent.name": {
    "label": "Agent"
  },
  "agent.agencyId": {
    "label": "Agency ID"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "url": {
    "label": "Listing URL"
  }
}
```

## About this Actor

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