Skip to content

Personal Project: A web scraper that looks at homes for sale by postcode

Notifications You must be signed in to change notification settings

reubenfrith/homes-for-sale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homes For Sale

https://homes-for-sale-web-scraper.herokuapp.com/

Problem

Answer the question, What houses are for sale in my local postcode ?

Solution

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.

What is happening?

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/.

Deployement

The app is deployed in heroku.

About

Personal Project: A web scraper that looks at homes for sale by postcode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published