Data sources / Rentable
Rentable is a rental listings source we track. HousingFeed extracts Rentable rental listings into one clean JSON schema, no scraper to build, no anti-bot defenses to fight. 366 Rentable listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
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. Here is the depth and shape of the Rentable data that is live right now, 9 fields populated:
Share of live Rentable listings that carry each field.
Median Rentable asking rent is $1,420/mo.
Top states by live Rentable inventory.
A real record from the Rentable feed:
{
"platform": "rentable",
"url": "https://www.rentable.co/atlanta-ga/200-edgewood-student-housing",
"address": "200 Edgewood Ave Ne,, Atlanta, GA",
"city": "Atlanta",
"state": "GA",
"rent_min": 1539,
"beds": 2,
"baths": 2,
"scraped_at": "2026-07-06T04:10:21+00:00"
}
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}'
366 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.