Web scraping an address using Beautiful Soup

时间:2016-08-23 15:33:09

标签: beautifulsoup

I want to scrape the address string from https://www.google.com.au/#q=Cat+Protection+NSW.

I was hoping that I could use something like this but it doesn't give any result.

soup.find_all("span",class_="_Xbe")

Any help would be much appreciated.

0 个答案:

没有答案