Market Overlay
Get a view of the market as it relates to a specific vehicle.
Market Overlay API
Example
curl 'https://api.autograb.com.au/v2/sourcing/market_overlay/{VEHICLE_ID}?region=nz' \
-H 'ApiKey: {API_KEY}'{
"success": true,
"sample_size": 9,
"days_checked": 100,
"outlier_count": 0,
"avg_days_to_sell": 9.771373972800927,
"leads": [
{
"id": "20266890-4091-4353-b5ba-ca335ce76b2d",
"vehicle_id": "5233518187642880",
"year": 2010,
"release_year": 2010,
"release_month": 1,
"listed_at": "2024-05-06T14:42:45.646Z",
"removed_at": "2024-05-12T01:06:15.367Z",
"seller_type": "dealer",
"color": "Black",
"state": "AUK",
"tag_ids": [
"nz_new"
],
"price": 11880,
"drive_away_price": null,
"price_before_govt_charges": 11880,
"price_includes_govt_charges": false,
"kms": 30933,
"listing_sources": [
"autotrader.co.nz"
],
"listing_url": "https://www.autotrader.co.nz/used-cars-for-sale/volkswagen/polo/781308",
"is_outlier": false
},Request Parameters
Name
Description
Was this helpful?