Data sources / Buildium
5,992 live Buildium listingsProperty-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. 5,992 Buildium listings are live right now, 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. Coverage of each field for Buildium specifically:
| Field | Coverage on Buildium |
|---|---|
| Address | ██████████ 100% |
| City | █████████░ 90% |
| State/region | █████████░ 90% |
| ZIP/postcode | █████████░ 90% |
| Rent | ██████████ 100% |
| Bedrooms | ██████████ 100% |
| Bathrooms | ██████████ 100% |
| Floor area | ███████░░░ 74% |
| Property type | ██████████ 100% |
| Availability | ██████████ 100% |
| Listing URL | ██████████ 100% |
A real record from the Buildium feed:
{
"platform": "buildium",
"url": "https://bostonproper.managebuilding.com/Resident/public/rentals/31448",
"address": "28 Waterfall Drive - 3, Canton, MA 02021",
"city": "Canton",
"state": "MA",
"rent_min": 1200,
"beds": 3.0,
"baths": 1.0,
"available": "available April 18",
"scraped_at": "2026-07-03T21:46:38Z"
}
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}'
5,992 listings live, refreshed daily, in the same schema as 30+ other sources. Try it free.