Hunter · Schema

Source

Contact DiscoveryEmailEmail VerificationLead GenerationProspectingSales Intelligence

Properties

Name Type Description
domain string Domain where the email was found.
uri string URL of the source page.
extracted_on string Date the email was extracted from the source.
last_seen_on string Date the email was last seen at the source.
still_on_page boolean Whether the email is still present on the source page.
View JSON Schema on GitHub

JSON Schema

hunter-source-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Source",
  "type": "object",
  "properties": {
    "domain": {
      "type": "string",
      "description": "Domain where the email was found."
    },
    "uri": {
      "type": "string",
      "description": "URL of the source page."
    },
    "extracted_on": {
      "type": "string",
      "description": "Date the email was extracted from the source."
    },
    "last_seen_on": {
      "type": "string",
      "description": "Date the email was last seen at the source."
    },
    "still_on_page": {
      "type": "boolean",
      "description": "Whether the email is still present on the source page."
    }
  }
}