Launch HN: Dashblock (YC S19) – Turn Any Website into an API
71–80 of 102 posts
Re: Launch HN: Dashblock (YC S19) – Turn Any Website into an API
#72Earlier quoted context omitted.
We did :) It works on all kind of pages. You just have to set it up on one page and it will work on all similar pages of the website. Did you have in mind to train a model to recognise careers pages across websites ?
Yeah, that would be really helpful. I want to monitor careers pages of all local companies in the Crunchbase NYC geo in order to help candidates search for local companies by keywords (eg C#). We have an API already (syncs with Algolia) to receive the jobs, with unique key on each job’s URI; and we wouldn’t want to scrape more than once per day.
Re: Launch HN: Dashblock (YC S19) – Turn Any Website into an API
#731. How hard would it be to do inputs? That is, there's a form that I have to fill out manually but I want to do so by API.
2. How well does this work for creating UX tests? The Selenium "no code" tools I've seen are terrible.
Re: Launch HN: Dashblock (YC S19) – Turn Any Website into an API
#74This has been tried many times and it never seems to gain traction to become a relevant concept. Off the top of my head, I remember Kimono Labs that looked quite promising. Then it was acquired by Palantir and shut down. I also have seen many solutions that are similar (basically most scraping companies, like Diffbot which also claims to use machine learning for their extraction techniques) What's the plan here to re…
In regards to your question about companies' concerns: if the data is made publicly available (i.e. web page is not behind authentication), then why should it matter how it's accessed?
I feel like this would have the same sort of friction that RSS had.
Which is to say, it could certainly still work.
Re: Launch HN: Dashblock (YC S19) – Turn Any Website into an API
#75How do you differentiate from Octoparse?
Re: Launch HN: Dashblock (YC S19) – Turn Any Website into an API
#76How do you differentiate from Octoparse?
Re: Launch HN: Dashblock (YC S19) – Turn Any Website into an API
#77I like how simple it is—best of luck! (BTW I think your demo video can be shortened in the middle; after 6 selectors it's clear how that works.) 1. How hard would it be to do inputs ? That is, there's a form that I have to fill out manually but I want to do so by API. 2. How well does this work for creating UX tests? The Selenium "no code" tools I've seen are terrible.
Re: Launch HN: Dashblock (YC S19) – Turn Any Website into an API
#78Re: Launch HN: Dashblock (YC S19) – Turn Any Website into an API
#79Can I ask some questions about how this would apply to a project of mine?
I currently create a personal newspaper, printed daily in my office. It’s a reasonably large piece of software that pulls in my calendar, emails, news stories I care about, twitter feeds, weather, stock quotes, etc.
I use python’s newspaper library for parsing RSS feed links to news sites, but it is, at times lacking, so dashblock strikes me as interesting.
What I understand from the video is I could over time build out APIs with dashblock for major news sites; this would help with a few sites that are hard for newspaper.
How would I use dashblock in production - unattended, CLI Linux or Mac? Also, it looks really slow in the video, is this typical speeds? Is this something that you require be run on your cloud, or could I run it locally?
Thanks, Peter