Built for the GCC auto market

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.

16,069
VIN patterns
8,444
GCC trims
5,821
Market price points
4
Listing sources

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, trim
  • GET /api/v1/valuateVIN → GCC market value with range
  • GET /api/v1/vehicle-specFull trim & spec details
  • GET /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

Dealers

Trade-in offers in seconds. Stop relying on stale guidebook values.

Insurers

Accurate replacement cost, trim-aware. Reduce claims leakage.

Fleet & leasing

Residual forecasting with confidence bands for thousands of VINs.

Banks & fintech

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.

Free
0 SAR
Free forever
For evaluation
  • 100 decodes / month
  • VIN decode + basic trims
  • Community support
Get a key
Starter
500 SAR/mo
~$133/mo
For small teams
  • 2,000 decodes / month
  • Full valuation + confidence scores
  • Email support
Start Starter
Enterprise
Custom
Volume & SLAs
For high-volume teams
  • Unlimited / committed volume
  • Dedicated data refresh SLAs
  • Private deployment options
  • Priority onboarding & support
Talk to sales

See it on your own VINs.

No signup for the demo. Get an API key when you are ready to integrate.