Market Overlay
Get a view of the market as it relates to a specific vehicle.
The Sourcing API allows you to access lead and listing data from a variety of used car marketplaces.
This API requires authentication and an appropriate license attached to it.
Market Overlay API
When viewing a lead on the web app, a view of similar leads that are currently listed for sale or recently sold is available on the side of the page (the 'Market Overlay'). The Market Overlay API gives you programmatic access to this data, enabling you to show price justifications or re-create our market comparison view for your own purposes.
To access a Market Overlay, you will need to specify a Vehicle ID to search for relevant listings. To retrieve a Vehicle ID, use any of the Vehicle Search APIs.
When retrieving market data for an Vehicle ID, a best-effort attempt is made to find at least four listings. This search begins by looking at the latest 60 days, and if there is not enough data in this time period, another 10 days of data is added until the minimum quota of four is reached.
If you would like a larger sample of market data, you can specify a minimum_days
value, and this will override the default minimum of 60 days.
Example
To perform an example request:
An example payload is included below, although only the first lead is shown to save space:
Request Parameters
Features
Passing option feature parameters can enhance the market overlay. You can request a single feature or combine them to enrich your responses. Your sales representative must enable a unique permission for each feature.
Dealer Contact Details
This feature will deliver the contact details of the advertising dealership as per the listing. Use features=dealer_contact_details
Lead Starting Price
This feature will deliver the initial price the lead was advertised at. Use features=lead_starting_price
Lead Price Drops
This feature will deliver the count of times the price has been dropped. If you would like to know what each drop (or increase) was consider the Vehicle History endpoint. Use features=lead_price_drops
Vehicle RRP
This feature will deliver the RRP of the vehicle when it was new according to our vehicle data catalogue, the same data and more is available via our Specifications endpoint. Use features=vehicle_rrp
All Listing URLs
This feature will deliver the listing URLs related to the lead across all sites it is listed on. Use features=listing_urls
Primary Cover Image
This feature will deliver the cover image for each record where available. Each image is stored for 90 days after delisting. Use features=cover_image
All Images
This feature will deliver all primary images for each record where available. Each image is stored for 90 days after delisting. Use features=all_images
Primary Listing Description
This feature will deliver the primary listing description for each record where available. Use features=primary_description
Registration Plate
This feature will deliver the vehicle's registration plate in the market overlay payload. Use features=rego
VIN
This feature will deliver the vehicle's VIN in the market overlay payload. Use features=VIN
Stock Number
This feature will deliver the vehicle's stock number in the market overlay payload. Use features=stock_no
Average Kms
This feature will deliver the average kms and average odometer of the overlay calculated for you in the response. Use features=avg_kms
Average Price
This feature will deliver the average price of the overlay calculated for you in the response. Use features=avg_price
Last updated