Daft.ie Scraper avatar

Daft.ie Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Daft.ie Scraper

Daft.ie Scraper

Scrape property listings from daft.ie. Use the same sale or rent filters as the site or paste a URL — the URL wins when set.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Marco Rodrigues

Marco Rodrigues

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

🇮🇪 Daft.ie Scraper

Want Daft.ie property listings in a spreadsheet? This scraper makes it easy.

Use structured filters — better for AI agents — or paste an input_url. When input_url is set it overrides the filters.

Daft is Ireland’s main property site for sale and rent. This actor returns up to 2000 rows per run.

💡 Perfect for...

  • Agencies: Export houses, apartments, and sites from Daft sale and rent searches.
  • Dashboards: Track new listings without paging the site.
  • Market research: Slice Irish property by county, beds, price, or property type.
  • Data analysts: Export structured rows with public listing URLs.
  • 🤖 AI Agents: Power Claude, Cursor, Codex, the Hermes Agent, and OpenClaw workflows with live Daft results.
  • 📚 RAG Systems: Feed titles, prices, and BER ratings into retrieval pipelines.
  • 🔗 AI Workflows: Plug into LangChain, AutoGPT, CrewAI, and similar stacks.

✨ Why you'll love this scraper

  • 🔗 Input URL or Filters: Paste a Daft sale or rent search URL, or pick the same filters as the site. input_url always wins when set.
  • 🎯 Website-Matched Filters: Listing type, county or city, property type, price, bedrooms, keyword, and sort.
  • 🌐 Listing cards: Title, price, beds, baths, property type, BER, seller, and listing URL.

📦 What's inside the data?

id, url, title, price, beds, baths, property_type, ber, seller, image

🚀 Quick start

Option A: paste https://www.daft.ie/property-for-sale/dublin-city/houses. Option B: pick For sale or For rent, a county, and set max_results.

Input Example (filters):

{
"listing_type": "property-for-sale",
"county": "dublin-city",
"property_type": "houses",
"price_min": 200000,
"price_max": 500000,
"beds_min": 2,
"max_results": 100
}

Input Example (URL):

{
"input_url": "https://www.daft.ie/property-for-rent/galway-city/apartments",
"max_results": 100
}

Output Example:

{
"id": "6572065",
"url": "https://www.daft.ie/for-sale/42e-clarence-mangan-road-off-south-circular-road-dublin-8-co-dublin/6572065",
"title": "42e Clarence Mangan Road, Off South Circular Road, Dublin 8, Co. Dublin, D08K4H2",
"price": "€365,000",
"beds": "1 Bed",
"baths": "1 Bath",
"property_type": "Terrace",
"ber": "C3",
"seller": "Sinead Beggan",
"image": "https://media.daft.ie/example.jpg"
}

Output fields:

FieldDescription
idDaft listing id.
urlPublic listing page.
titleListing title.
pricePrice as shown on the card.
bedsBedroom count when shown.
bathsBathroom count when shown.
property_typeHouse, apartment, terrace, or other type on the card.
berBER rating when shown.
sellerAgent or seller name.
imageListing photo.

📋 Input reference

ParameterTypeRequiredDefaultDescription
input_urlstringNoDaft sale or rent search URL. Overrides every filter.
listing_typestring enumNoFor saleFor sale or for rent.
countystring enumNoIrelandIreland, a county, or a city such as Dublin City.
property_typestring enumNoAnyHouse, apartment, studio, and related types. Rent searches typically use House, Apartment, or Studio.
price_minintegerNoLowest price in euro (sale price or monthly rent).
price_maxintegerNoHighest price in euro (sale price or monthly rent).
beds_minintegerNoLowest number of bedrooms.
beds_maxintegerNoHighest number of bedrooms.
querystringNoSame as the site search box.
sortstring enumNoBest matchBest match, newest first, or price.
max_resultsintegerNo50Maximum rows (12000).