VIN decoding & market valuation, in one API call.
Instant trim-level decode, GCC-native pricing from UAE and Saudi markets, and multi-source triangulation with confidence scoring — for dealers, insurers, and fleet operators.
What makes it GCC-native
Trim-accurate decoding
17-character VIN → make, model, year, trim, body, drivetrain. Our own catalog plus NHTSA vPIC fallback. No mystery black boxes.
GCC pricing, not US proxies
UAE and Saudi valuations sourced from live dealer and private listings — Dubizzle, Haraj, Yalla Motor, Syarah — triangulated with freshness-weighted decay.
Confidence scores you can trust
Every valuation returns source count, price range, and a confidence tier. Build pricing logic that degrades gracefully when data is thin.
Fast sync, rich async
Sub-second decode on cached trims. Background enrichment pulls fresh listings on demand and improves answers for the next call.
Two endpoints. Real data.
Authenticate with Basic Auth, pass your API key as a header, get a clean JSON response. Full OpenAPI docs on request.
GET /api/v1/decodeVIN → make, model, year, trimGET /api/v1/valuateVIN → GCC market value with rangeGET /api/v1/vehicle-specFull trim & spec detailsGET /api/v1/base-model-priceNew-vehicle MSRP by trim
$ curl -u user:secret \
-H "x-api-key: vdp_xxxxxxxx" \
"https://sayaratdecoder.tech/api/v1/valuate?vin=JTDKBRFU4J3059812"
{
"vin": "JTDKBRFU4J3059812",
"make": "Toyota",
"model": "Prius",
"year": 2018,
"trim": "Prime",
"valuation": {
"estimatedValue": 68500,
"currency": "SAR",
"range": { "low": 62000, "high": 74000 },
"confidence": "high",
"sources": 7,
"freshness": "7d"
}
}Built for teams that price cars at scale
Trade-in offers in seconds. Stop relying on stale guidebook values.
Accurate replacement cost, trim-aware. Reduce claims leakage.
Residual forecasting with confidence bands for thousands of VINs.
Loan-to-value checks on used-car finance in real time.
Pricing
Start free. Move up when volume justifies it. All plans billed in SAR.
- 100 decodes / month
- VIN decode + basic trims
- Community support
- 2,000 decodes / month
- Full valuation + confidence scores
- Email support
- 10,000 decodes / month
- Full valuation + confidence scores
- Async enrichment included
- Priority email support
- Unlimited / committed volume
- Dedicated data refresh SLAs
- Private deployment options
- Priority onboarding & support
See it on your own VINs.
No signup for the demo. Get an API key when you are ready to integrate.