AppBrain CLI
A command-line client for AppBrain’s public APIs. Sign in once, then call the Keyword API from your terminal, scripts, or AI agents.
Install
curl -fsSL https://www.appbrain.com/cli/install | sh
On Windows:
iwr https://www.appbrain.com/cli/install.ps1 -UseB | iex
First steps
appbrain login # browser-based sign-in
appbrain whoami # confirm your account
appbrain keyword overview # your apps + tracked keywords
Run appbrain --help for the full surface. Set APPBRAIN_API_TOKEN to use the CLI without an
interactive login (CI, scripts, AI agents); --json on any command emits machine-readable output.