The Context.dev CLI

Scrape websites and retrieve company data from your terminal, with structured output ready for scripts and AI agents.

Install the CLI

Look up a company by domain and select the fields your script needs.

Shell
context-dev brand retrieve \
  --type by_domain \
  --domain stripe.com \
  --transform brand.title

Get started with the CLI

  1. 1. Install the CLI

    Download a release for your platform, or install with Go. The setup guide covers both.

    View installation options
  2. 2. Set your API key

    Set CONTEXT_DEV_API_KEY in your environment so commands can use your account.

    Set up authentication
  3. 3. Run a command

    Copy an example above, or use --help to find commands for scraping, crawling, and company data.

    Explore CLI usage