Hunter · Schema

DiscoverResult

Contact DiscoveryEmailEmail VerificationLead GenerationProspectingSales Intelligence

Properties

Name Type Description
domain string Domain name of the discovered company.
organization string Name of the organization.
emails_count object
View JSON Schema on GitHub

JSON Schema

hunter-discover-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DiscoverResult",
  "type": "object",
  "properties": {
    "domain": {
      "type": "string",
      "description": "Domain name of the discovered company."
    },
    "organization": {
      "type": "string",
      "description": "Name of the organization."
    },
    "emails_count": {
      "type": "object"
    }
  }
}