Data sources / RealPage
RealPage is a rental listings source we track. HousingFeed collects RealPage rental listings into one JSON schema, so you do not have to build and maintain your own RealPage integration. 6,826 RealPage 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-14
RealPage does not offer a public listings API, so there is no official way to access its rental data programmatically. HousingFeed solves that: we collect RealPage listings and serve them through a single documented endpoint, so you get structured data without operating your own collection.
Each RealPage 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 RealPage data live in the database, 13 fields populated:
Share of live RealPage listings that carry each field.
Median RealPage asking rent is $1,428/mo.
Top states by live RealPage inventory.
The most recent complete RealPage record in the database:
{
"platform": "realpage",
"url": "https://www.westclayseniorliving.com/",
"address": "2800 West Clay Valley Dr. #316, Saint Charles, MO 63301",
"city": "Saint Charles",
"state": "MO",
"rent_min": 535,
"beds": 1,
"baths": 1,
"available": "2026-07-31",
"image": "https://capi.myleasestar.com/v2/dimg/165608993/1920x1080/165608993.jpg",
"scraped_at": "2026-09-14T06:29:40+00:00"
}
Filter the HousingFeed Data API on Apify to realpage and get RealPage 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":"realpage","maxItems":100}'
Other sources in the same schema, served through the same API.
6,826 RealPage listings live in the database, verified weekly, in the same schema as 70+ other sources through the Data API.
RealPage is a trademark of its respective owner; HousingFeed is not affiliated with or endorsed by RealPage.