# Build a Singapore Property Agent Contact List

**Use case:** 

Turn 99.co condo listings into agent leads: agent name, mobile phone, WhatsApp, with the listing price, property type and region. Export to CSV.

## Input

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