Skip to content

Releases: Decodo/cli

Decodo CLI v1.0.0

25 Jun 11:05
73658c2

Choose a tag to compare

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 commandsdecodo scrape, decodo search, and decodo screenshot
  • Schema-driven target commands — Google & Bing, Amazon, Walmart, Target, Reddit, TikTok,
    YouTube, and more. Run decodo targets to 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 | sh

Windows (PowerShell)

irm https://decodo.github.io/cli/install.ps1 | iex

npm (any platform)

npm install -g @decodo/cli

Run without installing

npx @decodo/cli --version

Requires 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

Full README: https://github.com/Decodo/cli#readme