개발자 참고자료

도메인 평가

DomScan API로 길이, 키워드, TLD 및 시장 동향을 포함한 여러 요소를 기반으로 도메인의 시장 가치를 추정합니다.

도메인 평가

길이, 키워드, TLD 및 시장 동향을 포함한 여러 요소를 기반으로 도메인의 시장 가치를 추정합니다.

참고: 이는 알고리즘 추정일 뿐입니다. 실제 시장 가치는 구매자 수요 및 시장 상황에 따라 크게 달라질 수 있습니다.
GET /v1/value

쿼리 매개변수

매개변수유형설명
domain 필수 string 완전한 도메인 이름(예: "startup.com")

예제 요청

curl -H "X-API-Key: your-api-key" "https://domscan.net/v1/value?domain=x.com"

예제 응답

{
                "domain": "x.com",
                "label": "x",
                "tld": "com",
                "estimate": {
                "low": 9171241,
                "mid": 12737835,
                "high": 15000000,
                "currency": "USD"
                },
                "comparables": [{
                "category": "1-letter .com",
                "typical_range": { "low": 5000000, "high": 15000000 },
                "relevance": 1
                }],
                "factors": {
                "length": 1,
                "tldTier": "premium",
                "lettersOnly": true,
                "isDictionaryWord": false,
                "isBrandable": false
                },
                "confidence": 0.82,
                "analysis": {
                "scope": "intrinsic_domain_value",
                "excludes": ["website_traffic", "revenue", "brand_equity", "buyer-specific strategic premium"],
                "range_source": "anchored",
                "confidence_label": "high",
                "primary_comparable_category": "1-letter .com",
                "primary_comparable_range": { "low": 5000000, "high": 15000000, "position": "upper", "relative_position": 0.85 },
                "out_of_distribution": false
                },
                "methodology": "Algorithmic intrinsic-domain estimate anchored to public domain sales data"
                }

응답 필드

필드 유형
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.worker_version string
meta.disclaimer string
POST /v1/value/bulk

한 요청에서 여러 도메인을 가치평가합니다. 요청 본문: {"domains": ["a.com", "b.io"]}

응답 필드

필드 유형
results[] object[]
results[] object
results[].domain string
results[].label string
results[].tld string
results[].estimate object
results[].estimate.low integer
results[].estimate.mid integer
results[].estimate.high integer
results[].estimate.currency string
results[].factors object
results[].factors.length integer
results[].factors.lengthMultiplier number
results[].factors.tld string
results[].factors.tldTier string
results[].factors.tldBase integer
results[].factors.hasHyphens boolean
results[].factors.hasNumbers boolean
results[].factors.lettersOnly boolean
results[].factors.isPremiumWord boolean
results[].factors.isDictionaryWord boolean
results[].factors.isBrandable boolean
results[].factors.isNumericPattern boolean
results[].factors.isLetterPattern boolean
results[].factors.pronounceability number
results[].factors.memorability number
results[].factors.spellingDifficulty number
results[].factors.isAcronym boolean
results[].factors.hasCommonEnding boolean
results[].factors.syllableCount integer
results[].comparables[] object[]
results[].comparables[] object
results[].comparables[].category string
results[].comparables[].typical_range object
results[].comparables[].typical_range.low integer
results[].comparables[].typical_range.high integer
results[].comparables[].examples[] string[]
results[].comparables[].relevance number
results[].confidence number
results[].valuation_summary object
results[].valuation_summary.model_scope string
results[].valuation_summary.confidence number
results[].valuation_summary.confidence_label string
results[].valuation_summary.range_source string
results[].valuation_summary.range_width string
results[].valuation_summary.comparable_count integer
results[].valuation_summary.primary_comparable_category string | null
results[].valuation_summary.primary_comparable_position string | null
results[].valuation_summary.positive_driver_count integer
results[].valuation_summary.negative_driver_count integer
results[].valuation_summary.liquidity_band string
results[].valuation_summary.tld_tier string
results[].valuation_summary.renewal_price_awareness object
results[].valuation_summary.renewal_price_awareness.uses_tld_base boolean
results[].valuation_summary.renewal_price_awareness.tld_base_usd integer
results[].valuation_summary.renewal_price_awareness.registrar_specific_prices_included boolean
results[].valuation_summary.risk_flags[] string[]
results[].analysis object
results[].analysis.scope string
results[].analysis.excludes[] string[]
results[].analysis.range_source string
results[].analysis.range_width string
results[].analysis.confidence_label string
results[].analysis.primary_comparable_category string | null
results[].analysis.primary_comparable_range object
results[].analysis.primary_comparable_range.low integer
results[].analysis.primary_comparable_range.high integer
results[].analysis.primary_comparable_range.position string
results[].analysis.primary_comparable_range.relative_position number
results[].analysis.out_of_distribution boolean
results[].analysis.out_of_distribution_reasons[] string[]
results[].analysis.positive_factors[] string[]
results[].analysis.negative_factors[] string[]
results[].methodology string
results[].meta object
results[].meta.served_by string
results[].meta.worker_version string
results[].meta.disclaimer string
meta object
meta.served_by string
meta.worker_version string
meta.total integer
meta.disclaimer string

