Data sources / Rentfaster
Rentfaster is a rental listings source we track. HousingFeed extracts Rentfaster rental listings into a clean, unified JSON schema — no scraper to build, no anti-bot defenses to fight. 568 Rentfaster listings are live right now, refreshed daily.
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. Coverage of each field for Rentfaster specifically:
| Field | Coverage on Rentfaster |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| State/region | ██████████ 100% |
| Coordinates | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | ██████████ 100% |
| Bathrooms | ██████████ 100% |
| Floor area | █████████░ 90% |
| Property type | ██████████ 100% |
| Photo | ██████████ 100% |
| Listing URL | ██████████ 100% |
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 50+ other sources. Try it free.