TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

7 pointsby nf-xover 2 years ago
This library aims to be something like pandas.read_html or table_extract Rust crate, but more idiomatic for Go.<p>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.

2 comments

serge1978over 2 years ago
Nice idea, but where would you use it, though?
sbricksover 2 years ago
so does this essentially allow querying pages for table data?