zshot/cliDownload

Log in, then capture

Requires a Pro license

Sign into ZRM, search for a lead, and capture their detail page, saved to lucia-marchetti.png. This example assumes you are using Anthropic as an LLM provider and have the key stored in the environment variable ANTHROPIC_API_KEY, but any supported provider works.

Run locally
zshot -f lucia-marchetti.png \
  --navigate "Login, search for Lucia Marchetti and go to their detail page" \
  --navigator-credential username=success@zshot-app.com \
  --navigator-credential password=password \
  --navigator-type "anthropic://$ANTHROPIC_API_KEY@" \
  "https://zshot-cli.com/example_assets/zrm/"
The navigator signs into ZRM, finds the lead, and opens their detail page. zshot ≥ 0.17.0
Expected output
Lucia Marchetti's lead detail page in ZRM, reached by the navigator after signing in

The navigator runs on an LLM — See --navigate, --navigator-type, and --navigator-credential.