# Daft.ie Property ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/daft/product` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/daft-product | ## Description Fetch a Daft.ie Irish property listing by URL or ID and get full pricing, BER, floor area, agent contact, photos, and Eircode from daft.ie as structured JSON in real time. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/daft/product' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Semi-detached house in Rathmines, Dublin 6 ```json { "id": "5982147", "url": "https://www.daft.ie/for-sale/semi-detached-house-12-grosvenor-square-rathmines-dublin-6/5982147", "town": "Rathmines", "price": 825000, "title": "12 Grosvenor Square, Rathmines, Dublin 6", "county": "Dublin", "images": [ "https://media.daft.ie/eyJidWNrZXQiOiJtZWRpYW1hc3Rlci1zM2V1Iiwia2V5IjoiMjAyNi8wNS8xNS8xMjAwMDAtNTk4MjE0Ny1mMS5qcGcifQ.jpg", "https://media.daft.ie/eyJidWNrZXQiOiJtZWRpYW1hc3Rlci1zM2V1Iiwia2V5IjoiMjAyNi8wNS8xNS8xMjAwMDAtNTk4MjE0Ny1mMi5qcGcifQ.jpg", "https://media.daft.ie/eyJidWNrZXQiOiJtZWRpYW1hc3Rlci1zM2V1Iiwia2V5IjoiMjAyNi8wNS8xNS8xMjAwMDAtNTk4MjE0Ny1mMy5qcGcifQ.jpg" ], "status": "available", "address": "12 Grosvenor Square, Rathmines, Dublin 6, D06 X285", "eircode": "D06 X285", "parking": "Off-Street", "section": "sale", "bedrooms": 4, "features": [ "Red-brick Victorian semi-detached residence", "South-facing mature rear garden", "Two original marble fireplaces", "Gas-fired central heating", "Walking distance to Ranelagh and Rathmines villages", "Off-street parking for two cars", "Within walking distance of Luas Green Line" ], "latitude": 53.3243, "agent_url": "https://www.daft.ie/agents/dng-rathmines/2456", "bathrooms": 3, "furnished": null, "longitude": -6.2657, "agent_name": "DNG Rathmines", "ber_number": "111234567", "ber_rating": "C2", "price_text": "€825,000", "updated_at": "2026-05-15T12:00:00Z", "agent_email": "rathmines@dng.ie", "agent_phone": "01 4972380", "description": "DNG Rathmines is delighted to present 12 Grosvenor Square to the market. This impressive four-bedroom red-brick Victorian semi-detached residence has been carefully maintained and updated by its current owners while preserving many of its original period features. Set within an established mature garden, the property offers c. 165 sqm of bright family accommodation arranged over three floors, with two reception rooms, a large kitchen-dining room opening onto the south-facing rear garden, four well-proportioned bedrooms, three bathrooms (two en suite), and excellent storage throughout.", "is_new_home": false, "rent_period": null, "brochure_url": "https://media.daft.ie/brochures/5982147.pdf", "psra_licence": "002049", "published_at": "2026-05-15T12:00:00Z", "floor_area_m2": 165, "price_history": [ { "date": "2026-04-22T00:00:00Z", "price": 850000 }, { "date": "2026-05-15T00:00:00Z", "price": 825000 } ], "property_type": "Semi-Detached House", "floorplan_urls": [ "https://media.daft.ie/eyJidWNrZXQiOiJtZWRpYW1hc3Rlci1zM2V1Iiwia2V5IjoiMjAyNi8wNS8xNS9mbG9vcnBsYW4tNTk4MjE0Ny0xLnBuZyJ9.png" ], "floor_area_sqft": 1776, "price_qualifier": null, "reception_rooms": 2, "site_area_acres": 0.12, "virtual_tour_url": null, "lease_term_months": null, "ber_energy_kwh_m2_yr": 184.5 } ``` ## Documentation ## Overview Daft.ie listing pages contain full property data: agent description, complete BER record, price history, floor area in m² and sqft, site acreage, image set, floorplans, and PDF brochure. The site runs Cloudflare. Piloterr handles the bypass and returns the complete structured record for any listing URL or ID in real time. ## Quickstart ``` GET https://api.piloterr.com/v2/daft/product?query=https://www.daft.ie/for-sale/semi-detached-house-12-grosvenor-square-rathmines-dublin-6/5982147 ``` ## Main use cases - Enrich CRM buyer records with the full Daft.ie property record the moment a buyer signals interest - Track price reductions on watched listings to detect motivated sellers and time buyer offers - Build a property comparison tool pulling full BER records and feature lists for multiple Daft.ie listings - Audit BER ratings across counties to study energy efficiency vs asking price per m² in Ireland - Power a buyer or agent dashboard with live Daft.ie data, replacing manual research with a structured API call