Ask HN: Do you scrape?

4 points by tehwebguy ↗ HN
Do you scrape anything?

If so, what and for what purpose?

What software or service do you prefer?

5 comments

[ 3.1 ms ] story [ 21.0 ms ] thread
Absolutely, the web is such a horrid place that scraping is a necessity.
You scrape as an alternative to browsing in some cases? That's interesting, is it to avoid advertising / tracking / poor UI / something else?
Write your own. For me, it's the most efficient (and you will learn a lot).
Writing your own may take some time but it's definitely worth it.

I use Python + AsyncIO + lxml. If you're are new to this and don't have time to learn new things, I suggest you try import.io

I love Nokogiri. It is a ruby library for parsing XML/HTML