[b]"What's the best way to build a parser HTML Python for web scraping?"[/b] or [b]"How to efficiently parse HTML

18 Replies, 1763 Views

I’ve been burned by bad HTML too many times, so now I just use `requests-html`. It’s got a built-in parser html python setup that auto-fixes a lot of common issues.

Plus, it can render JS if you need it, which is handy for some sites.

Downside? It’s heavier than the other options.

Messages In This Thread



Users browsing this thread: 1 Guest(s)