Real Estate
Centris Canada logo

Centris Canada API

centris.ca

Quebec residential listings - search, filters, listing grids, and property detail pages.

Actions
5
Category
Real Estate
Login
Not required
Output
JSON

Call the Centris Canada API

Submit a task, then poll the job until it settles. This example runs act_centris_ca_property_search_homepage_ssr.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_centris_ca_property_search_homepage_ssr",
    "params": {}
  }'

5 actions on centris.ca

Read

  • Featured Listings

    act_centris_ca_property_search_homepage_ssrread1 credit / call

    Returns featured for-sale property listings with price and address.

  • Plex Listings

    act_centris_ca_property_listing_ssr_plexread1 credit / call

    Returns plex and duplex listings with price, address, and gross revenue.

    location_slug
    string · required
  • Property Listings

    act_centris_ca_property_listing_ssrread2 credits / call

    Returns condo and residential listings with price, address, beds, and location.

    property_type_slug
    string · required
    location_slug
    string · required
    search_query_token
    string · required
    sort_seed
    integer · required
    page
    integer
    page_size
    integer

Write

Write actions change state on centris.ca and run as the account you connect.

  • Location Autocomplete

    act_centris_ca_location_autocompletewrite2 credits / call

    Resolves a location query into district suggestions with labels and ids.

    location_text
    string · required
    language
    string
  • Neighborhood Statistics

    act_centris_ca_neighborhood_statisticswrite2 credits / call

    Fetches socio-demographic neighborhood statistics for a Quebec municipality id.

    mun_id
    string · required
    region_id
    string

Centris Canada API questions

Is there an API for Centris Canada?
Centris Canada does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for centris.ca. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Centris Canada data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when centris.ca changes its markup, Anakin updates the action.
Do I need a Centris Canada account?
No. Every Centris Canada action listed here runs anonymously — no account and no credentials required.
What does the Centris Canada API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Real Estate APIs

All Real Estate sites