For developers
BC home values, one API call.
Send an address, get back an estimate with a range, a confidence grade, and the signal breakdown behind it. Powered by licensed listing feeds, open assessment data, and a valuation engine that shows its work. REST for your app, MCP for your AI agent.
Get started
Free
100 requests/mo
API Pro
$99/mo
5,000 requests/mo per key
Enterprise
Custom
100k+/mo, SLA
One call, one valuation
curl -X POST https://julyvalue.vercel.app/api/v1/estimate \
-H "X-API-Key: jv_live_..." -H "Content-Type: application/json" \
-d '{"address": "404-5535 Hastings St, Burnaby"}'
{
"address": "404-5535 Hastings St, Burnaby",
"estimate": 1205000,
"low": 1161000, "high": 1249000,
"confidence": "high",
"signals": [ { "name": "building", "value": 1229853, "weight": 0.627, "n": 6 }, ... ],
"assessedValue": 968000
}Built for AI agents too (MCP)
Point Claude or any MCP client at https://julyvalue.vercel.app/api/mcp with your key and it can search properties, run valuations, and pull market snapshots as native tools.
Create your free key in 60 seconds.
Sign in with your email, open the developer panel, create a key. No card needed for the free tier.
Get my API keyEstimates are not appraisals. API responses are public-data tier; sold-price data is available only to registered consumers on julyvalue.com, as BC board rules require. Attribution line included in every response.
