Skip to content

Latest commit

 

History

History
21 lines (8 loc) · 799 Bytes

File metadata and controls

21 lines (8 loc) · 799 Bytes

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

zillow_scrape_python

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.

instructions

-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.