# Build a Singapore Property Agent Leads List

**Use case:** 

Turn SRX listings into agent leads: agent name, mobile number and agency, plus the listing price, property type and district. Export to CSV.

## Input

```json
{
  "listingType": "both",
  "propertyType": "all",
  "district": "10,11",
  "startUrls": [],
  "maxItems": 100,
  "maxPagesPerSearch": 60,
  "includeDetails": false,
  "includeTransactedComparables": false,
  "monitorMode": false,
  "monitorStoreName": "srx-scraper-monitor",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "SG"
  }
}
```

## Output

```json
{
  "agent.name": {
    "label": "Agent"
  },
  "agent.mobilePretty": {
    "label": "Mobile"
  },
  "agent.profileUrl": {
    "label": "Agent profile"
  },
  "agent.whatsappUrl": {
    "label": "WhatsApp"
  },
  "propertyType": {
    "label": "Type"
  },
  "listingType": {
    "label": "Sale/Rent"
  },
  "priceText": {
    "label": "Price"
  },
  "districtCode": {
    "label": "District"
  },
  "projectName": {
    "label": "Project"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "url": {
    "label": "Listing URL"
  }
}
```

## About this Actor

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