I want to be able to transfer an online phone book to an excel file.
Lets say I want to use 411.com and look up Main st in buffalo. I use the reverse lookup to get all the residents on the street. But i dont feel like typing them into an excel file one by one, is there an easy way to put them into excel?
btw I need them broken up by name, address, city, zip, and phone number.
It cant be one Column with all the info, it needs to be broken up.
The specifically code it to make it difficult because they don’t want people using their database without visiting their site and seeing their ads. If you view the page source (Click on view, Page Source in FF, or View, Source in IE) the data would be pretty easy to parse out programatically…
Parsing html from that site would be tricky. It would take a while to write a program to do it. If you are just looking for a list of valid addresses, try http://zip4.usps.com/zip4/welcome.jsp. Enter a street name, city, and state and it will give you the range of addresses on that street. You can address the mailing “Current Resident”.