Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

database for vehicle makes and models

Status
Not open for further replies.

csutton

Programmer
Joined
Dec 27, 2000
Messages
213
Location
US
Hey everyone,

I was hoping maybe someone in here could lend a hand. I'm trying to locate a database that is populated with information for all vehicle makes and models. I need to add this type of search to a website, so I was curious if anyone knows where this information may reside.

I'm not looking for vehicle values or anything like that, just a database with a list of manufacturers and the makes, years, styles, etc

Thanks

Chris Sutton
 
try searching for "automotive web service" or "automotive api" or something along those lines.

you could check if carfax or a similar site has an API to access this kind of infomration. example: you pass the make, model and year and it returns a list of results.

there may be a fee for this kind of access though. this type of information is very profitable.

I would adive you not to populate your database with all this information. 1. it's alot of data that someone else is providing for you. 2. you would need to run regular maintainence routines to stay current.

Jason Meckley
Programmer
Specialty Bakers, Inc.
 
Thanks Jason... I tried these searches, however nothing is really coming up that is relevant...

I don't mind paying for it for the most part, but I'd like to find a list.. similar to those services that offer zip code products...

thanks again

Chris Sutton
 
Alternatively, look at the source code for an existing site that provides this functionality.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Well that was my other option.. and was looking to do that but I was hoping for something that is subscription based and/or updated properly...

Chris Sutton
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top