The best way to web scrape Zillow in Python

preview_player
Показать описание
Download the code:

Timestamps:
0:00 - intro
0:32 - create a Python notebook
1:45 - simple GET request
2:40 - detailed Zillow parsing

Thumbnail Photo by Ales Nesetril on Unsplash
Рекомендации по теме
Комментарии
Автор

thankyou so much for your tutorials! very clean and clear : )

IDK-vmom
Автор

I have a list of 1000s addresses with no urls. Is it possible to return beds and baths for each, given I don’t know the zpids?)

austinbright-jo
Автор

Hi, do you know how we can deal with the issue if we get "Please verify you're a human to continue."?

jjl
Автор

Thanks so much for the tool! New to python, would love some help as im getting the following error: ValueError Traceback (most recent call last)
in <module>
1 fields = soup.findAll('span', {'class': 'hdp__sc-rfpg3m-0 hfjEIQ'})
----> 2 beds, baths, square_footage = fields
3
4 print(square_footage.text)
5

ValueError: too many values to unpack (expected 3)

Myhands
Автор

Hey Thank you for doing it. Would you be able to extract the whole real estate info for a city?

Sece
Автор

I'm learning python but I am also in the market for a house. How does this help me buying a house if you don't mind explaining. What am I doing with this info python is scraping? I randomly came across this video.

brotherbrother