Skip to content

ecisterna/Props-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Props-Scraper

Web Scraper made with Python module Beautiful Soup. Enter the parameters that you want for your search, and get the properties! Website used: argenprop.com

Features

  • Extract key data such as price, location, name of the property and the link to the post.
  • Results can be filtered by price range, location, currency and more.
  • Show all the data in a table ordered by the method selected.

Installation

  1. Clone the repository or download the zip
    git clone https://github.com/ecisterna/Props-Scraper.git
  2. Install the dependencies with:
    pip install -r requirements.txt
  3. Run the command:
    python application.py
  4. Click the link and start scraping!