Data sources / Myhome
Myhome is a rental listings source we track. HousingFeed extracts Myhome rental listings into one clean JSON schema, no scraper to build, no anti-bot defenses to fight. 150 Myhome listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
Myhome does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Myhome listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Myhome listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the Myhome data that is live right now, 9 fields populated:
Share of live Myhome listings that carry each field.
Median Myhome asking rent is €2,642/mo.
Top locations by live Myhome inventory.
A real record from the Myhome feed:
{
"platform": "myhome",
"url": "https://www.myhome.ie/rentals/brochure/the-mews-willow-grange-kilcroney-lane-bray-co-wicklow-bray-wicklow/4967095",
"address": "The Mews, Willow Grange, Kilcroney Lane, Bray, Co. Wicklow, Bray, Wicklow",
"city": "Bray",
"rent_min": 2900,
"beds": 2,
"baths": 1,
"scraped_at": "2026-07-06T04:15:37+00:00"
}
Filter the HousingFeed API to myhome and get Myhome listings back as JSON:
curl -X POST "https://api.apify.com/v2/acts/housingfeed~rental-listings-api/run-sync-get-dataset-items?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"platform":"myhome","maxItems":100}'
150 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.