Centris.ca Scraper avatar

Centris.ca Scraper

Pricing

from $2.49 / 1,000 results

Go to Apify Store
Centris.ca Scraper

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

ScrapeAI

Maintained by Community

Actor 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 null values.
  • 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

FieldTypeDefaultDescription
startUrlsarraysource defaultPublic search, listing, or detail URLs for this portal.
maxItemsPerActorinteger10Maximum detailed records.
maxPagesPerActorinteger2Maximum list/search pages.
includeDetailsbooleantrueEnrich records from detail pages.
includeRawDatabooleantrueKeep selected structured source data.
proxyEnabledbooleanfalseUse an authorized Apify or user-supplied proxy.
maxRequestRetriesinteger3Bounded 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-schema
node 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.json and output/dataset.jsonl: exported live-only result files.