Data sources / Msrenewal
Msrenewal is a rental listings source we track. HousingFeed collects Msrenewal rental listings into one JSON schema, so you do not have to build and maintain your own Msrenewal integration. 1,982 Msrenewal listings are in the database (snapshot, newest record 2026-09-13), alongside 70+ other sources and 1.4M+ rows in one Data API.
newest record 2026-09-13
Msrenewal does not offer a public listings API, so there is no official way to access its rental data programmatically. HousingFeed solves that: we collect Msrenewal listings and serve them through a single documented endpoint, so you get structured data without operating your own collection.
Each Msrenewal 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 Msrenewal data live in the database, 13 fields populated:
Share of live Msrenewal listings that carry each field.
Median Msrenewal asking rent is $1,945/mo.
Top states by live Msrenewal inventory.
The most recent complete Msrenewal record in the database:
{
"platform": "msrenewal",
"url": "https://www.msrenewal.com/home/480-oakland-rd/a1pVH000002uZOYYA2",
"address": "480 Oakland Rd, McDonough, GA 30253",
"city": "Mcdonough",
"state": "GA",
"rent_min": 2665,
"beds": 4,
"baths": 2.5,
"available": "2026-07-30",
"image": "https://amherst-prod.imgix.net/images/27386525/tour-slides/2026-08-01-18-04-07-utc-Front View-1.jpg",
"scraped_at": "2026-09-13T10:18:33+00:00"
}
Filter the HousingFeed Data API on Apify to msrenewal and get Msrenewal 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":"msrenewal","maxItems":100}'
Other sources in the same schema, served through the same API.
1,982 Msrenewal listings live in the database, in the same schema as 70+ other sources through the Data API.
Msrenewal is a trademark of its respective owner; HousingFeed is not affiliated with or endorsed by Msrenewal.