Data sources / Rentler
150 live Rentler listingsRentler is a rental listings source we track. HousingFeed extracts Rentler rental listings into a clean, unified JSON schema — no scraper to build, no anti-bot defenses to fight. 150 Rentler listings are live right now, refreshed daily.
Rentler does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Rentler listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Rentler listing is normalized into the same 24-field HousingFeed record. Coverage of each field for Rentler specifically:
| Field | Coverage on Rentler |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| State/region | ██████████ 100% |
| Rent | █░░░░░░░░░ 12% |
| Bedrooms | █░░░░░░░░░ 12% |
| Bathrooms | █░░░░░░░░░ 12% |
| Listing URL | ██████████ 100% |
A real record from the Rentler feed:
{
"platform": "rentler",
"url": "https://www.rentler.com/places-for-rent/ut/salt-lake-city/150-s-200-e/1779148",
"address": "150 S 200 E, Salt Lake City, UT",
"city": "Salt Lake City",
"state": "UT",
"rent_min": 1999,
"beds": 2.0,
"baths": 2.0,
"scraped_at": "2026-07-03T22:03:02Z"
}
Filter the HousingFeed API to rentler and get Rentler 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":"rentler","maxItems":100}'
150 listings live, refreshed daily, in the same schema as 30+ other sources. Try it free.