Any recommendations for super user friendly tools out there for screen scraping? Mostly looking for hosted services that have the experience dialed in.
3 comments
If you like Go, I’ve had good success on a few projects with http://go-colly.org/ . It’s significantly easier than using the https://godoc.org/golang.org/x/net/html 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: