Skip to content

Command line

iGaming Finder CLI

Search operators, check domain verdicts, and export evidence — without leaving your terminal. JSON output, free previews before paid searches, bulk CSV export.

Install

Early access. Request access to get your API key.

npm install -g @igamingfinder/cli
igamingfinder config set-key client_xxx
igamingfinder domains search --verdict blocklisted --geo pl

What you can do

Pipe-friendly JSON

Every data command takes `--json` and switches to JSON automatically when piped. jq, awk, and your analyst tooling just work.

Free previews

`companies preview` and `licenses preview` return the match count and cost estimate for 0 credits — see the bill before you run the search.

Domain verdicts

One-shot trust verdicts (`domains resolve`) and the bulk blocklist / change feed (`domains search --verdict --geo --since`).

Scriptable auth

API key via env var, config file, or `--token` flag. No interactive prompts — safe for CI and cron.

Change feed

What got blocklisted or dropped since a date: `domains search --since / --until / --dropped-before` keeps screening lists current.

Status & quotas

Inspect your plan and credit balance — granted, used, reserved — from `igamingfinder account`.

Example session

$ igamingfinder domains resolve roobet.com

  roobet.com  licensed
  licensed_by: curacao, anjouan

$ igamingfinder export create --jurisdiction mga --format csv --wait -o mga-operators.csv
Export ready: 2,431 rows
Saved to mga-operators.csv

Ready to script?

Full reference, command catalogue, and recipes in the docs.

Read CLI docs →