Hunter · JSON Structure

Hunter Discover Request Structure

Type: object Properties: 12
Contact DiscoveryEmailEmail VerificationLead GenerationProspectingSales Intelligence

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

Properties

query organization headquarters_location industry headcount company_type year_founded technology keywords funding limit offset

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DiscoverRequest",
  "type": "object",
  "properties": {
    "query": {
      "type": "string"
    },
    "organization": {
      "type": "object"
    },
    "headquarters_location": {
      "type": "object"
    },
    "industry": {
      "type": "object"
    },
    "headcount": {
      "type": "array"
    },
    "company_type": {
      "type": "object"
    },
    "year_founded": {
      "type": "object"
    },
    "technology": {
      "type": "object"
    },
    "keywords": {
      "type": "object"
    },
    "funding": {
      "type": "object"
    },
    "limit": {
      "type": "integer"
    },
    "offset": {
      "type": "integer"
    }
  }
}