# Build a Singapore Property Agent Lead List (CEA)

**Use case:** 

Turn EdgeProp.sg listings into agent leads: agent name, CEA registration number, agency and mobile, with project, asking price and district. Export to CSV.

## Input

```json
{
  "propertyTypes": [
    "condo",
    "hdb"
  ],
  "listingType": "sale",
  "minPrice": 0,
  "maxPrice": 0,
  "minBedrooms": 0,
  "deepScrape": true,
  "maxResults": 500,
  "maxResultsPerCategory": 0,
  "monitorMode": false,
  "dedupStoreName": "edgeprop-sg-state",
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "agentName": {
    "label": "Agent"
  },
  "agentCeaRegNo": {
    "label": "CEA reg no"
  },
  "agencyName": {
    "label": "Agency"
  },
  "agentPhone": {
    "label": "Mobile"
  },
  "projectName": {
    "label": "Project"
  },
  "askingPrice": {
    "label": "Price"
  },
  "district": {
    "label": "District"
  },
  "propertyType": {
    "label": "Type"
  },
  "agentProfileUrl": {
    "label": "Profile"
  },
  "url": {
    "label": "Listing"
  }
}
```

## About this Actor

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