# Build Singapore Property Agent Leads (PG)

**Use case:** 

Turn PropertyGuru listings into agent leads: agent name, CEA licence, agency, profile and phone, plus the listing price, type and district. Export CSV.

## Input

```json
{
  "searchQueries": [
    "Tampines"
  ],
  "listingType": "sale",
  "maxItems": 100,
  "maxPagesPerQuery": 10,
  "includeListingDetails": true,
  "includeAgentLeads": true,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "SG"
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "agentName": {
    "label": "Agent"
  },
  "agencyName": {
    "label": "Agency"
  },
  "agentLicense": {
    "label": "CEA license"
  },
  "agentMobile": {
    "label": "Phone"
  },
  "agentWhatsapp": {
    "label": "WhatsApp"
  },
  "agentProfileUrl": {
    "label": "Profile"
  },
  "listingCountSeen": {
    "label": "# Listings"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "sampleListingUrl": {
    "label": "Sample listing"
  },
  "scrapedAt": {
    "label": "Scraped"
  }
}
```

## About this Actor

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