# Map District 15 Condos for Sale in Singapore

**Use case:** 

Pull every District 15 condo for sale on 99.co with address, neighbourhood, latitude, longitude and nearest-MRT distance to plot on a map. No login.

## Input

```json
{
  "searchUrls": [
    "https://www.99.co/singapore/sale/condos-apartments?query_ids=dtdistrict15&query_type=district"
  ],
  "listingType": "sale",
  "propertyType": "any",
  "sortBy": "recency",
  "maxResults": 300,
  "monitoringMode": false,
  "includeAgentContacts": true,
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "SG"
  }
}
```

## Output

```json
{
  "listingTitle": {
    "label": "Title"
  },
  "price": {
    "label": "Price (S$)"
  },
  "address": {
    "label": "Address"
  },
  "neighbourhood": {
    "label": "Neighbourhood"
  },
  "region": {
    "label": "Region"
  },
  "latitude": {
    "label": "Lat"
  },
  "longitude": {
    "label": "Lng"
  },
  "nearestMrtName": {
    "label": "Nearest MRT"
  },
  "mrtDistanceMeters": {
    "label": "MRT dist (m)"
  },
  "listingUrl": {
    "label": "URL"
  }
}
```

## About this Actor

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