Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Using python beautiful soup and pandas this python script helps to download information about a reality estate website. It goes through all pages of the website and gets information like property address, bedrooms available, square feet area, lot area in a csv file.

Notifications You must be signed in to change notification settings

Asif-packt/python_webscrapping

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

python_webscrapping

Using python beautiful soup and pandas this python script helps to download information about a reality estate website. It goes through all pages of the website and gets information like property address, bedrooms available, square feet area, lot area in a csv file.

Python libraries used

  1. requests http://docs.python-requests.org/en/master/
  2. pandas http://pandas.pydata.org/
  3. bs4->BeautifulSoup https://pypi.python.org/pypi/beautifulsoup4
  4. jupyter -> for visualization http://jupyter-notebook-beginner-guide.readthedocs.io/en/latest/#

Website used for POC: http://pythonhow.com/real-estate/rock-springs-wy/LCWYROCKSPRINGS/

About

Using python beautiful soup and pandas this python script helps to download information about a reality estate website. It goes through all pages of the website and gets information like property address, bedrooms available, square feet area, lot area in a csv file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 91.1%
  • Python 8.9%