# Track Daft.ie Luxury Real Estate

**Use case:** 

Track Daft.ie Luxury Real Estate listings with prices, locations, property details, and listing URLs.

## Input

```json
{
  "maxItems": 100,
  "location": "Dublin",
  "category": "residential-for-sale",
  "sort": "bestMatch",
  "ownerOccupied": "",
  "minPrice": 1000000,
  "maxPrice": 0,
  "minBeds": 0,
  "maxBeds": 0,
  "minBaths": 0,
  "maxBaths": 0,
  "minFloorSize": 0,
  "maxFloorSize": 0,
  "minBer": 0,
  "maxBer": 0,
  "firstPublishDate": "",
  "minLeaseLength": 0,
  "maxLeaseLength": 0,
  "minTenants": 0,
  "maxTenants": 0,
  "fetchDetails": false
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "abbreviatedPrice": {
    "label": "Price (Short)",
    "format": "text"
  },
  "numBedrooms": {
    "label": "Beds",
    "format": "text"
  },
  "numBathrooms": {
    "label": "Baths",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "publishDate": {
    "label": "Publish Date",
    "format": "date"
  },
  "seller.name": {
    "label": "Seller",
    "format": "text"
  },
  "seller.phone": {
    "label": "Seller Phone",
    "format": "text"
  }
}
```

## About this Actor

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