# PropertyGuru SG Search By URLs and Keywords

**Use case:** 

Fast PropertyGuru Singapore scraper for sale and rent listings. Extract 30+ fields including price, PSF, floor area, tenure, MRT, agent details and GPS.

## Input

```json
{
  "mode": "search",
  "urls": [
    "https://www.propertyguru.com.sg/property-for-sale?market=residential&property_type=N"
  ],
  "listing_type": "sale",
  "sort": "date",
  "sort_order": "desc",
  "enable_detail_pages": true,
  "max_properties": 10,
  "max_pages": 20,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "SG"
  },
  "detail_concurrency": 1,
  "session_ttl_seconds": 600,
  "reuse_project_cache": true,
  "clear_dataset": false,
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price_formatted": {
    "label": "Price",
    "format": "text"
  },
  "price_label": {
    "label": "Price Label",
    "format": "text"
  },
  "price_psf": {
    "label": "PSF",
    "format": "text"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "floor_area": {
    "label": "Area (sqft)",
    "format": "number"
  },
  "tenure": {
    "label": "Tenure",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "nearby_mrt": {
    "label": "MRT",
    "format": "text"
  },
  "posted_date": {
    "label": "Posted date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [PropertyGuru SG $0.8💰 Search By URLs and Keywords](https://apify.com/abotapi/propertyguru-sg-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/propertyguru-sg-scraper) to learn more, explore other use cases, and run it yourself.