# Map Rental Property Listings in Singapore

**Use case:** 

Map rental properties across Singapore from 99.co with coordinates, monthly rent and type — plot listings by location for rental market analysis.

## Input

```json
{
  "searchUrls": [
    "https://www.99.co/singapore/sale"
  ],
  "listingType": "rent",
  "propertyType": "any",
  "sortBy": "relevance",
  "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.