Scrape zipcode table for different urls based on county
- by Dr.Venkman
I used lxml and ran into a wall as my new computer wont install lxml and the code doesnt work. I know this is simple - maybe some one can help with a beautiful soup script.
this is my code:
import codecs
import lxml as lh
from selenium import webdriver
import time
import re
results = []
city = [ 'amador']
state = [ 'CA']
for state in…