TLDR; If I build a CRM for home buyers to help with the home buying process, would you pay to use it?
The idea would be to either automatically scrape Zillow/Trulia for listings in a certain area then parse the data and do a bunch of validation on it and/or allow the users to paste the url of a listing and import its data via web scraping as well.
--------
The details
During the pandemic, like many people, my wife and I toyed with the idea of buying a home. I found the process quite cumbersome and a time sink.
When we started to look at different homes, it quickly got out of hand.
For each property we had to: - remember when we went to the open houses - who the real estate agent was that we talked to - what we liked about each property - where it was located compared to other points of interest - how long it would take to commute from there to both our workplaces - how it compared to previous properties we saw earlier(number of bathrooms, bedrooms, land size, parking spaces…) - calculate the potential loan repayments for each property and see if we could actually afford them based on our down payment and so on… - keep track of potential renovations to do on each property - create stand alone folders of pictures of each property and label them properly
--------
First step: The free browser extension
To ease the burden a bit , I quickly created an extension that calculates your home loan repayments on the go while browsing real estate listings.
I don’t know about you but seeing on a listing that a particular property will cost approximately for example $650 per week helps me better understand if I can afford it instead of simply seeing a number like $450000.
It works on https://realestate.com.au , https://domain.com.au, https://zillow.com and https://trulia.com
You can get it for Chrome here: https://chrome.google.com/webstore/detail/real-estate-buddy/idhhfoemdabklbkdabbodgbahfedfljp
Or for Firefox here: https://addons.mozilla.org/en-US/firefox/addon/real-estate-buddy/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search
This helped a lot as we could now browse listings and see how each property would affect our budget should we choose to buy it.
--------
The potential features of the CRM
(this is a non exclusive list, some already exist as part of the MVP I created for myself but others don’t)
- be able to quickly import data from the listings - be able to tag each property with custom tags - be able to add comments to properties - be able to calculate commute times from certain points of interest or workplaces - add pictures to listings and have the ability to label the pictures - be able to compare two properties’ features - apply custom validation rules to each property (for example, the property should cost no more than 5 times gross yearly salary) - keep track when the property was seen, who the agent was, if the price is negotiable and so forth
--------
The MVP
I have built most of the functionality as an MVP for myself and I use it to monitor certain suburbs back in Australia to see how the system performs. It's very rough around the edges so it will probably take about two months(while working full time at my day job) to polish it enough to release it to users and fix up all the bugs and make the UI visually appealing.
--------
The team (me)
My website is at http://www.yannhulot.com. I am a French-Australian software developer currently living in Stockholm.
--------
I am looking for any feedback and comments. Please don’t hold anything back. Also if this idea ends up being worth pursuing, I would be looking for a co-founder, so if you are interested, please let me know in the comments.