Releases: Decodo/cli
Releases · Decodo/cli
Decodo CLI v1.0.0
Decodo CLI v1.0.0 🎉
The first stable release of the official Decodo CLI (@decodo/cli) — scrape websites,
search engines, eCommerce platforms, and social media directly from your terminal or shell
scripts, powered by the Decodo Web Scraping API.
No proxy rotation, parsers, or retry logic to build yourself — just one binary for reliable
web data access.
Highlights
- Tier-1 commands —
decodo scrape,decodo search, anddecodo screenshot - Schema-driven target commands — Google & Bing, Amazon, Walmart, Target, Reddit, TikTok,
YouTube, and more. Rundecodo targetsto list everything available. - Runtime command surface — targets are generated from the API schema at runtime, so new
targets become available without upgrading the CLI. - Structured outputs — Markdown (human-readable), JSON & NDJSON (pipe-friendly), and PNG
screenshots. - Pipe-friendly by design — compact JSON when piped, human-readable in a TTY, and explicit
exit codes for auth, validation, rate-limit, and API errors. - Built for coding agents — invoke as a shell subprocess from Cursor, Claude Code, Codex,
Gemini CLI, and Windsurf. - Global infrastructure — 125M+ residential IPs, 195+ geo-locations, server-side JS
rendering, and anti-bot handling via the Decodo API.
Install
macOS / Linux
curl -fsSL https://decodo.github.io/cli/install.sh | shWindows (PowerShell)
irm https://decodo.github.io/cli/install.ps1 | iexnpm (any platform)
npm install -g @decodo/cliRun without installing
npx @decodo/cli --versionRequires Node.js 18+ (24 recommended).
Quick start
decodo setup
decodo scrape https://ip.decodo.com
decodo search "decodo scraping api"Get a free API token (up to 2K requests, no card) at
dashboard.decodo.com.
Links
- 📦 npm: https://www.npmjs.com/package/@decodo/cli
- 📖 Docs: https://help.decodo.com/docs/introduction
- 💬 Discord: https://discord.gg/Ja8dqKgvbZ
Full README: https://github.com/Decodo/cli#readme