Report
Anyone know if something like this exists, i am looking to determine the value of cars in a large dataset, given input params such as make/model/year/etc.
I know edmunds API used to exist. Can't find any other alternatives.
#ask-ih
I know this is an old post, but if anyone is still looking for the same solution, you can try https://vehicledatabases.com/vehicle-specifications-api/ Vehicle Databases API. We pull all vehicle data based on USA and UK.
I usually prefer Kaggle for web scraping, but it is not working for you then you should consider different options. First of all, it is better to visit RapidAPI, and I hope you would find a related dataset there. However, I can also suggest to you the following sources that could offer the finest vehicle datasets, especially if you are looking for US-based cars.
Have a look:
https://www.back4app.com/database/back4app/car-make-model-dataset - Here, you can fetch the US car datasets in different frameworks.
https://www.programmableweb.com/news/12-top-auto-apis/brief/2019/10/07 - I have used this dataset for car imagery API, and I hope it would work for you.
https://www.thedataplanet.com/databases/autoparts-database.html - It could be the best data source if you entire data about the auto parts, models, images and brands. Yes, it is going to be a reliable dataset.
https://www.teoalida.com/cardatabase/api/ - This is also a very reliable source to fetch car datasets, but it only provides data till 2016.
Hi! I think the CarsXE API can help you with this exactly: https://api.carsxe.com/
Try programmableweb
https://www.programmableweb.com/category/all/apis?keyword=cars
This comment was deleted 4 years ago.