Show HN: Crawling car dealerships for a real time consumer search engine
41–50 of 66 posts
Re: Show HN: Crawling car dealerships for a real time consumer search engine
#42I have built something very similar to this is the past, here are a couple of observations: Scraping: - Dealer web sites are run by a handful of different data brokers, for the most part if you find a good way to scrape one (say dealer who uses http://www.dealer.com/ than you can extend your scraper to get others) - Dealer web sites, in general, are horrible to view. - Learn to love VIN explosion/decoding - http://ww…
Re: Show HN: Crawling car dealerships for a real time consumer search engine
#43- One data point that is really important to dealers is how long the car has been on the lot. Hypothetically you could just track how long the same car has appeared at the same dealership. The longer the car has been sitting there, the more motivated they'll be to sell it. I remember hearing 30 days is a long time for dealerships to sit on a car. For buyers this could be good information to have.
- Getting the mobile experience right would be a huge win. So often the cars the dealer lists aren't actually the cars they have on the site (I'm not sure how much of this is intentional and how much is a matter of how fast inventory turns over). So when you get to the dealership, you want to quickly and easily be able to comparison shop - get that right and you cover people in that really critical uncomfortable moment.
Re: Show HN: Crawling car dealerships for a real time consumer search engine
#44Earlier quoted context omitted.
The only suggestions I have when I type "San Fra" are : San Clara, MB San Josef Bay, BC San Josef, BC San Joseph Bay, BC"
Your IP address resolves to Canada. You can only search for cars in your country. Will have to change this if required at some point
Re: Show HN: Crawling car dealerships for a real time consumer search engine
#45Re: Show HN: Crawling car dealerships for a real time consumer search engine
#46Servers couldn't handle it.
I really wish people would test their sites before doing this. I can understand if someone else submits your stuff and you had no idea it was going to happen (but even then...), but if you create an account with no history for the explicit purpose of submitting to HN as the OP did, you should at least test it under some semblance of load.
Re: Show HN: Crawling car dealerships for a real time consumer search engine
#47Seems very useful (looking for a car right now), but the filter by price range function seems to return zero results with no regard to the values entered.
Thanks!
Re: Show HN: Crawling car dealerships for a real time consumer search engine
#48Re: Show HN: Crawling car dealerships for a real time consumer search engine
#49Great job. Love the idea. Can you tell us which technologies you used ?
Data store code name "Saycron" sits on the Demanjo's Distributed file system.
Indexing -- > uses a data structure i call "Octo-tree" Outperforms any multidimensional index i came across in any academic papers.
Web server -- > Code name "SlimAPE". simple non blocking.
Web framework -- > Code name "HerikX".
I will write about all of these technologies later on my blog whenever i get to setting up one.