https://homes-for-sale-web-scraper.herokuapp.com/
Answer the question, What houses are for sale in my local postcode ?
I have built a web scraper that looks at https://www.allhomes.com.au/ and extracts the houses for sale depending on the postcode entered.
The postcode you entered gets inputted into https://www.allhomes.com.au/ . It then searches the web page and extracts all addresses for that given postcode and this is what you see.
The Python library used for web scraping is Beautiful Soup.
The Pyhton web framework used is Flask.
All data comes from https://www.allhomes.com.au/.
The app is deployed in heroku.