Vehicle valuation data and pricing API
A pricing engine trained on Turkish listing and transaction data. It returns a usable band rather than a single figure, and tells you how confident it is.
One request, a defensible price
{
"brand": "Volkswagen",
"model": "Passat",
"trim": "1.6 TDI Impression",
"year": 2019,
"km": 128000,
"damage_record": 42000
}
// → 200 OK
{
"purchase_price": 1085000,
"market_price": 1195000,
"quick_sale_price": 1140000,
"confidence": 0.93,
"sample_size": 412,
"avg_days_on_market": 27
}
What the service provides
Live market analysis
Recalculated regularly from a broad set of Turkish sources; recalibrated after currency or tax shocks.
Explainable results
Factor-level breakdown showing how mileage, damage record and trim moved the number.
Bulk valuation
Up to 500 vehicles per request. Run your whole stock weekly and surface only the outliers.
Confidence scoring
Every response carries a confidence value and the sample size behind it. Rare models report low confidence rather than guessing.
Webhooks
Get notified when the market value of a vehicle in your stock moves past a threshold.
Production ready
JWT authentication, IP allow-listing, rate limits and detailed usage logs.
What it does not do
We would rather be clear about this than oversell. The model does not see the physical condition of a car — paint, upholstery, engine noise and service history are outside the data. It has limited sample size on rare models, and it cannot anticipate a one-off market break before data accumulates.
That is why every response carries a confidence score. Where confidence is low, treat the number as a starting point and weight your own inspection more heavily.
Get a free sandbox key
Test the API against vehicles you have actually bought and sold. We usually respond the same working day.