What library do you suggest to parse a HTML page and additionally navigate through the page?
1 Like
I’ve been happy with Cascadia.jl for basic web scraping.
1 Like
For parsing there’s Gumbo.jl (on which Cascadia depends)
1 Like