Daft.ie Property Scraper
Pricing
from $20.00 / 1,000 results
Daft.ie Property Scraper
Collect Irish property listings from Daft.ie — price, type, bedrooms, BER, size, location, and the selling agent's contact — from any Daft search URL. For sale or rent.
Pricing
from $20.00 / 1,000 results
Rating
0.0
(0)
Developer
Farhan Febrian Nauval
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Collect Irish property listings from Daft.ie — price, property type, bedrooms, bathrooms, BER rating, size, location, and the selling agent's contact — from any Daft search. For sale or rent. No account or login required.
Why use this actor
- No account needed — works on public Daft.ie search pages.
- Any search, any filters — paste a Daft search URL (location, sale/rent, price, beds) and the actor collects every result.
- Full listing details — price, type, bedrooms, bathrooms, BER energy rating, floor area, coordinates, and publish date.
- Agent contacts — selling agent name and phone numbers (real-estate lead data).
- Stable JSON output — ready for market analysis, lead lists, or dashboards.
How it works
- Open Daft.ie, set your filters, and copy the address-bar URL.
- Paste one or more of those URLs into Search URLs.
- The actor reads every listing across the result pages, turning pages automatically until your limit.
- Each listing becomes one row — downloadable as JSON, CSV, or Excel.
A residential proxy (Irish IPs work best) is set by default.
Use cases
- Real-estate market analysis — pricing, inventory, and BER trends by area.
- Lead generation — listings and the agents/agencies behind them.
- Investment research — filter by price, beds, and type across locations.
Input
{"startUrls": ["https://www.daft.ie/property-for-sale/dublin-city"],"maxItemsPerSearch": 0,"maxItems": 200,"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"], "apifyProxyCountry": "IE" }}
| Field | Type | Description |
|---|---|---|
startUrls | array | Daft.ie search URLs with filters applied. |
maxItemsPerSearch | integer | Cap per search URL. 0 = all. |
maxItems | integer | Overall cap. 0 = no limit. Default 200. |
maxConcurrency | integer | Search URLs processed in parallel. Default 3. |
proxyConfiguration | object | Residential proxy recommended (the default). |
Output
One record per listing:
{"_input": "https://www.daft.ie/property-for-sale/dublin-city","_scrapedAt": "2026-06-17T18:00:00Z","recordType": "LISTING","id": 6599502,"daftShortcode": "16599502","url": "https://www.daft.ie/for-sale/14-churchwell-mews-belmayne-clongriffin-dublin-13/6599502","title": "14 Churchwell Mews, Belmayne, Clongriffin, Dublin 13, D13A527","category": "Buy","propertyType": "Terrace","priceText": "€450,000", "price": 450000,"bedrooms": 3, "bathrooms": 4,"berRating": "B2","floorArea": null, "propertySize": null, "pricePerSqM": null,"publishDate": 1781000000000,"latitude": 53.405782, "longitude": -6.172638,"agentName": "David Higgins MIPAV","agentPhone": "01 8285024","agentAltPhone": "085 720 5797","sellerId": 10123}
| Field | Type | Description |
|---|---|---|
id / daftShortcode / url | mixed | Listing ID, Daft short code, and link. |
title | string | Listing title / address. |
category / propertyType | string | Buy/Rent and property type. |
priceText / price | string / number | Price as shown, and as a number. |
bedrooms / bathrooms | number | Counts. |
berRating | string | Energy (BER) rating, e.g. B2. |
floorArea / propertySize / pricePerSqM | mixed | Size details when shown. |
latitude / longitude | number | Coordinates. |
agentName / agentPhone / agentAltPhone / sellerId | mixed | Selling agent contact. |
Searches that fail return an _error record, so nothing fails silently.
Notes
- Use an Irish residential proxy for reliable access.
- Daft shows ~20 listings per page; the actor turns pages automatically.