ZoomInfo · JSON Structure

Zoominfo Intent Search Request Structure

Type: object Properties: 9 Required: 9
B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

IntentSearchRequest is a JSON Structure definition published by ZoomInfo, describing 9 properties, of which 9 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

topics signalScoreMin signalScoreMax audienceStrengthMin audienceStrengthMax metroRegion industryCodes sortBy sortOrder

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "IntentSearchRequest",
  "properties": {
    "topics": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    },
    "signalScoreMin": {
      "type": "integer"
    },
    "signalScoreMax": {
      "type": "integer"
    },
    "audienceStrengthMin": {
      "type": "string"
    },
    "audienceStrengthMax": {
      "type": "string"
    },
    "metroRegion": {
      "type": "string"
    },
    "industryCodes": {
      "type": "string"
    },
    "sortBy": {
      "type": "string"
    },
    "sortOrder": {
      "type": "string"
    }
  },
  "required": [
    "topics",
    "signalScoreMin",
    "signalScoreMax",
    "audienceStrengthMin",
    "audienceStrengthMax",
    "metroRegion",
    "industryCodes",
    "sortBy",
    "sortOrder"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}