The Argorant CLI.
Search, size, and export verified B2B contacts from the terminal. Install it globally or run it with zero install — and because it's a CLI, every coding agent already knows how to drive it.
$ npm install -g argorantInstalls the argorant command on your PATH. Then run argorant count "fintech CFOs germany".
$ npx argorant count "fintech CFOs in germany"npx fetches and runs it on the fly — nothing added to your machine.
Counts are free and need no key. To reveal or export, run argorant login once with a key from your profile.
# 1. Create a key at app.argorant.com/profile (API keys), then: npx argorant login # 2. Size a market — free, no credits used npx argorant count "fintech CFOs germany" # 3. Preview who's in it — free, details redacted npx argorant search "fintech CFOs germany" -n 10 # 4. Export a verified list — checked at export time npx argorant export --industry fintech --title CFO --country Germany -n 500 -o cfos.csv
argorant loginSave an API key from app.argorant.com/profile (or use ARGORANT_API_KEY)argorant whoamiAccount, scopes, and daily quota usageargorant count "<query>" [filters]Count matching contacts — always freeargorant search "<query>" [filters]Preview matches (details redacted) — always freeargorant reveal "<query>" -n 25Reveal full contact details — uses quota/creditsargorant export "<query>" -n 1000 -o leads.csvVerified CSV export, polled until readyCombine a free-text query with structured filters. Free text is matched across name, title, company, and location; filters narrow precisely.
--titleJob title, e.g. "CFO"--senioritye.g. vp, director, c_suite--departmente.g. finance, engineering--industryPlain-English industry, e.g. "logistics"--country / --state / --cityGeography (184 countries)--company / --domainCompany name or website domain--verify-statusFilter on verification status--has-phone / --has-linkedinRequire phone / LinkedIn--jsonRaw JSON output for scripts and agentsCoding agents — Claude Code, Codex, Cursor — handle CLIs natively. Give your agent a key via ARGORANT_API_KEY and --json output, and it can size markets and build verified lists inside any script or pipeline. Prefer a protocol-level connection? The same key works on the MCP server and REST API.
export ARGORANT_API_KEY=ag_live_... npx argorant count --industry "logistics" --country "United States" --seniority vp --json npx argorant reveal "heads of procurement" --country Germany -n 25 --json --yes
Counts and searches are always free. Reveals and exports draw on your workspace quota and credits — the same pool as the app, the API, and MCP, with every action logged. Exports run a deliverability check at download time, so the CSV you script today is still sendable when the cron job runs next month.