For anyone who stumbles on this page, use the "zillow_final" notebook. and then just add a new city in the "multiple URLs" cell. That should work. Do not run it too many times or you'll get timed out by zillow and have to change the headers.
#old stuff
Scrape first 10 pages of zillow based on passed in input city. Returns pandas dataframe table with price, addres, link, beds, baths and square feet.
-just change the city name on line 34 to whatever city you're interested in and run the notebook. that's it!
-delete the dataframe if you run again with del(df)
as it has trouble writing over sometimes.