Generate market accurate predictions for vehicles.
The Valuation API can be used to determine new vehicles' present retail and trade values and their residual values.
This API requires authentication and an appropriate license attached to it.
A Vehicle ID returned from the Vehicle Search API or Vehicle Facet API is required to use the API.
AutoGrab’s Valuation captures the asking prices from the past week for a specific vehicle’s year, make, model, and variant at a given mileage, sourced from private sellers and dealers within a selected state. It excludes government charges but includes GST, assuming the vehicles are in good condition and fitted with standard OEM accessories.
Leveraging advanced machine learning and updated weekly, our pricing integrates active listings and recently delisted data from public marketplaces. AutoGrab emphasises the most recent data to deliver comprehensive valuations that reflect current market trends.
Each estimate includes a confidence score, which indicates AutoGrab’s certainty in the valuation. Two key factors determine this score:
The number of vehicles listed in the past 365 days for the specific vehicle type
A detailed accuracy analysis of the pricing algorithm for that vehicle type
The confidence score ranges from 0 to 1, with 1 representing the highest confidence level
To retrieve a Vehicle ID, use the Vehicle Search APIs.
Starting with a vehicle ID post it to /v2/valuations/predict
The condition score is optional and can be used to further refine your pricing prediction.
The Catalogue field is optional and will default to 'autograb' and the vehicle ID for performing a valuation. If you have access to Jato catalogue information, 'jato' can be passed as the catalogue and a JATO ID as the vehicle_id. The valuation will then be performed using the JATO information.
The payload returned by price prediction requests will include an ID, which you can use to refer to the pricing request in the future. The /v2/valuations/history/{PRICING_ID}
method will return the response from a previous pricing request, and you can also use the Pricing ID to track price changes with the Price Changes API.
To get a paginated list of all your previous price predictions, you can use the /v2/valuations/history
endpoint.
You can manipulate the valuation returned by the prediction endpoint by supplying a condition score. The condition score can be between 1
and 5
. A condition of 1 is poor, and 5 is excellent.
Supplying any other numbers will return the default trade_price, which assumes excellent condition.
If you're building a user interface that allows the user to choose a condition, it is recommended that you follow the industry standard in the table below.
Poor
1
Fair
2
Average
3
Good
4
Excellent
5
The positive equity feature identifies if the vehicle is in positive equity and the current equity position. To add an equity calculation to the Predict call, use features=equity
If you require the upper and lower bounds used to calculate a prediction, you can use features=bounds.
Both the Residual Value and Used Value APIs support pricing adjustments. These can be used to retrieve a more accurate price prediction of a vehicle if the provided price is not already accurate enough.
CommentTo adjust the stored Recommended Retail Price you can supply a rrp_adjustment
value in the payload which accepts a number — positive or negative.CommentThis is useful when a car is fitted with factory extras, the Price When New can be increased for each of the options to get a better price prediction.Comment
To adjust the stored Recommended Retail Price you can supply a rrp_adjustment
value in the payload which accepts a number — positive or negative.
The Pricing Adjustments API (/v2/valuations/adjustments
) allows you to configure fixed or percentage adjustments for specific Vehicle IDs.
Per-Vehicle pricing adjustments will apply to price predictions that you perform using the same API Key and for the same Vehicle ID.
If you set a Retail Price Adjustment for a vehicle, the trade price will also be affected because the trade price is derived from the retail price. If you set an adjustment for both the retail price and the trade price, both adjustments will be applied to the trade price while the retail price is only affected by the retail price adjustment.
When you perform a price prediction, you will receive a summary of the price adjustments that were applied, if any.
Below is an example price prediction payload with predicted trade and retail adjustments applied.
In addition to price adjustments, you also have the option to override retail and trade prices for specific vehicle IDs where the odometer reading falls within a set range. Price overrides are configured using the Price Override API at /v2/valuations/adjustments/{VEHICLE_ID}/overrides
.
If you have configured a retail or trade price override that applies to a price prediction, the overridden price will be returned instead of the AutoGrab valuation. This will bypass any price adjustments that you may have configured, and the response payload will indicate this with the {overridden: true}
flag.
Retail price overrides will impact the predicted trade price in the same way that retail price adjustments impact the trade-price - unless you have configured a trade price override. Suppose you have both a trade override and a retail override. In that case, the two overridden prices will be returned without pre-processing (except for calculating condition scores, if applicable - see below).
Below is an example price prediction payload where price adjustments and price overrides have been configured. In this example, the retail price adjustment has been overridden by the retail price override, and the trade price adjustment has been applied.
Value a vehicle using an AutoGrab ID
request body
The AutoGrab Vehicle ID which corresponds to the vehicle that should be valued
The odometer reading of the vehicle. If no reading is provided, the average value will be subsituted
The registration plate of the vehicle, for reference purposes only
The registration state of the vehicle, if applicable
The VIN of the vehicle, for reference purposes only
Success
The unique pricing record ID
The Vehicle ID of the vehicle that was priced
The date when the preidction was made
The odometer reading that the valuation is based off. This is usually the same as the input provided, but if no odometer reading was specified, the average reading for the vehicle provided will be used instead.
The predicted retail price
The pricing confidence score. This indicates the estimated degree of accuracy for the price prediction.
The predicted retail price
The predicted trade price
If the adjustment is enabled, it will be applied to new pricing requests for the vehicle id
Either a percentage of a total or a fixed value
The value
Determines if the value is a percentage of a total value or a fixed amount
Either a percentage of a total or a fixed value
The value
Determines if the value is a percentage of a total value or a fixed amount
If a price request falls within the kilometer ranges of any of your trade price overrides, your custom price will be returned instead of the adjusted AutoGrab trade price
A unique ID that identifies the price override
The minimum odometer reading that this override will apply at
The maximum odometer reading that this override will apply at
The trade price override, if applicable
The retail price override, if applicable
The granularity of the price adjustment. Vehicle price adjustments are applied to the whole vehicle and set using /valuations/adjustments, whereas pricing_record adjustments are set for a specific record using /valuations/history.
The predicted lower retail price bound
The predicted upper retail price bound
The predicted lower trade price bound
The predicted upper trade price bound