This Python script performs web scraping to extract property information from a real estate website. It utilizes the requests
library for making HTTP requests and the BeautifulSoup
library for HTML parsing.
Before running the script, make sure you have the following dependencies installed:
- Python 3
requests
librarybeautifulsoup4
library
-
Clone the repository:
git clone https://github.com/abhichaudharii/immobilienscout24_scraper