# Gold Coast Property Listings for Sale

**Use case:** 

Extract real estate listings for sale in Surfers Paradise. Retrieve details like price, beds, baths, and agent contact information.

## Input

```json
{
  "listingType": "sale",
  "suburbs": [
    "surfers-paradise-qld-4217"
  ],
  "customSuburbs": [],
  "startUrls": [],
  "propertyTypes": [],
  "minBedrooms": 0,
  "maxBedrooms": 0,
  "minPrice": 0,
  "maxPrice": 0,
  "auctionOnly": false,
  "scrapeDetails": false,
  "maxListings": 50,
  "maxPages": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AU"
  },
  "requestDelay": 1500,
  "maxConcurrency": 2
}
```

## Output

```json
{
  "listingId": {
    "label": "ID",
    "format": "text"
  },
  "listingType": {
    "label": "Type",
    "format": "text"
  },
  "saleMethod": {
    "label": "Sale Method",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "promoType": {
    "label": "Promo",
    "format": "text"
  },
  "price": {
    "label": "Price (num)",
    "format": "number"
  },
  "priceType": {
    "label": "Price Type",
    "format": "text"
  },
  "priceDisplay": {
    "label": "Price Display",
    "format": "text"
  },
  "priceGuide": {
    "label": "Price Guide",
    "format": "text"
  },
  "priceMin": {
    "label": "Price Min",
    "format": "number"
  },
  "priceMax": {
    "label": "Price Max",
    "format": "number"
  },
  "auctionDate": {
    "label": "Auction Date",
    "format": "text"
  },
  "auctionLocation": {
    "label": "Auction Location",
    "format": "text"
  },
  "isAuction": {
    "label": "Auction",
    "format": "boolean"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "suburb": {
    "label": "Suburb",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "postcode": {
    "label": "Postcode",
    "format": "text"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "longitude": {
    "label": "Lng",
    "format": "number"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "text"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "carSpaces": {
    "label": "Cars",
    "format": "number"
  },
  "landSize": {
    "label": "Land (m²)",
    "format": "number"
  },
  "buildingSize": {
    "label": "Building (m²)",
    "format": "number"
  },
  "agentName": {
    "label": "Agent",
    "format": "text"
  },
  "agentPhone": {
    "label": "Agent Phone",
    "format": "text"
  },
  "agencyName": {
    "label": "Agency",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "text"
  },
  "isPriceReduced": {
    "label": "Reduced",
    "format": "boolean"
  },
  "isUnderContract": {
    "label": "Under Contract",
    "format": "boolean"
  },
  "isHotProperty": {
    "label": "Hot Property",
    "format": "boolean"
  },
  "isNewListing": {
    "label": "New Listing",
    "format": "boolean"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "features": {
    "label": "Features",
    "format": "text"
  },
  "inspectionTimes": {
    "label": "Inspections",
    "format": "text"
  },
  "schoolCatchments": {
    "label": "Schools",
    "format": "text"
  },
  "nbnConnection": {
    "label": "NBN",
    "format": "text"
  },
  "energyRating": {
    "label": "Energy",
    "format": "text"
  },
  "councilArea": {
    "label": "Council",
    "format": "text"
  },
  "images": {
    "label": "Images",
    "format": "text"
  },
  "floorplanUrl": {
    "label": "Floorplan",
    "format": "link"
  },
  "virtualTourUrl": {
    "label": "Virtual Tour",
    "format": "link"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "daysOnMarket": {
    "label": "Days on Market",
    "format": "number"
  },
  "soldPrice": {
    "label": "Sold Price",
    "format": "number"
  },
  "soldDate": {
    "label": "Sold Date",
    "format": "text"
  },
  "searchSuburb": {
    "label": "Search Suburb",
    "format": "text"
  },
  "searchType": {
    "label": "Search Type",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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