Market Overlay

Get the leads used to justify pricing for a given AutoGrab Vehicle ID.

Get market overlay data for a vehicle

get

Get the leads used to justify pricing for a given Vehicle ID

Path parameters
vehicle_idstringRequired

ID of the vehicle you are requesting a market overlay on

Query parameters
minimum_daysintegerOptional

The minimum number of days to show listings for (default 60)

Example: 60
include_adjacent_yearsbooleanOptional

If enabled, vehicles that were manufactured up to one year before and one year after your chosen vehicle will also be included in the results

Default: false
exclude_outliersbooleanOptional

If enabled, leads that are considered outliers will be excluded from the results

Default: false
exclude_all_delistedbooleanOptional

If enabled, leads that are not currently on the market will be excluded from the results

Default: false
include_all_activebooleanOptional

If enabled, all listings that are currently on the market will be returned

Default: false
include_trashbooleanOptional

If enabled, leads that are considered trash, written off, damaged, or missing details will be included in the results

Default: false
featuresstringOptional

Comma separated array of additional overlay feature codes

Example: dealer_contact_details,lead_starting_price
odometer_range_minintegerOptional

The minimum range observed against similar vehicles

Example: 50000
odometer_range_maxintegerOptional

The maximum range observed against similar vehicles

Example: 100000
reference_idstringOptional

An optional reference id which will be stored against usage records if supplied

Example: MY_REFERENCE_123
Responses
chevron-right
200

Market Overlay Response

application/json
get
/v1/vehicles/market-overlay/{vehicle_id}

Last updated