Skip to content

KanAfridi/Web-Scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Web Scraping Real Estate Listings

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.

Prerequisites

  • 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

About

This Python-based web scraper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages