MyHome.ie Scraper โ€” Irish Property & Agent Leads avatar

MyHome.ie Scraper โ€” Irish Property & Agent Leads

Pricing

from $2.50 / 1,000 results

Go to Apify Store
MyHome.ie Scraper โ€” Irish Property & Agent Leads

MyHome.ie Scraper โ€” Irish Property & Agent Leads

Scrape MyHome.ie without an API key: Irish property prices, BER, Eircode, geo and estate agent email/phone. Export to CSV, JSON or Excel.

Pricing

from $2.50 / 1,000 results

Rating

0.0

(0)

Developer

Logiover

Logiover

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share


๐Ÿš€ Why scrape MyHome.ie?

MyHome.ie is one of Ireland's biggest property portals โ€” thousands of live listings for sale and to rent across Dublin, Cork, Galway, Limerick and every county. This actor reads the site's own structured page data, so you get every field with no login and no API key, and it paginates through the whole result set per search.

It's two tools in one:

๐Ÿ  a property dataset โ€” for Irish market analytics, price tracking, comps, dashboards & ML โ€” and ๐ŸŽฏ a real-estate lead engine โ€” every listing carries the estate agency's name, email and phone, so one run becomes a targeted Irish agent / agency outreach list.


โœจ What you get

๐Ÿ  Property

Address, price (โ‚ฌ), property type, listing status (for-sale / to-let / sale-agreed), beds, baths, size (mยฒ), BER energy rating, new-build flag.

๐Ÿ“ Location & geo

Display address, Eircode, latitude & longitude, listing URL, main photo + full photo gallery and video flag.

๐ŸŽฏ Agent & leads

Estate agency name + logo, agency address, and the public contact email & phone โ€” Irish real-estate leads, ready for outreach.


โšก Quick start

Set your filters on MyHome.ie, copy the URL from the address bar, paste it in:

{
"searchUrls": ["https://www.myhome.ie/residential/dublin/property-for-sale"],
"maxResults": 500
}

Scrape multiple counties / buy + rent in one run:

{
"searchUrls": [
"https://www.myhome.ie/residential/cork/property-for-sale",
"https://www.myhome.ie/rentals/dublin/property-to-rent"
],
"maxResults": 2000
}

โš™๏ธ Input

FieldWhat it does
searchUrlsMyHome.ie search URLs copied from the site โ€” buy (/residential/<county>/property-for-sale) or rent (/rentals/<county>/property-to-rent). All your filters โ€” county/area, beds, price, property type โ€” are read from the URL.
maxResultsGlobal cap across all searches. 0 = no limit.
maxResultsPerSearchPer-search cap. 0 = no cap.
useProxy / proxyConfigurationApify Proxy โ€” residential recommended (default).
maxConcurrencyHow many search URLs to run in parallel.

๐Ÿ“ค Output

One clean row per listing:

{
"id": 4997019,
"title": "Glenhest, Glenamuck Road South, Dublin 18",
"address": "Glenhest, Glenamuck Road South",
"eircode": "D18N2Y5",
"url": "https://www.myhome.ie/residential/brochure/glenhest-glenamuck-road-south-dublin-18/4997019",
"listingStatus": "ForSale",
"propertyType": "Detached House",
"priceAsString": "โ‚ฌ1,650,000",
"priceValue": 1650000, "priceCurrency": "EUR",
"bedrooms": 4, "bathrooms": 3, "sizeSqMeters": 315, "berRating": "F",
"latitude": 53.245461, "longitude": -6.1862,
"mainPhoto": "https://photos-a.propertyimages.ie/media/9/1/0/4997019/..._m.jpg",
"agencyName": "Savills - Dublin",
"agencyEmail": "Dublin_res@savills.ie",
"agencyPhone": "+353 (1) 618 1300",
"agencyAddress": "33 Molesworth Street, Dublin 2",
"scrapedAt": "2026-06-05T15:31:24.950Z"
}

The Output tab also ships a ready-made table โ€” property, price, beds/baths, size, BER, location, agency email + phone.


๐ŸŽฏ Use cases

Use caseHow
๐ŸŽฏIrish estate-agent lead genBuild outreach lists of agencies (email + phone) by county, price band or property type.
๐Ÿ“ŠMarket & price analyticsTrack price, price-per-mยฒ, inventory and BER distribution across Dublin, Cork, Galway & more.
๐Ÿ—๏ธInvestor & developer researchMap supply, new-builds and sale-agreed velocity by area.
๐ŸงฎComps & valuation / AVMFeed beds, baths, size, BER, geo & price into Irish pricing models.
๐Ÿ—‚๏ธPortals & aggregatorsPower a property feed or dashboard from a scheduled run.

๐Ÿค– Automate it

Put it on an Apify Schedule โ†’ a fresh Irish listings + agent-leads feed every morning, straight to the Apify API, a webhook, Google Sheet, S3 or your warehouse. Chain it with an email-verifier to clean the agency emails before outreach.


โ“ FAQ

Is this a MyHome.ie API alternative?

Yes. MyHome.ie has no open public listings API, so this actor works as an unofficial MyHome.ie API alternative โ€” it reads the structured page data and returns full property and agency fields without an API key.

How do I export MyHome.ie property data to CSV or JSON?

Run a search, then download the dataset straight from the Output tab as CSV, JSON or Excel โ€” or pull it from the Apify API. Every Irish listing becomes one clean row ready for export.

Can I scrape MyHome.ie without an API or login?

Yes. The actor reads public listing data rendered into each search page, so you can scrape MyHome.ie without any API key, account or token.

How do I get estate agent emails from MyHome.ie?

Each listing carries the estate agency's name, public email and phone, so one run becomes a MyHome.ie agent email list ready for outreach by county, price band or property type.



๐Ÿ“ Changelog

2026-06-07

  • Docs: added coverage for MyHome.ie API alternative, exporting property data to CSV/JSON, and pulling estate agent emails without an API key.