MyHome.ie Property Scraper avatar

MyHome.ie Property Scraper

Pricing

from $19.00 / 1,000 results

Go to Apify Store
MyHome.ie Property Scraper

MyHome.ie Property Scraper

Scrapes MyHome.ie property listings by county and segment. Returns one row per listing with price, address, bedrooms, bathrooms, BER rating, photos, and agent details.

Pricing

from $19.00 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

ParseForge

MyHome.ie Property Scraper

Scrape MyHome.ie property listings from any Irish county, for sale, rent, new homes, or commercial. Each listing comes with its price, address, bedrooms, bathrooms, BER rating, photos, and agent details. No login or API key. Export to CSV, JSON, Excel, or XML.

MyHome.ie is Ireland's second-largest property portal, but its data is locked behind a website built for browsing, not analysis. This Actor reads the public listing feeds directly, filtered by county and segment, and returns each match in one fixed schema. No browser, no cookies, no rate-limit headaches.

Who uses itWhat they scrape MyHome.ie for
Estate agentsMonitor competitor pricing and new listings in their county
Property investorsTrack asking prices and rental yields across Irish counties
Market researchersAnalyse housing supply and price trends by segment
Data journalistsBuild datasets on the Irish property market for reporting
Relocation servicesCompile current listings for clients moving to Ireland

What it does

This Actor collects MyHome.ie property listings by county and segment, and returns each one as a flat row.

  • ๐Ÿ  County filter: pick any of the 26 Irish counties, from Dublin to Carlow.
  • ๐Ÿ“‹ Segment filter: choose For Sale, For Rent, New Homes, Commercial Sale, or Commercial Rent.
  • ๐Ÿ”ข Max listings: cap the run from 1 up to 1,000,000 rows, with a free preview of 10.
  • ๐Ÿ“Š Flat schema: every listing returns as one row with price, address, beds, baths, BER, photos, and agent info.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with MyHome.ie data

๐Ÿ“ˆ Track asking prices by county.

An investor runs the Actor weekly for Dublin and Cork, exports the CSV, and charts price changes to spot emerging neighbourhoods.

๐Ÿข Monitor new rental supply.

A letting agent scrapes the For Rent segment for Galway every morning to see fresh listings before they appear in their own CRM.

๐Ÿ“Š Build a market dataset.

A researcher collects all For Sale listings in Limerick over a month, then analyses BER ratings and price per square metre.

๐Ÿ˜๏ธ Compare commercial opportunities.

A property developer pulls Commercial Sale listings across Leinster to shortlist sites by asking price and location.

๐Ÿ“ฐ Source stories with data.

A journalist scrapes New Homes listings nationwide to report on supply gaps and price differences between counties.

Why choose this scraper

What you get
No API keyScrape MyHome.ie without registering an app or handling OAuth
All segmentsFor sale, for rent, new homes, and commercial listings in one Actor
All countiesCover every Irish county from a single input field
Flat outputOne row per listing, ready for CSV, JSON, Excel, or XML

How it compares

This Actor covers the same MyHome.ie source as the competitors below, with a simpler county and segment filter and a higher maxItems ceiling.

FeatureParseForgeMyHome.ie Scraper - Irish Property ListingsMyHome.ie Ireland Property Listings ScraperMyHome.ie Scraper - Irish Property & Agent Leads
County filterYes, all 26 countiesYesYesYes
Segment filter (sale, rent, new homes, commercial)Yes, 5 segmentsNot listedNot listedNot listed
Max listings up to 1,000,000YesNot listedNot listedNot listed
BER ratingYesYesNot listedYes
EircodeYesNot listedNot listedYes
Agent email and phoneYesNot listedNot listedYes
Photo URLsYesYesYesNot listed

Configure the run

Drive the Actor from a county and a listing segment, and set a maximum number of listings to return. Filters run as each listing is read, so only matches reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
"maxItems": 10
}

A larger pull:

{
"maxItems": 200
}

Pricing

Pay-per-result: $0.021 per result collected. You pay only for the results written to your dataset.

Results collectedApproximate cost
100 results$2.10
1,000 results$21.00
10,000 results$210.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the MyHome.ie Property Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to MyHome.ie through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/myhome-ie-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check that the county and segment you selected have listings on MyHome.ie. Some segments, like Commercial Rent, may have very few listings in smaller counties. Try a larger county like Dublin or a more common segment like For Sale.

Why did the run stop at 10 listings?

Free Apify accounts are limited to a preview of 10 items. Upgrade to a paid plan and set maxItems higher to get more results.

Can I get more than 1,000,000 listings?

The maxItems field caps at 1,000,000, which is far more than the total number of listings on MyHome.ie at any time. If you need historical data, schedule regular runs and merge the datasets.

The run failed with a timeout.

Large counties and segments can take a while to paginate. Increase the Actor's timeout in the run settings, or reduce maxItems to a smaller number.

Some listings are missing fields like BER or Eircode.

Not every listing on MyHome.ie includes all fields. The Actor returns whatever is present on the page, so missing values are normal for some properties.

FAQ

QuestionAnswer
Do I need an API key or login for MyHome.ie?No. This Actor reads the public listing pages directly, so there is no registration, OAuth, or API key to manage.
Which counties can I scrape?All 26 Irish counties are supported, from Dublin and Cork to Leitrim and Carlow. Pick one per run from the County dropdown.
What listing types are available?You can choose For Sale, For Rent, New Homes, Commercial Sale, or Commercial Rent. Each run targets one segment.
How many listings can I get in one run?Free users get a preview of up to 10 listings. Paid users can set maxItems up to 1,000,000, limited only by what is currently listed on MyHome.ie.
What data comes back for each listing?Each row includes the asking price, address, number of bedrooms and bathrooms, BER rating, photo URLs, and estate agent details, plus other fields shown in the sample record.
Can I export the results?Yes. The dataset can be exported to CSV, JSON, Excel, or XML from the Apify platform.
Is this legal to scrape?You are responsible for complying with MyHome.ie's terms of service and Irish data protection law. This Actor only accesses publicly available pages.
How often should I run it?That depends on your use case. Many users schedule daily or weekly runs to track new listings and price changes.
Can I scrape multiple counties at once?Each run targets one county. To cover several counties, run the Actor multiple times or use Apify's scheduler to run them in sequence.
Does it handle pagination?Yes. The Actor follows pagination automatically until it reaches maxItems or there are no more listings.

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by MyHome.ie. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.