MyHome.ie Scraper โ Irish Property & Agent Leads
Pricing
from $2.50 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
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
โก 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
| Field | What it does |
|---|---|
searchUrls | MyHome.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. |
maxResults | Global cap across all searches. 0 = no limit. |
maxResultsPerSearch | Per-search cap. 0 = no cap. |
useProxy / proxyConfiguration | Apify Proxy โ residential recommended (default). |
maxConcurrency | How 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 case | How | |
|---|---|---|
| ๐ฏ | Irish estate-agent lead gen | Build outreach lists of agencies (email + phone) by county, price band or property type. |
| ๐ | Market & price analytics | Track price, price-per-mยฒ, inventory and BER distribution across Dublin, Cork, Galway & more. |
| ๐๏ธ | Investor & developer research | Map supply, new-builds and sale-agreed velocity by area. |
| ๐งฎ | Comps & valuation / AVM | Feed beds, baths, size, BER, geo & price into Irish pricing models. |
| ๐๏ธ | Portals & aggregators | Power 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.