Show HN: Shitty Listings algorithmically finds undervalued property
51–60 of 64 posts
Re: Show HN: Shitty Listings algorithmically finds undervalued property
#52Why are all these houses so ugly?
Re: Show HN: Shitty Listings algorithmically finds undervalued property
#53What's your plan to monetise this? Do you somehow get a cut for each one sold?
Re: Show HN: Shitty Listings algorithmically finds undervalued property
#54Here's the fun regex we use to find some initial candidates in our analysis: val = str.match(/probate|trust.sale|short.sale|auction|cash.offers|all.cash|(sold|sale|sell|offered|purchase|comes)[^.]+as.is|as.is[^.]+(condition|sale|contract|clause)|tear.down|damage|rehab|tlc|flip|fixer|needs[^.]+work|bring[^.]+(contractor|architect|builder|decorat|designer|developer|ideas|paint|brush|investor|hammer|handy|imagination|vi…
Re: Show HN: Shitty Listings algorithmically finds undervalued property
#55Earlier quoted context omitted.
Is there a numerical analysis or just looking at the listing agent description? What I look for as a real estate investor is price disparity: a house with a much lower price than others around it. They say you make money when you buy a house, so buying a low-priced house and bringing up to the standards of the neighborhood has been my formula.
The regex above is one signal we're using. We also look at relative price per sqft and a number of other factors. We could do a little blogpost that goes in-depth on our algorithm if there's interest. We've also tried some fun stuff like running TFIDF on the descriptions [1]. [1]: http://en.wikipedia.org/wiki/Tf%E2%80%93idf
Re: Show HN: Shitty Listings algorithmically finds undervalued property
#56Earlier quoted context omitted.
Is there a numerical analysis or just looking at the listing agent description? What I look for as a real estate investor is price disparity: a house with a much lower price than others around it. They say you make money when you buy a house, so buying a low-priced house and bringing up to the standards of the neighborhood has been my formula.
The regex above is one signal we're using. We also look at relative price per sqft and a number of other factors. We could do a little blogpost that goes in-depth on our algorithm if there's interest. We've also tried some fun stuff like running TFIDF on the descriptions [1]. [1]: http://en.wikipedia.org/wiki/Tf%E2%80%93idf
Re: Show HN: Shitty Listings algorithmically finds undervalued property
#57Re: Show HN: Shitty Listings algorithmically finds undervalued property
#58Earlier quoted context omitted.
The regex above is one signal we're using. We also look at relative price per sqft and a number of other factors. We could do a little blogpost that goes in-depth on our algorithm if there's interest. We've also tried some fun stuff like running TFIDF on the descriptions [1]. [1]: http://en.wikipedia.org/wiki/Tf%E2%80%93idf
This could be a valuable tool. I like the clean website too. I don't see an About page. It would be interesting to see who is doing this and what you plan to do with it.
We're trying to help people find properties they'd like to buy. We'd be happy to help with the offer and transaction for any home in California, but we're also happy just to provide free tools for home buyers.
Re: Show HN: Shitty Listings algorithmically finds undervalued property
#59Re: Show HN: Shitty Listings algorithmically finds undervalued property
#60Adding value here will be finding ever more unstructured/invisible feeds (like the records from the county clerk's office recording title changes).