Data sources / Rentable
Rentable is a rental listings source we track. HousingFeed extracts Rentable rental listings into a clean, unified JSON schema — no scraper to build, no anti-bot defenses to fight. 253 Rentable listings are live right now, refreshed daily.
Rentable does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Rentable listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Rentable listing is normalized into the same 24-field HousingFeed record. Coverage of each field for Rentable specifically:
| Field | Coverage on Rentable |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 96% |
| State/region | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | █████████░ 89% |
| Bathrooms | ██████████ 100% |
| Floor area | ██████████ 98% |
| Availability | █░░░░░░░░░ 11% |
| Listing URL | ██████████ 100% |
A real record from the Rentable feed:
{
"platform": "rentable",
"url": "https://www.rentable.co/chicago-il/the-duncan",
"address": "1515 W Monroe St, Chicago, IL",
"city": "Chicago",
"state": "IL",
"rent_min": 1950,
"beds": 1.0,
"baths": 1.0,
"scraped_at": "2026-07-03T22:11:32Z"
}
Filter the HousingFeed API to rentable and get Rentable 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":"rentable","maxItems":100}'
253 listings live, refreshed daily, in the same schema as 50+ other sources. Try it free.