Finding housing is a pain, especially with the lack of filters. This webscraper gets all new postings off of a given list of providers (for now only pararius but they can be extended as a provider subclass).
- Create a list of providers and target URL, e.g. with pararius one url for each location
- Each registered provider will dynamically retrieve all pages based and scrape the entries opening each one for additional information
- Each site is also stored for later viewing
- The entries are then filtered based on more criteria
- The ones that are left after filtering are then opened in the default browser.
- Clone this repository
- Explore the Analysis notebook or run the headless mode
- Adapt the Providers as wanted
- Adapt the filters