Data sources / Zumper
Major US rental marketplace covering apartments, houses and rooms. HousingFeed extracts Zumper rental listings into a clean, unified JSON schema — no scraper to build, no rate limiting to fight. 12,859 Zumper listings are live right now, refreshed daily.
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. Coverage of each field for Zumper specifically:
| Field | Coverage on Zumper |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| State/region | ██████████ 100% |
| ZIP/postcode | ██████████ 100% |
| Coordinates | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | ██████████ 100% |
| Bathrooms | ██████████ 100% |
| Floor area | █████████░ 90% |
| Property type | ██████░░░░ 56% |
| Listing URL | ██████████ 100% |
A real record from the Zumper feed:
{
"platform": "zumper",
"url": "https://www.zumper.com/apartment-buildings/p1598893/westmark-gowanus-new-york-ny",
"address": "395 Carroll Street",
"city": "Brooklyn",
"state": "NY",
"rent_min": 3257,
"beds": 0.0,
"baths": 0.0,
"scraped_at": "2026-07-03T22:04:00Z"
}
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}'
12,859 listings live, refreshed daily, in the same schema as 50+ other sources. Try it free.