ScrapeBadger CLI
A command-line tool for accessing ScrapeBadger APIs directly from your terminal. Supports multiple output formats, pipe-friendly design, and field selection.Install
The package is
scrapebadger-cli, but the installed command is scrapebadger. With uvx, always pass --from scrapebadger-cli — plain uvx scrapebadger-cli fails because no executable matches the package name.Quick Start
Authentication
The CLI resolves your API key in this order:SCRAPEBADGER_API_KEYenvironment variable.envfile in the current directory~/.config/scrapebadger/config.json(saved viascrapebadger auth)
Output Formats
Every command supports--output (-o) to choose the format:
Field Selection
Use--fields (-f) to include only specific columns:

