Hunter · JSON Structure

Hunter Source Structure

Type: object Properties: 5
Contact DiscoveryEmailEmail VerificationLead GenerationProspectingSales Intelligence

Source is a JSON Structure definition published by Hunter, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

domain uri extracted_on last_seen_on still_on_page

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Source",
  "type": "object",
  "properties": {
    "domain": {
      "type": "string"
    },
    "uri": {
      "type": "string"
    },
    "extracted_on": {
      "type": "string"
    },
    "last_seen_on": {
      "type": "string"
    },
    "still_on_page": {
      "type": "boolean"
    }
  }
}