Daft.ie Scraper - Ireland Real Estate Data
Pricing
$19.00/month + usage
Daft.ie Scraper - Ireland Real Estate Data
Scrape Daft.ie property listings in Ireland (buy, rent, share, student accommodation, commercial, new homes). Filter by location, price, beds/baths, BER, amenities, recency, and export to JSON/CSV/Excel with Apify.
Pricing
$19.00/month + usage
Rating
0.0
(0)
Developer

Iñigo Garcia Olaizola
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Daft.ie Scraper - Real Estate Data for Ireland
🤖 What does Daft.ie Scraper do?
Daft.ie Scraper extracts real estate listings from daft.ie based on user-defined criteria and returns raw listing objects from the Daft API.
Supported categories:
- 🏠 Buy (
residential-for-sale) - 🏡 New Homes (
new-homes) - 🏢 Rent (
residential-to-rent) - 🛏️ Share (
sharing) - 🎓 Student Accommodation Rent (
student-accommodation-for-rent) - 🎓 Student Accommodation Share (
student-accommodation-to-share) - 🏭 Commercial Buy (
commercial-for-sale) - 🏭 Commercial Rent (
commercial-to-rent) - 🌴 Holiday Homes (
holiday-homes) - 🅿️ Parking Buy (
parking-for-sale) - 🅿️ Parking Rent (
parking-to-rent)
🚀 How to use Daft.ie Scraper
- Add the actor – Sign in to Apify and add Daft.ie Scraper to your actors.
- Configure inputs – Fill in the JSON input: set
maxItems,location,category, and filters. - Run the actor – Click Run to begin scraping.
- Retrieve results – View or download your data from the Dataset tab when the run completes.
📝 Input Parameters
Supply these inputs in JSON format to control your scrape:
| Parameter | Type | Default | Description |
|---|---|---|---|
maxItems | integer | 10 | Maximum number of listings to scrape (minimum 1). |
location | string | Location to search (city, county, suburb). For student accommodation categories, put the college name here. | |
locationId | string | Optional: use a Daft location ID directly. | |
category | string | residential-for-sale | Category to search (see list above). |
sort | string | bestMatch | Sort order: bestMatch, publishDateDesc, publishDateAsc, priceAsc, priceDesc. |
keywords | string | Keywords to search for. | |
propertyTypes | array | Property type filters. | |
saleTypes | array | Sale type filters. | |
mediaTypes | array | Media type filters (e.g. video, virtual-tour). | |
adStates | array | Ad state filters (e.g. published, sale-agreed). | |
facilities | array | Facilities filter (AND condition). | |
furnishing | array | Furnishing filters (furnished, unfurnished). | |
roomTypes | array | Room type filters (sharing categories). | |
suitableFor | array | Suitable-for filters (e.g. male, female). | |
ownerOccupied | boolean | Owner occupied filter. | |
offersEnabled | boolean | Offers enabled filter. | |
minPrice | integer | 0 | Minimum price. |
maxPrice | integer | 0 | Maximum price. |
minBeds | integer | 0 | Minimum beds. |
maxBeds | integer | 0 | Maximum beds. |
minBaths | integer | 0 | Minimum baths. |
maxBaths | integer | 0 | Maximum baths. |
minFloorSize | integer | 0 | Minimum floor size. |
maxFloorSize | integer | 0 | Maximum floor size. |
minBer | integer | 0 | Minimum BER. |
maxBer | integer | 0 | Maximum BER. |
availableFrom | string | Available from (epoch millis or Daft range expression). | |
viewingTimesFrom | string | Viewing times from (epoch millis or Daft range expression). | |
firstPublishDate | string | Time range: 1d, 3d, 7d, 14d, 30d (mapped to now-<d>d/d). | |
minLeaseLength | integer | 0 | Minimum lease length. |
maxLeaseLength | integer | 0 | Maximum lease length. |
minTenants | integer | 0 | Minimum tenants. |
maxTenants | integer | 0 | Maximum tenants. |
fetchDetails | boolean | false | Fetch detailed data per listing and attach it in _details (extra requests, slower). |
proxyConfiguration | object | Apify Proxy | Proxy settings. |
Example input
{"maxItems": 60,"location": "Limerick","category": "residential-for-sale","sort": "publishDateDesc","keywords": "garden","propertyTypes": ["houses", "apartments"],"minPrice": 200000,"maxPrice": 750000,"minBeds": 2,"minBaths": 1,"facilities": ["parking", "garden-patio-balcony"],"firstPublishDate": "now-30d/d","proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"]}}
📊 Output
The actor returns raw listing objects from Daft's API. Output fields vary by section but generally include:
- Listing ID, title, property type
- Price information
- Bedrooms, bathrooms, floor size
- Location metadata
- Media (images, videos)
Example output (truncated):
[{"id": 123456,"title": "3 Bed Semi-Detached","seoUrl": "https://www.daft.ie/for-sale/...","price": "€325,000","bedrooms": 3,"bathrooms": 2}]