Data sources / Rentcafe
Rentcafe is a rental listings source we track. HousingFeed extracts Rentcafe rental listings into a clean, unified JSON schema — no scraper to build, no anti-bot defenses to fight. 244 Rentcafe listings are live right now, refreshed daily.
Rentcafe does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Rentcafe listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Rentcafe listing is normalized into the same 24-field HousingFeed record. Coverage of each field for Rentcafe specifically:
| Field | Coverage on Rentcafe |
|---|---|
| Rent | ██████░░░░ 55% |
| Bedrooms | ██████████ 100% |
| Bathrooms | ██████████ 100% |
| Floor area | █████████░ 91% |
| Property type | ██████████ 100% |
| Availability | ██████████ 98% |
| Listing URL | ██████████ 100% |
A real record from the Rentcafe feed:
{}
Filter the HousingFeed API to rentcafe and get Rentcafe 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":"rentcafe","maxItems":100}'
244 listings live, refreshed daily, in the same schema as 50+ other sources. Try it free.