MyHome.ie Scraper — Irish Property Listings
Pricing
from $1.20 / 1,000 result scrapeds
MyHome.ie Scraper — Irish Property Listings
Scrape real estate listings from MyHome.ie — Ireland's #2 property portal. Get prices, addresses, bedrooms, bathrooms, BER ratings, photos and agent info for properties for sale or rent across every Irish county. No login or cookies required.
Pricing
from $1.20 / 1,000 result scrapeds
Rating
0.0
(0)
Developer
Studio Amba
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
2
Monthly active users
2 days ago
Last modified
Categories
Share
MyHome.ie Scraper
Scrape real estate listings from MyHome.ie — Ireland's #2 property portal. No login or cookies required.
How to scrape MyHome.ie data
This actor requests MyHome.ie's server-rendered search pages directly (no
browser needed) and parses the listing cards with Cheerio. Enter a location
(a county name like "Dublin" or "Cork", or a Dublin postal district like
"Dublin 4"), pick sale or rent, optionally filter by property type, and the
actor returns clean JSON — prices, addresses, bedrooms/bathrooms, BER energy
rating, photos, and agency info — paginating automatically until it hits
your maxResults cap or runs out of listings.
It covers every Irish county and the main cities, for both properties for sale and rental listings.
Why use this actor?
- Real estate investors comparing asking prices across Irish counties
- Proptech / relocation services building Irish property databases
- Market researchers tracking supply and pricing trends by region
- Data journalists covering the Irish housing market
- Complements
daft-scraper(Ireland's #1 portal) — MyHome.ie carries listings that don't appear on Daft, useful for full-market coverage
Features
- Covers all 32 Irish counties, Dublin postal districts, and major cities
- Supports sale and rental listings
- Filters by property type (house, apartment, bungalow, townhouse, site, studio)
- Includes BER (Building Energy Rating) for energy-efficiency analysis
- Extracts agency name and photos for lead generation
- Fast HTTP-based extraction (no browser overhead)
- Handles pagination automatically, deduplicates listings shown twice on the same page
- Built-in zero-results guard and output validation
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
searchQuery | String | No | Dublin | Irish county or city to search (e.g. "Dublin", "Cork City", "Dublin 4") |
listingType | String | No | sale | sale or rent |
propertyType | String | No | all | all, house, apartment, bungalow, townhouse, site, studio |
maxResults | Integer | No | 100 | Maximum number of listings to return |
proxyConfiguration | Object | No | Automatic | Proxy settings — no anti-bot found on MyHome.ie, so Apify's free automatic proxy pool is sufficient |
Supported locations
Any Irish county (Dublin, Cork, Galway, Limerick, Kerry, Mayo,
Waterford, Wexford, Wicklow, Meath, Kildare, Tipperary,
Donegal, Clare, Kilkenny, Louth, Laois, Offaly, Westmeath,
Longford, Roscommon, Sligo, Leitrim, Cavan, Monaghan, Carlow),
city (Cork City, Galway City), or Dublin postal district (Dublin 4,
Dublin 14, ...). Free-text input is slugified automatically; an
unrecognized location returns a clear error rather than silently zero
results.
Output
Each result contains:
| Field | Type | Example |
|---|---|---|
propertyTitle | String | "38 Saint Brendan's Drive, Dublin 5, Co. Dublin" |
price | Number | null | 740000 |
currency | String | "EUR" |
listingType | String | "sale" |
propertyType | String | null | "Semi-Detached House" |
address | String | "38 Saint Brendan's Drive, Dublin 5, Co. Dublin" |
city | String | null | "Dublin" |
county | String | null | "Dublin" |
eircode | String | null | null (not exposed on search cards) |
latitude | Number | null | null (not exposed on search cards) |
longitude | Number | null | null (not exposed on search cards) |
bedrooms | Number | null | 3 |
bathrooms | Number | null | 2 |
surface | Number | null | 139 (m²) |
berRating | String | null | "B" |
imageUrl | String | null | Primary listing photo URL |
imageUrls | Array | All listing photo URLs |
agencyName | String | null | "HWP Residential" |
agencyUrl | String | null | null (no agent-profile link on search cards) |
publishedDate | String | null | null (not exposed on search cards) |
url | String | Full listing URL on MyHome.ie |
scrapedAt | String | "2026-08-08T09:35:33.839Z" |
Example output
{"propertyTitle": "38 Saint Brendan's Drive, Dublin 5, Co. Dublin","price": 740000,"currency": "EUR","url": "https://www.myhome.ie/residential/brochure/38-saint-brendan-s-drive-dublin-5-co-dublin/5018496","scrapedAt": "2026-08-08T09:35:33.839Z","listingType": "sale","propertyType": "Semi-Detached House","address": "38 Saint Brendan's Drive, Dublin 5, Co. Dublin","city": "Dublin","county": "Dublin","eircode": null,"latitude": null,"longitude": null,"bedrooms": 3,"bathrooms": 2,"surface": 139,"berRating": "B","imageUrl": "https://photos-a.propertyimages.ie/media/6/9/4/5018496/7902b486-b233-41e0-8fdb-be169df8c132_l.jpeg","imageUrls": ["https://photos-a.propertyimages.ie/media/6/9/4/5018496/7902b486-b233-41e0-8fdb-be169df8c132_l.jpeg","https://photos-a.propertyimages.ie/media/6/9/4/5018496/d1445a2b-e979-4c89-94ea-9d2da926dcf3_l.jpeg"],"agencyName": null,"agencyUrl": null,"publishedDate": null}
Cost estimate
This actor uses direct HTTP requests to MyHome.ie's server-rendered pages (no browser needed), making it very efficient. Expect approximately 0.5-1 compute unit per 1,000 results. At standard Apify pricing, that's roughly $0.01-0.05 per 1,000 listings. Usage cost only settles after a run finishes with status SUCCEEDED — a run that fails or is aborted mid-way is not billed for the items it already pushed.
Limitations
- The location query is matched against MyHome.ie's URL slugs by a simple normalize (lowercase, hyphenate). Most Irish county/city names and Dublin postal districts work; a genuinely unrecognized location returns a clear error rather than a silent empty result.
eircode,latitude/longitude, andpublishedDateare not available on search-result cards (only on individual listing pages) — they're alwaysnullin this version, keeping the actor a fast single-request- per-page-of-20 crawl.descriptionis likewise not available and is omitted from the output.agencyNameis only populated when the listing shows the agency banner on its card — private-seller and some agency listings leave itnull.- Price is extracted as a number; for rentals this is the monthly asking rent.
priceFrom/priceToURL filters were tested during recon and found unreliable on this site, so they are intentionally not exposed as input fields — filter the output dataset bypriceinstead.
Use cases
- Price tracking — monitor asking prices across Irish counties and property types over time.
- Cross-portal coverage — combine with
daft-scraperoutput to catch listings that only appear on one portal. - Rental market analysis — track asking rents by county and property type.
- Energy efficiency research — use BER ratings to study the energy profile of Irish housing stock.
- Agency intelligence — analyze which agents are most active in specific areas.
Related Scrapers
- Daft.ie Scraper — Ireland's #1 property portal, same country/vertical
- Immoweb Scraper — Belgium's #1 property portal
- Immovlan Scraper — Belgian real estate listings
- Idealista Scraper — Spain's largest property portal
- Athome.lu Scraper — Luxembourg real estate listings
Support
Hit a bug or a missing field? Open an issue on the Actor page — we respond fast and ship fixes within 24 hours. Every published scraper in the Studio Amba catalog is monitored daily; broken runs trigger an automatic heal cycle.