Data sources / Zumper
Major US rental marketplace covering apartments, houses and rooms. HousingFeed extracts Zumper rental listings into one clean JSON schema, no scraper to build, no rate limiting to fight. 34,277 Zumper listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
Zumper (incl. PadMapper) has no public listings API. HousingFeed solves that: we collect Zumper listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Zumper listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the Zumper data that is live right now, 11 fields populated:
Share of live Zumper listings that carry each field.
Median Zumper asking rent is $1,669/mo.
Top states by live Zumper inventory.
A real record from the Zumper feed:
{
"platform": "zumper",
"url": "https://www.zumper.com/apartment-buildings/p109612/8838-flora-avenue-legacy-east-kansas-city-mo",
"address": "8838 Flora Ave",
"city": "Kansas City",
"state": "MO",
"rent_min": 725,
"beds": 2,
"baths": 1,
"scraped_at": "2026-07-04T11:56:38+00:00"
}
Filter the HousingFeed API to zumper and get Zumper 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":"zumper","maxItems":100}'
34,277 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.