Description
Queries HTML from the command line in a style similar to jq for JSON. It lets users select elements, extract text, and process HTML documents in shell pipelines.
It is useful for scraping, testing, automation, static site checks, and quick data extraction from web pages. Users should respect website terms and remember that fragile selectors can break when page structure changes.