# Estate Agent Leads in Sandton

**Use case:** 

Extract estate agent contact leads from Sandton property listings. Receive structured data with phone numbers, WhatsApp links, and more.

## Input

```json
{
  "startUrls": [],
  "searchLocations": [
    "Sandton"
  ],
  "country": "south_africa",
  "listingType": "sale",
  "propertyType": "any",
  "maxItems": 50,
  "sortBy": "default",
  "deepScrape": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "ZA"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Listing Title",
    "format": "string"
  },
  "agent_name": {
    "label": "Agent Name",
    "format": "string"
  },
  "agency_name": {
    "label": "Agency Name",
    "format": "string"
  },
  "whatsapp_link": {
    "label": "WhatsApp Contact",
    "format": "string"
  },
  "listing_url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Property24 Scraper: Real Estate Listings, Prices & Broker Leads](https://apify.com/getascraper/property24-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/property24-scraper) to learn more, explore other use cases, and run it yourself.