Data sources / AppFolio
96,685 live AppFolio listingsProperty-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. 96,685 AppFolio listings are live right now, 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. Coverage of each field for AppFolio specifically:
| Field | Coverage on AppFolio |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| State/region | ██████████ 100% |
| ZIP/postcode | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | ██████████ 96% |
| Bathrooms | ██████████ 96% |
| Floor area | █████████░ 86% |
| Availability | █████████░ 94% |
| Photo | ██████████ 97% |
| Listing URL | ██████████ 100% |
A real record from the AppFolio feed:
{
"platform": "appfolio",
"url": "https://aberdeenrealty.appfolio.com/listings/detail/40dd11be-9393-4787-996c-ab59ae9dfb54",
"address": "2528 Pacific Ave. - 2528 Pacific Ave. #2, Hoquiam, WA 98550",
"city": "Hoquiam",
"state": "WA",
"rent_min": 1550,
"beds": 2.0,
"baths": 1.0,
"available": "NOW",
"image": "https://images.cdn.appfolio.com/aberdeenrealty/images/8518b4be-bb39-4630-8c33-34e7e7771056/medium.jpeg",
"scraped_at": "2026-07-03T21:43:31Z"
}
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}'
96,685 listings live, refreshed daily, in the same schema as 30+ other sources. Try it free.