Parcela
Plot & Terrain Intelligence
Enterprise · White-label · API

Your brand on every report.

Parcela delivers institutional plot due diligence across every Canadian province and territory. Embed it in your client portal, brand the full DD report with your colour and logo, or call the public REST API from your own stack — your choice.

Pricing
Most popular
Professional
Developers, family offices, mid-market PE — your brand on every report.
NZ$2,499/ mo
5 DD reports / mo included
60 req/min👤 5 seats
  • Full DD-PDF reports with your brand
  • White-label PDF (your colour, logo, footer)
  • Remove "Powered by Parcela"
  • Public REST API + TypeScript SDK
  • Embed component (<parcela-parcel>)
  • Portfolio dashboard + 6-axis risk scoring
  • Provincial planning / OCP change alerts
  • Priority support (24 h SLA)
  • SSO (SAML / OIDC)
  • Custom subdomain
Let's talk
Enterprise
Banks, large PE platforms, corporates. Procurement-friendly contracts and an audit trail.
Custom
From 50 DD reports / mo (volume to fit)
500 req/min👤 Unlimited
  • Everything in Professional
  • SSO (SAML / OIDC)
  • Custom subdomain (acme.parcela.site)
  • Dedicated support engineer
  • Audit log + SOC 2 attestation pack
  • Volume discount + bespoke legal terms
  • Optional Canadian data-residency review (PIPEDA)
Let's talk
White-label report — before and after

The DD-PDF renderer reads the tenant brand config (logo URL, primary colour, footer text, "hide Parcela" flag) and applies it to the cover, accent bars, document author and every page chrome. No template fork — the same engine, a few JSONB fields on your tenant row.

Default Parcela cover1 / 19
PARCELA
plot & terrain intelligence
DUE DILIGENCE
REPORT
Institutional analysis
Generated · parcela.site · ID a3f8d2…
Same engine · your brand1 / 19
ACME REALTY
institutional dd report
DUE DILIGENCE
REPORT
Institutional analysis
Generated · ACME Realty · ID a3f8d2…
Acme Realty Partners GmbH · HRB 12345

Wired today via the ?tenant=<slug> parameter on the generation routes; works identically across every report. Brand support reads tenants.primary_color / logo_url / pdf_footer / hide_branding — no template fork.

Public API + TypeScript SDK

The same engine that powers the workspace is exposed under /api/v1. Authenticate with a Bearer key, hit any of the 24+ endpoints and get a DD report straight into your stack.

import { ParcelaClient } from '@parcela/sdk'

const parcela = new ParcelaClient({
  apiKey:   process.env.PARCELA_API_KEY!,
  clientId: 'acme-realty/1.0',
})

// Pull a parcel with cadaster, planning, setbacks, links
const { data } = await parcela.parcels.get('146510_8.0502.3')

// Generate a branded DD report (tenant slug → your white-label brand)
const res = await fetch(
  `https://parcela.site/api/dd-reports/${id}/generate?tenant=acme-realty`,
  { method: 'POST', headers: { 'authorization': 'Bearer ' + apiKey } },
)
OpenAPI 3.1 spec: /api/v1/openapi.json · API documentation · npm install @parcela/sdk
Embed component

Drop a <parcela-parcel> tag into any portal, CRM or marketing page. Shadow DOM (no CSS leaks), open CORS, light/dark/auto themes, full support for the Canadian market.

<!-- Add once in <head> -->
<script src="https://parcela.site/embed.js" async></script>

<!-- Drop anywhere on your page -->
<parcela-parcel
  api-key="pk_live_…"
  parcel-id="146510_8.0502.3"
  market="pl"
  theme="auto">
</parcela-parcel>
Live preview
parcela-parcel renders a compact card with the address, parcel area, planning designation, key constraints and a "View full report" link. Skeleton first, so the host layout never jumps while it waits on the API.
Ładowanie podglądu…
Let's make it a report with your brand.

A 15-minute scoping call. Bring your brand files, leave with a white-label DD-PDF sample and a price for your plan.

enterprise@parcela.site