Landcor Data website screenshot

Landcor Data

Landcor Data Corporation is a New Westminster, British Columbia property data and automated valuation company, founded in 2000, that sells residential valuations, assessment detail and land title documents across the roughly 1.9 million residential properties in BC. It sits in the valuation and public-record layer of the Canadian value chain rather than the listings layer: its inputs are BC Assessment detail, Land Title and Survey Authority (LTSA) title and document search, BC Registry Services, municipal tax certificates and materials licensed from the Integrated Cadastral Information Society (ICIS), and its outputs are the Valuator AVM report, the Adjusted Value Profiler, the Property Profiler, Title Search Plus and historic valuation reports sold to lenders, appraisers, notaries, insurers and brokerages. Its API posture is the unusual case in this study: a real, live, anonymously readable machine-readable contract exists with no developer programme around it. The host api.landcor.com runs a FastAPI service on Azure App Service in Canada Central that serves a valid OpenAPI 3.1.0 document titled "Landcor Property API" version 0.1.0 at /openapi.json, with Swagger UI at /docs and ReDoc at /redoc, all returning HTTP 200 without credentials. Twelve operations cover property search, property detail, PDF report retrieval, valuation range, valuation history, loan-to-value checks, neighbourhood sales series, comparables, address autocomplete and an AVM narrative summary. Every operation except /health requires an HTTP Bearer token and returns 401 "Missing token" without one, and no route to obtain that token is published anywhere: landcor.com carries no developer, API, partner or data-licensing page, does not link api.landcor.com at all, and the store.landcor.com self-serve account is for buying individual reports through the web store, not for API credentials. RESO is absent, which is the expected Canadian answer. Landcor is not among the nineteen Canadian organizations RESO lists as members, holds no Web API or Data Dictionary certification, exposes no OData $metadata document, and uses its own PID identifier rather than the RESO Universal Property Identifier. No open, unlicensed dataset is published: the underlying assessment, title and cadastral data is licensed to Landcor from provincial bodies and resold, so the public record itself is a commercial product here.

Landcor Data publishes 5 APIs on the APIs.io network, including AVM Summary API, Comparables API, Health API, and 2 more. Tagged areas include Real-Estate, Canada, Valuation, AVM, and Property Records.

Landcor Data’s developer surface includes authentication, documentation, API reference, pricing, signup flow, support, engineering blog, and 26 more developer resources.

37.3/100 thin ▬ flat Agent 26/100 agent aware saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
1 APIs
Real-EstateCanadaValuationAVMProperty RecordsTitleLand RegistryMortgagePropTechProperty Data

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/landcor: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 5

Individual APIs this provider publishes, each with its own machine-readable definition.

Landcor Data AVM Summary API

The AVM Summary API from Landcor Data — 1 operation(s) for avm summary.

Landcor Data Comparables API

The Comparables API from Landcor Data — 1 operation(s) for comparables.

Landcor Data Health API

The Health API from Landcor Data — 1 operation(s) for health.

Landcor Data Property API

The Property API from Landcor Data — 4 operation(s) for property.

Landcor Data Valuation API

The Valuation API from Landcor Data — 5 operation(s) for valuation.

Open Collections 1

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

Landcor Property API

OPEN COLLECTION

Arazzo Workflows 2

Multi-step API workflows described with the Arazzo specification.

Landcor — address to valuation

Resolve a BC street address to a Landcor PID, then pull property detail, the AVM valuation range and the valuation history.

ARAZZO

Landcor — loan-to-value check and valuation report

Run a proposed mortgage amount against Landcor's AVM value for a BC property and retrieve the password-protected PDF valuation report for the file.

ARAZZO

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Landcor Authentication

http · 1 scheme

SECURITY

Landcor Domain Security

TLSv1.3 · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Landcor Agentic Access

12 operations · 2 acting

12 operations · 2 acting

AGENTIC

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 5

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 7

Pagination, idempotency, versioning, errors, and events

Scroll for all 7

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 4

The organization behind the API

