# Rent.ie Ad ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/rent/ad` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/rent-ad | ## Access This endpoint is **private**. Requests return HTTP 403 until access is granted. There is no self-serve request-access button. Open a support ticket from the dashboard Help desk (https://app.piloterr.com/app?returnTo=help-desk/tickets/new) and include the endpoint path, your use case, target fields, and expected volume. ## Description Fetch a single Rent.ie Irish rental listing by URL or ID and get full rent, deposit, BER, bills included, lease terms, photos, and agent contact as structured JSON. ## 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/rent/ad' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Lookup by listing URL ```json { "id": "4287315", "url": "https://www.rent.ie/houses-to-let/dublin/dublin-2/property-id-4287315/", "area": "Dublin 2", "title": "Apartment 12, Hanover Quay, Grand Canal Dock, Dublin 2", "county": "Dublin", "images": [ "https://c1.dmstatic.com/4287315/photo_01.jpg", "https://c1.dmstatic.com/4287315/photo_02.jpg", "https://c1.dmstatic.com/4287315/photo_03.jpg", "https://c1.dmstatic.com/4287315/photo_04.jpg", "https://c1.dmstatic.com/4287315/photo_05.jpg" ], "status": "available", "address": "Apartment 12, Hanover Quay, Grand Canal Dock, Dublin 2, D02 R278", "deposit": 2950, "eircode": "D02 R278", "parking": "underground", "section": "houses-to-let", "added_at": "2026-05-15T11:23:00Z", "bedrooms": 2, "features": [ "South-facing balcony", "Master en suite", "Built-in wardrobes", "Concierge service", "Residents' gym", "Underground parking", "Walking distance to DART and Luas" ], "latitude": 53.3429, "rent_pcm": 2950, "bathrooms": 2, "furnished": "furnished", "longitude": -6.2353, "rent_text": "€2,950 per month", "agent_name": "DNG Letting", "agent_type": "agency", "ber_number": "112748391", "ber_rating": "A3", "updated_at": "2026-05-15T11:23:00Z", "agent_email": "letting@dng.ie", "agent_phone": "01 491 2600", "description": "A bright two bedroom apartment located on the fourth floor of the Hanover Quay development in the heart of Grand Canal Dock. The property comprises a spacious open-plan living and kitchen area with a south-facing balcony overlooking the dock, two double bedrooms (master en suite), a family bathroom and a private storage room. The development offers a 24-hour concierge service, residents' gym and underground parking. Available from 1st June 2026 on a 12-month lease.", "rent_period": "month", "pets_allowed": false, "psra_licence": "002049", "floor_area_m2": 82, "property_type": "Apartment", "rent_per_week": null, "available_from": "2026-06-01T00:00:00Z", "bills_included": [ "bin_collection", "service_charge" ], "virtual_tour_url": "https://my.matterport.com/show/?m=DemoTour4287315", "lease_duration_months": 12 } ``` ## Documentation ## Overview The Rent.ie Ad endpoint returns the full structured payload behind a single Irish rental listing: rent, deposit, bills included, BER, lease duration, furnishing, pets policy, parking, photos, virtual tour, Eircode, and complete agent or private landlord contact. Cloudflare on rent.ie is bypassed by Piloterr in real time. ## Quickstart ``` GET https://api.piloterr.com/v2/rent/ad?query=4287315 ``` ## Main use cases - Power tenant-facing alerts for new rentals matching budget, bedrooms, pets, and lease duration - Enrich relocation and corporate housing CRMs with full Rent.ie listing details in Dublin, Cork, Galway - Track true monthly cost by combining rent, deposit, and bills included for accurate budgeting tools - Aggregate furnishing, pets, and bills-included patterns by area for Buy-to-Let acquisition strategy - Reconcile rent.ie inventory with Daft.ie rentals to spot duplicates, exclusives, and price differences