Data sources / Rently
6,228 live Rently listingsSelf-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,228 Rently listings are live right now, 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. Coverage of each field for Rently specifically:
| Field | Coverage on Rently |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| State/region | █████░░░░░ 51% |
| ZIP/postcode | █████░░░░░ 51% |
| Coordinates | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | ██████████ 100% |
| Bathrooms | ██████████ 100% |
| Floor area | █████████░ 92% |
| Property type | ████████░░ 79% |
| Availability | ██████████ 100% |
| Listing URL | ██████████ 100% |
A real record from the Rently feed:
{
"platform": "rently",
"url": "https://homes.rently.com/homes-for-rent/properties/6633276",
"address": "15 E 30th St, New York, NY 10016",
"city": "New York",
"state": "NY",
"rent_min": 7900,
"beds": 1.0,
"baths": 2.0,
"available": "Now",
"scraped_at": "2026-07-03T22:07:53Z"
}
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,228 listings live, refreshed daily, in the same schema as 30+ other sources. Try it free.