Argorant
Argorant
Docs · CLI

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.

Install globally
$ npm install -g argorant

Installs the argorant command on your PATH. Then run argorant count "fintech CFOs germany".

Or run with no install
$ 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.

The full flow
# 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
Commands
argorant loginSave an API key from app.argorant.com/profile (or use ARGORANT_API_KEY)
argorant whoamiAccount, scopes, and daily quota usage
argorant count "<query>" [filters]Count matching contacts — always free
argorant search "<query>" [filters]Preview matches (details redacted) — always free
argorant reveal "<query>" -n 25Reveal full contact details — uses quota/credits
argorant export "<query>" -n 1000 -o leads.csvVerified CSV export, polled until ready
Filters

Combine 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 agents
Built for agents

Coding 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
Pricing & quotas

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.

Create a free account
100 credits included. No credit card.
Loved by revenue teams
We run cold outbound for a dozen clients. Argorant replaced two tools and the bounce complaints just stopped.
Founder of a bootstrapped outbound agency · Lisbon, Portugal