Data sources / Rentfaster
Rentfaster is a rental listings source we track. HousingFeed extracts Rentfaster rental listings into one clean JSON schema, no scraper to build, no anti-bot defenses to fight. 568 Rentfaster listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
Rentfaster does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Rentfaster listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Rentfaster listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the Rentfaster data that is live right now, 11 fields populated:
Share of live Rentfaster listings that carry each field.
Median Rentfaster asking rent is $1,595/mo.
Top locations by live Rentfaster inventory.
A real record from the Rentfaster feed:
{
"platform": "rentfaster",
"url": "https://www.rentfaster.ca/properties/rentals-airdrie-105308",
"address": "Windsong, Windsong, Airdrie",
"city": "Airdrie",
"state": "Alberta",
"rent_min": 2000,
"beds": 3,
"baths": 2,
"image": "https://rf-images-prod-bcdn.rentfaster.ca/105308/thumber_1198435.v.4d71263bc8f5ff12102fb5d07ef73aed.jpg",
"scraped_at": "2026-07-05T09:43:55+00:00"
}
Filter the HousingFeed API to rentfaster and get Rentfaster 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":"rentfaster","maxItems":100}'
568 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.