# Scrape Shophouses for Sale in Singapore

**Use case:** 

Scrape CommercialGuru shophouses and conservation shophouses for sale: price, PSF, size, district, tenure and agent contact. Export to CSV or Excel.

## Input

```json
{
  "propertyTypes": [
    "shophouse",
    "conservation-shophouse"
  ],
  "listingType": "sale",
  "startUrls": [],
  "maxItems": 100,
  "includeListingDetails": false,
  "maxPagesPerCategory": 30,
  "districts": [],
  "verifiedListingsOnly": false,
  "deduplicate": true,
  "monitorMode": false,
  "monitorStoreName": "commercialguru-scraper-monitor",
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "SG"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Property"
  },
  "listingType": {
    "label": "Sale/Rent"
  },
  "propertyType": {
    "label": "Type"
  },
  "price": {
    "label": "Price"
  },
  "psf": {
    "label": "PSF"
  },
  "area": {
    "label": "Size"
  },
  "district": {
    "label": "District"
  },
  "tenure": {
    "label": "Tenure"
  },
  "nearestMrt": {
    "label": "Nearest MRT"
  },
  "agent.name": {
    "label": "Agent"
  },
  "agent.agencyName": {
    "label": "Agency"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "url": {
    "label": "Listing URL"
  }
}
```

## About this Actor

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