Hacker News new | ask | show | jobs
by moneywoes 2059 days ago
Where would you get started with Python web scraping
1 comments

I would recommend lxml over Beautiful Soup, it's got a much bigger API, which means more options for parsing awkward bits, it copes with badly formatted markup well, and it's considerably faster.