Data sources / Rent.com
Large US apartment network on the RentPath platform. HousingFeed extracts Rent.com rental listings into one clean JSON schema, no scraper to build, no fingerprinting to fight. 10,041 Rent.com listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
Rent.com (RentPath / Redfin) has no public listings API. HousingFeed solves that: we collect Rent.com listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Rent.com listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the Rent.com data that is live right now, 12 fields populated:
Share of live Rent.com listings that carry each field.
Median Rent.com asking rent is $1,335/mo.
Top states by live Rent.com inventory.
A real record from the Rent.com feed:
{
"platform": "rent_com",
"url": "https://www.rent.com/apartment/cortland-vesta-birmingham-al-lc5891027",
"address": "2173 Highland Ave S, Birmingham, AL 35205",
"city": "Birmingham",
"state": "AL",
"rent_min": 1578,
"beds": 1,
"baths": 1,
"available": "NOW",
"scraped_at": "2026-07-04T13:31:08+00:00"
}
Filter the HousingFeed API to rent_com and get Rent.com 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":"rent_com","maxItems":100}'
10,041 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.