scraping / library
selectolax
Capability: selectolax
Use it when
- very fast HTML parser for large scrape corpora
- parse HTML without launching chromium
What it solves
Install
pip install selectolax
Invoke
from selectolax.parser import HTMLParser; tree = HTMLParser(html); tree.css_first('h1').text()Alternatives
No reviewed alternatives recorded yet.