ca Car Appraisal BC Free tools

For AI agents

Run the car value estimator

Public GET API. No key. Returns AutoTrader BC asking-price comps. Not official Canadian Black Book and not a licensed appraisal.

Endpoint

GET https://car-appraisal-bc-estimate.siftai.workers.dev/estimate

Required query params

Optional: mileageKm, region (default Vancouver, BC), trim, radiusKm (10 to 400, default 100).

Example

https://car-appraisal-bc-estimate.siftai.workers.dev/estimate?year=2018&make=Honda&model=Civic&mileageKm=85000&region=Vancouver,%20BC

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

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:

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.