iGaming Finder

Installation

$ help --topic=early-access
The CLI is in early access. Request access at hello@igamingfinder.com and we'll share the install instructions once you're in. The reference below previews the command surface.

Authentication

bash
igaming auth login --api-key YOUR_API_KEY

Your key is stored locally in ~/.config/igaming/credentials.

Commands

Search Domains

bash
igaming domains search --jurisdiction mga --payment crypto

Filter by provider:

bash
igaming domains search --provider evolution --exclude-provider netent

Exclude specific domains:

bash
igaming domains search --query casino --exclude-domain parked.example

Get Domain Profile

bash
igaming domains show stake.com

Enrich a Domain

bash
igaming domains enrich roobet.com

Polls automatically until enrichment completes.

Export Data

bash
igaming export --jurisdiction mga --format csv --output mga-operators.csv

Output Formats

Default output is a formatted table. Use --json for machine-readable output:

bash
igaming domains search --jurisdiction mga --json

Or pipe to jq:

bash
igaming domains search --jurisdiction mga --json | jq '.domains[].domain_normalized'

Saved Filters

Save frequently used filter combinations:

bash
igaming filters save mga-crypto --jurisdiction mga --payment crypto
igaming domains search --filter mga-crypto

Account Info

bash
igaming account

Shows your plan, credits used, and credits remaining.

$ help --topic=command-discovery
Run igaming --help for the full command list, or igaming <command> --help for command-specific options.