Daft.ie Property Scraper avatar

Daft.ie Property Scraper

Pricing

from $20.00 / 1,000 results

Go to Apify Store
Daft.ie Property Scraper

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

Farhan Febrian Nauval

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

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

  1. Open Daft.ie, set your filters, and copy the address-bar URL.
  2. Paste one or more of those URLs into Search URLs.
  3. The actor reads every listing across the result pages, turning pages automatically until your limit.
  4. 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" }
}
FieldTypeDescription
startUrlsarrayDaft.ie search URLs with filters applied.
maxItemsPerSearchintegerCap per search URL. 0 = all.
maxItemsintegerOverall cap. 0 = no limit. Default 200.
maxConcurrencyintegerSearch URLs processed in parallel. Default 3.
proxyConfigurationobjectResidential 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
}
FieldTypeDescription
id / daftShortcode / urlmixedListing ID, Daft short code, and link.
titlestringListing title / address.
category / propertyTypestringBuy/Rent and property type.
priceText / pricestring / numberPrice as shown, and as a number.
bedrooms / bathroomsnumberCounts.
berRatingstringEnergy (BER) rating, e.g. B2.
floorArea / propertySize / pricePerSqMmixedSize details when shown.
latitude / longitudenumberCoordinates.
agentName / agentPhone / agentAltPhone / sellerIdmixedSelling 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.