github.com/Anakin-Inc/anakin
v0.1.1
Anakin-Inc/anakin
What this package is like to depend on
Last release 4 months ago
07 Apr 2026
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 2 of 2 stable releases
Nothing withdrawn
no release was ever pulled
5 months old
3 releases · first in 2026
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · Mar 2026 to Apr 2026Releases
latest 3-
v0.1.120 Mar 2026Release notes
Open source →Added
- Anonymous telemetry — event-level usage telemetry with hourly batch reporting (opt-out:
TELEMETRY=off). See TELEMETRY.md - Transparency endpoint —
GET /v1/telemetry/statusshows exactly what telemetry data will be sent - Startup banner notice — telemetry status displayed on server boot
- Privacy documentation —
TELEMETRY.mddetails what is and isn't collected - Failed domains tracking — domains where scraping fails are reported to help improve the product
Release notes
Open source →Added
- Anonymous telemetry — event-level usage telemetry with hourly batch reporting (opt-out:
TELEMETRY=off). See TELEMETRY.md - Transparency endpoint —
GET /v1/telemetry/statusshows exactly what telemetry data will be sent - Startup banner notice — telemetry status displayed on server boot
- Privacy documentation —
TELEMETRY.mddetails what is and isn't collected
- Anonymous telemetry — event-level usage telemetry with hourly batch reporting (opt-out:
-
v0.1.018 Mar 2026Release notes
Open source →AnakinScraper OSS v0.1.0
The open-source web scraping API for AI. Turn any website into LLM-ready markdown or structured data.
Features
- Sync + async scraping —
POST /v1/scrape(blocks) or/v1/url-scraper(poll) - Batch scraping — up to 10 URLs in one request
- Handler chain — fast HTTP fetch with automatic fallback to Camoufox anti-detect browser
- Structured JSON extraction — Gemini 2.5 Flash AI extraction (bring your own API key)
- Domain configs — per-domain handler selection, timeouts, retries, content validation, custom headers
- Proxy auto-selection — Thompson Sampling picks the best proxy per domain
- HTML to Markdown — intelligent content extraction with boilerplate removal
Quick Start
git clone https://github.com/AnakinAI/anakinscraper-oss.git && cd anakinscraper-oss && make up curl -s -X POST http://localhost:8080/v1/scrape \ -H "Content-Type: application/json" \ -d '{"url": "https://example.com"}' | jq .markdown
CLI
pip install anakin-cli anakin scrape "https://example.com" --api-url http://localhost:8080Infrastructure
- Single Go binary + Camoufox browser + PostgreSQL
- Docker Compose for one-command deployment
- 35 unit tests
- AGPL-3.0 license
Release notes
Open source →Initial open-source release.
Features
- Sync scraping —
POST /v1/scrapereturns results directly (30s timeout) - Async scraping —
POST /v1/url-scraperwith polling - Batch scraping — up to 10 URLs in one request
- Handler chain — HTTP fetch with automatic fallback to Camoufox anti-detect browser
- Structured JSON extraction — Gemini 2.5 Flash AI extraction (bring your own API key)
- Domain configs — per-domain handler selection, timeouts, retries, content validation, custom headers
- Proxy auto-selection — Thompson Sampling picks the best proxy per domain
- HTML to Markdown — intelligent content extraction with boilerplate removal
Tools
- CLI —
anakin scrape/batch/healthcommands (anakin-cli) - Web dashboard — React UI for scraping, job tracking, domain configs, proxy monitoring
- OpenClaw skill — AI agent integration
Infrastructure
- Single Go binary + Camoufox browser + PostgreSQL
- Docker Compose for one-command deployment
- GitHub Actions CI
- 35 unit tests
- Sync + async scraping —
-
v0.0.0-20260407111602-c875d372b27507 Apr 2026 pre-releaseNothing published for this version