Skip to content

Commit 53cee2b

Browse files
authored
Create ReadMe.md
1 parent 3c74d5c commit 53cee2b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

WebScrapingPropertyWebsite/ReadMe.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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

Comments
 (0)