Shipped
Web Scraper CLI
A concurrent command-line web scraper written in Go — recursive crawling, link-following, and export to JSON or Markdown, with caching built in.
Solo build
Go · Concurrency · CLI
What it does
01
Built around goroutines and channels so crawling and parsing happen concurrently instead of link-by-link.
02
Added optional caching and structured export (JSON/Markdown) so the output is usable downstream, not just a terminal dump.
Stack
Go
Concurrency
CLI