Ask HN: What info do you web scrape for?
21–30 of 115 posts
Re: Ask HN: What info do you web scrape for?
#22Managed to bag a lot of stuff over the last couple of years for not much money.
If someone bags this up as a service I'd pay for it.
Re: Ask HN: What info do you web scrape for?
#23I'm working on a startup that has web scraping at its core. The vision is a bit larger and includes fusing data from various sources in a probabilistic way (e.g. the same people, products, or companies found on different sides with ambiguous names and information. This is based on the research I've doen at uni). However, I found that there are no web crawling frameworks out there that allow for large-scale and contin…
How do you use a probabilistic approach to scraping data? Were you able to get a low number of false positives?
If interested, take a look at this (and related) papers: http://www.cs.ubc.ca/~murphyk/Papers/kv-kdd14.pdf
Re: Ask HN: What info do you web scrape for?
#24Well-formed HTML is the exception rather than the rule and page navigation is often "interesting". Sometimes the school's system will use software from companies like Sungard or PeopleSoft, but there's customization within that... and of course, there's no incentive for the schools to aggregate this information in a common format (hence MyEdu's initiative), so there are plenty of homegrown systems. In short, there's no one-size-fits-all solution.
* NOTE: If you do attempt this, I insist that you teach throttling techniques from the very start. Some schools will IP block you if you hit them too hard; other schools have crummy infrastructure and will be crushed by your traffic. Scrape responsibly!
Re: Ask HN: What info do you web scrape for?
#25No doubt the companies would justify this by saying e-mail isn't secure enough. The side-effect that it'll stop many users bothering to look at their bill isn't why they do it at all, no sir.
I've been considering making a web scraper that goes to the phone company, electricity company, gas company, broadband company, electronic payslips, bank, stockbroker, AWS and so on; logs in with my credentials; downloads the PDF (or html) statements; and sends them by e-mail.
Of course, such a web scraper would need my online banking credentials, so I'm not in the market for a software-as-a-service offering.
Re: Ask HN: What info do you web scrape for?
#26Re: Ask HN: What info do you web scrape for?
#27but twitter is so vast you may want to categorize account.
But reddit is a good source for a lot of info.
Re: Ask HN: What info do you web scrape for?
#28I've had three primary uses of web scraping. The hard part for me has never been speed. Getting the results structured is somewhere between easy and hideously complicated. 1. Reformatting and content archival (lag times of hours to days are no prob). As an example, I put together a site to archive comments of a ridiculously prolific commenter on a site I follow. I needed the content of his comments, as well as the tr…
Re: Ask HN: What info do you web scrape for?
#29Anyway... it turns out that flight APIs are ridiculously non-existent. I ended up scraping two different airline sites, but since it was against their terms, I never took the site any further.
Re: Ask HN: What info do you web scrape for?
#30I scrape about 60 blogs and news sites that deal with a niche topic and examine all the hyperlinks. If more than one of them links to the same page, I assume that it's a page that's generating some buzz, so I send it out in an email. It's proved to be a generally reliable assumption.
Would love it if you posted a blog article sometime about the technical details.