Data sources / Rentec
Rentec is a rental listings source we track. HousingFeed collects Rentec rental listings into one JSON schema, so you do not have to build and maintain your own Rentec integration. 7,309 Rentec listings are in the database (snapshot, newest record 2026-09-08), alongside 70+ other sources and 1.4M+ rows in one Data API.
newest record 2026-09-08
Rentec does not offer a public listings API, so there is no official way to access its rental data programmatically. HousingFeed solves that: we collect Rentec listings and serve them through a single documented endpoint, so you get structured data without operating your own collection.
Each Rentec 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 Rentec data live in the database, 11 fields populated:
Share of live Rentec listings that carry each field.
Median Rentec asking rent is $1,495/mo.
Top states by live Rentec inventory.
The most recent complete Rentec record in the database:
{
"platform": "rentec",
"url": "http://propertymanage.biz/promanagementrealty/rentals/detail?p=59531844",
"address": "15901 Royal Pointe Ln #307, Fort Myers, FL, 33908",
"city": "Fort Myers",
"state": "FL",
"rent_min": 1775,
"beds": 1,
"baths": 1,
"image": "https://rtd4.com/thumb_primary.php?p=59531844&v=1701114750&cf_cache=true",
"scraped_at": "2026-09-08T16:47:15+00:00"
}
Filter the HousingFeed Data API on Apify to rentec and get Rentec 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":"rentec","maxItems":100}'
Other sources in the same schema, served through the same API.
7,309 Rentec listings live in the database, in the same schema as 70+ other sources through the Data API.
Rentec is a trademark of its respective owner; HousingFeed is not affiliated with or endorsed by Rentec.