Srivarshith Daladuli
BeautifulSoup
, which is a powerful library for extracting information from HTML and XML documents. Additionally, we use the requests
library to fetch the website's content.makaan_scraper.py
script, modify the URL
variable with the desired Makaan search results URL:makaan_data.csv
.makaan_scraper.py
: The main Python script responsible for scraping the Makaan website and saving the data to a CSV file.requirements.txt
: Contains a list of Python packages required for the project. You can install them using pip
.README.md
: The file you are currently reading, providing an overview of the project and its usage.requests
: Used for fetching the HTML content of the website.beautifulsoup4
: Used for parsing the HTML content and extracting relevant data.pandas
: Used for organizing and saving the data in a structured format.LICENSE
file for more details.