Skip to content

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.

Notifications You must be signed in to change notification settings

abhichaudharii/immobilienscout24_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Web Scraping Script

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.

Prerequisites

Before running the script, make sure you have the following dependencies installed:

  • Python 3
  • requests library
  • beautifulsoup4 library

Installation

  1. Clone the repository:

    git clone https://github.com/abhichaudharii/immobilienscout24_scraper

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages