# Sydney Childcare Centre Sales Data

**Use case:** 

Find detailed listings of childcare centres for sale in Sydney. Get prices, auction dates, and suburb information directly from CommercialRealEstate.com.au.

## Input

```json
{
  "startUrls": [],
  "location": [
    "Sydney"
  ],
  "listingMode": "sale",
  "propertyType": "any",
  "tenureType": "any",
  "keyword": "childcare",
  "sortBy": "featured",
  "maxItems": 40,
  "harvestEmails": false,
  "deepScrape": false,
  "flatten": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AU"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Listing Title",
    "format": "string"
  },
  "price_text": {
    "label": "Price",
    "format": "string"
  },
  "sale_type": {
    "label": "Sale Method",
    "format": "string"
  },
  "is_under_offer": {
    "label": "Under Offer",
    "format": "string"
  },
  "auction_date": {
    "label": "Auction Date",
    "format": "string"
  },
  "eoi_closing_date": {
    "label": "EOI Closing",
    "format": "string"
  },
  "sold_leased_date": {
    "label": "Sold / Leased",
    "format": "string"
  },
  "suburb": {
    "label": "Suburb",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "listing_url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

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