gumbo-parser

C99 library for parsing HTML5 documents into a DOM tree

brewmacoslinux
Try with needOr install directly
Source

About

C99 library for parsing HTML5

Commands

gumbo-parser

Examples

Parse an HTML file and output the DOM tree structure$ gumbo-parser input.html
Parse HTML from a URL$ gumbo-parser https://example.com/page.html
Extract specific elements from HTML by querying the parsed DOM$ gumbo-parser --help