Data sources / Myhome
Myhome is a rental listings source we track. HousingFeed extracts Myhome rental listings into a clean, unified JSON schema — no scraper to build, no anti-bot defenses to fight. 141 Myhome listings are live right now, refreshed daily.
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. Coverage of each field for Myhome specifically:
| Field | Coverage on Myhome |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| Coordinates | ████████░░ 75% |
| Rent | ██████████ 100% |
| Bedrooms | ██████████ 95% |
| Bathrooms | ██████████ 95% |
| Floor area | ███████░░░ 66% |
| Property type | ████████░░ 83% |
| Listing URL | ██████████ 100% |
A real record from the Myhome feed:
{
"platform": "myhome",
"url": "https://www.myhome.ie/rentals/brochure/56-the-tannery-cork-street-the-coombe-dublin-8-d08f1h7/4995778",
"address": "56 The Tannery, Cork Street, The Coombe, Dublin 8, D08F1H7",
"city": "Dublin",
"rent_min": 2400,
"beds": 1.0,
"baths": 1.0,
"scraped_at": "2026-07-03T22:21:21Z"
}
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}'
141 listings live, refreshed daily, in the same schema as 50+ other sources. Try it free.