@domainethos/cli
v1.0.3
Published
AI-powered domain appraisals from your terminal. Instant valuations, batch analysis, and institutional-grade reports.
Downloads
415
Maintainers
Readme
DomainEthos CLI
AI-powered domain appraisals from your terminal.
www.domainethos.com · API Docs
Install
npm install -g @domainethos/cliOr use directly with npx:
npx @domainethos/cli appraise startup.aiSetup
Get your API key from the DomainEthos Dashboard, then:
domainethos config --key de_live_YOUR_API_KEYOr set via environment variable:
export DOMAINETHOS_API_KEY=de_live_YOUR_API_KEYUsage
Quick Check (default)
domainethos appraise startup.ai◆ startup.ai
Value $12,500
Range $8,000 — $18,000
Score 82/100
Confidence ● High
Verdict Strong brandable domain with AI-sector appealFull Appraisal
domainethos appraise brandname.com --type fullReturns comprehensive 7-pillar analysis with pillar scores, ethos, and detailed breakdown.
Deep Dive
domainethos appraise premium.io --type deep-diveExhaustive institutional-grade analysis with comparable sales, buyer personas, and acquisition strategy.
Batch Appraisal
domainethos batch --file domains.txtAppraise multiple domains from a text file (one domain per line).
JSON Output
Add --json to any command for machine-readable output:
domainethos appraise startup.ai --jsonPipeline-friendly
domainethos appraise startup.ai --json | jq '.value_best'Commands
| Command | Description |
|---------|-------------|
| domainethos appraise <domain> | Appraise a single domain |
| domainethos batch --file <path> | Batch appraise from file |
| domainethos config --key <key> | Save API key |
| domainethos --help | Show help |
| domainethos --version | Show version |
Options
| Flag | Description |
|------|-------------|
| --type <type> | quick-check (default), full, or deep-dive |
| --json | Output raw JSON |
| --no-color | Disable colored output |
API
This CLI uses the DomainEthos API. Pricing:
- Quick Check: $0.02/domain
- Full Appraisal: $0.35/domain
- Deep Dive: $1.00/domain
License
MIT
