Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 2.74 KB

File metadata and controls

34 lines (30 loc) · 2.74 KB

Listing

Properties

Name Type Description Notes
id string Unique identifier representing a specific listing from the Marketcheck database [optional]
heading string Listing heading [optional]
vin string VIN for the car [optional]
stock_no string Stock no of the car [optional]
price string Asking price for the car [optional]
msrp string MSRP for the car [optional]
miles string Odometer reading / reported miles usage for the car [optional]
inventory_type string Inventory type of car [optional]
scraped_at_date float Listing first seen at first scraped date [optional]
first_seen_at float Listing first seen at first scraped timestamp [optional]
first_seen_at_date string Listing first seen at first scraped date [optional]
vdp_url string Vehicle Details Page url of the specific car [optional]
source string Source domain of the listing [optional]
is_certified int Flag indicating whether the car is Certified [optional]
dom float Days on Market value for the car based on current and historical listings found in the Marketcheck database for this car [optional]
dom_180 float Days on Market value for the car based on current and last 6 month listings found in the Marketcheck database for this car [optional]
dom_active float Days on Market value for the car based on current and last 30 days listings found in the Marketcheck database for this car [optional]
seller_type string Seller type for the car [optional]
last_seen_at float Listing last seen at (most recent) timestamp [optional]
last_seen_at_date string Listing last seen at (most recent) date [optional]
build \marketcheck\api\sdk\Model\Build Build / Specifications attributes [optional]
media \marketcheck\api\sdk\Model\ListingMedia Car Media Attributes - main photo link/url and photo links [optional]
extra \marketcheck\api\sdk\Model\ListingExtraAttributes Extra attributes for the listing - options, features, seller comments etc [optional]
dealer \marketcheck\api\sdk\Model\Dealer [optional]
car_location \marketcheck\api\sdk\Model\Location Car location data. Included only if its a different location to the dealers location [optional]

[Back to Model list] [Back to API list] [Back to README]