対象ユーザー
1つの意思決定には焦点化された検査を使い、コンテキストが重要な場合は広いプロファイルを組み立てます。
プロダクト、目的、エンドポイントパス、APIトピックを試してください。
長さ、キーワード、TLD、市場動向を含む複数の要因に基づいて、ドメインの市場価値を推定します。
1つの意思決定には焦点化された検査を使い、コンテキストが重要な場合は広いプロファイルを組み立てます。
認定評価や売却価格の保証ではなく、証拠に基づく推定が必要なときに選びます。
長さ、キーワード、TLD、市場動向を含む複数の要因に基づいて、ドメインの市場価値を推定します。
統合する前に、サポートされる操作、入力、出力、実行モード、レスポンス制限を確認してください。
2 認証が必要。正確な料金と項目ごとの料金については、操作リファレンスを確認してください。
文書化された操作を使って、公開証拠を収集、評価、補足、検証、比較、保護、監視します。
| パラメータ | タイプ | 必須 |
|---|---|---|
| domain | string | 必須 |
| フィールド | タイプ |
|---|---|
domain |
string |
label |
string |
tld |
string |
estimate |
object |
estimate.low |
integer |
estimate.mid |
integer |
estimate.high |
integer |
estimate.currency |
string |
factors |
object |
factors.length |
integer |
factors.lengthMultiplier |
number |
factors.tld |
string |
factors.tldTier |
string |
factors.tldBase |
integer |
factors.hasHyphens |
boolean |
factors.hasNumbers |
boolean |
factors.lettersOnly |
boolean |
factors.isPremiumWord |
boolean |
factors.isDictionaryWord |
boolean |
factors.isBrandable |
boolean |
factors.isNumericPattern |
boolean |
factors.isLetterPattern |
boolean |
factors.pronounceability |
number |
factors.memorability |
number |
factors.spellingDifficulty |
number |
factors.isAcronym |
boolean |
factors.hasCommonEnding |
boolean |
factors.syllableCount |
integer |
comparables[] |
object[] |
comparables[] |
object |
comparables[].category |
string |
comparables[].typical_range |
object |
comparables[].typical_range.low |
integer |
comparables[].typical_range.high |
integer |
comparables[].examples[] |
string[] |
comparables[].relevance |
number |
confidence |
number |
valuation_summary |
object |
valuation_summary.model_scope |
string |
valuation_summary.confidence |
number |
valuation_summary.confidence_label |
string |
valuation_summary.range_source |
string |
valuation_summary.range_width |
string |
valuation_summary.comparable_count |
integer |
valuation_summary.primary_comparable_category |
string | null |
valuation_summary.primary_comparable_position |
string | null |
valuation_summary.positive_driver_count |
integer |
valuation_summary.negative_driver_count |
integer |
valuation_summary.liquidity_band |
string |
valuation_summary.tld_tier |
string |
valuation_summary.renewal_price_awareness |
object |
valuation_summary.renewal_price_awareness.uses_tld_base |
boolean |
valuation_summary.renewal_price_awareness.tld_base_usd |
integer |
valuation_summary.renewal_price_awareness.registrar_specific_prices_included |
boolean |
valuation_summary.risk_flags[] |
string[] |
analysis |
object |
analysis.scope |
string |
analysis.excludes[] |
string[] |
analysis.range_source |
string |
analysis.range_width |
string |
analysis.confidence_label |
string |
analysis.primary_comparable_category |
string | null |
analysis.primary_comparable_range |
object |
analysis.primary_comparable_range.low |
integer |
analysis.primary_comparable_range.high |
integer |
analysis.primary_comparable_range.position |
string |
analysis.primary_comparable_range.relative_position |
number |
analysis.out_of_distribution |
boolean |
analysis.out_of_distribution_reasons[] |
string[] |
analysis.positive_factors[] |
string[] |
analysis.negative_factors[] |
string[] |
methodology |
string |
meta |
object |
meta.served_by |
string |
meta.disclaimer |
string |
curl -H "X-API-Key: $DOMSCAN_API_KEY" "https://domscan.net/v1/value?domain=empresa.ind.br"
{
"domain": "example.com",
"label": "example",
"tld": "com",
"estimate": {
"low": 1,
"mid": 1,
"high": 1,
"currency": "USD"
},
"factors": {
"length": 1,
"lengthMultiplier": 0.5,
"tld": "com",
"tldTier": "premium",
"tldBase": 1,
"hasHyphens": false,
"hasNumbers": false,
"lettersOnly": false,
"isPremiumWord": false,
"isDictionaryWord": false,
"isBrandable": false,
"isNumericPattern": false,
"isLetterPattern": false,
"pronounceability": 0.5,
"memorability": 0.5,
"spellingDifficulty": 0.5,
"isAcronym": false,
"hasCommonEnding": false,
"syllableCount": 1
},
"comparables": [
{
"category": "example",
"typical_range": {
"low": 1,
"high": 1
},
"examples": [
"example"
],
"relevance": 0.5
}
],
"confidence": 0.85,
"valuation_summary": {
"model_scope": "intrinsic_domain_value",
"confidence": 0.85,
"confidence_label": "low",
"range_source": "heuristic",
"range_width": "narrow",
"comparable_count": 1,
"primary_comparable_category": "example",
"primary_comparable_position": "lower",
"positive_driver_count": 1,
"negative_driver_count": 1,
"liquidity_band": "low",
"tld_tier": "premium",
"renewal_price_awareness": {
"uses_tld_base": false,
"tld_base_usd": 1,
"registrar_specific_prices_included": false
},
"risk_flags": [
"example"
]
},
"analysis": {
"scope": "intrinsic_domain_value",
"excludes": [
"example"
],
"range_source": "heuristic",
"range_width": "narrow",
"confidence_label": "low",
"primary_comparable_category": "example",
"primary_comparable_range": {
"low": 1,
"high": 1,
"position": "lower",
"relative_position": 0.5
},
"out_of_distribution": false,
"out_of_distribution_reasons": [
"example"
],
"positive_factors": [
"example"
],
"negative_factors": [
"example"
]
},
"methodology": "example",
"meta": {
"served_by": "example",
"disclaimer": "example"
}
}
レビュー済み: 2026-08-22
ドメイン価値評価のAPIリファレンスで、パラメーター、レスポンスフィールド、例、ステータスコード、サポートされる操作モードを確認できます。
不明または部分的な結果は、要求された証拠を完全には判定できなかったことを意味します。下流の判断では、結果の状態、信頼度、鮮度、制限を維持してください。
料金は操作と実行モードによって異なります。現在のクレジット料金、認証要件、項目ごとのルールについては、エンドポイントリファレンスを確認してください。
素晴らしい企業の人々に使用されています