Querying website(s) for dealer location data

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm interesed in developing a database that would contain the business name,
street address 1, City, State, Country, Telephone, Fax, Email and Website
information. I want to obtain this information via various manufacturers
websites dealer lookup which utilize a zipcode lookup utiilty. How can I
generate a routine that would query the website form with a preexisting
listing of U.S. zipcodes and record the results into a text file, database
table, etc.
 
Hi,
the task is too general. there are plenty way to retrive data from web, you
can for example import a text/html or consume a web service. i think a
website should provide some info about this
 
Back
Top