Skip to content

Command line

iGaming Finder CLI

Search operators, inspect domains, trigger enrichment, and export evidence — without leaving your terminal. Streaming JSON / CSV, saved filters, negative-domain exclusion.

Install

Early access. Request access and we'll send the install instructions. The session below previews the command surface.

igaming auth login --api-key client_xxx
igaming domains search --query casino --exclude-domain parked.example

What you can do

Streaming output

JSON and CSV stream straight to stdout. Pipe into jq, awk, or your favourite analyst tooling.

Saved filters

Bind a complex query to a name. Re-run it tomorrow, next week, or across pipelines without re-typing.

Negative filters

Exclude domains, jurisdictions, providers, license types. The CLI carries `--exclude-*` flags everywhere search runs.

Scriptable auth

Pin an API key per profile, rotate without touching shell history. No interactive prompts when you don't want them.

Bulk export

Request CSV or JSONL exports and download from the same command. Survives reconnections; resumes where it stopped.

Status & quotas

Inspect remaining credits, last enrichment, and rate-limit headroom from `igaming account`.

Example session

$ igaming domains show roobet.com
status:    enriched
licenses:  Curaçao, Anjouan
payments:  Visa, crypto, Skrill
providers: Evolution, Pragmatic Play

$ igaming domains search --query casino --exclude-domain parked.example --format csv > casinos.csv
streaming 2,431 results...

Ready to script?

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

Read CLI docs →