Centris.ca Scraper
Pricing
from $2.49 / 1,000 results
Centris.ca Scraper
Standalone public-page Centris.ca scraper with detailed structured live output.
Pricing
from $2.49 / 1,000 results
Rating
0.0
(0)
Developer
ScrapeAI
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Overview
Extract public Centris.ca listing pages. This is a standalone Apify Actor for Centris.ca with its own input schema, source adapter, dataset, run summary, diagnostics, and output files.
Features
- Extracts publicly visible listing fields and structured page data.
- Opens detail pages when available to enrich title, price, address, features, media, and facts.
- Deduplicates records by source listing URL or identifier.
- Emits only source-backed live records with
dataOrigin: "live-page". - Omits unknown values instead of inventing them or inserting JSON
nullvalues. - Saves per-run status and access-block diagnostics in
storage/key_value_stores/default.
Default source URL
https://www.centris.ca/en/condos~for-sale~montreal
Input
| Field | Type | Default | Description |
|---|---|---|---|
startUrls | array | source default | Public search, listing, or detail URLs for this portal. |
maxItemsPerActor | integer | 10 | Maximum detailed records. |
maxPagesPerActor | integer | 2 | Maximum list/search pages. |
includeDetails | boolean | true | Enrich records from detail pages. |
includeRawData | boolean | true | Keep selected structured source data. |
proxyEnabled | boolean | false | Use an authorized Apify or user-supplied proxy. |
maxRequestRetries | integer | 3 | Bounded retry/backoff for transient failures. |
Sample live output
{"actorName": "centris-scraper","sourcePortal": "Centris.ca","recordType": "property","listingId": "13814793","listingUrl": "https://www.centris.ca/en/condominium-houses~for-sale~montreal-riviere-des-prairies-pointe-aux-trembles/13814793","title": "Condominium house for sale — 735, Terrasse Jacques-Léonard, Montréal (Rivière-des-Prairies/Pointe-aux-Trembles)","description": "Maison de ville en copropriété nichée dans un secteur calme et familial de Pointe-aux-Trembles. Cour privée, 4 chambres à coucher et 2 espaces de stationnement. Accès à une piscine commune et à une salle communautaire. Idéalement située près des écoles, de l'épicerie, du dépanneur et du Carrefour Pointe-aux-Trembles.","listingType": "sale","propertyType": "apartment","price": {"display": "$469,000","value": 469000,"currency": "CAD"},"address": {"full": "735, Terrasse Jacques-Léonard, Montréal (Rivière-des-Prairies/Pointe-aux-Trembles)","country": "CA","latitude": 45.657451,"longitude": -73.499094},"features": {"bedrooms": 4,"bathrooms": 1,"yearBuilt": 1973},"agent": {"name": "Guitry Séjour","company": "RE/MAX D'ICI","phone": "5145894989","phones": ["5145894989"]},"photos": ["https://mspublic.centris.ca/media.ashx?id=ADDD250DA2A727EDDDDDDDDDDC&t=pi&w=640&h=480&sm=c"],"amenities": ["Basement 6 feet or +"],"facts": {"Condominium type": "Divided","Building style": "Attached","Year built": "1973","Parking (total)": "Driveway (2), Garage (1)","Additional features": "Basement 6 feet or +","Move-in date": "60 days after acceptance of promise to purchase or rent"},"missingFields": ["area"],"scrapedAt": "2026-09-10T13:09:31.903Z","dataOrigin": "live-page"}
Local development
Run this folder as its own Actor:
$apify run --input-file storage/key_value_stores/default/INPUT.json
Validate the Actor contract and stored live records:
apify validate-schemanode dataset-validator.js
Access and compliance
If the source portal returns a challenge or access denial, the Actor records diagnostics and omits that page rather than fabricating output. Use only public pages and an authorized purpose. Proxy access can incur account costs and does not authorize bypassing CAPTCHA, authentication, robots directives, or other access controls.
Output files
.actor: Actor metadata and schemas.src: This portal's standalone adapter and shared extraction runtime.storage/datasets/default: Apify-style local result records.storage/key_value_stores/default/RUN_SUMMARY.json: run result and diagnostics summary.output/dataset.jsonandoutput/dataset.jsonl: exported live-only result files.