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

Get sales count by make, model, year, trim or taxonomy vin

GET
/sales/car
Cars Market API
Get a sales count for city, state or national level by make, model, year, trim or taxonomy vin
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://marketcheck-prod.apigee.net/v2/sales/car'
Response Response Example
200 - Example 1
{
    "city": "string",
    "counts": 0,
    "cpo": 0,
    "dom_stats": {
        "absolute_mean_deviation": 0,
        "iqr": 0,
        "mean": 0,
        "median": 0,
        "population_standard_deviation": 0,
        "standard_deviation": 0,
        "trimmed_mean": 0,
        "variance": 0,
        "weighted_mean": 0
    },
    "inventory_type": "string",
    "make": "string",
    "miles_stats": {
        "absolute_mean_deviation": 0,
        "iqr": 0,
        "mean": 0,
        "median": 0,
        "population_standard_deviation": 0,
        "standard_deviation": 0,
        "trimmed_mean": 0,
        "variance": 0,
        "weighted_mean": 0
    },
    "model": "string",
    "non-cpo": 0,
    "price_stats": {
        "absolute_mean_deviation": 0,
        "iqr": 0,
        "mean": 0,
        "median": 0,
        "population_standard_deviation": 0,
        "standard_deviation": 0,
        "trimmed_mean": 0,
        "variance": 0,
        "weighted_mean": 0
    },
    "state": "string",
    "taxonomy_vin": "string",
    "trim": "string",
    "year": "string"
}

Request

Query Params
api_key
string 
optional
The API Authentication Key. Mandatory with all API calls.
car_type
string 
optional
Inventory type for which sales count is to be searched, default is used
make
string 
optional
Make for which sales count is to be searched
mm
string 
optional
Make-Model for which sales count is to be searched, pipe seperated like mm=ford|f-150
ymm
string 
optional
Year-Make-Model for which sales count is to be searched, pipe seperated like ymm=2015|ford|f-150
ymmt
string 
optional
Year-Make-Model-Trim for which sales count is to be searched, pipe seperated like ymmt=2015|ford|f-150|platinum
taxonomy_vin
string 
optional
taxonomy_vin for which sales count is to be searched
state
string 
optional
State level sales count
city_state
string 
optional
City level sales count, pipe seperated like city_state=jacksonville|FL
vin
string 
optional
VIN that will be transformed to taxonomy_vin
country
string 
optional
Country for which the sales records are to be searched

Responses

🟢200Sales count for given parameters
application/json
Body
Sales count query response
city
string 
optional
City
counts
integer 
optional
Sales count
cpo
integer 
optional
cpo sales count
dom_stats
object (SalesStats) 
optional
Sales stats response
absolute_mean_deviation
number 
optional
absolute_mean_deviation
iqr
number 
optional
iqr
mean
number 
optional
mean
median
number 
optional
median
population_standard_deviation
number 
optional
population_standard_deviation
standard_deviation
number 
optional
standard_deviation
trimmed_mean
number 
optional
trimmed_mean
variance
number 
optional
variance
weighted_mean
number 
optional
weighted_mean
inventory_type
string 
optional
inventory_type
make
string 
optional
Make
miles_stats
object (SalesStats) 
optional
Sales stats response
model
string 
optional
model
non-cpo
integer 
optional
Non-cpo sales count
price_stats
object (SalesStats) 
optional
Sales stats response
state
string 
optional
State
taxonomy_vin
string 
optional
taxonomy_vin
trim
string 
optional
trim
year
string 
optional
year
🔴500Error
Modified at 2023-08-15 07:36:55
Previous
Predict car price for UK based on it's specifications
Next
Price, Miles and Days on Market stats
Built with