Releases: Anakin-Inc/anakin-cli
Releases · Anakin-Inc/anakin-cli
v0.1.0 — Initial Release
anakin-cli v0.1.0
Command-line interface for Anakin.io web scraping, search, and research API.
Works against both the hosted API and self-hosted AnakinScraper OSS.
Install
pip install anakin-cliCommands
| Command | Description |
|---|---|
search |
AI-powered web search (instant) |
scrape |
Scrape a single URL — markdown, JSON, or raw |
scrape-batch |
Scrape up to 10 URLs at once |
research |
Deep agentic research (1-5 min) |
login |
Save your API key |
status |
Check version and auth status |
Self-Hosted Mode
anakin scrape "https://example.com" --api-url http://localhost:8080Hosted Mode
anakin login --api-key "ak-xxx"
anakin scrape "https://example.com"
anakin search "web scraping best practices"