The property data platform for real estate.

Canonical property records, an entitlement-safe RESO OData feed, and governed bulk delivery — one platform.

Property intelligence, governed end to end
Overview

Retrieve canonical property records, query the RESO feed, and understand every field the platform returns.

946
OData Property fields
RESO
Web API 2.0 surface
Fail-closed
Entitlement enforcement
Capabilities
01

RESO Web API 2.0

A standards-compliant OData feed exposing 946 Property fields.

GET /reso/odata/Property
02

Canonical property identity

Placekey-based IDs with append-only merge and split history.

03

Signed entitlements

Authorization is pushed into every query and re-verified before fields leave the service.

entitlement ✓
04

Per-field survivorship

Every winning value retains its source, evidence, and decision lineage.

05

Bulk delivery

Manifest-driven CSV, JSONL, or Parquet distribution over push and pull.

CSVJSONLParquet
06

Market intelligence

Entitlement-safe market reports with suppression built in.

07

Field-level projection

Ask for only the fields you need with $select.

$select=ListingKey,ListPrice
08

Incremental sync

Timestamps plus @odata.nextLink continuation keep feeds current.

09

Media & public records

Governed media assets and tax, ownership, and deed products.

Built on open standards
RESO Web API 2.0OData 4.01RESO Data DictionaryPlacekeyParquet
A practical first query
curl -H "x-api-key: $REALTY_API_KEY" \  "https://api.example.invalid/reso/odata/Property\  ?$select=ListingKey,ListPrice&$filter=StandardStatus eq 'Active'&$top=100"