On 2019-03-05 20:45, Ciprian Dorin Craciun wrote: > > I know this because I've tried once to use such tools and tried > "Beautiful Soup" for Python and failed... Then I've settled on > https://github.com/ericchiang/pup and exported the whole thing as JSON > and moved on from there... I still need to find a good reason to use Beautiful Soup. In python, I always use lxml.html. There is also the C99 parser https://github.com/google/gumbo-parser that can be used from Scheme with FFI. Also, what about htmlprag it seems to work.