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
- 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.
- Clone the repository or download the zip
git clone https://github.com/ecisterna/Props-Scraper.git
- Install the dependencies with:
pip install -r requirements.txt
- Run the command:
python application.py
- Click the link and start scraping!