# Waterford Property Price Monitor on Daft.ie

**Use case:** 

Track property prices in Waterford with real-time data. Get listings, prices, agent contacts, and property details from Daft.ie.

## Input

```json
{
  "searchUrls": [
    "https://www.daft.ie/property-for-sale/waterford"
  ],
  "section": "property-for-sale",
  "county": "dublin",
  "propertyType": "",
  "sort": "publishDateDesc",
  "maxResults": 200,
  "maxResultsPerSearch": 0,
  "useProxy": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IE"
  },
  "maxConcurrency": 3
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "listingType": {
    "label": "Listing type",
    "format": "string"
  },
  "propertyType": {
    "label": "Property type",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceRaw": {
    "label": "Price (raw)",
    "format": "string"
  },
  "pricePeriod": {
    "label": "Price period",
    "format": "string"
  },
  "beds": {
    "label": "Beds",
    "format": "number"
  },
  "baths": {
    "label": "Baths",
    "format": "number"
  },
  "propertySize": {
    "label": "Size",
    "format": "string"
  },
  "berRating": {
    "label": "BER",
    "format": "string"
  },
  "county": {
    "label": "County / area",
    "format": "string"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "agentName": {
    "label": "Agent",
    "format": "string"
  },
  "agencyName": {
    "label": "Agency",
    "format": "string"
  },
  "agentPhone": {
    "label": "Agent phone",
    "format": "string"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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