Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dataset - Vehicle make/model/year (free) [closed]

Tags:

database

I am creating an app that needs all available US automotive make/models for each year. I have read several suggestions on other posts, like use Freebase or DbPedia or EPA, but those datasets all appear rather incomplete and inconsistent. I checked out open APIs like Edmond's, but they restrict storing their data - I need it in my db, so that doesn't work. Any suggestions where I can get this data without having to shell out money?

like image 675
Nate Barr Avatar asked Jun 23 '12 18:06

Nate Barr


2 Answers

Apparently there is not much out there. And a lot of doubt that someone would be willing to provide such a repository. So I solved the problem myself, and am sharing my dataset with anyone else who finds themselves facing the same problem.

https://github.com/n8barr/automotive-model-year-data

like image 71
Nate Barr Avatar answered Sep 18 '22 17:09

Nate Barr


These guys have an API that will give the results. It's also free to use.

http://www.carqueryapi.com

Note: they also provide data source download in xls or sql format at a premium price. but these data also provides technical specifications for all the make model and trim options.

like image 40
Chris Avatar answered Sep 19 '22 17:09

Chris