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 pull decision-maker contacts — without leaving your terminal. JSON output, free previews before paid searches, composes with jq.
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.
A trust verdict for one domain (`domains resolve`), or every blocklisted domain in a country (`domains search --verdict --geo --since`).
API key via env var, config file, or `--token` flag. No interactive prompts — safe for CI and cron.
Which domains were blocklisted or left the blocklist 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`.
List and open your prospect lists for free, then download the CSV when a list is ready. Request new lists on the website.
$ igamingfinder domains resolve roobet.com
roobet.com licensed
licensed_by: curacao, anjouan
$ igamingfinder prospect-lists list --status ready
$ igamingfinder prospect-lists download igfpl_example -o prospect-list.csv
Saved to prospect-list.csv
$ igamingfinder companies search --jurisdiction mga --json | jq -r '.hits[] | .primary_domain.domain // empty'
The CLI reads and downloads prospect lists. Request new lists on the website; the CLI does not send messages.
Full reference, command catalogue, and recipes in the docs.
Read CLI docs →