Other 3

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: landcor
url: https://raw.githubusercontent.com/api-evangelist/landcor/refs/heads/main/apis.yml
name: Landcor Data
kind: company
description: 'Landcor Data Corporation is a New Westminster, British Columbia property data and automated valuation company,
  founded in 2000, that sells residential valuations, assessment detail and land title documents across the roughly 1.9 million
  residential properties in BC. It sits in the valuation and public-record layer of the Canadian value chain rather than the
  listings layer: its inputs are BC Assessment detail, Land Title and Survey Authority (LTSA) title and document search, BC
  Registry Services, municipal tax certificates and materials licensed from the Integrated Cadastral Information Society (ICIS),
  and its outputs are the Valuator AVM report, the Adjusted Value Profiler, the Property Profiler, Title Search Plus and historic
  valuation reports sold to lenders, appraisers, notaries, insurers and brokerages. Its API posture is the unusual case in
  this study: a real, live, anonymously readable machine-readable contract exists with no developer programme around it. The
  host api.landcor.com runs a FastAPI service on Azure App Service in Canada Central that serves a valid OpenAPI 3.1.0 document
  titled "Landcor Property API" version 0.1.0 at /openapi.json, with Swagger UI at /docs and ReDoc at /redoc, all returning
  HTTP 200 without credentials. Twelve operations cover property search, property detail, PDF report retrieval, valuation
  range, valuation history, loan-to-value checks, neighbourhood sales series, comparables, address autocomplete and an AVM
  narrative summary. Every operation except /health requires an HTTP Bearer token and returns 401 "Missing token" without
  one, and no route to obtain that token is published anywhere: landcor.com carries no developer, API, partner or data-licensing
  page, does not link api.landcor.com at all, and the store.landcor.com self-serve account is for buying individual reports
  through the web store, not for API credentials. RESO is absent, which is the expected Canadian answer. Landcor is not among
  the nineteen Canadian organizations RESO lists as members, holds no Web API or Data Dictionary certification, exposes no
  OData $metadata document, and uses its own PID identifier rather than the RESO Universal Property Identifier. No open, unlicensed
  dataset is published: the underlying assessment, title and cadastral data is licensed to Landcor from provincial bodies
  and resold, so the public record itself is a commercial product here.'
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: false
  label: Hosted service · you call their endpoint
  confidence: medium
  source:
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source:
  - authentication
  - security
  generated: '2026-09-03'
  method: derived
image: https://www.landcor.com/wp-content/uploads/2026/01/favicon-152.png
tags:
- Real-Estate
- Canada
- Valuation
- AVM
- Property Records
- Title
- Land Registry
- Mortgage
- PropTech
- Property Data
tags_raw:
- Real Estate
- Canada
- Valuation
- AVM
- Property Records
- Title
- Land Registry
- Mortgage
- PropTech
- Property Data
created: '2026-07-26'
modified: '2026-07-26'
specificationVersion: '0.23'
apis:
- aid: landcor:landcor-avm-summary-api
  name: Landcor Data AVM Summary API
  description: The AVM Summary API from Landcor Data — 1 operation(s) for avm summary.
  humanURL: https://api.landcor.com/docs
  baseURL: https://api.landcor.com
  tags:
  - AVM Summary
  properties:
  - type: OpenAPI
    url: openapi/landcor-avm-summary-api-openapi.yml
  - type: Documentation
    url: https://api.landcor.com/docs
  - type: APIReference
    url: https://api.landcor.com/redoc
  - type: Authentication
    url: https://api.landcor.com/docs
- aid: landcor:landcor-comparables-api
  name: Landcor Data Comparables API
  description: The Comparables API from Landcor Data — 1 operation(s) for comparables.
  humanURL: https://api.landcor.com/docs
  baseURL: https://api.landcor.com
  tags:
  - Comparables
  properties:
  - type: OpenAPI
    url: openapi/landcor-comparables-api-openapi.yml
  - type: Documentation
    url: https://api.landcor.com/docs
  - type: APIReference
    url: https://api.landcor.com/redoc
  - type: Authentication
    url: https://api.landcor.com/docs
- aid: landcor:landcor-health-api
  name: Landcor Data Health API
  description: The Health API from Landcor Data — 1 operation(s) for health.
  humanURL: https://api.landcor.com/docs
  baseURL: https://api.landcor.com
  tags:
  - Health
  properties:
  - type: OpenAPI
    url: openapi/landcor-health-api-openapi.yml
  - type: Documentation
    url: https://api.landcor.com/docs
  - type: APIReference
    url: https://api.landcor.com/redoc
  - type: Authentication
    url: https://api.landcor.com/docs
