# Daft.ie Property Listings Extractor

**Use case:** 

Extract property listings from Daft.ie, including prices and agent details. Get structured data for market analysis and price monitoring.

## Input

```json
{
  "propertyUrls": [
    "https://www.daft.ie/property-for-sale/ireland/houses"
  ],
  "results_wanted": 100,
  "max_pages": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "numBedrooms": {
    "label": "Beds",
    "format": "text"
  },
  "numBathrooms": {
    "label": "Baths",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "date"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "imageCover": {
    "label": "Image",
    "format": "image"
  },
  "imageCount": {
    "label": "Images",
    "format": "number"
  },
  "sourceType": {
    "label": "Source",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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