예제 응답

{
  "results": [
    {
      "domain": "example.com",
      "label": "string",
      "tld": "com",
      "estimate": {
        "low": 1,
        "mid": 1,
        "high": 1,
        "currency": "USD"
      },
      "factors": {
        "length": 1,
        "lengthMultiplier": "198.51.100.10",
        "tld": "com",
        "tldTier": "premium",
        "tldBase": 1,
        "hasHyphens": true,
        "hasNumbers": true,
        "lettersOnly": true,
        "isPremiumWord": true,
        "isDictionaryWord": true,
        "isBrandable": true,
        "isNumericPattern": true,
        "isLetterPattern": true,
        "pronounceability": 1,
        "memorability": 1,
        "spellingDifficulty": 1,
        "isAcronym": true,
        "hasCommonEnding": true,
        "syllableCount": 1
      },
      "comparables": [
        {
          "category": "string",
          "typical_range": {
            "low": 1,
            "high": 1
          },
          "examples": [
            "string"
          ],
          "relevance": 1
        }
      ],
      "confidence": 1,
      "valuation_summary": {
        "model_scope": "intrinsic_domain_value",
        "confidence": 1,
        "confidence_label": "low",
        "range_source": "heuristic",
        "range_width": "narrow",
        "comparable_count": 1,
        "primary_comparable_category": "string",
        "primary_comparable_position": "lower",
        "positive_driver_count": 1,
        "negative_driver_count": 1,
        "liquidity_band": "low",
        "tld_tier": "premium",
        "renewal_price_awareness": {
          "uses_tld_base": true,
          "tld_base_usd": 1,
          "registrar_specific_prices_included": true
        },
        "risk_flags": [
          "string"
        ]
      },
      "analysis": {
        "scope": "intrinsic_domain_value",
        "excludes": [
          "string"
        ],
        "range_source": "heuristic",
        "range_width": "narrow",
        "confidence_label": "low",
        "primary_comparable_category": "string",
        "primary_comparable_range": {
          "low": 1,
          "high": 1,
          "position": "lower",
          "relative_position": 1
        },
        "out_of_distribution": true,
        "out_of_distribution_reasons": [
          "string"
        ],
        "positive_factors": [
          "string"
        ],
        "negative_factors": [
          "string"
        ]
      },
      "methodology": "string",
      "meta": {
        "served_by": "string",
        "worker_version": "string",
        "disclaimer": "string"
      }
    }
  ],
  "meta": {
    "served_by": "string",
    "worker_version": "string",
    "total": 1,
    "disclaimer": "string"
  }
}