ParseForge Scrapers

MyHome.ie Property Scraper

parseforge/myhome-ie-scraper

Real estateOther

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.

Run this scraper See the API call
Total users
2
Monthly active
1
Total runs
96
Bookmarked
0
Rating
Not rated yet
Last modified
9 days ago

Overview

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 it What they scrape MyHome.ie for
Estate agents Monitor competitor pricing and new listings in their county
Property investors Track asking prices and rental yields across Irish counties
Market researchers Analyse housing supply and price trends by segment
Data journalists Build datasets on the Irish property market for reporting
Relocation services Compile 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 key Scrape MyHome.ie without registering an app or handling OAuth
All segments For sale, for rent, new homes, and commercial listings in one Actor
All counties Cover every Irish county from a single input field
Flat output One 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.

Feature ParseForge MyHome.ie Scraper - Irish Property Listings MyHome.ie Ireland Property Listings Scraper MyHome.ie Scraper - Irish Property & Agent Leads
County filter Yes, all 26 counties Yes Yes Yes
Segment filter (sale, rent, new homes, commercial) Yes, 5 segments Not listed Not listed Not listed
Max listings up to 1,000,000 Yes Not listed Not listed Not listed
BER rating Yes Yes Not listed Yes
Eircode Yes Not listed Not listed Yes
Agent email and phone Yes Not listed Not listed Yes
Photo URLs Yes Yes Yes Not 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 collected Approximate 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

Question Answer
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.

Related actors

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.

Input

FieldTypeWhat it doesDefault
county string (26 options) Irish county to search. dublin
segment string (5 options) Property listing segment (sale, rent, new homes, commercial). property-for-sale
maxItems integer Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000 10

Pricing

from $19.00 per 1,000 results

Charged forWhat it isPrice each
result Single result item delivered to the dataset. $0.019 to $0.021

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~myhome-ie-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run MyHome.ie Property Scraper on Apify All scrapers