A little like that j-thing, only in Go.
-
Updated
Sep 10, 2025 - Go
A little like that j-thing, only in Go.
The Concurrent Web Crawler is a Go-based application designed to crawl web pages efficiently using Go's powerful concurrency features.
Go app lists checked-out and ready-hold books at multiple library websites. Uses CSS selectors and CSP-based concurrency. Beginner-friendly with mock data and easy inclusion of custom scraping logic.
The Concurrent Web Crawler is a Go-based application designed to crawl web pages efficiently using Go's powerful concurrency features.
Scrapey CLI is a lightweight, modular command-line tool built in Go for web crawling and scraping. It allows users to collect and parse HTML data based on customizable configuration files or command-line flags, with plans to support multiple storage options such as JSON, XML, and various databases.
a simple package for parsing html files into dom trees
HTMLtoJSON is a HTML parser, based on net/html package. This package actually just to simplify HTML parsing. If you need more complex HTML processing, please use net/html as its offer more features. The package name is actually is not really fitting for this package purpose, but I use this package for my scraper engines, so I don't really want t…
Golang package provides easy extraction of website previews. Generic, Facebook and Twitter cards.
web scrape facebook post and extract data
Summarize text and websites and optionally saves the data to a local file
Add a description, image, and links to the html-parsing topic page so that developers can more easily learn about it.
To associate your repository with the html-parsing topic, visit your repo's landing page and select "manage topics."