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=au' \
-H 'ApiKey: {API_KEY}'{
"success": true,
"sample_size": 56,
"days_checked": 60,
"leads": [
{
"id": "nz_autotraderconz_442876",
"vehicle_id": "4926722097020928",
"year": 2012,
"release_year": 2011,
"release_month": 8,
"listed_at": "2022-08-11T10:22:07.072Z",
"removed_at": "2022-09-20T10:22:07.072Z",
"seller_type": "dealer",
"color": "Red",
"state": "VIC",
"tag_ids": [
"writeoff",
"damaged"
],
"price": 15000,
"kms": 30000,
"listing_sources": [
"carsales.com.au",
"autotrader.com.au"
]
}
]
}Request Parameters
Name
Description
Features
Dealer Contact Details
Lead Starting Price
Lead Price Drops
Vehicle RRP
All Listing URLs
Primary Cover Image
All Images
Primary Listing Description
Registration Plate
VIN
Stock Number
Average Kms
Average Price
Was this helpful?