# Houses for Sale in Dublin on Daft.ie

**Use case:** 

Export Dublin houses for sale from Daft.ie: asking price, BER rating, beds, baths, floor area and the selling agent. Newest first, CSV or JSON.

## Input

```json
{
  "operation": "search",
  "site": "IE",
  "locations": [
    "dublin-city"
  ],
  "section": "residential-for-sale",
  "maxResults": 25,
  "includeDetails": false,
  "listingUrls": [],
  "searchUrls": [],
  "minPrice": 0,
  "maxPrice": 0,
  "minBeds": 0,
  "maxBeds": 0,
  "minBaths": 0,
  "propertyType": "houses",
  "minBer": "",
  "maxBer": "",
  "keywords": "",
  "addedInLastDays": 0,
  "adState": "published",
  "sort": "publishDateDesc"
}
```

## Output

```json
{
  "listingId": {
    "label": "🆔 Listing ID",
    "format": "integer"
  },
  "titleText": {
    "label": "🏷️ Address",
    "format": "string"
  },
  "propertyUrl": {
    "label": "🔗 Property URL",
    "format": "string"
  },
  "section": {
    "label": "🏘️ Section",
    "format": "string"
  },
  "sectionLabel": {
    "label": "📂 Section name",
    "format": "string"
  },
  "category": {
    "label": "🗂️ Category",
    "format": "string"
  },
  "propertyType": {
    "label": "🏡 Type",
    "format": "string"
  },
  "price": {
    "label": "💰 Price",
    "format": "string"
  },
  "priceValue": {
    "label": "💶 Price (number)",
    "format": "integer"
  },
  "priceFrequency": {
    "label": "🔁 Price basis",
    "format": "string"
  },
  "bedrooms": {
    "label": "🛏️ Beds",
    "format": "integer"
  },
  "bathrooms": {
    "label": "🛁 Baths",
    "format": "integer"
  },
  "berRating": {
    "label": "⚡ BER",
    "format": "string"
  },
  "berEpi": {
    "label": "🔌 Energy use",
    "format": "string"
  },
  "floorAreaSqM": {
    "label": "📐 Floor area m²",
    "format": "number"
  },
  "pricePerSqM": {
    "label": "📊 Price per m²",
    "format": "string"
  },
  "eircode": {
    "label": "📮 Eircode",
    "format": "string"
  },
  "streetAddress": {
    "label": "🛣️ Street address",
    "format": "string"
  },
  "addressLocality": {
    "label": "🗺️ Locality",
    "format": "string"
  },
  "addressRegion": {
    "label": "🇮🇪 County",
    "format": "string"
  },
  "latitude": {
    "label": "🧭 Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "🧭 Longitude",
    "format": "number"
  },
  "agentName": {
    "label": "🧑‍💼 Agent",
    "format": "string"
  },
  "agentPhone": {
    "label": "☎️ Agent phone",
    "format": "string"
  },
  "agentBranch": {
    "label": "🏢 Agent branch",
    "format": "string"
  },
  "agentLicence": {
    "label": "📜 PSRA licence",
    "format": "string"
  },
  "imageUrl": {
    "label": "🖼️ Photo",
    "format": "string"
  },
  "imageUrls": {
    "label": "📸 All photos",
    "format": "array"
  },
  "totalImages": {
    "label": "🔢 Photo count",
    "format": "integer"
  },
  "facilities": {
    "label": "🛠️ Facilities",
    "format": "array"
  },
  "publishedAt": {
    "label": "📅 Published",
    "format": "string"
  },
  "sellingType": {
    "label": "🤝 Sale method",
    "format": "string"
  },
  "stampDuty": {
    "label": "🧾 Stamp duty",
    "format": "string"
  },
  "daftShortcode": {
    "label": "🔖 Daft code",
    "format": "string"
  },
  "developmentName": {
    "label": "🏗️ Development",
    "format": "string"
  },
  "descriptionText": {
    "label": "📄 Description",
    "format": "string"
  },
  "furnished": {
    "label": "🛋️ Furnished",
    "format": "string"
  },
  "leaseTerm": {
    "label": "📝 Lease",
    "format": "string"
  },
  "availableFrom": {
    "label": "🗓️ Available from",
    "format": "string"
  },
  "listingViews": {
    "label": "👀 Views",
    "format": "integer"
  },
  "firstListedDate": {
    "label": "🕐 First listed",
    "format": "string"
  },
  "lastUpdatedDate": {
    "label": "♻️ Last updated",
    "format": "string"
  },
  "nearbyPrimarySchools": {
    "label": "🏫 Nearby schools",
    "format": "array"
  },
  "searchLocation": {
    "label": "📍 Searched area",
    "format": "string"
  },
  "saleType": {
    "label": "🏷️ Listing type",
    "format": "string"
  },
  "listingState": {
    "label": "📌 Status",
    "format": "string"
  },
  "agentType": {
    "label": "🏷️ Agent type",
    "format": "string"
  },
  "agentLogoUrl": {
    "label": "🖼️ Agent logo",
    "format": "string"
  },
  "areaName": {
    "label": "📍 Area",
    "format": "string"
  },
  "hasVideo": {
    "label": "🎥 Has video",
    "format": "boolean"
  },
  "hasVirtualTour": {
    "label": "🕶️ Virtual tour",
    "format": "boolean"
  }
}
```

## About this Actor

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


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/sian.agency/daft-property-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
