Many sites requiring the user to input a zip code when performing a search. For example, when searching for car listings, a site will ask for the zip code where you would like to find a car (and perhaps distance from the entered zip code that would be acceptable). The follow script is designed to iterate through a set of input files, which each contain a list of zip codes for that state. The input files in this case are located within a folder named "input" in the screen-scraper directory. The files are named in the format "zips_CA", for example, which would contain California's zip codes.
| Attachment | Size |
|---|---|
| zips_AL.csv | 5.73 KB |
| zips_AR.csv | 4.16 KB |
| zips_AZ.csv | 3.03 KB |
| zips_CA.csv | 20.7 KB |
| zips_CO.csv | 4.53 KB |