Data sources / Rea
Rea is a rental listings source we track. HousingFeed extracts Rea rental listings into a clean, unified JSON schema — no scraper to build, no anti-bot defenses to fight. 9,880 Rea listings are live right now, refreshed daily.
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. Coverage of each field for Rea specifically:
| Field | Coverage on Rea |
|---|---|
| Address | ██████████ 99% |
| City | ██████████ 100% |
| State/region | ██████████ 100% |
| ZIP/postcode | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | ██████████ 100% |
| Bathrooms | ██████████ 100% |
| Property type | ██████████ 100% |
| Photo | ██████████ 100% |
| Listing URL | ██████████ 100% |
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-05T10:27:00+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}'
9,880 listings live, refreshed daily, in the same schema as 50+ other sources. Try it free.