Huginn
An open-source, self-hosted API for collecting and extracting useful content from modern web pages.
Why I built it
I needed a predictable collection service that I could run locally, inspect, and call from other tools without paying for every page. Huginn separates deterministic collection work from open-ended browser-agent reasoning.
What the project demonstrates
How I verify it
Tests cover request contracts, job lifecycle, extraction behavior, persistence, error reporting, and the difference between a successful network request and a useful result. Live checks are kept separate from deterministic test fixtures.
The public boundary
The repository documents the public API and implementation. This page does not publish private deployment topology, browsing environments, network routes, source-specific workarounds, or operational weaknesses.
Open source as Huginn on GitHub.