# CommercialGuru SG Property Listings & Agent Contacts

**Use case:** 

Scrape CommercialGuru SG. Get price, PSF, area, tenure, images, agent contacts, coords & MRT data for commercial property analytics.

## Input

```json
{
  "mode": "search",
  "listing_type": "sale",
  "sort": "date",
  "sort_order": "desc",
  "urls": [
    "https://www.commercialguru.com.sg/find-commercial-properties/property-for-sale"
  ],
  "enable_coordinates": false,
  "fetch_details": false,
  "max_properties": 10,
  "max_pages": 5,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "SG"
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "id": {
    "label": "Listing ID",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "property_type": {
    "label": "Property Type",
    "format": "string"
  },
  "price_formatted": {
    "label": "Price Formatted",
    "format": "string"
  },
  "price_psf": {
    "label": "Price PSF",
    "format": "string"
  },
  "floor_area": {
    "label": "Floor Area (sqft)",
    "format": "number"
  },
  "tenure": {
    "label": "Tenure",
    "format": "string"
  },
  "district": {
    "label": "District",
    "format": "string"
  },
  "nearby_mrt": {
    "label": "Nearest MRT",
    "format": "string"
  },
  "posted_date": {
    "label": "Posted Date",
    "format": "string"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [CommercialGuru SG Property Listings & Agent Contacts Scraper](https://apify.com/abotapi/commercialguru-sg-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/commercialguru-sg-scraper) to learn more, explore other use cases, and run it yourself.