API referansı

Şirket Araması API ürünü

Bir alan adıyla ilişkili şirket bilgilerini araştırın. Bir işlem seçmek ve belgelenen yanıt sözleşmesini entegre etmek için bu referansı kullanın.

İşlemler

GET /v1/company

İşlem: getCompany Krediler ve kimlik doğrulama: 3 Kimlik doğrulama gerekli
GET /v1/company

Sorgu Parametreleri

Parametre Tür gerekli
domain string gerekli

Yanıt Alanları

Alan Tür
domain string
company object
company.name string | null
company.legal_name string | null
company.description string | null
company.founded_year integer | null
company.industry string | null
company.employee_count_range string | null
company.type string | null
location object
social object
social.linkedin string | null
social.twitter string | null
social.facebook string | null
social.github string | null
tech object
tech.email_provider string | null
tech.website_technologies[] string[]
confidence number
evidence_summary object
evidence_summary.sources[] string[]
evidence_summary.source_count integer
evidence_summary.confidence number
evidence_summary.confidence_label string
evidence_summary.company_field_count integer
evidence_summary.social_profile_count integer
evidence_summary.email_provider_detected boolean
evidence_summary.website_technology_count integer
evidence_summary.cache_status string
meta object

Örnek İstek

curl -H "X-API-Key: $DOMSCAN_API_KEY" "https://domscan.net/v1/company?domain=example.com"

Örnek Yanıt

{
  "domain": "example.com",
  "company": {
    "name": "string",
    "legal_name": "string",
    "description": "198.51.100.10",
    "founded_year": 1,
    "industry": "string",
    "employee_count_range": "string",
    "type": "string"
  },
  "location": {},
  "social": {
    "linkedin": "string",
    "twitter": "string",
    "facebook": "string",
    "github": "string"
  },
  "tech": {
    "email_provider": "[email protected]",
    "website_technologies": [
      "string"
    ]
  },
  "confidence": 1,
  "evidence_summary": {
    "sources": [
      "string"
    ],
    "source_count": 1,
    "confidence": 1,
    "confidence_label": "high",
    "company_field_count": 1,
    "social_profile_count": 1,
    "email_provider_detected": "[email protected]",
    "website_technology_count": 1,
    "cache_status": "hit"
  },
  "meta": {}
}

Referans kaynakları