Data sources / Domain
Domain is a rental listings source we track. HousingFeed extracts Domain rental listings into a clean, unified JSON schema — no scraper to build, no anti-bot defenses to fight. 361 Domain listings are live right now, refreshed daily.
Domain does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Domain listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Domain listing is normalized into the same 24-field HousingFeed record. Coverage of each field for Domain specifically:
| Field | Coverage on Domain |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| State/region | ██████████ 100% |
| ZIP/postcode | ██████████ 100% |
| Coordinates | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | ██████████ 96% |
| Bathrooms | ██████████ 100% |
| Property type | ██████████ 100% |
| Photo | ██████████ 100% |
| Listing URL | ██████████ 100% |
A real record from the Domain feed:
{
"platform": "domain",
"url": "https://www.domain.com.au/116-15-coranderrk-street-city-act-2601-18154080",
"address": "116/15 Coranderrk Street, City, ACT",
"city": "City",
"state": "ACT",
"rent_min": 2253,
"beds": 1,
"baths": 1,
"image": "https://rimh2.domainstatic.com.au/nrogI71DO0ahE_CHeR0D8Rijmmk=/720x540/filters:format(webp):quality(85)/17917246_1_1_260105_010458-w1620-h1080",
"scraped_at": "2026-07-04T18:39:35+00:00"
}
Filter the HousingFeed API to domain and get Domain 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":"domain","maxItems":100}'
361 listings live, refreshed daily, in the same schema as 50+ other sources. Try it free.