Streaming output
JSON and CSV stream straight to stdout. Pipe into jq, awk, or your favourite analyst tooling.
Command line
Search operators, inspect domains, trigger enrichment, and export evidence — without leaving your terminal. Streaming JSON / CSV, saved filters, negative-domain exclusion.
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
JSON and CSV stream straight to stdout. Pipe into jq, awk, or your favourite analyst tooling.
Bind a complex query to a name. Re-run it tomorrow, next week, or across pipelines without re-typing.
Exclude domains, jurisdictions, providers, license types. The CLI carries `--exclude-*` flags everywhere search runs.
Pin an API key per profile, rotate without touching shell history. No interactive prompts when you don't want them.
Request CSV or JSONL exports and download from the same command. Survives reconnections; resumes where it stopped.
Inspect remaining credits, last enrichment, and rate-limit headroom from `igaming account`.
$ 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...
Full reference, command catalogue, and recipes in the docs.
Read CLI docs →