Data sources / Rently
Self-touring platform across thousands of US rental properties. HousingFeed extracts Rently rental listings into a clean, unified JSON schema, no scraper to build, no per-tenant sites to fight. 6,401 Rently listings are live right now, the largest open Rently feed anywhere, refreshed daily.
Rently is self-tour software; no public listings API. HousingFeed solves that: we collect Rently listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Rently listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the Rently data that is live right now, 12 fields populated:
Share of live Rently listings that carry each field.
Median Rently asking rent is $1,910/mo.
Top states by live Rently inventory.
A real record from the Rently feed:
{
"platform": "rently",
"url": "https://homes.rently.com/homes-for-rent/properties/1029687",
"address": "261 Martin Ave, Greenacres, FL 33463",
"city": "Greenacres",
"state": "FL",
"rent_min": 2695,
"beds": 3,
"baths": 2,
"available": "Now",
"scraped_at": "2026-07-06T03:37:56+00:00"
}
Filter the HousingFeed API to rently and get Rently 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":"rently","maxItems":100}'
6,401 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.