Data sources / Buildium
Property-management platform with thousands of manager-run listing sites across the US. HousingFeed extracts Buildium rental listings into a clean, unified JSON schema, no scraper to build, no per-tenant subdomains to fight. 20,969 Buildium listings are live right now, the largest open Buildium feed anywhere, refreshed daily.
Buildium's API serves its PM customers, not public listing data. HousingFeed solves that: we collect Buildium listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Buildium listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the Buildium data that is live right now, 11 fields populated:
Share of live Buildium listings that carry each field.
Median Buildium asking rent is $1,450/mo.
Top states by live Buildium inventory.
A real record from the Buildium feed:
{
"platform": "buildium",
"url": "https://178realestate.managebuilding.com/Resident/public/rentals/133314",
"address": "3205, 10360-102st, Edmonton AB T5J 0K6",
"rent_min": 1945,
"beds": 1,
"baths": 1,
"available": "available June 1",
"scraped_at": "2026-07-06T07:00:01+00:00"
}
Filter the HousingFeed API to buildium and get Buildium 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":"buildium","maxItems":100}'
20,969 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.