Data sources / Homegate
Homegate is a rental listings source we track. HousingFeed extracts Homegate rental listings into a clean, unified JSON schema — no scraper to build, no anti-bot defenses to fight. 4,110 Homegate listings are live right now, refreshed daily.
Homegate does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Homegate listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Homegate listing is normalized into the same 24-field HousingFeed record. Coverage of each field for Homegate specifically:
| Field | Coverage on Homegate |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| ZIP/postcode | ██████████ 100% |
| Coordinates | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | █████████░ 95% |
| Bathrooms | ██░░░░░░░░ 16% |
| Floor area | ████████░░ 84% |
| Property type | ██████████ 100% |
| Listing URL | ██████████ 100% |
A real record from the Homegate feed:
{
"platform": "homegate",
"url": "https://www.homegate.ch/rent/108027433",
"address": "Lugano",
"city": "Lugano",
"rent_min": 1030,
"beds": 2.5,
"scraped_at": "2026-07-05T12:12:03+00:00"
}
Filter the HousingFeed API to homegate and get Homegate 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":"homegate","maxItems":100}'
4,110 listings live, refreshed daily, in the same schema as 50+ other sources. Try it free.