Skip to main content

Property pack

The property pack endpoint is a convenience bundle: a single call that returns the full analysis for one property — valuation, deal score, motivation, sold history, rental estimate, playbook tiers, and strategy scores — in one response. Each slice is the same object the corresponding atomic endpoint returns. Required scope: market-data:read Cost: 10 requests per call
The pack costs 10 requests. It is cheaper and simpler than calling the seven atomic endpoints separately only when you need most of the slices. If you want just one or two slices, call the atomic endpoints — they cost 1–2 requests each.

Get a property pack

Returns every analysis slice for a single property in one response. The pack is best-effort: if a slice cannot be computed, it is returned as null and the pack still returns 200. Returns 404 only if the property itself does not exist.

Authentication

All endpoints accept a paid_* API key or a logged-in Clerk session. Anonymous requests are rejected with 401.

Query parameters

Request

Response

Response fields

Any slice that cannot be computed is returned as null. The pack does not fail because one slice is unavailable.

Common patterns

Handle missing slices defensively