Louer Ca Scraper avatar

Louer Ca Scraper

Pricing

from $3.00 / 1,000 listing basics

Go to Apify Store
Louer Ca Scraper

Louer Ca Scraper

Scrape Louer.ca (Rentals.ca) Quebec rental listings from any city: rent, beds/baths, size, address, neighbourhood, GPS, amenities, per-unit floor plans, promotions and photos. Export JSON/CSV/Excel.

Pricing

from $3.00 / 1,000 listing basics

Rating

0.0

(0)

Developer

Ocrad

Ocrad

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

6 days ago

Last modified

Categories

Share

Louer.ca Property Scraper


By providing any Quebec/Canada city, you can retrieve structured rental listing data from Louer.ca (Rentals.ca) across all result pages — browser-free and reliable.


📋 Example Output

Basic record (detailedInfo: false):

{
"id": "cmVudGFsbGlzdGluZzo3NzYwMzg=",
"url": "https://louer.ca/montreal/5160-gatineau",
"title": "5160 Gatineau",
"price": "$1,190–$1,849",
"beds": "0–1",
"baths": "1",
"sizeSqft": "500–685 sqft",
"propertyType": "apartment",
"address": "5160 Gatineau",
"city": "Montréal",
"province": "QC",
"postalCode": "H3T 1W8",
"phone": null,
"contactName": "Community Leasing Agent",
"imageUrl": "https://images.rentals.ca/property-pictures/large/montreal-qc/776038/apartment-2239912567.jpg",
"verified": true,
"listedAt": "2019-10-31T02:47:30+00:00",
"scrapedAt": "2026-08-28T19:08:36.095Z"
}

phone is null in basic results — the contact phone number is a premium field returned only with detailedInfo: true.

Detailed record (detailedInfo: true, additional fields):

{
"phone": "(450) 235-9922",
"description": "Bienvenue au 5160 Gatineau, une communauté charmante et bien située dans l'arrondissement de Côte-des-Neiges à Montréal…",
"amenities": ["building-features:pet-friendly", "building-features:parking-indoor", "utilities:heating", "unit-features:flooring-hardwood"],
"featureGroups": [
{ "groupName": "building-features", "items": ["pet-friendly", "parking-indoor", "elevator", "secured-access", "laundry-facilities"] }
],
"floorPlans": [
{ "beds": 0, "baths": 1, "rent": 1429, "sizeSqft": 500, "furnished": "no", "availableNow": true, "availableDate": "2026-09-01T00:00:00Z", "externalId": "1529437" }
],
"floorPlanCount": 6,
"petOptions": ["all"],
"furnished": "no",
"promotions": ["Two Months Free*", "8 Month Lease Option Available for Students*"],
"images": ["https://images.rentals.ca/property-pictures/large/montreal-qc/776038/apartment-2239912567.jpg"]
}

⚙️ Configuration

ParameterTypeDefaultDescription
locationStringMontréal, QCCity to search, ideally with province (e.g. Québec, QC, Laval, QC, Gatineau, QC). Auto-normalized via typeahead.
urlString(optional)A Louer.ca city URL (e.g. https://louer.ca/montreal) — used only when location is empty.
maxItemsInteger100Maximum listings to scrape. Results are paginated automatically.
detailedInfoBooleanfalseFetch each listing's full details: description, amenities, floor plans, promotions, building info, all images.
proxyConfigurationObjectApify Proxy (auto)Proxy settings. Auto/datacenter is sufficient — the GraphQL API does not require residential.

Example Input

{
"location": "Montréal, QC",
"maxItems": 200,
"detailedInfo": false
}
  1. Go to louer.ca and search a city (e.g. Montréal, Québec, Laval).
  2. Either copy the city name into location as City, PROVINCE, or paste the page URL into url.
  3. Run the Actor — pagination and location resolution are handled automatically.

Coverage note: Louer.ca is the Quebec-focused French brand of Rentals.ca; its inventory is concentrated in Quebec cities.


💬 Support and Feedback

Need help or have suggestions? Reach out via Apify support channels or leave feedback on the Actor's page.


It is legal to scrape publicly available data such as rental prices, addresses, and listing details. However, results may contain personal information (agent/contact names, phone numbers).

Personal data in Canada is protected by PIPEDA and Quebec's Law 25 (and other regulations). You should not scrape personal data unless you have a legitimate reason to do so. If you're unsure whether your reason is legitimate, please consult your lawyers. You can also read Apify's blog post on the legality of web scraping.