# Singapore Rental Property Agent Leads

**Use case:** 

Build a contact list of Singapore rental agents from 99.co: name, agency, phone and the rental listings they represent. Ideal for outreach.

## 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
{
  "agentName": {
    "label": "Agent name"
  },
  "agentPhone": {
    "label": "Phone"
  },
  "agentWhatsapp": {
    "label": "WhatsApp"
  },
  "agentIsPremium": {
    "label": "Premium"
  },
  "agentIsCorporate": {
    "label": "Corporate"
  },
  "listingTitle": {
    "label": "Listing"
  },
  "price": {
    "label": "Price (S$)"
  },
  "mainCategory": {
    "label": "Category"
  },
  "region": {
    "label": "Region"
  },
  "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.