This project scrapes real estate listing data from the website onthemarket.com using Python, Selenium, and BeautifulSoup. It retrieves details of properties such as title, location, price, bedroom and bathroom counts, extra information, and the agent's contact information.
- Python: Make sure Python is installed on your system. You can download it here.
- Chrome WebDriver: Ensure that you have the correct version of ChromeDriver installed that matches your version of Chrome. You can download ChromeDriver from here.
- Libraries: Install the required Python libraries by running:
pip install selenium beautifulsoup4 requests