Marketcheck APIs
  1. Cars Market API
Marketcheck APIs
  • Car Search
    • Get dealers active inventory
      GET
    • Listing by id
      GET
    • Long text Listings attributes for Listing with the given id
      GET
    • Listing media by id
      GET
    • Listing by id
      GET
    • Long text Listings attributes for Listing with the given id
      GET
    • Listing media by id
      GET
    • Listing by id
      GET
    • Long text Listings attributes for Listing with the given id
      GET
    • Listing media by id
      GET
    • Listing by id
      GET
    • Long text Listings attributes for Listing with the given id
      GET
    • Listing media by id
      GET
    • Gets active car listings for the given search criteria
      GET
    • Gets active auction car listings for the given search criteria
      GET
    • API for auto-completion of inputs
      GET
    • Gets active private party car listings for the given search criteria
      GET
    • Gets Recent car listings for the given search criteria
      GET
    • Gets active car listings in UK for the given search criteria
      GET
    • Gets Recent UK car listings for the given search criteria
      GET
  • Recall Search
    • Recall info by vin
      GET
  • CRM Cleanse API
    • CRM check of a particular vin
  • Dealer API
    • Dealer by id
    • Dealer by id
    • Dealer by id
    • Dealer by id
    • Dealer by id
    • Find car dealers around
    • Find car dealers around
    • Find car dealers around
    • Find car dealers around
    • Find car dealers around
  • VIN Decoder API
    • EPI VIN Decoder
    • NeoVIN Decoder
    • VIN Decoder
    • API for auto-completion of inputs based on taxonomy
    • API for getting terms from taxonomy
  • Cars History API
    • Get a cars online listing history
    • Get a cars online listing history
  • Car Cached Image
    • Fetch cached image
  • Heavy Equipment Search
    • Heavy equipment listing by id
    • Long text Heavy equipment Listings attributes for Listing with the given id
    • Listing media by id
    • Gets active heavy equipment listings for the given search criteria
    • API for auto-completion of inputs
  • Motorcycle Search
    • Motorcycle listing by id
    • Long text Motorcycle Listings attributes for Listing with the given id
    • Motorcycle listing media by id
    • Gets active motorcycle listings for the given search criteria
    • API for auto-completion of inputs
  • RV Search
    • RV listing by id
    • Long text RV Listings attributes for Listing with the given id
    • Listing media by id
    • RV listing by id
    • Long text RV Listings attributes for Listing with the given id
    • Listing media by id
    • Gets active RV listings for the given search criteria
    • API for auto-completion of inputs
    • Gets active RV listings for the given search criteria
  • Cars Market API
    • Market Days Supply
      GET
    • Get make model wise top 50 popular cars on national, state, city level
      GET
    • Predict car price based on it's specifications
      GET
    • Predict fare value of car for UK based on YMMT & miles
      GET
    • Predict car price for UK based on it's specifications
      GET
    • Get sales count by make, model, year, trim or taxonomy vin
      GET
    • Price, Miles and Days on Market stats
      GET
  • Rank Car Listings
    • Compute relative rank for car listings.
    • Compute relative rank for car listings.
  • OEM Incentive Search
    • Gets oem incentive listings for the given search criteria
  • client filters
    • get client filters
    • set client filters
  1. Cars Market API

Predict car price for UK based on it's specifications

GET
/predict/car/uk/price
Cars Market API
Predict car price for UK based on it's specifications
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://marketcheck-prod.apigee.net/v2/predict/car/uk/price'
Response Response Example
200 - Example 1
{
    "predicted_price": 37998,
    "price_range": {
        "lower_bound": 32913,
        "upper_bound": 44358
    },
    "specs": {
        "base_exterior_color": "Black",
        "base_interior_color": "Brown",
        "carfax_1_owner": false,
        "carfax_clean_title": false,
        "city_mpg": 18,
        "cylinders": 6,
        "doors": 4,
        "drivetrain": "4WD",
        "engine_block": "V",
        "engine_size": 2.7,
        "highway_mpg": 23,
        "is_certified": false,
        "latitude": 44.71164,
        "longitude": -92.851607,
        "make": "ford",
        "miles": 28741,
        "model": "f-150",
        "transmission": "Automatic",
        "trim": "xlt",
        "year": 2018
    }
}

Request

Query Params
api_key
string 
optional
The API Authentication Key. Mandatory with all API calls.
vrm
string 
optional
Predict price for a VRM
year
integer 
optional
Car manufacturing year
make
string 
optional
Car's make
model
string 
optional
Car's model
trim
string 
optional
Car's trim
base_exterior_color
string 
optional
Base exterior color of the car
transmission
string 
optional
Transmission on the car
drivetrain
string 
optional
Drivetrain on the car
engine_size
number 
optional
Engine Size of the car
cylinders
integer 
optional
Number of cylinders in the vehicle
doors
integer 
optional
Number of doors in the vehicle
fuel_type
string 
optional
Fuel type of the car
highway_mpg
number 
optional
Highway mileage
city_mpg
number 
optional
City mileage of the car
combined_mpg
number 
optional
Combiined mileage of the car
latitude
number 
optional
Latitude component of the location
longitude
number 
optional
Longitude component of the location
miles
integer 
optional
miles vehicle has driven in total
zip
string 
optional
Location zip

Responses

🟢200Predicted price of the car along with it's specifications
application/json
Body
Predicted price of a car
predicted_price
integer 
optional
Actual predicted price of a car
price_range
object 
optional
Price range around the predicted price, estimating the error in predicted price
lower_bound
integer 
optional
Lower bound
upper_bound
integer 
optional
Upper bound
specs
object (PredictedSpecs) 
optional
Specs of predicted vehicle
Example:
{"base_exterior_color":"Black","base_interior_color":"Brown","carfax_1_owner":false,"carfax_clean_title":false,"city_mpg":18,"cylinders":6,"doors":4,"drivetrain":"4WD","engine_block":"V","engine_size":2.7,"highway_mpg":23,"is_certified":false,"latitude":44.71164,"longitude":-92.851607,"make":"ford","miles":28741,"model":"f-150","transmission":"Automatic","trim":"xlt","year":2018}
base_exterior_color
string 
optional
Base exterior color of vehicle
base_interior_color
string 
optional
base interior color of vehicle
carfax_1_owner
boolean 
optional
Indicates whether car has had only one owner or not
carfax_clean_title
boolean 
optional
Indicates whether car has clean ownership records
city_mpg
number <double>
optional
City mileage
cylinders
integer 
optional
Number of cylinders
doors
integer 
optional
Number of doors
drivetrain
string 
optional
Drivetrain of the vehicle
engine_block
string 
optional
Engine block of the vehicle
engine_size
number <double>
optional
Engine size
highway_mpg
number <double>
optional
Highway mileage
is_certified
boolean 
optional
Certified vehicle
latitude
number <double>
optional
Latutide for the vehicle location
longitude
number <double>
optional
Longitude for the vehicle location
make
string 
optional
make
miles
integer 
optional
Miles
model
string 
optional
model
transmission
string 
optional
transmission
trim
string 
optional
trim
year
integer 
optional
year
🔴500Error
Modified at 2023-08-15 07:36:54
Previous
Predict fare value of car for UK based on YMMT & miles
Next
Get sales count by make, model, year, trim or taxonomy vin
Built with