MyHome.ie Scraper — Irish Property Listings avatar

MyHome.ie Scraper — Irish Property Listings

Pricing

from $1.20 / 1,000 result scrapeds

Go to Apify Store
MyHome.ie Scraper — Irish Property Listings

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

Studio Amba

Maintained by Community

Actor 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

FieldTypeRequiredDefaultDescription
searchQueryStringNoDublinIrish county or city to search (e.g. "Dublin", "Cork City", "Dublin 4")
listingTypeStringNosalesale or rent
propertyTypeStringNoallall, house, apartment, bungalow, townhouse, site, studio
maxResultsIntegerNo100Maximum number of listings to return
proxyConfigurationObjectNoAutomaticProxy 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:

FieldTypeExample
propertyTitleString"38 Saint Brendan's Drive, Dublin 5, Co. Dublin"
priceNumber | null740000
currencyString"EUR"
listingTypeString"sale"
propertyTypeString | null"Semi-Detached House"
addressString"38 Saint Brendan's Drive, Dublin 5, Co. Dublin"
cityString | null"Dublin"
countyString | null"Dublin"
eircodeString | nullnull (not exposed on search cards)
latitudeNumber | nullnull (not exposed on search cards)
longitudeNumber | nullnull (not exposed on search cards)
bedroomsNumber | null3
bathroomsNumber | null2
surfaceNumber | null139 (m²)
berRatingString | null"B"
imageUrlString | nullPrimary listing photo URL
imageUrlsArrayAll listing photo URLs
agencyNameString | null"HWP Residential"
agencyUrlString | nullnull (no agent-profile link on search cards)
publishedDateString | nullnull (not exposed on search cards)
urlStringFull listing URL on MyHome.ie
scrapedAtString"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, and publishedDate are not available on search-result cards (only on individual listing pages) — they're always null in this version, keeping the actor a fast single-request- per-page-of-20 crawl. description is likewise not available and is omitted from the output.
  • agencyName is only populated when the listing shows the agency banner on its card — private-seller and some agency listings leave it null.
  • Price is extracted as a number; for rentals this is the monthly asking rent.
  • priceFrom/priceTo URL filters were tested during recon and found unreliable on this site, so they are intentionally not exposed as input fields — filter the output dataset by price instead.

Use cases

  • Price tracking — monitor asking prices across Irish counties and property types over time.
  • Cross-portal coverage — combine with daft-scraper output 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.

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.