Any recommendations for super user friendly tools out there for screen scraping? Mostly looking for hosted services that have the experience dialed in.
If you like Go, I’ve had good success on a few projects with <a href="http://go-colly.org/" rel="nofollow">http://go-colly.org/</a> . It’s significantly easier than using the <a href="https://godoc.org/golang.org/x/net/html" rel="nofollow">https://godoc.org/golang.org/x/net/html</a> package directly where you would otherwise have to juggle cookies and whatnot to perform authentication tasks.
kimono was pretty good. these guys are trying to build a replacement:<p><a href="https://news.ycombinator.com/item?id=21417965" rel="nofollow">https://news.ycombinator.com/item?id=21417965</a>