Data sources / Rentals Ca
Rentals Ca is a rental listings source we track. HousingFeed extracts Rentals Ca rental listings into one clean JSON schema, no scraper to build, no anti-bot defenses to fight. 218 Rentals Ca listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
Rentals Ca does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Rentals Ca listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Rentals Ca listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the Rentals Ca data that is live right now, 9 fields populated:
Share of live Rentals Ca listings that carry each field.
Median Rentals Ca asking rent is $1,675/mo.
Top locations by live Rentals Ca inventory.
A real record from the Rentals Ca feed:
{
"platform": "rentals_ca",
"url": "https://rentals.ca/calgary/1009961",
"address": "4850 50 Avenue Southwest, Calgary, AB",
"city": "Calgary",
"state": "AB",
"rent_min": 1700,
"beds": 1,
"baths": 1,
"scraped_at": "2026-07-04T11:54:02+00:00"
}
Filter the HousingFeed API to rentals_ca and get Rentals Ca 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":"rentals_ca","maxItems":100}'
218 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.