Congrats on the launch! Look forward to playing around with it. I remember a similar startup making quite a splash on HN a few years ago — http://www.kimonolabs.com/ . Do you know why they shut it down and what you guys are doing differently?
Thank you! Kimono Labs built an amazing product and has been finally acquired by Palantir. The main difference between us comes from our machine learning model that gives stability to extraction over time and parse webpages in a generic way. We are also working on automating navigation, which is something they didn't do =)
Launch HN: Dashblock (YC S19) – Turn Any Website into an API
11–20 of 102 posts
Re: Launch HN: Dashblock (YC S19) – Turn Any Website into an API
#12Sorry to be a pain here, but I very much doubt your ML thing is working at all. Opening a website and finding a dom element is trivial, so the only thing I'd get when buying from you is the promise that this will be resilient to website updates. But at the same time, for $500/month, you can definitely have people updating the selectors manually...
Re: Launch HN: Dashblock (YC S19) – Turn Any Website into an API
#13Sorry to be a pain here, but I very much doubt your ML thing is working at all. Opening a website and finding a dom element is trivial, so the only thing I'd get when buying from you is the promise that this will be resilient to website updates. But at the same time, for $500/month, you can definitely have people updating the selectors manually...
Save your money. Create robust regression scripts and hire a freelancer to fix it when the schema changes. anyone serious crawling/scraping data from websites won’t leave it up to some automated ml magic to extract the right data for them.
Re: Launch HN: Dashblock (YC S19) – Turn Any Website into an API
#14I tested a super early version and was surprised how well it worked.
Re: Launch HN: Dashblock (YC S19) – Turn Any Website into an API
#15> We prohibit crawling, scraping, caching or otherwise accessing any content on the Service via automated means... [etc]
Re: Launch HN: Dashblock (YC S19) – Turn Any Website into an API
#16how do you avoid getting banned by the companies you scrape? Most ToSs have a clause like: > We prohibit crawling, scraping, caching or otherwise accessing any content on the Service via automated means... [etc]
Re: Launch HN: Dashblock (YC S19) – Turn Any Website into an API
#17Re: Launch HN: Dashblock (YC S19) – Turn Any Website into an API
#18Congrats on the launch! Seems a little similar to Diffbot.com but they do not require a client download.
Re: Launch HN: Dashblock (YC S19) – Turn Any Website into an API
#19Tested on a site I regularly visit
dashblock (3 selectors, ~20 items): 16.911 seconds
curl (no scraping): 60 ms
chrome: 987 ms
edit: added chromeRe: Launch HN: Dashblock (YC S19) – Turn Any Website into an API
#20Also, how well does it handle JavaScript apps? Can you specify different engines to parse a site with or specify JS disabled/enabled etc?