# For Rent Domain Real Estate

**Use case:** 

Extract Domain Real Estate data filtered by For Rent. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "startUrl": "https://www.domain.com.au/sale/sydney-nsw-2000/",
  "maxItems": 10,
  "listingType": "rent"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "agencyLogo": {
    "label": "Agency Logo",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "headline": {
    "label": "Headline",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "string"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "carSpaces": {
    "label": "Cars",
    "format": "number"
  },
  "landSize": {
    "label": "Size",
    "format": "string"
  },
  "buildingArea": {
    "label": "Area (m²)",
    "format": "number"
  },
  "propertyType": {
    "label": "Type",
    "format": "string"
  },
  "saleMethod": {
    "label": "Sale Method",
    "format": "string"
  },
  "listingType": {
    "label": "Listing Type",
    "format": "string"
  },
  "features": {
    "label": "Features",
    "format": "array"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "agentName": {
    "label": "Agent",
    "format": "string"
  },
  "agentPhone": {
    "label": "Agent Phone",
    "format": "string"
  },
  "agencyName": {
    "label": "Agency",
    "format": "string"
  },
  "suburb": {
    "label": "Suburb",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "postcode": {
    "label": "Postcode",
    "format": "string"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "listingId": {
    "label": "Listing ID",
    "format": "string"
  },
  "inspectionTimes": {
    "label": "Inspections",
    "format": "array"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "firstListedDate": {
    "label": "Listed Date",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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