Daft.ie Scraper — Ireland Property & Agent Leads
Pricing
from $1.99 / 1,000 results
Daft.ie Scraper — Ireland Property & Agent Leads
Daft.ie scraper and API alternative: export Irish property data to CSV/JSON with agent contacts. No login, no API key.
Pricing
from $1.99 / 1,000 results
Rating
0.0
(0)
Developer
Logiover
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
🚀 Why scrape Daft.ie?
Daft.ie is Ireland's #1 property portal — tens of thousands of live homes for sale and to rent across Dublin, Cork, Galway, Limerick and every county. This Daft.ie scraper reads the site's own structured Next.js page data, so you get every field with no login and no API key, and it paginates through the entire result set of any search.
It's two tools in one:
🏠 an Irish property dataset — for market analytics, price & rent tracking, comps, dashboards & ML — and 🎯 a real-estate agent lead engine — every listing carries the agent name, agency/branch and phone, so one run becomes a targeted Irish agent outreach list.
✨ What you get
⚡ Quick start
Set your filters on Daft.ie, copy the URL from the address bar, paste it in:
{"searchUrls": ["https://www.daft.ie/property-for-sale/dublin"],"maxResults": 500}
Scrape multiple counties / buy + rent in one run:
{"searchUrls": ["https://www.daft.ie/property-for-sale/cork","https://www.daft.ie/property-for-rent/dublin-city","https://www.daft.ie/property-for-sale/galway-county"],"maxResults": 2000}
⚙️ Input
| Field | What it does |
|---|---|
searchUrls | Daft.ie search URLs copied from the site (e.g. property-for-sale/dublin, property-for-rent/cork-city). All your filters — area, beds, price, buy/rent, property type — are read from the URL. |
maxResults | Global cap across all searches. 0 = no limit. |
maxResultsPerSearch | Per-search cap. 0 = no cap. |
useProxy / proxyConfiguration | Apify Proxy — residential (Ireland) recommended & default (Daft is Cloudflare-fronted). |
maxConcurrency | How many search URLs to run in parallel. |
📤 Output
One clean row per listing:
{"id": "6590110","daftShortcode": "16590110","title": "51 & 51A Cill Cais, Old Bawn, Tallaght, Dublin 24","address": "51 & 51A Cill Cais, Old Bawn, Tallaght, Dublin 24","county": "Dublin 24","url": "https://www.daft.ie/for-sale/house-51-51a-cill-cais-old-bawn-tallaght-dublin-24/6590110","listingType": "sale","saleType": "For Sale","price": 795000, "priceRaw": "€795,000", "pricePeriod": "sale","pricePerSqM": "€2,966", "stampDuty": "€7,950","beds": 8, "baths": 5, "propertyType": "Detached","propertySize": "268 m²", "floorAreaValue": "268", "floorAreaUnit": "METRES_SQUARED","berRating": "D1","latitude": 53.2781308, "longitude": -6.3721225,"agentName": "Ross McHugh", "agencyName": "Ray Cooke Auctioneers","agentPhone": "087 1368084", "agentAltPhone": "016875800","agentLicence": "002307", "sellerType": "BRANDED_AGENT","scrapedAt": "2026-06-05T15:31:24.950Z"}
The Output tab also ships a ready-made table — property, price, beds/baths, BER, location and agent + phone.
🎯 Use cases
| Use case | How | |
|---|---|---|
| 🎯 | Irish estate-agent lead gen | Build outreach lists of agents & agencies (name + phone + branch) by county, price band or property type. |
| 📊 | Property & rent analytics | Track asking prices, price-per-m², rent levels, BER mix, inventory across Irish counties. |
| 🏗️ | Developer & investor research | Map supply, new-vs-old and price trends by area in Dublin, Cork, Galway & beyond. |
| 🧮 | Comps & valuation / AVM | Feed beds, baths, floor area, BER, geo & price into Irish pricing models. |
| 🗂️ | Portals & aggregators | Power a property feed or dashboard from a scheduled Daft.ie run. |
🤖 Automate it
Put it on an Apify Schedule → a fresh Irish listings + agent-leads feed every morning, straight to the Apify API, a webhook, Google Sheet, S3 or your warehouse. Chain it with a phone-validator or CRM import before outreach.
❓ FAQ
Is this a Daft.ie API alternative?
Yes. Daft.ie has no open public listings API, so this actor works as an unofficial Daft.ie API alternative — it reads the site's structured Next.js page data and returns full property data without an API key.
How do I export Daft.ie property data to CSV or JSON?
Run any Daft.ie search URL, then download the results from the dataset as JSON, CSV or Excel. Each listing is one clean row, so a single run gives you a ready Irish property data export.
Can I scrape Daft.ie without an API or login?
Yes. There is no Daft.ie account, token or API key required — the actor reads public listing data rendered into the page and paginates the whole result set.
Does it return Daft.ie estate agent contacts?
When Daft.ie shows the agent publicly, every row carries the estate agent name, agency/branch, phone, alternative phone, office address and PSRA licence number — a ready Irish estate-agent contact list.
📝 Changelog
2026-06-07
- Docs: added coverage for using the actor as a Daft.ie API alternative, exporting Irish property data to CSV/JSON, and pulling Daft.ie estate agent contacts.