Used by:
We make it easy to perform analysis of automotive trends at any scale.
See what's happening in your market in near real time with sales, supply and listing data.
Data on over 750M vehicles and 40k dealerships.
Access historical listing data from 2016 to yesterday.
Get Started Now API Documentation
{
"brandName": "Ford",
"modelName": null,
"regionName": "REDACTED",
"condition": "new",
"msg": null,
"cacheTimeLimit": 600,
"data": [
{
"numSold": "369",
"brandName": "ford",
"dateSold": "2020-06-30"
},
{
"numSold": "244",
"brandName": "ford",
"dateSold": "2020-06-29"
},
{
"numSold": "266",
"brandName": "ford",
"dateSold": "2020-06-28"
},
{
"numSold": "318",
"brandName": "ford",
"dateSold": "2020-06-27"
},
{
"numSold": "292",
"brandName": "ford",
"dateSold": "2020-06-26"
},
{
"numSold": "215",
"brandName": "ford",
"dateSold": "2020-06-25"
},
{
"numSold": "281",
"brandName": "ford",
"dateSold": "2020-06-24"
},
{
"numSold": "288",
"brandName": "ford",
"dateSold": "2020-06-23"
},
{
"numSold": "189",
"brandName": "ford",
"dateSold": "2020-06-22"
},
{
"numSold": "195",
"brandName": "ford",
"dateSold": "2020-06-21"
},
{
"numSold": "222",
"brandName": "ford",
"dateSold": "2020-06-20"
},
{
"numSold": "293",
"brandName": "ford",
"dateSold": "2020-06-19"
},
{
"numSold": "270",
"brandName": "ford",
"dateSold": "2020-06-18"
},
{
"numSold": "287",
"brandName": "ford",
"dateSold": "2020-06-17"
},
{
"numSold": "239",
"brandName": "ford",
"dateSold": "2020-06-16"
},
{
"numSold": "193",
"brandName": "ford",
"dateSold": "2020-06-15"
},
{
"numSold": "159",
"brandName": "ford",
"dateSold": "2020-06-14"
},
{
"numSold": "253",
"brandName": "ford",
"dateSold": "2020-06-13"
},
{
"numSold": "252",
"brandName": "ford",
"dateSold": "2020-06-12"
},
{
"numSold": "209",
"brandName": "ford",
"dateSold": "2020-06-11"
},
{
"numSold": "339",
"brandName": "ford",
"dateSold": "2020-06-10"
},
{
"numSold": "242",
"brandName": "ford",
"dateSold": "2020-06-09"
},
{
"numSold": "145",
"brandName": "ford",
"dateSold": "2020-06-08"
},
{
"numSold": "202",
"brandName": "ford",
"dateSold": "2020-06-07"
},
{
"numSold": "191",
"brandName": "ford",
"dateSold": "2020-06-06"
},
{
"numSold": "206",
"brandName": "ford",
"dateSold": "2020-06-05"
},
{
"numSold": "209",
"brandName": "ford",
"dateSold": "2020-06-04"
},
{
"numSold": "233",
"brandName": "ford",
"dateSold": "2020-06-03"
},
{
"numSold": "284",
"brandName": "ford",
"dateSold": "2020-06-02"
},
{
"numSold": "292",
"brandName": "ford",
"dateSold": "2020-06-01"
}
]
}
Proactively discover changes in your market as they happen by monitoring vehicle sales at a brand, model, or VIN level.
Get reports on vehicle Sales, Supply, Pricing, Velocity, and Recall data covering all 50 states and over 750 million vehicles. You can quickly incorporate existing endpoint reporting or make custom reports from raw listing data.
Get my market data now.You can easilly pull the above sales data with the following code snipits after getting your API Keys. Our dozens of endpoints with exstensive API documentation and use case examples help to get you started fast.
Curl
curl -X GET "https://api.AutoDealerData.com/regionSales?jwt={JWT}&brandName=Ford®ionName=Your_Region&month=2020-06-01"
Python
from cisapi import CisApi
import json
api=CisApi()
resp=api.regionSales(brandName="Ford", regionName="Your_Region", month="2020-06-01")
print(json.dumps(resp, indent=4, separators=(',', ': ')))
Javascript
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/cisapi/cis-api-js/cisapi.min.js"></script>
<script>
var onSuccessFunc = function (data) { console.log(data); }
var onFailFunc = function (data) { }
cisapi.regionSales("Ford", "Your_Region", "2020-06-01", onSuccessFunc, onFailFunc);
</script>
Take advantage of our extensive documentation, use case examples, and code templates to easilly add our automotive data to your front-end and back-end applications.
Our dozens of existing endpoints support many different applications out of the box, while retaining the flexibility to quickly be adapted to new workloads and tasks.
Requests can be made from your own server infrastructure or offloaded onto clients in a highly scalable manner.
We also offer bulk datasets for offline analytics tasks.
Try our Serverless Dashboard Demo API DocumentationOur API is available with multiple plans that scale to your usage with no long term commitments required. You can upgrade or downgrade your plan at any time.
We offer bulk discounts for customers requiring a large dataset or high call volumes.
See PricingWith access to the combined sales data of 40k dealerships, over 750M vehicles, and their sales sales data you can do in depth large scale historical analysis and regressions.
Our listing data is available as far back as 2016 and as recently as yesterday. Our dozens of endpoints make it easy to pull years of historical data on millions of vehicles for specific models, brands, regions, and cities.
We make it easy to perform large scale analysis of automotive trends and have several public blog posts exploring them with example code.
Compare how long a competitor takes to sell a car, predict a dealership's sales using machine learning, or discover hidden dealer relationships via trades and wholesales in an instant.
See more examples API DocumentationGetting the data you need is as easy as going to a website. Usable from your desktop, tablet, or phone.
Go back in time to see how see how different dealerships performed. See how a store's opening or closing affected dealerships around them.