API-referens

Företagsökning API-referens

Slå upp företagsinformation associerad med en domän. Använd denna referens för att välja en operation och integrera dess dokumenterade svarskontrakt.

Operationer

GET /v1/company Visa API-referens

GET /v1/company

Operation: getCompany Credits och autentisering: 3 Autentisering krävs
GET /v1/company

Frågeparametrar

Parameter Typ obligatorisk
domain string obligatorisk

Svarsfält

Fält Typ
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

Exempelbegäran

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

Exempelsvar

{
  "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": {}
}

Referensresurser