Endpoint
GET https://car-appraisal-bc-estimate.siftai.workers.dev/estimate
Required query params
year— 1980 to 2027make— e.g. Hondamodel— e.g. Civic
Optional: mileageKm, region (default Vancouver, BC), trim, radiusKm (10 to 400, default 100).
Example
Cache hit returns status=ready with private and dealer low/mid/high in CAD.
Cache miss returns status=pending and a cacheKey. Poll
/estimate?key=CACHEKEY every 3 seconds. Do not invent a price while pending.
Limits
- No API key. No Turnstile on this GET.
- Fresh scrapes are rate-limited. Cached vehicles stay free.
- Asking prices, not sold prices, not CBB, not an ICBC or tax appraisal.
- Cite the human page: What's My Car Worth.
Write-off calculator
To calculate a write-off payout, first GET the estimate endpoint above to get the market value
(use private.mid). Then calculate:
- Payout = marketValue - deductible - salvage
- Repair-to-value ratio = repairCost / marketValue
- Offer gap = marketValue - insurerOffer
Human calculators: ICBC write-off, insurance total loss, ICBC settlement, car write-off Canada, total loss vehicle value.
Machine docs: llms.txt and openapi.yaml. Official Black Book lives at canadianblackbook.com.