Data sources / ResMan
ResMan is a rental listings source we track. HousingFeed collects ResMan rental listings into one JSON schema, so you do not have to build and maintain your own ResMan integration. 5,240 ResMan 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
ResMan does not offer a public listings API, so there is no official way to access its rental data programmatically. HousingFeed solves that: we collect ResMan listings and serve them through a single documented endpoint, so you get structured data without operating your own collection.
Each ResMan 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 ResMan data live in the database, 12 fields populated:
Share of live ResMan listings that carry each field.
Median ResMan asking rent is $1,550/mo.
Top states by live ResMan inventory.
The most recent complete ResMan record in the database:
{
"platform": "resman",
"url": "https://gva.myresman.com/Portal/Applicants/Availability?a=1333&p=34e0051c-5aa6-46c8-8340-c527b25edbb0",
"address": "2447 Monarch Drive #9103, Laredo, TX",
"city": "Laredo",
"state": "TX",
"rent_min": 1599,
"beds": 3,
"baths": 2,
"available": "2026-07-08",
"scraped_at": "2026-09-14T06:12:35+00:00"
}
Filter the HousingFeed Data API on Apify to resman and get ResMan 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":"resman","maxItems":100}'
Other sources in the same schema, served through the same API.
5,240 ResMan listings live in the database, verified weekly, in the same schema as 70+ other sources through the Data API.
ResMan is a trademark of its respective owner; HousingFeed is not affiliated with or endorsed by ResMan.