Data sources / Rea
Rea is a rental listings source we track. HousingFeed extracts Rea rental listings into one clean JSON schema, no scraper to build, no anti-bot defenses to fight. 11,687 Rea listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
Rea does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Rea listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Rea listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the Rea data that is live right now, 10 fields populated:
Share of live Rea listings that carry each field.
Median Rea asking rent is $2,990/mo.
Top locations by live Rea inventory.
A real record from the Rea feed:
{
"platform": "rea",
"url": "https://www.realestate.com.au/property-house-act-gordon-410633247",
"address": "5 Togo Place, Gordon, ACT 2906",
"city": "Gordon",
"state": "ACT",
"rent_min": 2600,
"beds": 3,
"baths": 2,
"image": "https://i2.au.reastatic.net/800x600/a99337e2b68972b0cb7089e249fa5db4a9cf654c3f7b4014ae97c5a7ae504680/image.jpg",
"scraped_at": "2026-07-06T17:09:16+00:00"
}
Filter the HousingFeed API to rea and get Rea 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":"rea","maxItems":100}'
11,687 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.