Data sources / Rentals Ca
218 live Rentals Ca listingsRentals Ca is a rental listings source we track. HousingFeed extracts Rentals Ca rental listings into a clean, unified JSON schema — no scraper to build, no anti-bot defenses to fight. 218 Rentals Ca listings are live right now, refreshed daily.
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. Coverage of each field for Rentals Ca specifically:
| Field | Coverage on Rentals Ca |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| State/region | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | ██████████ 100% |
| Bathrooms | ██████████ 100% |
| Floor area | █████████░ 89% |
| Property type | ██████████ 100% |
| Listing URL | ██████████ 100% |
A real record from the Rentals Ca feed:
{
"platform": "rentals_ca",
"url": "https://rentals.ca/toronto/1017939",
"address": "4365 Bloor Street West, Etobicoke, ON",
"city": "Toronto",
"state": "ON",
"rent_min": 2328,
"beds": 1.0,
"baths": 1.0,
"scraped_at": "2026-07-04T11:52:23Z"
}
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 30+ other sources. Try it free.