All Tools
H
Dev ToolsFreeOpen Source
HTMLQ
Like jq, but for HTML
MIT
ABOUT
Extracting structured bits from HTML usually means a Python script or brittle regex. htmlq lets you pipe HTML through CSS selectors on the command line, similar to jq, so scraping and page inspection stay in Unix pipelines.
INSTALL
brew install htmlqINTEGRATION GUIDE
1. Extract article text or links from HTML with CSS selectors in a pipeline
2. Pretty-print and filter scraped docs before feeding them to an LLM
3. Pull metadata tags from pages during dataset collection
4. Prototype web scrapers without writing a full parser
TAGS
htmlcss-selectorscliscrapingrustdeveloper-tools