Data sources / AppFolio
Property-management software powering tens of thousands of US property websites, our single largest source. HousingFeed extracts AppFolio rental listings into a clean, unified JSON schema, no scraper to build, no per-tenant subdomains to fight. 142,755 AppFolio listings are live right now, the largest open AppFolio feed anywhere, refreshed daily.
AppFolio's API is private to its property-management customers and does not expose public listings; the public listing sites are the only open source. HousingFeed solves that: we collect AppFolio listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every AppFolio listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the AppFolio data that is live right now, 11 fields populated:
Share of live AppFolio listings that carry each field.
Median AppFolio asking rent is $1,550/mo.
Top states by live AppFolio inventory.
A real record from the AppFolio feed:
{
"platform": "appfolio",
"url": "https://aaaprop.appfolio.com/listings/detail/c5c00f4d-0f7c-487e-80c6-2de8184753ee",
"address": "2035 Unit A Gill Port Ln , Walnut Creek, CA 94598",
"city": "Walnut Creek",
"state": "CA",
"rent_min": 3400,
"beds": 2,
"baths": 2,
"available": "NOW",
"image": "https://images.cdn.appfolio.com/aaaprop/images/8af439fc-e3dd-463d-bb4a-a1d53bc86f62/medium.jpg",
"scraped_at": "2026-07-06T07:46:05+00:00"
}
Filter the HousingFeed API to appfolio and get AppFolio 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":"appfolio","maxItems":100}'
142,755 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.