I
IntricateFool
How would I go about looking through a list of counties and retrieving all of
the countys' respective zip codes through a web site such as:
http://www.getzips.com
So I would have different territories set up in a reference area (e.g cells
A2:S20 contain a list of counties - column A would containTerritory1,
Territory2, Territory3 -> Territory19 and columns B through S would contain
each territories respective counties). Below (starting in cell A22) I would
like to list out all zip codes, city and state and county names (all data
that is shown from getzips.com) for each of the counties. The script would
look through each county on the getzips.com website and output all zip codes
for every county listed in the reference area.
So if I wanted to lookup "bucks" county "pennsylvania" I could do so by
following:
http://www.getzips.com/CGI-BIN/ziplook.exe?What=3&County=bucks&State=PA&Submit=Look+It+Up
What would be the easiest way to go about doing this? I have several
thousand counties that I would need this information for and I know this is
possible with a script... Just not sure how to even begin.
Please help!
the countys' respective zip codes through a web site such as:
http://www.getzips.com
So I would have different territories set up in a reference area (e.g cells
A2:S20 contain a list of counties - column A would containTerritory1,
Territory2, Territory3 -> Territory19 and columns B through S would contain
each territories respective counties). Below (starting in cell A22) I would
like to list out all zip codes, city and state and county names (all data
that is shown from getzips.com) for each of the counties. The script would
look through each county on the getzips.com website and output all zip codes
for every county listed in the reference area.
So if I wanted to lookup "bucks" county "pennsylvania" I could do so by
following:
http://www.getzips.com/CGI-BIN/ziplook.exe?What=3&County=bucks&State=PA&Submit=Look+It+Up
What would be the easiest way to go about doing this? I have several
thousand counties that I would need this information for and I know this is
possible with a script... Just not sure how to even begin.
Please help!