from Hacker News

Show HN: Structured HTML table data extraction from URLs in Go

by nf-x on 11/11/22, 3:30 PM with 2 comments

This library aims to be something like pandas.read_html or table_extract Rust crate, but more idiomatic for Go.

htmltable enables structured data extraction from HTML tables and URLs and requires almost no external dependencies. Tested with Go 1.18.x and 1.19.x. Complex tables with row and col spans are natively supported as well.

  • by serge1978 on 11/11/22, 4:45 PM

    Nice idea, but where would you use it, though?
  • by sbricks on 11/11/22, 4:39 PM

    so does this essentially allow querying pages for table data?