# Create agent leads from property listings

**Use case:** 

Collect Domain.com.au listing rows to identify agencies, named agents, and public contact details for outreach.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.domain.com.au/sale/sydney-nsw-2000/"
    }
  ],
  "listingType": "sale",
  "locations": [
    "bondi-beach-nsw-2026"
  ],
  "maxResults": 20,
  "maxPagesPerSearch": 1,
  "enrichDetails": true,
  "propertyTypes": [],
  "minBedrooms": 0,
  "maxBedrooms": 0,
  "minPrice": 0,
  "maxPrice": 0,
  "auctionOnly": false,
  "excludeUnderOffer": true,
  "sortOrder": "newest",
  "maxConcurrency": 2,
  "requestDelayMillis": 900,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AU"
  }
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing ID",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "agencyName": {
    "label": "Agency name",
    "format": "string"
  },
  "agentNames": {
    "label": "Agent names",
    "format": "array"
  },
  "agentPhones": {
    "label": "Agent phones",
    "format": "array"
  },
  "agencyPhone": {
    "label": "Agency phone",
    "format": "string"
  },
  "listingUrl": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Domain.com.au Real Estate Scraper](https://apify.com/khadinakbar/domain-com-au-real-estate-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/khadinakbar/domain-com-au-real-estate-scraper) to learn more, explore other use cases, and run it yourself.