MarketCheck · JSON-LD Context
Marketcheck Context
JSON-LD context defining the semantic vocabulary for Marketcheck from MarketCheck.
9 Classes
68 Properties
4 Namespaces
Namespaces
xsd:
http://www.w3.org/2001/XMLSchema#
schema:
https://schema.org/
mc:
https://www.marketcheck.com/vocab/
auto:
https://auto.schema.org/
Classes
Listing
Vehicle
Dealer
Build
SearchResponse
HistoricalListing
MarketDaysSupply
id
type
Properties
| Property | Type | Container |
|---|---|---|
| vin | string | |
| heading | string | |
| price | decimal | |
| miles | integer | |
| msrp | decimal | |
| source_url | reference | |
| vdp_url | reference | |
| seller_type | string | |
| car_type | string | |
| scraped_at | integer | |
| last_seen_at | integer | |
| first_seen_at | integer | |
| dom | integer | |
| dom_180 | integer | |
| dom_active | integer | |
| dealer_id | string | |
| stock_no | string | |
| ref_price | decimal | |
| ref_miles | integer | |
| ref_year | integer | |
| build | reference | |
| dealer | reference | |
| year | integer | |
| make | string | |
| model | string | |
| trim | string | |
| body_type | string | |
| vehicle_type | string | |
| transmission | string | |
| drivetrain | string | |
| fuel_type | string | |
| engine | string | |
| engine_size | string | |
| cylinders | integer | |
| doors | integer | |
| made_in | string | |
| highway_fuel_economy | integer | |
| city_fuel_economy | integer | |
| name | string | |
| website | reference | |
| dealer_type | string | |
| zip | string | |
| city | string | |
| state | string | |
| latitude | float | |
| longitude | float | |
| phone | string | |
| franchises | list | |
| num_found | integer | |
| listings | list | |
| stats | ||
| facets | ||
| mds | decimal | |
| supply | integer | |
| sales_per_day | decimal | |
| avg_price | decimal | |
| avg_miles | decimal | |
| avg_dom | decimal | |
| num_listings | integer | |
| photo_links | list | |
| photo_count | integer | |
| html | string | |
| seller_comments | string | |
| options | list | |
| features | list | |
| overall_rating | decimal | |
| item | string | |
| count | integer |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"xsd": "http://www.w3.org/2001/XMLSchema#",
"schema": "https://schema.org/",
"mc": "https://www.marketcheck.com/vocab/",
"auto": "https://auto.schema.org/",
"Listing": "mc:Listing",
"Vehicle": "schema:Vehicle",
"Dealer": "schema:AutoDealer",
"Build": "mc:VehicleBuild",
"SearchResponse": "mc:SearchResponse",
"HistoricalListing": "mc:HistoricalListing",
"MarketDaysSupply": "mc:MarketDaysSupply",
"id": "@id",
"type": "@type",
"vin": {
"@id": "auto:vehicleIdentificationNumber",
"@type": "xsd:string"
},
"heading": {
"@id": "schema:name",
"@type": "xsd:string"
},
"price": {
"@id": "schema:price",
"@type": "xsd:decimal"
},
"miles": {
"@id": "auto:mileageFromOdometer",
"@type": "xsd:integer"
},
"msrp": {
"@id": "auto:vehicleMsrp",
"@type": "xsd:decimal"
},
"source_url": {
"@id": "schema:url",
"@type": "@id"
},
"vdp_url": {
"@id": "mc:vehicleDetailsPageUrl",
"@type": "@id"
},
"seller_type": {
"@id": "mc:sellerType",
"@type": "xsd:string"
},
"car_type": {
"@id": "mc:carType",
"@type": "xsd:string"
},
"scraped_at": {
"@id": "mc:scrapedAt",
"@type": "xsd:integer"
},
"last_seen_at": {
"@id": "mc:lastSeenAt",
"@type": "xsd:integer"
},
"first_seen_at": {
"@id": "mc:firstSeenAt",
"@type": "xsd:integer"
},
"dom": {
"@id": "mc:daysOnMarket",
"@type": "xsd:integer"
},
"dom_180": {
"@id": "mc:daysOnMarket180",
"@type": "xsd:integer"
},
"dom_active": {
"@id": "mc:activeDaysOnMarket",
"@type": "xsd:integer"
},
"dealer_id": {
"@id": "mc:dealerId",
"@type": "xsd:string"
},
"stock_no": {
"@id": "mc:stockNumber",
"@type": "xsd:string"
},
"ref_price": {
"@id": "mc:referencePrice",
"@type": "xsd:decimal"
},
"ref_miles": {
"@id": "mc:referenceMiles",
"@type": "xsd:integer"
},
"ref_year": {
"@id": "mc:referenceYear",
"@type": "xsd:integer"
},
"build": {
"@id": "mc:vehicleBuild",
"@type": "@id"
},
"dealer": {
"@id": "mc:listedByDealer",
"@type": "@id"
},
"year": {
"@id": "auto:modelDate",
"@type": "xsd:integer"
},
"make": {
"@id": "schema:brand",
"@type": "xsd:string"
},
"model": {
"@id": "auto:model",
"@type": "xsd:string"
},
"trim": {
"@id": "auto:vehicleConfiguration",
"@type": "xsd:string"
},
"body_type": {
"@id": "auto:bodyType",
"@type": "xsd:string"
},
"vehicle_type": {
"@id": "mc:vehicleType",
"@type": "xsd:string"
},
"transmission": {
"@id": "auto:vehicleTransmission",
"@type": "xsd:string"
},
"drivetrain": {
"@id": "auto:driveWheelConfiguration",
"@type": "xsd:string"
},
"fuel_type": {
"@id": "auto:fuelType",
"@type": "xsd:string"
},
"engine": {
"@id": "auto:vehicleEngine",
"@type": "xsd:string"
},
"engine_size": {
"@id": "mc:engineDisplacement",
"@type": "xsd:string"
},
"cylinders": {
"@id": "mc:numberOfCylinders",
"@type": "xsd:integer"
},
"doors": {
"@id": "auto:numberOfDoors",
"@type": "xsd:integer"
},
"made_in": {
"@id": "schema:countryOfOrigin",
"@type": "xsd:string"
},
"highway_fuel_economy": {
"@id": "auto:fuelEfficiency",
"@type": "xsd:integer"
},
"city_fuel_economy": {
"@id": "mc:cityFuelEconomy",
"@type": "xsd:integer"
},
"name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"website": {
"@id": "schema:url",
"@type": "@id"
},
"dealer_type": {
"@id": "mc:dealerType",
"@type": "xsd:string"
},
"zip": {
"@id": "schema:postalCode",
"@type": "xsd:string"
},
"city": {
"@id": "schema:addressLocality",
"@type": "xsd:string"
},
"state": {
"@id": "schema:addressRegion",
"@type": "xsd:string"
},
"latitude": {
"@id": "schema:latitude",
"@type": "xsd:float"
},
"longitude": {
"@id": "schema:longitude",
"@type": "xsd:float"
},
"phone": {
"@id": "schema:telephone",
"@type": "xsd:string"
},
"franchises": {
"@id": "mc:dealerFranchises",
"@container": "@list"
},
"num_found": {
"@id": "mc:totalResults",
"@type": "xsd:integer"
},
"listings": {
"@id": "mc:listings",
"@container": "@list"
},
"stats": {
"@id": "mc:searchStatistics"
},
"facets": {
"@id": "mc:searchFacets"
},
"mds": {
"@id": "mc:marketDaysSupply",
"@type": "xsd:decimal"
},
"supply": {
"@id": "mc:supplyCount",
"@type": "xsd:integer"
},
"sales_per_day": {
"@id": "mc:salesPerDay",
"@type": "xsd:decimal"
},
"avg_price": {
"@id": "mc:averagePrice",
"@type": "xsd:decimal"
},
"avg_miles": {
"@id": "mc:averageMileage",
"@type": "xsd:decimal"
},
"avg_dom": {
"@id": "mc:averageDaysOnMarket",
"@type": "xsd:decimal"
},
"num_listings": {
"@id": "mc:listingCount",
"@type": "xsd:integer"
},
"photo_links": {
"@id": "mc:photoUrls",
"@container": "@list"
},
"photo_count": {
"@id": "mc:photoCount",
"@type": "xsd:integer"
},
"html": {
"@id": "mc:cachedHtml",
"@type": "xsd:string"
},
"seller_comments": {
"@id": "mc:sellerComments",
"@type": "xsd:string"
},
"options": {
"@id": "mc:vehicleOptions",
"@container": "@list"
},
"features": {
"@id": "mc:vehicleFeatures",
"@container": "@list"
},
"overall_rating": {
"@id": "schema:ratingValue",
"@type": "xsd:decimal"
},
"item": {
"@id": "mc:facetValue",
"@type": "xsd:string"
},
"count": {
"@id": "mc:facetCount",
"@type": "xsd:integer"
}
}
}