Pipe-friendly JSON
Every data command takes `--json` and switches to JSON automatically when piped. jq, awk, and your analyst tooling just work.
Command line
Search operators, check domain verdicts, and export evidence — without leaving your terminal. JSON output, free previews before paid searches, bulk CSV export.
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
Every data command takes `--json` and switches to JSON automatically when piped. jq, awk, and your analyst tooling just work.
`companies preview` and `licenses preview` return the match count and cost estimate for 0 credits — see the bill before you run the search.
One-shot trust verdicts (`domains resolve`) and the bulk blocklist / change feed (`domains search --verdict --geo --since`).
API key via env var, config file, or `--token` flag. No interactive prompts — safe for CI and cron.
What got blocklisted or dropped since a date: `domains search --since / --until / --dropped-before` keeps screening lists current.
Inspect your plan and credit balance — granted, used, reserved — from `igamingfinder account`.
$ 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
Full reference, command catalogue, and recipes in the docs.
Read CLI docs →