Search Vehicle Listings
Get comprehensive vehicle listings from U.S. physical & online dealers. Returns an array of listings with detailed vehicle information, dealership data, specifications, and market pricing.
Use your API key in the Authorization header: Authorization: Bearer YOUR_API_KEY
In: header
Query Parameters
Page number to retrieve (starting from 1)
1
Number of listings to return per page (1-100)
100
1 <= value <= 100
Sort criteria
""
"" | "price.asc" | "price.desc" | "year.asc" | "year.desc" | "mileage.asc" | "mileage.desc"
The year of the vehicle. Use specific year (2018) or range (2018-2020)
""
Vehicle manufacturer. Use comma for multiple: Ford,Chevrolet
""
Vehicle model. Use comma for multiple: F-150,Silverado
""
Trim level. Use comma for multiple: XLT,LT
""
Body style. Use comma for multiple: sedan,coupe
""
Engine size. Use comma for multiple: 2.0L,3.5L
""
Transmission type. Use comma for multiple: automatic,manual
""
Exterior color. Use comma for multiple: white,black
""
Exterior color. Use comma for multiple: white,black
""
Number of doors (2, 4, 5)
0
Vehicle price. Use range: 10000-20000
""
State where vehicle is located (e.g., CA)
""
Vehicle mileage. Use range: 10000-20000
""
Response Body
curl -X GET "https://api.auto.dev/listings?page=1&limit=100&sort=&vehicle.year=&vehicle.make=&vehicle.model=&vehicle.trim=&vehicle.bodyStyle=&vehicle.engine=&vehicle.transmission=&vehicle.interiorColor=&vehicle.exteriorColor=&vehicle.doors=0&retailListing.price=&retailListing.state=&retailListing.miles="
{
"data": [
{
"@id": "https://api.auto.dev/listings/10ARJYBS7RC154562",
"vin": "10ARJYBS7RC154562",
"location": [
-77.0334,
40.2476
],
"online": true,
"vehicle": {
"vin": "10ARJYBS7RC154562",
"squishVin": "10ARJYBSRC",
"year": 2024,
"make": "Jeep",
"model": "Grand Cherokee",
"trim": "4xe",
"drivetrain": "4WD",
"engine": "Plug-In Hybrid",
"fuel": "Plug-In Hybrid",
"transmission": "Automatic",
"confidence": 0.005,
"doors": 4,
"seats": 5
},
"wholesaleListing": null,
"retailListing": {
"vdp": "http://details.vast.com/details/cars/...",
"price": 0,
"used": false,
"cpo": false,
"carfaxUrl": "https://www.carfax.com/VehicleHistory/p/Report.cfx?vin=10ARJYBS7RC154562&partner=FRD_2",
"dealer": "Faulkner Dodge Ram Mechanicsburg New",
"city": "Mechanicsburg",
"state": "PA",
"zip": "17050",
"primaryImage": "https://retail.photos.vin/10ARJYBS7RC154562-1.jpg",
"photoCount": 1
},
"history": null
}
]
}