- aid: landcor:landcor-property-api
  name: Landcor Data Property API
  description: The Property API from Landcor Data — 4 operation(s) for property.
  humanURL: https://api.landcor.com/docs
  baseURL: https://api.landcor.com
  tags:
  - Property
  properties:
  - type: OpenAPI
    url: openapi/landcor-property-api-openapi.yml
  - type: Documentation
    url: https://api.landcor.com/docs
  - type: APIReference
    url: https://api.landcor.com/redoc
  - type: Authentication
    url: https://api.landcor.com/docs
- aid: landcor:landcor-valuation-api
  name: Landcor Data Valuation API
  description: The Valuation API from Landcor Data — 5 operation(s) for valuation.
  humanURL: https://api.landcor.com/docs
  baseURL: https://api.landcor.com
  tags:
  - Valuation
  properties:
  - type: OpenAPI
    url: openapi/landcor-valuation-api-openapi.yml
  - type: Documentation
    url: https://api.landcor.com/docs
  - type: APIReference
    url: https://api.landcor.com/redoc
  - type: Authentication
    url: https://api.landcor.com/docs
common:
- type: CapabilityMap
  url: capabilities/landcor-capability-edges.yml
  name: Landcor Data Business Capability Map
- type: AgenticAccess
  url: agentic-access/landcor-agentic-access.yml
- type: DomainSecurity
  url: security/landcor-domain-security.yml
- type: Authentication
  url: authentication/landcor-authentication.yml
- type: Documentation
  url: https://api.landcor.com/docs
- type: APIReference
  url: https://api.landcor.com/redoc
- type: Conventions
  url: conventions/landcor-conventions.yml
- type: ErrorCatalog
  url: errors/landcor-problem-types.yml
- type: Lifecycle
  url: lifecycle/landcor-lifecycle.yml
- type: Conformance
  url: conformance/landcor-conformance.yml
- type: DataModel
  url: data-model/landcor-data-model.yml
- type: X-MCPServerCandidate
  url: mcp/landcor-mcp.yml
  note: 'Renamed from MCPServer 2026-09-03 (roadmap#247): the manifest self-describes as status: candidate — a tool list derived
    from the published API contracts, not an existing server. The scorer already read the manifest and reported mcp_server
    correctly; the MCPServer type was crediting the artifact-type surfaces with a server that does not exist.'
- type: ToolCrosswalk
  url: mcp/landcor-tool-crosswalk.yml
- type: AgentSkill
  url: skills/_index.yml
- type: Arazzo
  name: Landcor — address to valuation
  url: arazzo/landcor-address-to-valuation.yml
- type: Arazzo
  name: Landcor — loan-to-value check and valuation report
  url: arazzo/landcor-ltv-check-and-report.yml
- type: LLMsTxt
  url: llms/landcor-llms.txt
- type: Overlay
  url: overlays/landcor-property-api-overlay.yaml
- type: WellKnownProbe
  url: well-known/landcor-well-known.yml
- type: Website
  url: https://www.landcor.com/
- type: Products
  url: https://www.landcor.com/online-property-tools/
- type: Pricing
  url: https://www.landcor.com/pricing/
- type: SignUp
  url: https://store.landcor.com/user/user_add.aspx
- type: Login
  url: https://store.landcor.com/user/login.aspx
- type: Support
  url: https://www.landcor.com/support/
- type: Contact
  url: https://www.landcor.com/contact/
- type: Blog
  url: https://www.landcor.com/about-us/landcor-news/
- type: BlogRSS
  url: https://www.landcor.com/feed/
- type: PrivacyPolicy
  url: https://www.landcor.com/privacy-policy/
- type: TermsOfService
  url: https://www.landcor.com/acceptable-use/
- type: SecurityPolicy
  url: https://www.landcor.com/security-policy/
- type: GitHubOrganization
  url: https://github.com/Landcor
- type: LinkedIn
  url: https://ca.linkedin.com/company/landcor-data-corporation
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/landcor"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/landcor/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/landcor/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.