Ask HN: Who crawls websites on a regular bases and why?
I'm thinking about building a web crawling service very similar to kimonolabs. Before I do so, I'm trying to figure out who my target audience should/could be.
I started off thinking about a tool that I would personally use which is sort of a web polling trigger. For example, login to website A, sort a list by relevance, check if the first item on the relevance sorted list is greater than X, poll until true (once true, send an email/send an sms/make an api call), then login to website B, insert item from website A into an input field and submit. If I were to start off with this, who would use it the most? (Maybe a financial analyst? investor? Sales? Market Research?)
I've also been thinking about building the service particularly for data scientists/analysts. Some features would include visualizing datasets, clustering analysis, sentiment analysis, relational & and non-relational database modeling (similar to MySQL work bench) directly in the browser, integrations with IBM Watson (https://www.ibm.com/watson/developercloud/personality-insights.html)
What do you guys think?
5 comments
[ 2.7 ms ] story [ 21.1 ms ] threadThat's what I'm doing to learn.
- See how a page is structured (does it use schema.org's stuff?). Its fields, URL pattern, sitemap, resource urls, selectors, etc.
- Fetch a page. - Parse it and extract data. - Save data. - Rinse, repeat.
I'm also learning about D3 and many cool things.
Check out http://atlas.media.mit.edu/en/profile/country/usa/
As to your target audience, I think you'll probably serve the Many-Faced God. In a gold rush, people who sell shovels make a good living. You probably want to make something that helps with decision making or triggers buying according to price (from your description).
Competitive analysis is, I suspect, one of the more popular reasons, and not much public info on that...for obvious reasons.