|
| 1 | +Web Scraping Script for Property Information |
| 2 | + |
| 3 | +Description: |
| 4 | +This Python script uses the `requests` and `BeautifulSoup` libraries to scrape property information from a |
| 5 | +real estate website. Web scraping property websites like MagicBricks for Flats for sale in Kolkata Page. Finds specific elements or data points within the HTML content of the webpage. |
| 6 | +The data points extracted include property prices, titles, carpet areas, property statuses, and property ages. |
| 7 | + |
| 8 | +Requirements: |
| 9 | +- `requests` library (`pip install requests`) |
| 10 | +- `beautifulsoup4` library (`pip install beautifulsoup4`) |
| 11 | + |
| 12 | + Output: |
| 13 | + |
| 14 | + https://github.com/avinashkranjan/Amazing-Python-Scripts/assets/74114936/cf2a7482-9755-4914-ad5b-8f52dcb88fdc |
0 commit comments