Amazing-Python-Scripts

Форк
0

README.md

Real Estate Webscrapper

  • It will take information from the real estate site and store it in the form of csv file making the data more organised and locally accessible.

Requirements

  • BeautifulSoup
  • Pandas

How To install

pip install pandas

pip install beautifulsoup


  • Now run the real_estate_webscrapper.py file to create the output2.csv file.
  • Then output2.csv will be created in the same folder as real_estate_webscrapper.py file and it can be opened using Microsoft Excel.

Step 1

Step 2

  • Use inspect in website to know which div contains the information that we need
  • Use beautiful soup to load the information in program and store it into a dictionary for each property

Step 3

  • Use pandas to convert the list of dictionaries to csv file

Author

Himanshi2997

Output

output2

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.