Data sources / Rent.com
Large US apartment network on the RentPath platform. HousingFeed extracts Rent.com rental listings into a clean, unified JSON schema — no scraper to build, no fingerprinting to fight. 3,886 Rent.com listings are live right now, refreshed daily.
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. Coverage of each field for Rent.com specifically:
| Field | Coverage on Rent.com |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| State/region | ██████████ 100% |
| ZIP/postcode | ██████████ 100% |
| Coordinates | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | ██████████ 100% |
| Bathrooms | ██████████ 100% |
| Floor area | ██████████ 96% |
| Property type | ██████████ 100% |
| Availability | ██████████ 100% |
| Listing URL | ██████████ 100% |
A real record from the Rent.com feed:
{
"platform": "rent_com",
"url": "https://www.rent.com/apartment/ava-fort-greene-brooklyn-ny-lc5895561",
"address": "343 Gold St, Brooklyn, NY 11201",
"city": "Brooklyn",
"state": "NY",
"rent_min": 3490,
"beds": 0.0,
"baths": 1.0,
"available": "NOW",
"scraped_at": "2026-07-04T11:10:19Z"
}
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}'
3,886 listings live, refreshed daily, in the same schema as 50+ other sources. Try it free.