Daft.ie Property Scraper avatar

Daft.ie Property Scraper

Pricing

Pay per usage

Go to Apify Store
Daft.ie Property Scraper

Daft.ie Property Scraper

Scrape Daft.ie property listings instantly. Extract prices, descriptions, agent contacts, and images from Ireland's top real estate portal. Perfect for market analysis, price monitoring, and lead generation across all property types.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Shahid Irfan

Shahid Irfan

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

Share

Extract property listings and single property details from Daft.ie into clean, structured datasets. Collect pricing, property attributes, seller information, and listing metadata at scale for research, monitoring, and analysis workflows.

Features

  • URL-first scraping — Run from listing URLs or direct property URLs.
  • Messy URL handling — Normalizes malformed and tracking-heavy URL inputs automatically.
  • Pagination control — Set exact page and result limits.
  • Clean datasets — Null and empty values are removed automatically.
  • Detail-ready output — Single property URLs return enriched property records.

Use Cases

Market Research

Track asking prices, property types, and listing trends by location to understand local market movements.

Lead Generation

Build organized property datasets for agencies, broker teams, and investment pipelines.

Property Monitoring

Watch specific areas or search terms over time and feed updates into dashboards.

Competitive Intelligence

Compare listing volume, pricing patterns, and seller activity across locations.

Data Enrichment

Combine property records with your internal CRM or analytics data for deeper insights.


Input Parameters

ParameterTypeRequiredDefaultDescription
propertyUrlsArrayNo["https://www.daft.ie/property-for-sale/ireland/houses"]One or more Daft.ie listing/search/detail URLs.
results_wantedIntegerNo20Maximum number of records to save.
max_pagesIntegerNo3Maximum listing pages per search URL.
proxyConfigurationObjectNoApify Proxy enabledProxy settings for stable production runs.

Output Data

FieldTypeDescription
idIntegerDaft listing ID.
daftShortcodeStringShort listing reference code.
titleStringProperty title.
priceStringListing price text.
propertyTypeStringProperty type label.
numBedroomsStringBedroom count text.
numBathroomsStringBathroom count text.
publishDateStringPublish date in ISO format when available.
sellerNameStringSeller or agency name.
sellerPhoneStringSeller contact phone when available.
imageCoverStringMain large image URL.
imageGalleryArrayLarge image gallery URLs only.
imageCountIntegerTotal image count from source.
hasVideoBooleanVideo availability flag.
hasVirtualTourBooleanVirtual tour availability flag.
urlStringProperty URL.
sourceTypeStringRecord source (search or detail).
sourceUrlStringInput URL that produced the record.
searchObjectSearch context derived from input URL.

Usage Examples

Basic URL Run

{
"propertyUrls": [
"https://www.daft.ie/property-for-sale/ireland/houses"
],
"results_wanted": 20,
"max_pages": 2
}

Keyword + Location Run

{
"propertyUrls": [
"www.daft.ie/property-for-sale/dublin-city/houses?page=2&utm_source=test"
],
"results_wanted": 30,
"max_pages": 3
}

Single Property Detail Run

{
"propertyUrls": [
"https://www.daft.ie/for-sale/house-braemar-cottage-texas-lane-malahide-co-dublin/6538518"
],
"results_wanted": 1
}

Sample Output

{
"id": 6538518,
"daftShortcode": "16538518",
"title": "Braemar Cottage, Texas Lane, Malahide, Co. Dublin, K36VR02",
"price": "€1,750,000",
"propertyType": "Detached House",
"numBedrooms": "5 Bed",
"numBathrooms": "4 Bath",
"publishDate": "2026-04-21T21:47:12.000Z",
"sellerName": "Example Auctioneers",
"imageCover": "https://media.daft.ie/...size1440x960...",
"imageGallery": [
"https://media.daft.ie/...size1440x960..."
],
"url": "https://www.daft.ie/for-sale/house-braemar-cottage-texas-lane-malahide-co-dublin/6538518",
"sourceType": "detail",
"sourceUrl": "https://www.daft.ie/for-sale/house-braemar-cottage-texas-lane-malahide-co-dublin/6538518"
}

Tips for Best Results

Start with Working URLs

  • Use live Daft.ie listing URLs for fastest validation.
  • Mix listing URLs and detail URLs to cover both output modes.

Keep Runs Efficient

  • Use results_wanted: 20 for quick checks.
  • Increase max_pages only when you need broader coverage.

Use Working URL Variants

  • You can pass full URLs, www.daft.ie/..., or URLs with tracking parameters.
  • The actor normalizes messy URL formats automatically.

Use Proxy for Reliability

  • Keep Apify Proxy enabled for larger runs.
  • Residential proxy groups improve consistency during busy periods.

Integrations

Connect your data with:

  • Google Sheets — Build live market trackers.
  • Airtable — Create searchable property databases.
  • Make — Automate downstream workflows.
  • Zapier — Trigger actions from fresh listings.
  • Webhooks — Push data to custom systems.

Export Formats

  • JSON — Best for APIs and backend systems.
  • CSV — Ideal for spreadsheets and BI tools.
  • Excel — Great for reporting and sharing.
  • XML — Useful for legacy integrations.

Frequently Asked Questions

Can I scrape both listing pages and single property pages?

Yes. Add listing/search URLs and direct property URLs in propertyUrls.

What happens when duplicate properties appear across pages?

Duplicates are automatically removed using the listing ID.

Can I control how many records are returned?

Yes. Use results_wanted to set the maximum output size.

How is pagination controlled?

Use max_pages to limit how many listing pages are processed per search URL.

Why are some optional fields missing in output?

Fields are included only when the source provides a non-empty value.

Can I run with messy or tracking URLs?

Yes. The actor auto-normalizes malformed and tracking-heavy Daft URLs.


Support

For issues or feature requests, contact support through the Apify Console.

Resources


This actor is designed for legitimate data collection. Users are responsible for complying with Daft.ie terms, local laws, and all applicable data usage regulations.