Data sources / RentManager
RentManager is a rental listings source we track. HousingFeed collects RentManager rental listings into one JSON schema, so you do not have to build and maintain your own RentManager integration. 23 RentManager listings are live in the database today, alongside 70+ other sources and 1.4M+ rows in one Data API.
Verified weekly · newest record 2026-09-08
RentManager does not offer a public listings API, so there is no official way to access its rental data programmatically. HousingFeed solves that: we collect RentManager listings and serve them through a single documented endpoint, so you get structured data without operating your own collection.
Each RentManager listing is normalized into the same HousingFeed schema as every other source (the field list is in the docs). Here is the depth and shape of the RentManager data live in the database, 12 fields populated:
Share of live RentManager listings that carry each field.
Top states by live RentManager inventory.
The most recent complete RentManager record in the database:
{
"platform": "rentmanager",
"url": "https://montmichelcincinnati.com/floorplans/",
"address": "688 Riddle Road, Cincinnati, OH, 45220",
"city": "Cincinnati",
"state": "OH",
"rent_min": 950,
"beds": 1,
"baths": 1,
"image": "https://lh3.googleusercontent.com/fiuBEABI76mCLXmLoscpyvgldf75hDdHqvN1B1DGwHBFrj4GR8qP9hWbUPck3UY-Hq4iLz9cDuKifFVLz9aPjYAHcJLj4yKTXLyQ5g",
"scraped_at": "2026-09-08T19:55:49+00:00"
}
Filter the HousingFeed Data API on Apify to rentmanager and get RentManager 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":"rentmanager","maxItems":100}'
Other sources in the same schema, served through the same API.
23 RentManager listings live in the database, verified weekly, in the same schema as 70+ other sources through the Data API.
RentManager is a trademark of its respective owner; HousingFeed is not affiliated with or endorsed by RentManager.