{"info":{"_postman_id":"3859e5f7-4b34-47e3-b3f8-d28c20a8d457","name":"ZoomInfo API - Legacy","description":"<html><head></head><body><p>Note: This page provides documentation on the Legacy ZoomInfo Enterprise API. This API is currently in the process of being deprecated. All new development to ZoomInfo APIs should be done on the new API. Documentation for this new API can be found here:</p>\n<p><a href=\"https://docs.zoominfo.com\">https://docs.zoominfo.com</a></p>\n<p>Welcome to ZoomInfo's API. ZoomInfo is the leading data intelligence platform for B2B go-to-market teams, presenting a trifecta of the broadest, deepest and highest quality B2B data.</p>\n<p>Use the API to query the ZoomInfo database for relevant companies and contacts and enrich the data records in your Customer Relationship Management (CRM), Marketing Automation (MA), and other systems in your organization. The API helps you build out your organization's contact and company records by tapping in-depth information such as technologies used, company attributes, corporate hierarchies, funding details, news alerts and scoops, and more. This deep data enables teams to build sophisticated, refined, and targeted prospect segments, as well as improve campaign list building, prospecting, lead routing, scoring, and territory alignment.</p>\n<h1 id=\"api-structure\">API structure</h1>\n<p>The ZoomInfo API is a set of HTTPS endpoints you can use to programmatically retrieve and integrate ZoomInfo data into your existing technology stack and workflows. Responses are returned in JSON to support integration with common programming languages and development kits.</p>\n<p>The Enterprise API supports searching for and enriching company and contact records, and are comprised as follows:</p>\n<p><strong>Standard APIs</strong></p>\n<ul>\n<li><p>The <a href=\"#20219386-4c34-485e-a859-c697d64f2ae9\">Search API</a> accepts various input criteria which are used to return Contacts, Companies, Scoops, News and Intent records. The purpose of Search is to cast a wide net, returning a list of records that meet the input criteria. The records returned are previews of the full ZoomInfo profile. Use the Enrich API endpoints to return ZoomInfo's full profile for any record.</p>\n</li>\n<li><p>The <a href=\"#4c495fb6-68df-44bb-8703-0616f81cfdcb\">Enrich API</a> is used to retrieve ZoomInfo's full profile data by matching to known contacts or companies. Use the Enrich endpoints to redeem full profiles returned from Search queries, or enrich your existing database of contacts and companies with ZoomInfo data.</p>\n</li>\n<li><p>The <a href=\"#efe7b4b8-1ef2-4fcd-a20f-9da68f6b2055\">Lookup API</a> includes a set of endpoints that return available inputs and outputs for corresponding Search or Enrich requests. Use the Input Lookup endpoints to help select the input criteria supported by the different requests. The Lookup Output endpoints provide a full list of fields returned by each endpoint.</p>\n</li>\n<li><p>The <a href=\"#ec3704c0-8898-4ba7-baf4-c45b46ef80d3\">Usage API</a> lets you check your current API usage and limits.</p>\n</li>\n</ul>\n<p><strong>Scaling APIs</strong></p>\n<ul>\n<li><p>The <a href=\"#0a3012d3-546c-45bd-9a3c-d014b93ce47e\">Webhooks API</a> is a set of endpoints that lets you configure webhooks subscriptions to automate the update of records - listening for events you subscribe to, and sending updates securely to your application.</p>\n</li>\n<li><p>The <a href=\"#00c2d0c8-d0f6-4904-a5b1-495675e13189\">Bulk API</a> is a set of endpoints that provide bulk search and redeem capabilities for Contacts and Companies, enabling the search and retrieval of large ZoomInfo Company and Contact datasets at scale through asynchronous batch processes.</p>\n</li>\n</ul>\n<p><strong>WebSights API</strong></p>\n<p>The <a href=\"#9e5ec7b8-5cef-40ee-86f3-105be2194fe7\">WebSights API</a> identifies anonymous website traffic by resolving IP addresses to return company and ISP profiles and IP Geolocation details.</p>\n<p><strong>Compliance API</strong></p>\n<p>The <a href=\"#8631bd5c-4435-4fb4-9d4f-91b73cf7e89e\">Compliance API</a> includes endpoints related to data privacy and opt-out compliance for contacts stored in the ZoomInfo database.</p>\n<h1 id=\"authentication-methods\">Authentication methods</h1>\n<p>The API supports the following authentication methods:</p>\n<ul>\n<li><p>Private Key Infrastructure (PKI)</p>\n</li>\n<li><p>Username and password</p>\n</li>\n</ul>\n<p>For both authentication methods, a Java Web Token (JWT) is returned which can be programmatically or manually used to access the API.</p>\n<h2 id=\"public-key-infrastructure-pki-authentication\">Public Key Infrastructure (PKI) authentication</h2>\n<p>The preferred authentication method is to obtain a Client ID and Private key pair and a public library to programmatically generate a JWT that is valid for one hour. To do this:</p>\n<ol>\n<li><p>Log in to the ZoomInfo GUI using admin credentials with API access.</p>\n</li>\n<li><p>Go to <strong>Admin Portal</strong> &gt; <strong>API</strong> and click <strong>Generate New Key</strong>. You are provided with a Client ID and a Private Key.</p>\n</li>\n<li><p>Import a public library that authenticates using this Client ID and Private Key and generates a JWT.</p>\n</li>\n</ol>\n<p>ZoomInfo provides supported PKI authentication libraries for Java, Python and NodeJS in <a href=\"https://github.com/Zoominfo\">Github</a>.</p>\n<h2 id=\"username-and-password-authentication\">Username and password authentication</h2>\n<p>You can use the <a href=\"#ea1ebd5d-8b4a-412f-a8c8-3d8b8e123407\">Authentication endpoint</a> to manually supply your username and password, returning a JWT that is valid for one hour.</p>\n<p>A developer can alternatively import a public library that authenticates a username and password to return a JWT. ZoomInfo provides supported username and password authentication libraries for Java, Python and NodeJS in <a href=\"https://github.com/Zoominfo\">Github</a>.</p>\n<h1 id=\"rate-and-usage-limits\">Rate and usage limits</h1>\n<p>The ZoomInfo API uses rate and usage limits tied to the account provisioned for API access. Your API account is provisioned with:</p>\n<ul>\n<li><p><strong>Rate limits</strong>: A limit to the number of requests you can make within a given time period.</p>\n<ul>\n<li><p>For the Authentication endpoint, the limit is 1 request per second.</p>\n</li>\n<li><p>For the Standard APIs, WebSights API, and Compliance API, the limit is 25 requests per second (1500 request per minute).</p>\n</li>\n<li><p>For the Scaling APIs, the limit is 33 requests per second (2000 requests per minute)</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Request limits</strong>: An overall number of requests you can perform within the current API contract term.</p>\n</li>\n<li><p><strong>Record limits</strong>: The number of records you are entitled to retrieve within the current API contract term.</p>\n</li>\n</ul>\n<p>You can track usage status using the <a href=\"#ec3704c0-8898-4ba7-baf4-c45b46ef80d3\">Usage Lookup endpoint</a>.</p>\n<p>You can also track usage using the response headers of each API call (with the exception of the Authentication and Lookup endpoints).</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Sample Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>X-RateLimit-Limit</td>\n<td>1500</td>\n<td>The maximum number of requests you're permitted to make per minute</td>\n</tr>\n<tr>\n<td>X-RateLimit-Remaining</td>\n<td>999</td>\n<td>The number of requests remaining in the current rate limit window</td>\n</tr>\n<tr>\n<td>X-RateLimit-Reset</td>\n<td>1583161964</td>\n<td>The time at which the current rate limit window resets in <a href=\"https://en.wikipedia.org/wiki/Unix_time\">UTC epoch seconds</a></td>\n</tr>\n<tr>\n<td>X-Usage-Record-Limit-Limit</td>\n<td>10000000</td>\n<td>The maximum number of records you can retrieve within the current API contract term</td>\n</tr>\n<tr>\n<td>X-Usage-Record-Limit-Remaining</td>\n<td>878530</td>\n<td>The remaining number of records you can retrieve within the current API contract term</td>\n</tr>\n<tr>\n<td>X-Usage-Request-Limit-Limit</td>\n<td>10000000</td>\n<td>The maximum number of requests you can make within the current API contract term. If using the Scaling API, this value will display \"-1\", as there are no limits to the total number of API requests you can make (provided you do not exceed the rate limit of 33 requests per second).</td>\n</tr>\n<tr>\n<td>X-Usage-Request-Limit-Remaining</td>\n<td>949262</td>\n<td>The number of requests remaining within the current API contract term</td>\n</tr>\n<tr>\n<td>X-Usage-Unique-Id-Limit-Limit</td>\n<td>100000</td>\n<td>The maximum number of person or company records you can redeem within the current API contract term. The limit for each API user is set in the Admin Portal.</td>\n</tr>\n<tr>\n<td>X-Usage-Unique-Id-Limit-Remaining</td>\n<td>84994</td>\n<td>The number of person or company records remaining to redeem within the current API contract term</td>\n</tr>\n<tr>\n<td>X-Usage-Websights-Api-Record-Limit-Limit</td>\n<td>10000000</td>\n<td>The max number of WebSights records you can retrieve within the current API contract term</td>\n</tr>\n<tr>\n<td>X-Usage-Websights-Api-Record-Limit-Remaining</td>\n<td>9999997</td>\n<td>The remaining number of WebSights records you can retrieve within the current API contract term</td>\n</tr>\n<tr>\n<td>X-Usage-Websights-Api-Request-Limit-Limit</td>\n<td>100000000</td>\n<td>The maximum number of WebSights requests you can make within the current API contract term</td>\n</tr>\n<tr>\n<td>X-Usage-Websights-Api-Request-Limit-Remaining</td>\n<td>99999997</td>\n<td>The number of WebSights requests remaining within the current API contract term</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"error-handling-and-troubleshooting\">Error handling and troubleshooting</h1>\n<h2 id=\"http-status-codes\">HTTP status codes</h2>\n<p>The API will return standard classes of HTTP error status codes (4xx client and 5xx server codes) as well as 2xx success codes.</p>\n<h2 id=\"common-errors\">Common errors</h2>\n<p>The API will also return error messages specific to the request being performed. These error messages indicate a possible reason for a request failure. The following table lists common error messages and potential user actions to resolve.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Error message</th>\n<th>Action</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400</td>\n<td>Exceeded the max limit to enrich new Contacts or Companies</td>\n<td>See the rate and usage limiting data in the response header. Refer to \"Rate and usage limiting\" for details.</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Missing outputFields parameter</td>\n<td>Some requests (specifically the Enrich API) require at least one <code>outputfields</code> parameter to be specified</td>\n</tr>\n<tr>\n<td>400</td>\n<td>No roles found for login</td>\n<td>Contact your ZoomInfo sales representative.</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Page number (page) is not a number</td>\n<td>Ensure that the value conforms to the correct data type (integer)</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Page number (page) requested is greater than the available results</td>\n<td>Input a page number that falls within the results per page (rpp) and total results</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Request body has malformed JSON</td>\n<td>Check the request JSON for proper syntax</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Results per page (rpp) is not a number</td>\n<td>Ensure that the value conforms to the correct data type (integer)</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Results per page (rpp) is over max allowed value (100)</td>\n<td>The number of returned objects exceeds the maximum allowed value of 100</td>\n</tr>\n<tr>\n<td>400</td>\n<td>The parameter passed for sortBy is invalid</td>\n<td>Results can only be sorted on specific fields. See the endpoint field descriptions for valid sortBy options.</td>\n</tr>\n<tr>\n<td>400</td>\n<td>There are invalid fields in your request</td>\n<td>Check field names used in the request</td>\n</tr>\n<tr>\n<td>400</td>\n<td>There is insufficient information for this request</td>\n<td>Check your request syntax and ensure it meets specifications described for the endpoint</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Total record pagination is over max allowed value (1000)</td>\n<td>The number of returned objects exceeds the maximum allowed value of 100</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Authentication failed</td>\n<td>Ensure you are using valid credentials or token</td>\n</tr>\n<tr>\n<td>403</td>\n<td>There are fields that are not allowed under your subscription</td>\n<td>Check your subscription details. Contact your ZoomInfo sales representative.</td>\n</tr>\n<tr>\n<td>403</td>\n<td>You do not have access to the enrich endpoint</td>\n<td>You are not provisioned to access this endpoint. Contact your ZoomInfo sales representative.</td>\n</tr>\n<tr>\n<td>403</td>\n<td>You do not have access to the search endpoint</td>\n<td>You are not provisioned to access this endpoint. Contact your ZoomInfo sales representative.</td>\n</tr>\n<tr>\n<td>403</td>\n<td>You do not have access to this endpoint</td>\n<td>You are not provisioned to access this endpoint. Contact your ZoomInfo sales representative.</td>\n</tr>\n<tr>\n<td>403</td>\n<td>You have used up all of your allowed request limit</td>\n<td>See the rate and usage limiting data in the response header. Refer to \"Rate and usage limiting\" for details.</td>\n</tr>\n<tr>\n<td>403</td>\n<td>You have used up all of your allowed request limit for WebSights API</td>\n<td>See the rate and usage limiting data in the response header. Refer to \"Rate and usage limiting\" for details.</td>\n</tr>\n<tr>\n<td>403</td>\n<td>You have used up all of your allowed record limit</td>\n<td>See the rate and usage limiting data in the response header. Refer to \"Rate and usage limiting\" for details.</td>\n</tr>\n<tr>\n<td>403</td>\n<td>You have used up all of your allowed record limit for WebSights API</td>\n<td>See the rate and usage limiting data in the response header. Refer to \"Rate and usage limiting\" for details.</td>\n</tr>\n<tr>\n<td>403</td>\n<td>You do not have permission to access the ZoomInfo API</td>\n<td>Confirm that your access credentials are valid</td>\n</tr>\n<tr>\n<td>429</td>\n<td>You have exceeded your API query rate limit. Please decrease the frequency of your API requests</td>\n<td>See the rate and usage limiting data in the response header. Refer to \"Rate and usage limiting\" for details.</td>\n</tr>\n<tr>\n<td>500</td>\n<td>An unexpected error has occurred. Please try again and if this continues to occur, please contact us and reference the error id provided above</td>\n<td>The request could be too large in scope, too long to return, or experiencing a system or network issue. Contact support.</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Search failed. Please try again and if this continues to occur, please contact us and reference the error id provided above</td>\n<td>The request could be too large in scope, too long to return, or experiencing a system or network issue. Contact support.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"unique-request-ids\">Unique request IDs</h2>\n<p>To assist with troubleshooting issues with a specific request, a unique ID called <code>X-Request-Id</code> is included in the response header of each request.</p>\n<h1 id=\"release-notes\">Release Notes</h1>\n<p>View the latest <a href=\"#51969d05-46ca-404e-8455-66ff066229d6\">release notes</a> for the ZoomInfo API.</p>\n<h1 id=\"legal\">Legal</h1>\n<p><a href=\"https://www.zoominfo.com/legal/privacy-policy\">Privacy Policy</a></p>\n<p><a href=\"https://www.zoominfo.com/legal/terms-of-use\">Terms of Use</a></p>\n<p><a href=\"https://www.zoominfo.com/trust-center/your-privacy\">Do Not Sell or Share My Personal Information</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"API structure","slug":"api-structure"},{"content":"Authentication methods","slug":"authentication-methods"},{"content":"Rate and usage limits","slug":"rate-and-usage-limits"},{"content":"Error handling and troubleshooting","slug":"error-handling-and-troubleshooting"},{"content":"Release Notes","slug":"release-notes"},{"content":"Legal","slug":"legal"}],"owner":"973925","collectionId":"3859e5f7-4b34-47e3-b3f8-d28c20a8d457","publishedId":"UVXnFttz","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-01-24T23:54:24.000Z"},"item":[{"name":"Authentication","item":[{"name":"Authenticate","event":[{"listen":"test","script":{"id":"0d2b47ee-69c8-4ab2-8161-a438009e1af2","exec":["pm.environment.set(\"jwtToken\", JSON.parse(responseBody).jwt);"],"type":"text/javascript"}}],"id":"477888fc-8308-4645-81ca-ca7a6d7ba3d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"username\",\n    \"password\": \"password\"\n}"},"url":"{{protocol}}://{{url}}/authenticate","description":"<p>Return a valid JWT access token by inputting your ZoomInfo username and password.</p>\n<p><strong>Important: The token is good for 60 minutes from the time that the response was generated.</strong></p>\n<ul>\n<li><strong>Do not generate a new JWT with every call/request.</strong></li>\n<li><strong>As a best practice to keep the session active, refresh the JWT every 55 minutes.</strong></li>\n</ul>\n","urlObject":{"protocol":"{{protocol}}","path":["authenticate"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4f64297c-eea0-454c-a633-a6daa89cbc84","name":"Username and password authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"username\",\n    \"password\": \"password\"\n}"},"url":"{{protocol}}://{{url}}/authenticate"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"477888fc-8308-4645-81ca-ca7a6d7ba3d1"}],"id":"ea1ebd5d-8b4a-412f-a8c8-3d8b8e123407","description":"<p>The ZoomInfo API authenticates client access requests using a JSON Web Token (JWT). A JWT is a string that is generated by the server for the client that can then be passed along in an HTTPS request.</p>\n<p><strong>Note</strong>: The Authenticate endpoint is one method for authenticating with the ZoomInfo API with a username and password. For other methods that utilize public libraries for Java, Python, and NodeJS, see the 'Authentication methods' section in the <a href=\"#intro\">ZoomInfo API introduction</a>.</p>\n<p>To obtain the token, the client exchanges valid user credentials with the server which generates the token and provides it back to the client. An access token generally has a set expiration time after which a new token will need to be requested by the client.</p>\n<p>Use the Authenticate endpoint to pass valid ZoomInfo user credentials to the API. If authentication is successful, a JWT access token is provided in the response body.</p>\n<p><strong>Important: The token is good for 60 minutes from the time that the response was generated.</strong></p>\n<ul>\n<li><strong>Do not generate a new JWT with every call/request.</strong></li>\n<li><strong>As a best practice to keep the session active, refresh the JWT every 55 minutes.</strong></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"f852a0a8-ff81-420e-bcfa-13f18e96d83d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"352d7a1a-ea4e-4dc2-b20f-56dcb07ef0ea","type":"text/javascript","exec":[""]}}],"_postman_id":"ea1ebd5d-8b4a-412f-a8c8-3d8b8e123407"},{"name":"Enterprise API","item":[{"name":"Standard APIs","item":[{"name":"Search","item":[{"name":"Contact Search","item":[{"name":"Contact Search","event":[{"listen":"test","script":{"id":"106b3c53-7132-4ef9-a728-2b86dedd16c8","exec":["pm.test(\"Response data includes id, firstName, middleName, lastName\", function () {","    if (pm.response.json().data.length > 0) {","        pm.expect(pm.response.json().data[0]).to.include.keys(\"id\");","        pm.expect(pm.response.json().data[0]).to.include.keys(\"firstName\");","        pm.expect(pm.response.json().data[0]).to.include.keys(\"lastName\");","    }","})","","pm.test(\"Response data includes company object\", function () {","    if (pm.response.json().data.length > 0) {","        pm.expect(pm.response.json().data[0]).to.include.keys(\"company\");","    }","})","","pm.test(\"Response company data includes name and id fields\", function () {","    if (pm.response.json().data.length > 0) {","        pm.expect(pm.response.json().data[0].company).to.include.keys(\"id\");","        pm.expect(pm.response.json().data[0].company).to.include.keys(\"name\");","    }","})","","pm.test(\"Test for specific person data - Henry + Discover Org\", function () {","    if (pm.response.json().data.length > 0) {","        pm.expect(pm.response.json().data[0].company.name).to.eql(\"DiscoverOrg LLC\");","        pm.expect(pm.response.json().data[0].firstName).to.eql(\"Henry\");","        pm.expect(pm.response.json().data[0].lastName).to.eql(\"Schuck\");","    }","})","","var xUsage = JSON.parse(postman.getResponseHeader(\"X-Usage\"));","pm.test(\"X-Usage includes p_search count\", function () {","    pm.expect(xUsage).to.include.keys(\"p_search\");","})"],"type":"text/javascript"}}],"id":"2e5121fd-df42-41a4-95d6-0e8f24eebd92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"managementLevel\": \"directors\",\n    \"companyType\": \"public\",\n    \"zipCode\": \"19101\",\n    \"locationSearchType\": \"PersonAndHQ\",\n    \"zipCodeRadiusMiles\": \"25\",\n\t\"techAttributeTagList\": \"333.202.*\",\n    \"requiredFields\": \"directPhone\"\n}"},"url":"{{protocol}}://{{url}}/search/contact","description":"<p>Returns a list of Contacts from ZoomInfo's data that meet the specified search criteria.</p>\n<p>Input parameters may require specific values, some of which are too extensive to list in the parameter descriptions. You can retrieve these values using the <a href=\"https://\">Lookup</a> endpoints.</p>\n<p><strong>Input params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>DataType</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>rpp</td>\n<td>Integer</td>\n<td>Limits the results returned to the given number of results per page. Default is 25.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>Provides the results for the given page, used in conjunction with <code>rpp</code></td>\n</tr>\n<tr>\n<td>sortOrder</td>\n<td>String</td>\n<td>Provide <code>sortBy</code> if specifying <code>sortOrder</code>. Valid values are <code>asc</code>, <code>ascending</code>, <code>desc</code>, and <code>descending</code>. By default, results are sorted in descending order.</td>\n</tr>\n<tr>\n<td>sortBy</td>\n<td>String</td>\n<td>Sort results by valid output fields: <code>contactAccuracyScore</code>, <code>lastName</code>, <code>companyName</code>, <code>hierarchy</code>, <code>sourceCount</code>, <code>lastMentioned</code>, <code>relevance</code></td>\n</tr>\n<tr>\n<td>personId</td>\n<td>String</td>\n<td>Unique ZoomInfo identifier for the contact. Can include a comma-separated list.</td>\n</tr>\n<tr>\n<td>emailAddress</td>\n<td>String</td>\n<td>Work email address for the contact in <a href=\"https://\">example@example.com</a> format</td>\n</tr>\n<tr>\n<td>supplementalEmail</td>\n<td>Array</td>\n<td>Supplemental email address for the contact in <a href=\"https://\">example@example.com</a> format</td>\n</tr>\n<tr>\n<td>hashedEmail</td>\n<td>String</td>\n<td>Hashed email value for the contact. Allows searching via an email address with the extra security of not exposing the email. Supported hash algorithms are: MD5, SHA1, SHA256 and SHA512.</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>Array</td>\n<td>List of person phones or mobile numbers. Here's an example list - any of the following phone number formats are acceptable: <code>[\"(123)-456-7890\", \"1234567890\", \"123 456 7890\", \"123-445-7890\"]</code>. Alphabetical characters are not allowed.</td>\n</tr>\n<tr>\n<td>fullName</td>\n<td>String</td>\n<td>Contact full name</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>String</td>\n<td>Contact first name</td>\n</tr>\n<tr>\n<td>middleInitial</td>\n<td>String</td>\n<td>Contact middle initial</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>String</td>\n<td>Contact last name</td>\n</tr>\n<tr>\n<td>jobTitle</td>\n<td>String</td>\n<td>Contact title at current place of employment. Use <code>OR</code> to input multiple job titles.</td>\n</tr>\n<tr>\n<td>excludeJobTitle</td>\n<td>String</td>\n<td>Exclude comma-separated list of job titles</td>\n</tr>\n<tr>\n<td>managementLevel</td>\n<td>String</td>\n<td>Contact management level at current place of employment. See the <strong>Management Levels</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>excludeManagementLevel</td>\n<td>String</td>\n<td>Exclude contact based on management level. See the <strong>Management Levels</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>department</td>\n<td>String</td>\n<td>Contact department at current place of employment. See the <strong>Contact Departments</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>boardMember</td>\n<td>String</td>\n<td>Exclude or include board members from search results. By default, the API includes board members in results. See the <strong>Board Members</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>excludePartialProfiles</td>\n<td>Boolean</td>\n<td>Contacts who do not have an active company associated with them are considered partial profiles. Exclude contacts with a partial profile from search results.</td>\n</tr>\n<tr>\n<td>executivesOnly</td>\n<td>Boolean</td>\n<td>Return only executives</td>\n</tr>\n<tr>\n<td>requiredFields</td>\n<td>String</td>\n<td>Specify a list of required fields for each record returned. Can include <code>email</code>, <code>phone</code> (direct or company), <code>directPhone</code>, <code>personalEmail</code>, and <code>mobilePhone</code>. Can include a comma-separated list of these fields. For example, requiring direct phone (<code>directPhone</code>) will only return contacts which have the Direct Phone Number field populated.</td>\n</tr>\n<tr>\n<td>contactAccuracyScoreMin</td>\n<td>String</td>\n<td>Minimum accuracy score for search results. This score indicates the likelihood that a contact is reachable and still employed by the company listed. Minimum score is 70 and maximum is 99.</td>\n</tr>\n<tr>\n<td>contactAccuracyScoreMax</td>\n<td>String</td>\n<td>Maximum accuracy score for search results. This score indicates the likelihood that a contact is reachable and still employed by the company listed. Minimum score is 70 and maximum is 99.</td>\n</tr>\n<tr>\n<td>jobFunction</td>\n<td>String</td>\n<td>Contact job function at their current place of employment. See the <strong>Job Function</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>lastUpdatedDateAfter</td>\n<td>String</td>\n<td>The date after which the contact's profile was last updated in YYYY-MM-DD format</td>\n</tr>\n<tr>\n<td>validDateAfter</td>\n<td>String</td>\n<td>The date after which the contact's profile was last validated in YYYY-MM-DD format</td>\n</tr>\n<tr>\n<td>lastUpdatedInMonths</td>\n<td>Integer</td>\n<td>Number of months within which the contact's profile was last updated. For example, if <code>lastUpdatedinMonths</code> is <code>12</code> only contacts that were updated in the last 12 months will be returned.</td>\n</tr>\n<tr>\n<td>hasBeenNotified</td>\n<td>String</td>\n<td>Contacts who have been notified of inclusion in ZoomInfo's database. Values are <code>exclude</code>, <code>include</code>, and <code>only</code>.</td>\n</tr>\n<tr>\n<td>companyPastOrPresent</td>\n<td>String</td>\n<td>Returns companies based on a contact's work history. Values are <code>present</code> (default), <code>past</code>, and <code>pastAndPresent</code>.</td>\n</tr>\n<tr>\n<td>school</td>\n<td>String</td>\n<td>Contact educational institution</td>\n</tr>\n<tr>\n<td>degree</td>\n<td>String</td>\n<td>Contact education degree</td>\n</tr>\n<tr>\n<td>locationCompanyId</td>\n<td>Array</td>\n<td>Searches by contact's location IDs. Use the <strong>Location Enrich</strong> endpoint to obtain a list of location IDs for a company.</td>\n</tr>\n<tr>\n<td>companyId</td>\n<td>String</td>\n<td>ZoomInfo unique identifier for the company. Will accept a comma-separated list.</td>\n</tr>\n<tr>\n<td>companyName</td>\n<td>String</td>\n<td>Company name. Can use OR and NOT operators to include or exclude companies by name. For example, \"Vodaphone OR Comcast NOT Verizon\"</td>\n</tr>\n<tr>\n<td>companyWebsite</td>\n<td>String</td>\n<td>URL to the company website in <a href=\"https://\">http://www.example.com</a> format</td>\n</tr>\n<tr>\n<td>companyTicker</td>\n<td>Array</td>\n<td>Company stock ticker symbol</td>\n</tr>\n<tr>\n<td>companyDescription</td>\n<td>String</td>\n<td>Text description unique to the company you want to use as search criteria</td>\n</tr>\n<tr>\n<td>parentId</td>\n<td>String</td>\n<td>ZoomInfo Company ID for parent company</td>\n</tr>\n<tr>\n<td>ultimateParentId</td>\n<td>String</td>\n<td>ZoomInfo Company ID for ultimate parent company</td>\n</tr>\n<tr>\n<td>companyType</td>\n<td>String</td>\n<td>Company type (private, public, and so on). See the <strong>Company Type</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>String</td>\n<td>Company address</td>\n</tr>\n<tr>\n<td>street</td>\n<td>String</td>\n<td>Company street</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>Company state (U.S.) or province (Canada). You can use free text state or province names (e.g., \"new hampshire\"), the two-letter common abbreviation for a U.S. state (e.g., \"nh\"), or values provided in the <strong>State</strong> lookup endpoint.</td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>String</td>\n<td>Zip Code of the company's primary address</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String</td>\n<td>Country for the company's primary address. You can use free text or see the <strong>Country</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>continent</td>\n<td>String</td>\n<td>Continent for the company's primary address. See the <strong>Continent</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>zipCodeRadiusMiles</td>\n<td>String</td>\n<td>Used in conjunction with <code>zipCode</code>, designates a geographical radius (in miles) from the <code>zipCode</code> provided.</td>\n</tr>\n<tr>\n<td>hashTagString</td>\n<td>String</td>\n<td>Hash tags for a company. Can include a comma-separated list.</td>\n</tr>\n<tr>\n<td>techAttributeTagList</td>\n<td>String</td>\n<td>Specify technology product tags. See the <strong>Tech - Product</strong> lookup endpoint for values. This string uses a numerical dot notation format similar to an IP address. The notation denotes the hierarchical structure: <code>parent-category.category.vendor</code>. For example, <code>333.202.28</code>. You can use wildcards in the notation (e.g., <code>333.202.\\\\\\\\\\\\*</code>, <code>\\\\\\\\\\\\*.202.\\\\\\\\\\\\*</code>, and so on).</td>\n</tr>\n<tr>\n<td>subUnitTypes</td>\n<td>String</td>\n<td>Company sub types (e.g., division, subsidiary and so on). See the <strong>Sub Unit Type</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>primaryIndustriesOnly</td>\n<td>Boolean</td>\n<td>Used in conjunction with the <code>industryCodes</code> input parameter. When set to <code>true</code>, any result returned must have one of the specified industries as a primary industry. If no industries are specified, then this parameter will be ignored. Default is <code>false</code>.</td>\n</tr>\n<tr>\n<td>industryCodes</td>\n<td>String</td>\n<td>Top-level industry that the contact works in. A contact can have multiple top level industries. Tags are based on the contact's current company. Can include a comma-separated list. See the <strong>Industry Codes</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>industryKeywords</td>\n<td>String</td>\n<td>Industry keywords associated with a company. Can include a comma-separated list.</td>\n</tr>\n<tr>\n<td>sicCodes</td>\n<td>String</td>\n<td>The Standard Industrial Classification is a system for classifying industries by a four-digit code. See the <strong>SIC Codes</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>naicsCodes</td>\n<td>String</td>\n<td>The North American Industry Classification System (NAICS) is the standard used by Federal statistical agencies in classifying business establishments for the purpose of collecting, analyzing, and publishing statistical data related to the U.S. business economy. See the <strong>NAICS Codes</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>revenueMin</td>\n<td>Integer</td>\n<td>Minimum annual revenue for a company in U.S. dollars. Use with <code>revenueMax</code> to set a range. Alternatively, you can use the <code>revenue</code> parameter to search for pre-defined ranges.</td>\n</tr>\n<tr>\n<td>revenueMax</td>\n<td>Integer</td>\n<td>Maximum annual revenue for a company in U.S. dollars. Use with <code>revenueMin</code> to set a range. Alternatively, you can use the <code>revenue</code> parameter to search for pre-defined ranges.</td>\n</tr>\n<tr>\n<td>revenue</td>\n<td>String</td>\n<td>Annual revenue range in U.S. dollars. Accepts a comma-separated list of values. See the <strong>Revenue Range</strong> lookup endpoint for values. Alternatively, to get more granular ranges, you can use the <code>revenueMin</code> and <code>revenueMax</code> parameters.</td>\n</tr>\n<tr>\n<td>employeeRangeMin</td>\n<td>String</td>\n<td>Minimum employee count for a company. Use with <code>employeeRangeMax</code> to set a range. Alternatively, you can use the <code>employeeCount</code> parameter to search for pre-defined ranges.</td>\n</tr>\n<tr>\n<td>employeeRangeMax</td>\n<td>String</td>\n<td>Maximum employee count for a company. Use with <code>employeeRangeMin</code> to set a range. Alternatively, you can use the <code>employeeCount</code> parameter to search for pre-defined ranges.</td>\n</tr>\n<tr>\n<td>employeeCount</td>\n<td>String</td>\n<td>Employee count range. Accepts a comma-separated list of values. See the <strong>Employee Count</strong> lookup endpoint for values. Alternatively, to get more granular ranges, you can use the <code>employeeRangeMin</code> and <code>employeeRangeMax</code> parameters.</td>\n</tr>\n<tr>\n<td>companyRanking</td>\n<td>String</td>\n<td>Company ranking list (e.g., Fortune 500 and so on). See the <strong>Company Ranking</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>metroRegion</td>\n<td>String</td>\n<td>Company metro area. Accepts a comma-separated list of U.S. and Canada metro areas. See the <strong>Metro Area</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>locationSearchType</td>\n<td>String</td>\n<td>Location criteria for search. Values are <code>PersonOrHQ</code>, <code>PersonAndHQ</code>, <code>Person</code>, <code>HQ</code>, <code>PersonThenHQ</code>.</td>\n</tr>\n<tr>\n<td>fundingAmountMin</td>\n<td>Integer</td>\n<td>Minimum funding amount in thousands (e.g., 1 = 1000, 500 = 500,000). If <code>fundingAmountMin</code> is used without <code>fundingAmountMax</code>, the result will be the amount specified or greater.</td>\n</tr>\n<tr>\n<td>fundingAmountMax</td>\n<td>Integer</td>\n<td>Maximum funding amount in thousands (e.g., 1 = 1000, 500 = 500,000). If <code>fundingAmountMax</code> is used without <code>fundingAmountMin</code>, the result will be the amount specified or less.</td>\n</tr>\n<tr>\n<td>fundingStartDate</td>\n<td>String</td>\n<td>Start date of the funding in YYYY-MM-DD format. If <code>fundingStartDate</code> and <code>fundingEndDate</code> are both specified, they will be used as a range. Start date after end date returns an error. If start date and end date are the same, will return results for exact date.</td>\n</tr>\n<tr>\n<td>fundingEndDate</td>\n<td>String</td>\n<td>End date of the funding in YYYY-MM-DD format. If <code>fundingStartDate</code> and <code>fundingEndDate</code> are both specified, they will be used as a range. Start date after end date returns an error. If start date and end date are the same, will return results for exact date.</td>\n</tr>\n<tr>\n<td>excludedRegions</td>\n<td>String</td>\n<td>Exclude a company metro area. Accepts a comma-separated list of U.S. and Canada metro areas. See the <strong>Metro Area</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>zoominfoContactsMin</td>\n<td>String</td>\n<td>Minimum number of ZoomInfo contacts associated with company</td>\n</tr>\n<tr>\n<td>zoominfoContactsMax</td>\n<td>String</td>\n<td>Maximum number of ZoomInfo contacts associated with company</td>\n</tr>\n<tr>\n<td>companyStructureIncludedSubUnitTypes</td>\n<td>String</td>\n<td>Company hierarchical structure</td>\n</tr>\n<tr>\n<td>oneYearEmployeeGrowthRateMin</td>\n<td>String</td>\n<td>Minimum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMax to set a range.</td>\n</tr>\n<tr>\n<td>oneYearEmployeeGrowthRateMax</td>\n<td>String</td>\n<td>Maximum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMin to set a range.</td>\n</tr>\n<tr>\n<td>twoYearEmployeeGrowthRateMin</td>\n<td>String</td>\n<td>Minimum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMax to set a range.</td>\n</tr>\n<tr>\n<td>twoYearEmployeeGrowthRateMax</td>\n<td>String</td>\n<td>Maximum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMin to set a range.</td>\n</tr>\n<tr>\n<td>positionStartDateMin</td>\n<td>String</td>\n<td>Minimum date for when a contact began current employment. Use with <code>positionStartDateMax</code> to set a range.</td>\n</tr>\n<tr>\n<td>positionStartDateMax</td>\n<td>String</td>\n<td>Maximum date for when a contact began current employment. Use with <code>positionStartDateMin</code> to set a range.</td>\n</tr>\n<tr>\n<td>webReferences</td>\n<td>Array</td>\n<td>List of web references for a contact. Default criteria is OR between multiple values. Should only contain english letters and numbers.</td>\n</tr>\n<tr>\n<td>filterByBuyingCommittee</td>\n<td>Boolean</td>\n<td>Boolean flag for Buying Committee. Setting this to TRUE will filter the results based on the Buying Committees set for the account. Default is FALSE.</td>\n</tr>\n<tr>\n<td>techSkills</td>\n<td>ArrayList</td>\n<td>List of technology skills for a contact. Default criteria is OR between multiple values. Should only contain string numbers</td>\n</tr>\n<tr>\n<td>yearsOfExperience</td>\n<td>String</td>\n<td>Years of overall experience. Must be a comma-separated string of values. See the <strong>Years of Experience</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>engagementStartDate</td>\n<td>String</td>\n<td>Engagement start date in YYYY-MM-DD format.</td>\n</tr>\n<tr>\n<td>engagementEndDate</td>\n<td>String</td>\n<td>Engagement end date in YYYY-MM-DD format. EngagementStartDate is required.</td>\n</tr>\n<tr>\n<td>engagementType</td>\n<td>Array</td>\n<td>List of engagement types to search for. Accepted values are a list of <code>email</code>, <code>phone</code>, <code>online meeting</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>personId</td>\n<td>Unique ZoomInfo identifier for the contact</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>Contact first name</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>Contact last name</td>\n</tr>\n<tr>\n<td>middleName</td>\n<td>Contact middle name</td>\n</tr>\n<tr>\n<td>companyId</td>\n<td>ZoomInfo unique identifier for the company</td>\n</tr>\n<tr>\n<td>companyName</td>\n<td>Company name</td>\n</tr>\n<tr>\n<td>jobTitle</td>\n<td>Contact job title at current place of employment</td>\n</tr>\n<tr>\n<td>contactAccuracyScore</td>\n<td>This score indicates the likelihood that a contact is reachable and still employed by the company listed. Minimum score is 75 and maximum is 99.</td>\n</tr>\n<tr>\n<td>validDate</td>\n<td>Date on which the contact record was last validated</td>\n</tr>\n<tr>\n<td>lastUpdatedDate</td>\n<td>Date on which the contact record was last updated</td>\n</tr>\n<tr>\n<td>hasEmail</td>\n<td>Indicates whether ZoomInfo has an email address for the contact</td>\n</tr>\n<tr>\n<td>hasSupplementalEmail</td>\n<td>Indicates whether ZoomInfo has a supplemental email address for the contact</td>\n</tr>\n<tr>\n<td>hasDirectPhone</td>\n<td>Indicates whether ZoomInfo has a direct phone number for the contact. If do not call is enabled for the contact, the field <code>directPhoneDoNotCall</code> is returned in the output with a value of <code>true</code>.</td>\n</tr>\n<tr>\n<td>hasMobilePhone</td>\n<td>Indicates whether ZoomInfo has a mobile phone number for the contact. If do not call is enabled for the contact, the field <code>mobilePhoneDoNotCall</code> is returned in the output with a value of <code>true</code>.</td>\n</tr>\n<tr>\n<td>hasCompanyIndustry</td>\n<td>Indicates whether ZoomInfo has company industry for the contact</td>\n</tr>\n<tr>\n<td>hasCompanyPhone</td>\n<td>Indicates whether ZoomInfo has a company phone number for the contact</td>\n</tr>\n<tr>\n<td>hasCompanyStreet</td>\n<td>Indicates whether ZoomInfo has a street address for the contact</td>\n</tr>\n<tr>\n<td>hasCompanyState</td>\n<td>Indicates whether ZoomInfo has a state for the contact</td>\n</tr>\n<tr>\n<td>hasCompanyZipCode</td>\n<td>Indicates whether ZoomInfo has a Zip Code or Postal Code for the contact</td>\n</tr>\n<tr>\n<td>hasCompanyCountry</td>\n<td>Indicates whether ZoomInfo has a country for the contact</td>\n</tr>\n<tr>\n<td>hasCompanyRevenue</td>\n<td>Indicates whether ZoomInfo has company revenue data for the contact</td>\n</tr>\n<tr>\n<td>hasCompanyEmployeeCount</td>\n<td>Indicates whether ZoomInfo has company headcount data for the contact</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{protocol}}","path":["search","contact"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"45d96bd3-4b78-4903-93a5-b55c73c68b54","name":"Search contacts by Zip Code radius","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"managementLevel\": \"directors\",\n    \"companyType\": \"public\",\n    \"zipCode\": \"19101\",\n    \"locationSearchType\": \"PersonAndHQ\",\n    \"zipCodeRadiusMiles\": \"25\",\n\t\"techAttributeTagList\": \"333.202.*\",\n    \"rpp\": 10\n}"},"url":"{{protocol}}://{{url}}/search/contact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Jul 2020 15:05:33 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"5b2c246a8a4febf0-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=7c92aab28a16a819b11a05bd1f2d315bc49963834ddeebd2bab7bb8578c6a9ba:59135a31-c5e3-11ea-b90a-bfcce47ec1ab; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"03ef7516990000ebf0e810a200000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1498","enabled":true},{"key":"X-RateLimit-Reset","value":"1594739144","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999970321","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999956816","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9998983","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9999658","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000000","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99999658","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"maxResults\": 30579,\n    \"totalResults\": 10,\n    \"currentPage\": 1,\n    \"data\": [\n        {\n            \"id\": 1434351821,\n            \"firstName\": \"Daniel\",\n            \"middleName\": \"\",\n            \"lastName\": \"Herbert\",\n            \"validDate\": \"6/19/2020 1:41 PM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Director & Service Owner Information Technology Tools\",\n            \"contactAccuracyScore\": 96,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": true,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": true,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 9867169,\n                \"name\": \"AmerisourceBergen\"\n            }\n        },\n        {\n            \"id\": 1910983889,\n            \"firstName\": \"Michael\",\n            \"middleName\": \"A.\",\n            \"lastName\": \"Manning\",\n            \"validDate\": \"7/2/2020 9:31 AM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Director, General Manager\",\n            \"contactAccuracyScore\": 96,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": false,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": true,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 103153842,\n                \"name\": \"Triumph Group\"\n            }\n        },\n        {\n            \"id\": 1458033004,\n            \"firstName\": \"Carmela\",\n            \"middleName\": \"\",\n            \"lastName\": \"Burston\",\n            \"validDate\": \"7/8/2020 3:19 AM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Senior Director, National retail Partner Sales\",\n            \"contactAccuracyScore\": 90,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": true,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": true,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 8929846,\n                \"name\": \"Comcast\"\n            }\n        },\n        {\n            \"id\": 1256317471,\n            \"firstName\": \"Michael\",\n            \"middleName\": \"\",\n            \"lastName\": \"Zedosky\",\n            \"validDate\": \"7/6/2020 2:52 PM\",\n            \"lastUpdatedDate\": \"7/12/2020 1:00 PM\",\n            \"jobTitle\": \"Senior Director, Partner Sales\",\n            \"contactAccuracyScore\": 96,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": true,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": true,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 8929846,\n                \"name\": \"Comcast\"\n            }\n        },\n        {\n            \"id\": 1766622792,\n            \"firstName\": \"Maureen\",\n            \"middleName\": \"\",\n            \"lastName\": \"O'Connell\",\n            \"validDate\": \"6/23/2020 8:00 PM\",\n            \"lastUpdatedDate\": \"7/6/2020 11:05 PM\",\n            \"jobTitle\": \"Northeast Partner Sales Director\",\n            \"contactAccuracyScore\": 94,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": true,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": true,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 8929846,\n                \"name\": \"Comcast\"\n            }\n        },\n        {\n            \"id\": 1562524332,\n            \"firstName\": \"Lori\",\n            \"middleName\": \"\",\n            \"lastName\": \"Miller\",\n            \"validDate\": \"7/6/2020 3:00 PM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Global HR Business Partner & Director, Supply Chain\",\n            \"contactAccuracyScore\": 92,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": false,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": true,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 21252521,\n                \"name\": \"DuPont\"\n            }\n        },\n        {\n            \"id\": 1759016284,\n            \"firstName\": \"Nadine\",\n            \"middleName\": \"\",\n            \"lastName\": \"Durham\",\n            \"validDate\": \"2/6/2020 4:49 AM\",\n            \"lastUpdatedDate\": \"7/10/2020 9:23 AM\",\n            \"jobTitle\": \"Service Owner & Director, Enterprise IT Services & Revenue Management\",\n            \"contactAccuracyScore\": 89,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": true,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": true,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 9867169,\n                \"name\": \"AmerisourceBergen\"\n            }\n        },\n        {\n            \"id\": 4061031,\n            \"firstName\": \"Michael\",\n            \"middleName\": \"\",\n            \"lastName\": \"McNamara\",\n            \"validDate\": \"6/24/2020 8:00 PM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Director, Finance & Corporate Controller\",\n            \"contactAccuracyScore\": 96,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": true,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": true,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 46302607,\n                \"name\": \"Marinus Pharmaceuticals\"\n            }\n        },\n        {\n            \"id\": 250538259,\n            \"firstName\": \"Laurie\",\n            \"middleName\": \"\",\n            \"lastName\": \"Wajda\",\n            \"validDate\": \"5/22/2020 11:23 AM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Director, Human Resources & HR Business Partner\",\n            \"contactAccuracyScore\": 91,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": true,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": true,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 19108134,\n                \"name\": \"Campbell Soup\"\n            }\n        },\n        {\n            \"id\": 1811800368,\n            \"firstName\": \"Rhonda\",\n            \"middleName\": \"\",\n            \"lastName\": \"Kelley\",\n            \"validDate\": \"6/23/2020 12:28 PM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Controller & Director, Finance\",\n            \"contactAccuracyScore\": 96,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": false,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": false,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 12240745,\n                \"name\": \"Church & Dwight\"\n            }\n        }\n    ]\n}"},{"id":"f5ad868e-c60c-43d6-a6a2-03640b3cdc97","name":"Search contacts by management level, region, industry","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"department\": \"finance\",\n    \"managementLevel\": \"C Level Execs\",\n    \"metroRegion\": \"usa.michigan.detroit\",\n    \"industryCodes\": \"mfg.car\",\n    \"rpp\": 10\n}"},"url":"{{protocol}}://{{url}}/search/contact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Jul 2020 15:12:37 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"5b2c2ed65d20ebf0-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=7c92aab28a16a819b11a05bd1f2d315bc49963834ddeebd2bab7bb8578c6a9ba:59135a31-c5e3-11ea-b90a-bfcce47ec1ab; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"03ef7b99f80000ebf0e821b200000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1498","enabled":true},{"key":"X-RateLimit-Reset","value":"1594739601","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999970321","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999956814","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9998983","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9999658","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000000","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99999658","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"maxResults\": 57,\n    \"totalResults\": 10,\n    \"currentPage\": 1,\n    \"data\": [\n        {\n            \"id\": 2056760663,\n            \"firstName\": \"Amy\",\n            \"middleName\": \"L.\",\n            \"lastName\": \"Martin\",\n            \"validDate\": \"7/4/2020 4:43 PM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Chief Financial Officer, GM Canada Company\",\n            \"contactAccuracyScore\": 90,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": false,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": true,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 16220332,\n                \"name\": \"General Motors\"\n            }\n        },\n        {\n            \"id\": 2032124291,\n            \"firstName\": \"Dhivya\",\n            \"middleName\": \"\",\n            \"lastName\": \"Suryadevara\",\n            \"validDate\": \"6/16/2020 4:00 AM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Executive VP & Chief Financial Officer\",\n            \"contactAccuracyScore\": 89,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": false,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": true,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 16220332,\n                \"name\": \"General Motors\"\n            }\n        },\n        {\n            \"id\": 2225586820,\n            \"firstName\": \"Tim\",\n            \"middleName\": \"\",\n            \"lastName\": \"Stone\",\n            \"validDate\": \"6/19/2020 4:00 AM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Chief Financial Officer\",\n            \"contactAccuracyScore\": 83,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": false,\n            \"hasDirectPhone\": false,\n            \"hasMobilePhone\": false,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 43897815,\n                \"name\": \"Ford Motor Company\"\n            }\n        },\n        {\n            \"id\": 2103762025,\n            \"firstName\": \"Jeffrey\",\n            \"middleName\": \"W.\",\n            \"lastName\": \"Rolfs\",\n            \"validDate\": \"5/22/2020 12:00 AM\",\n            \"lastUpdatedDate\": \"6/15/2020 4:58 PM\",\n            \"jobTitle\": \"Chief Financial Officer (US Sales, Service & Marketing)\",\n            \"contactAccuracyScore\": 90,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": false,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": true,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 16220332,\n                \"name\": \"General Motors\"\n            }\n        },\n        {\n            \"id\": 529297269,\n            \"firstName\": \"Christopher\",\n            \"middleName\": \"T.\",\n            \"lastName\": \"Hatto\",\n            \"validDate\": \"6/16/2020 12:00 AM\",\n            \"lastUpdatedDate\": \"6/16/2020 9:50 AM\",\n            \"jobTitle\": \"Vice President, Global Business Solutions & Chief Accounting Officer\",\n            \"contactAccuracyScore\": 90,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": true,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": false,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 16220332,\n                \"name\": \"General Motors\"\n            }\n        },\n        {\n            \"id\": 3252944481,\n            \"firstName\": \"James\",\n            \"middleName\": \"\",\n            \"lastName\": \"Wilberding\",\n            \"validDate\": \"6/8/2020 12:25 PM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Chief Financial Officer\",\n            \"contactAccuracyScore\": 96,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": true,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": true,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 91243382,\n                \"name\": \"Iroquois Industries\"\n            }\n        },\n        {\n            \"id\": -860918154,\n            \"firstName\": \"Ryan\",\n            \"middleName\": \"\",\n            \"lastName\": \"Green\",\n            \"validDate\": \"6/11/2020 12:00 AM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Chief Financial Officer\",\n            \"contactAccuracyScore\": 95,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": false,\n            \"hasDirectPhone\": false,\n            \"hasMobilePhone\": true,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 355273155,\n                \"name\": \"Rivian\"\n            }\n        },\n        {\n            \"id\": -2119533588,\n            \"firstName\": \"Yana\",\n            \"middleName\": \"\",\n            \"lastName\": \"Shor\",\n            \"validDate\": \"4/22/2020 5:38 AM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"General Manager Assistant Treasurer and GMAM President\",\n            \"contactAccuracyScore\": 96,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": false,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": true,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 16220332,\n                \"name\": \"General Motors\"\n            }\n        },\n        {\n            \"id\": -2142847768,\n            \"firstName\": \"Brian\",\n            \"middleName\": \"\",\n            \"lastName\": \"Sides\",\n            \"validDate\": \"5/24/2020 4:36 PM\",\n            \"lastUpdatedDate\": \"6/26/2020 7:33 PM\",\n            \"jobTitle\": \"Chief Financial Officer\",\n            \"contactAccuracyScore\": 97,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": false,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": false,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 7078739,\n                \"name\": \"Benlee\"\n            }\n        },\n        {\n            \"id\": -1613822286,\n            \"firstName\": \"Hernando\",\n            \"middleName\": \"\",\n            \"lastName\": \"Agudelo Solano\",\n            \"validDate\": \"5/8/2020 12:20 PM\",\n            \"lastUpdatedDate\": \"6/4/2020 5:35 AM\",\n            \"jobTitle\": \"Chief Financial Officer, Trucks & Buses Gmica Sudamerica\",\n            \"contactAccuracyScore\": 97,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": false,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": true,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 16220332,\n                \"name\": \"General Motors\"\n            }\n        }\n    ]\n}"},{"id":"46e01e71-8466-4888-8293-623565f6cc35","name":"Search contacts by stock ticker","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"department\": \"finance\",\n    \"companyTicker\": [\"zi\", \"aapl\" ],\n    \"rpp\": 10\n}"},"url":"{{protocol}}://{{url}}/search/contact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 04 Dec 2020 20:56:42 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"5fc86f779a813b70-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=2bab17f01bd47b7bb33130e4e4e42c77d8fc9bd1cb5fcf964f06d4d4fa3b0ed1:0058a291-2b57-11eb-9601-81518e0f36af; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"06d123febb00003b703f1a7000000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1607115462","enabled":true},{"key":"X-Request-Id","value":"00f436bc-e0f4-490b-829e-5dd2af57eb29","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999938661","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999906399","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9998456","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9999142","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000010","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99999158","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"maxResults\": 1698,\n    \"totalResults\": 10,\n    \"currentPage\": 1,\n    \"data\": [\n        {\n            \"id\": 2361204051,\n            \"firstName\": \"Allison\",\n            \"middleName\": \"\",\n            \"lastName\": \"Smith\",\n            \"validDate\": \"11/13/2020 11:49 PM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Executive Administrator & Chief Financial Officer\",\n            \"contactAccuracyScore\": 89,\n            \"hasEmail\": false,\n            \"hasSupplementalEmail\": true,\n            \"hasDirectPhone\": false,\n            \"hasMobilePhone\": false,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 2441797,\n                \"name\": \"Apple\"\n            }\n        },\n        {\n            \"id\": 3457901570,\n            \"firstName\": \"Mason\",\n            \"middleName\": \"\",\n            \"lastName\": \"Cabot\",\n            \"validDate\": \"11/24/2020 12:00 AM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Vice President, Financial Operations\",\n            \"contactAccuracyScore\": 93,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": false,\n            \"hasDirectPhone\": false,\n            \"hasMobilePhone\": true,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": 3944897115,\n            \"firstName\": \"Dana\",\n            \"middleName\": \"\",\n            \"lastName\": \"Marohn\",\n            \"validDate\": \"11/30/2020 11:37 AM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Vice President, Strategic Finance & Treasurer\",\n            \"contactAccuracyScore\": 90,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": false,\n            \"hasDirectPhone\": false,\n            \"hasMobilePhone\": true,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": 1180058030,\n            \"firstName\": \"Luca\",\n            \"middleName\": \"\",\n            \"lastName\": \"Maestri\",\n            \"validDate\": \"7/8/2020 12:00 PM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Senior VP & Chief Financial Officer\",\n            \"contactAccuracyScore\": 91,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": true,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": true,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 2441797,\n                \"name\": \"Apple\"\n            }\n        },\n        {\n            \"id\": 2828066368,\n            \"firstName\": \"David\",\n            \"middleName\": \"\",\n            \"lastName\": \"Reid\",\n            \"validDate\": \"11/30/2020 12:00 AM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Controller\",\n            \"contactAccuracyScore\": 92,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": false,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": true,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": 2059230272,\n            \"firstName\": \"Donal\",\n            \"middleName\": \"\",\n            \"lastName\": \"Conroy\",\n            \"validDate\": \"11/12/2020 5:00 AM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Vice President, Finance\",\n            \"contactAccuracyScore\": 92,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": true,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": true,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 2441797,\n                \"name\": \"Apple\"\n            }\n        },\n        {\n            \"id\": 4282139710,\n            \"firstName\": \"David\",\n            \"middleName\": \"\",\n            \"lastName\": \"Reed\",\n            \"validDate\": \"11/10/2020 11:30 PM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Vice President, Accounting & Controller\",\n            \"contactAccuracyScore\": 83,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": false,\n            \"hasDirectPhone\": false,\n            \"hasMobilePhone\": false,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": -1965707211,\n            \"firstName\": \"Christopher\",\n            \"middleName\": \"\",\n            \"lastName\": \"Brown\",\n            \"validDate\": \"11/13/2020 7:36 AM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Vice President, Finance\",\n            \"contactAccuracyScore\": 84,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": true,\n            \"hasDirectPhone\": false,\n            \"hasMobilePhone\": true,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 2441797,\n                \"name\": \"Apple\"\n            }\n        },\n        {\n            \"id\": 2054116695,\n            \"firstName\": \"Dan\",\n            \"middleName\": \"\",\n            \"lastName\": \"Rosckes\",\n            \"validDate\": \"11/11/2020 11:18 PM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Vice President, Global Procurement\",\n            \"contactAccuracyScore\": 91,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": true,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": true,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 2441797,\n                \"name\": \"Apple\"\n            }\n        },\n        {\n            \"id\": 2778811707,\n            \"firstName\": \"Jonathan\",\n            \"middleName\": \"\",\n            \"lastName\": \"Lamb\",\n            \"validDate\": \"11/8/2020 9:26 PM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Controller\",\n            \"contactAccuracyScore\": 92,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": true,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": false,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 2441797,\n                \"name\": \"Apple\"\n            }\n        }\n    ]\n}"},{"id":"4ee38b0b-80de-4b12-b2d6-03ea8c7e5b18","name":"Search contacts by employee growth rate","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"companyType\": \"public\",\n    \"zipCode\": \"19101\",\n    \"zipCodeRadiusMiles\": \"100\",\n    \"sortBy\": \"companyName\",\n    \"oneYearEmployeeGrowthRateMin\": \"100\",\n    \"oneYearEmployeeGrowthRateMax\": \"200\",\n    \"rpp\": 10\n}"},"url":"{{protocol}}://{{url}}/search/contact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Jul 2020 15:14:04 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"5b2c30ec2c5aebf0-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=7c92aab28a16a819b11a05bd1f2d315bc49963834ddeebd2bab7bb8578c6a9ba:59135a31-c5e3-11ea-b90a-bfcce47ec1ab; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"03ef7ce7980000ebf0e8101200000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1594739703","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999970321","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999956813","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9998983","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9999658","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000000","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99999658","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"maxResults\": 8,\n    \"totalResults\": 8,\n    \"currentPage\": 1,\n    \"data\": [\n        {\n            \"id\": 2985468675,\n            \"firstName\": \"Hozifa\",\n            \"middleName\": \"\",\n            \"lastName\": \"Dawoud\",\n            \"validDate\": \"11/11/2019 7:00 PM\",\n            \"lastUpdatedDate\": \"7/1/2020 3:17 PM\",\n            \"jobTitle\": \"Group Manager, Marketing\",\n            \"contactAccuracyScore\": 77,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": false,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": false,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 407375990,\n                \"name\": \"Anvia Holdings\"\n            }\n        },\n        {\n            \"id\": 2336965812,\n            \"firstName\": \"Ali\",\n            \"middleName\": \"\",\n            \"lastName\": \"Kasa\",\n            \"validDate\": \"3/22/2020 8:00 PM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"President\",\n            \"contactAccuracyScore\": 89,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": false,\n            \"hasDirectPhone\": false,\n            \"hasMobilePhone\": false,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 407375990,\n                \"name\": \"Anvia Holdings\"\n            }\n        },\n        {\n            \"id\": 3007845634,\n            \"firstName\": \"Abdul\",\n            \"middleName\": \"Kudus\",\n            \"lastName\": \"Sharif\",\n            \"validDate\": \"10/3/2019 8:09 AM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Manager, Finance\",\n            \"contactAccuracyScore\": 89,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": false,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": false,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 407375990,\n                \"name\": \"Anvia Holdings\"\n            }\n        },\n        {\n            \"id\": -996260564,\n            \"firstName\": \"Shoaib\",\n            \"middleName\": \"\",\n            \"lastName\": \"Azeem\",\n            \"validDate\": \"7/4/2018 8:00 PM\",\n            \"lastUpdatedDate\": \"7/1/2020 4:46 AM\",\n            \"jobTitle\": \"Project Manager\",\n            \"contactAccuracyScore\": 84,\n            \"hasEmail\": false,\n            \"hasSupplementalEmail\": false,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": false,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 407375990,\n                \"name\": \"Anvia Holdings\"\n            }\n        },\n        {\n            \"id\": 3133257289,\n            \"firstName\": \"Greg\",\n            \"middleName\": \"\",\n            \"lastName\": \"Jackson\",\n            \"validDate\": \"7/31/2019 9:47 AM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Director, Corporate Services (Australia)\",\n            \"contactAccuracyScore\": 85,\n            \"hasEmail\": false,\n            \"hasSupplementalEmail\": false,\n            \"hasDirectPhone\": false,\n            \"hasMobilePhone\": true,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 407375990,\n                \"name\": \"Anvia Holdings\"\n            }\n        },\n        {\n            \"id\": 3067290437,\n            \"firstName\": \"Artin\",\n            \"middleName\": \"\",\n            \"lastName\": \"Vaqari\",\n            \"validDate\": \"12/1/2019 7:00 PM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Chief Marketing Officer\",\n            \"contactAccuracyScore\": 90,\n            \"hasEmail\": false,\n            \"hasSupplementalEmail\": false,\n            \"hasDirectPhone\": false,\n            \"hasMobilePhone\": true,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 407375990,\n                \"name\": \"Anvia Holdings\"\n            }\n        },\n        {\n            \"id\": 3781070312,\n            \"firstName\": \"Patrick\",\n            \"middleName\": \"J.\",\n            \"lastName\": \"Williams\",\n            \"validDate\": \"5/21/2020 10:42 AM\",\n            \"lastUpdatedDate\": \"6/14/2020 9:13 AM\",\n            \"jobTitle\": \"Mid-Atlantic Division President\",\n            \"contactAccuracyScore\": 89,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": false,\n            \"hasDirectPhone\": false,\n            \"hasMobilePhone\": true,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 106071275,\n                \"name\": \"Forestar\"\n            }\n        },\n        {\n            \"id\": 3717733236,\n            \"firstName\": \"Len\",\n            \"middleName\": \"\",\n            \"lastName\": \"Oid\",\n            \"validDate\": \"1/25/2020 7:00 PM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Director\",\n            \"contactAccuracyScore\": 94,\n            \"hasEmail\": false,\n            \"hasSupplementalEmail\": false,\n            \"hasDirectPhone\": false,\n            \"hasMobilePhone\": false,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 18711008,\n                \"name\": \"I.D. Systems\"\n            }\n        }\n    ]\n}"},{"id":"903e00a5-f026-42e6-938e-c137acce3185","name":"Search contacts by department and company location","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"department\": \"6\",\n\t\"locationCompanyId\": [\n            474630732,\n        \t474328613\n    ]\n}"},"url":"{{protocol}}://{{url}}/search/contact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Jul 2020 15:15:04 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"5b2c326c9c7bebf0-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=7c92aab28a16a819b11a05bd1f2d315bc49963834ddeebd2bab7bb8578c6a9ba:59135a31-c5e3-11ea-b90a-bfcce47ec1ab; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"03ef7dd7dd0000ebf0e81ca200000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1594739764","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999970321","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999956812","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9998983","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9999658","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000000","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99999658","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"maxResults\": 16,\n    \"totalResults\": 16,\n    \"currentPage\": 1,\n    \"data\": [\n        {\n            \"id\": 3868923045,\n            \"firstName\": \"Dean\",\n            \"middleName\": \"\",\n            \"lastName\": \"Ansermoz\",\n            \"validDate\": \"6/30/2020 8:00 PM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Principal Product Manager\",\n            \"contactAccuracyScore\": 94,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": false,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": false,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": 1810590897,\n            \"firstName\": \"Erica\",\n            \"middleName\": \"\",\n            \"lastName\": \"Fienman\",\n            \"validDate\": \"1/17/2020 12:00 AM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Senior Product Manager\",\n            \"contactAccuracyScore\": 88,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": true,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": true,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": -1120287554,\n            \"firstName\": \"Kristen\",\n            \"middleName\": \"\",\n            \"lastName\": \"Patten\",\n            \"validDate\": \"1/17/2020 12:00 AM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Software Development Manager, Data\",\n            \"contactAccuracyScore\": 88,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": true,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": false,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": -1286644599,\n            \"firstName\": \"Ethan\",\n            \"middleName\": \"\",\n            \"lastName\": \"Young\",\n            \"validDate\": \"1/17/2020 12:00 AM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Manager, Data Analysis\",\n            \"contactAccuracyScore\": 88,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": false,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": false,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": -2028202949,\n            \"firstName\": \"Joel\",\n            \"middleName\": \"\",\n            \"lastName\": \"Chou\",\n            \"validDate\": \"4/21/2020 12:00 AM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Principal Software Engineer, Data\",\n            \"contactAccuracyScore\": 94,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": false,\n            \"hasDirectPhone\": false,\n            \"hasMobilePhone\": false,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": 1927981357,\n            \"firstName\": \"Luisa\",\n            \"middleName\": \"\",\n            \"lastName\": \"Herrmann\",\n            \"validDate\": \"9/11/2019 8:00 PM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Manager, Product Management\",\n            \"contactAccuracyScore\": 92,\n            \"hasEmail\": false,\n            \"hasSupplementalEmail\": true,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": true,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": 3457601420,\n            \"firstName\": \"Yi\",\n            \"middleName\": \"\",\n            \"lastName\": \"Liu\",\n            \"validDate\": \"4/21/2020 12:00 AM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Software Engineer, Data\",\n            \"contactAccuracyScore\": 82,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": true,\n            \"hasDirectPhone\": false,\n            \"hasMobilePhone\": true,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": 1780573066,\n            \"firstName\": \"Justin\",\n            \"middleName\": \"\",\n            \"lastName\": \"Sweeney\",\n            \"validDate\": \"1/17/2020 12:00 AM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Senior Software Development Manager, Data\",\n            \"contactAccuracyScore\": 88,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": true,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": false,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": -1508418100,\n            \"firstName\": \"Victoria\",\n            \"middleName\": \"\",\n            \"lastName\": \"Zukas\",\n            \"validDate\": \"1/21/2020 12:00 AM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"QA Engineer\",\n            \"contactAccuracyScore\": 88,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": true,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": false,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": 1691722112,\n            \"firstName\": \"Patrick\",\n            \"middleName\": \"\",\n            \"lastName\": \"Crawford\",\n            \"validDate\": \"1/17/2020 12:00 AM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Senior Software Engineer, Data\",\n            \"contactAccuracyScore\": 88,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": false,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": false,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": 2387843649,\n            \"firstName\": \"Wahid\",\n            \"middleName\": \"\",\n            \"lastName\": \"Chaudhary\",\n            \"validDate\": \"1/17/2020 12:00 AM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Junior Cloud DevOps Engineer\",\n            \"contactAccuracyScore\": 88,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": false,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": false,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": -2033413042,\n            \"firstName\": \"Ted\",\n            \"middleName\": \"H.\",\n            \"lastName\": \"Cao\",\n            \"validDate\": \"1/17/2020 12:00 AM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Senior Software Engineer\",\n            \"contactAccuracyScore\": 81,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": true,\n            \"hasDirectPhone\": false,\n            \"hasMobilePhone\": false,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": -2042618175,\n            \"firstName\": \"Maryia\",\n            \"middleName\": \"\",\n            \"lastName\": \"Lyubomyrskyy\",\n            \"validDate\": \"1/17/2020 12:00 AM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Software Engineer\",\n            \"contactAccuracyScore\": 81,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": false,\n            \"hasDirectPhone\": false,\n            \"hasMobilePhone\": false,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": 2698086533,\n            \"firstName\": \"Rolando\",\n            \"middleName\": \"\",\n            \"lastName\": \"Quintana\",\n            \"validDate\": \"1/17/2020 12:00 AM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Chief of Staff, Engineering\",\n            \"contactAccuracyScore\": 88,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": true,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": true,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": 3797033217,\n            \"firstName\": \"Steven\",\n            \"middleName\": \"\",\n            \"lastName\": \"Le\",\n            \"validDate\": \"1/17/2020 12:00 AM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Data Implementation Analyst\",\n            \"contactAccuracyScore\": 89,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": false,\n            \"hasDirectPhone\": true,\n            \"hasMobilePhone\": false,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": 2034004283,\n            \"firstName\": \"Levi\",\n            \"middleName\": \"\",\n            \"lastName\": \"Ran\",\n            \"validDate\": \"1/17/2020 12:00 AM\",\n            \"lastUpdatedDate\": \"\",\n            \"jobTitle\": \"Salesforce Team Lead\",\n            \"contactAccuracyScore\": 81,\n            \"hasEmail\": true,\n            \"hasSupplementalEmail\": false,\n            \"hasDirectPhone\": false,\n            \"hasMobilePhone\": true,\n            \"hasCompanyIndustry\": true,\n            \"hasCompanyPhone\": true,\n            \"hasCompanyStreet\": true,\n            \"hasCompanyState\": true,\n            \"hasCompanyZipCode\": true,\n            \"hasCompanyCountry\": true,\n            \"hasCompanyRevenue\": true,\n            \"hasCompanyEmployeeCount\": true,\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        }\n    ]\n}"}],"_postman_id":"2e5121fd-df42-41a4-95d6-0e8f24eebd92"},{"name":"Contact Search Inputs","id":"74630827-dd25-4b6a-bf72-f7cfeffd6c41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/contact/search","description":"<p>Returns a list of fields you can use as input for the <a href=\"#2e5121fd-df42-41a4-95d6-0e8f24eebd92\">Contact Search</a> endpoint.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","inputfields","contact","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d5ab0d48-a431-42ed-927f-7645510327c1","name":"Contact Search Inputs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/contact/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 21 Oct 2024 19:22:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin,Access-Control-Request-Method,Access-Control-Request-Headers"},{"key":"x-envoy-upstream-service-time","value":"31"},{"key":"service","value":"gke"},{"key":"x-request-id","value":"JUyexVcSFsUA97mZKaeFHgCcWLNsApKcJgxu"},{"key":"x-ratelimit-limit","value":"1500"},{"key":"x-ratelimit-remaining","value":"1499"},{"key":"x-envoy-decorator-operation","value":"apps-gateway-active.main.svc.cluster.local:8080/*"},{"key":"via","value":"1.1 google"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Origin-Trial","value":"AyXGdeyTa0Lq3roJGvPBs/Ps9duHL7Vf/Q5YJQJwQN4fdGLbtMPms4BfmK2HapcHVkvBjyAVhxe5deDNI1TFXgcAAABxeyJvcmlnaW4iOiJodHRwczovL3pvb21pbmZvLmNvbTo0NDMiLCJmZWF0dXJlIjoiVHBjZCIsImV4cGlyeSI6MTczNTM0Mzk5OSwiaXNTdWJkb21haW4iOnRydWUsImlzVGhpcmRQYXJ0eSI6dHJ1ZX0="},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8d639d7be9ff9c67-IAD"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fieldName\": \"personId\",\n        \"fieldType\": \"String\",\n        \"description\": \"Unique ZoomInfo identifier for the contact. Can include a comma-separated list.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"emailAddress\",\n        \"fieldType\": \"String\",\n        \"description\": \"Work email address for the contact in example@example.com format\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"hashedEmail\",\n        \"fieldType\": \"String\",\n        \"description\": \"Hashed email value for the contact. Allows searching via an email address with the extra security of not exposing the email. Supported hash algorithms are: MD5, SHA1, SHA256 and SHA512.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"fullName\",\n        \"fieldType\": \"String\",\n        \"description\": \"Contact full name\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"firstName\",\n        \"fieldType\": \"String\",\n        \"description\": \"Contact first name\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"middleInitial\",\n        \"fieldType\": \"String\",\n        \"description\": \"Contact middle initial\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"lastName\",\n        \"fieldType\": \"String\",\n        \"description\": \"Contact last name\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"jobTitle\",\n        \"fieldType\": \"String\",\n        \"description\": \"Contact title at current place of employment. Use OR to input multiple job titles.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"excludeJobTitle\",\n        \"fieldType\": \"String\",\n        \"description\": \"Exclude comma-separated list of job titles\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"managementLevel\",\n        \"fieldType\": \"String\",\n        \"description\": \"Contact management level at current place of employment\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"excludeManagementLevel\",\n        \"fieldType\": \"String\",\n        \"description\": \"Exclude comma separated list of management levels\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"boardMember\",\n        \"fieldType\": \"String\",\n        \"description\": \"Exclude or include board members from search results. Values are include, exclude (the default) and only\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"excludePartialProfiles\",\n        \"fieldType\": \"Boolean\",\n        \"description\": \"Contacts who do not have an active company associated with them are considered partial profiles. Exclude contacts with a partial profile from search results. Default is false\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"executivesOnly\",\n        \"fieldType\": \"Boolean\",\n        \"description\": \"Return only executives. Default is false.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"requiredFields\",\n        \"fieldType\": \"String\",\n        \"description\": \"Specify a list of required fields for each record returned. Can include email (business email), phone (direct or company phone), directPhone (contact's direct phone), personalEmail, and mobilePhone. Can include a comma-separated list of these fields.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"contactAccuracyScoreMin\",\n        \"fieldType\": \"String\",\n        \"description\": \"Minimum accuracy score for search results. This score indicates the likelihood that a contact is reachable and still employed by the company listed. Minimum score is 70 and maximum is 99.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"contactAccuracyScoreMax\",\n        \"fieldType\": \"String\",\n        \"description\": \"Maximum accuracy score for search results. This score indicates the likelihood that a contact is reachable and still employed by the company listed. Minimum score is 70 and maximum is 99.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"jobFunction\",\n        \"fieldType\": \"String\",\n        \"description\": \"Contact job function at their current place of employment\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"lastUpdatedInMonths\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Number of months within which the contact's profile was last updated\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"hasBeenNotified\",\n        \"fieldType\": \"String\",\n        \"description\": \"Contacts who have been notified of inclusion in ZoomInfo's database. Values are include (the default), exclude and only\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyPastOrPresent\",\n        \"fieldType\": \"String\",\n        \"description\": \"Returns companies based on a contact's work history. Values are present (default), past and pastAndPresent\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"school\",\n        \"fieldType\": \"String\",\n        \"description\": \"Searches by contact's education\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"degree\",\n        \"fieldType\": \"String\",\n        \"description\": \"Searches by contact's education\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"locationCompanyId\",\n        \"fieldType\": \"Array\",\n        \"description\": \"Searches by contact's locationIds\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"lastUpdatedDateAfter\",\n        \"fieldType\": \"String\",\n        \"description\": \"The date after which the contact's profile was last updated\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"validDateAfter\",\n        \"fieldType\": \"String\",\n        \"description\": \"The date after which the contact's profile was last validated\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"phone\",\n        \"fieldType\": \"Array\",\n        \"description\": \"List of person phones or mobile numbers\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"positionStartDateMin\",\n        \"fieldType\": \"String\",\n        \"description\": \"Minimum date for when a contact began current employment. Use with positionStartDateMax to set a range\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"positionStartDateMax\",\n        \"fieldType\": \"String\",\n        \"description\": \"Maximum date for when a contact began current employment. Use with positionStartDateMin to set a range\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"supplementalEmail\",\n        \"fieldType\": \"Array\",\n        \"description\": \"Supplemental email address for the contact in example@example.com format\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"webReferences\",\n        \"fieldType\": \"Array\",\n        \"description\": \"List of Web References for a contact. Default criteria is OR between multiple values. Should only contain english letters and numbers\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"buyingGroup\",\n        \"fieldType\": \"Array\",\n        \"description\": \"Filters results based on the provided Buying Group ID. Only one ID can be submitted\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"techSkills\",\n        \"fieldType\": \"Array\",\n        \"description\": \"List of technology skills for a contact. Default criteria is OR between multiple values. Should only contain string numbers\",\n        \"accessGranted\": \"false\"\n    },\n    {\n        \"fieldName\": \"yearsOfExperience\",\n        \"fieldType\": \"String\",\n        \"description\": \"Years of overall experience. Must be a comma-separated string of the values found at /lookup/years-of-experience\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"department\",\n        \"fieldType\": \"String\",\n        \"description\": \"Contact department at current place of employment. Comma separated list of values from the lookup/department endpoint\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"exactJobTitle\",\n        \"fieldType\": \"String\",\n        \"description\": \"Contact Title at current place of employment using exact match logic. Use OR to input multiple job titles.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyTicker\",\n        \"fieldType\": \"Array\",\n        \"description\": \"Company stock ticker symbol\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyDescription\",\n        \"fieldType\": \"String\",\n        \"description\": \"Search for companies based on description.  Accepts a space-separated list of individual words.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyType\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company type (private, public, etc.). Accepts a comma delimited string of types listed in the endpoint: /lookup/companytype \",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"address\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company address\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"street\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company street\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"zipCode\",\n        \"fieldType\": \"String\",\n        \"description\": \"Zip Code of the company's primary address\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"state\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company state\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"country\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company country\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"continent\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company continent\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyId\",\n        \"fieldType\": \"String\",\n        \"description\": \"ZoomInfo unique identifier for the company. Will accept a comma-separated list.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyName\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company name\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyWebsite\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company domain. Accepts a comma-separated list.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"parentId\",\n        \"fieldType\": \"String\",\n        \"description\": \"ZoomInfo Company ID for parent company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"ultimateParentId\",\n        \"fieldType\": \"String\",\n        \"description\": \"ZoomInfo Company ID for ultimate parent company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"zipCodeRadiusMiles\",\n        \"fieldType\": \"String\",\n        \"description\": \"Used in conjunction with zipCode, designates a geographical radius (in miles) from the zipCode provided.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"hashTagString\",\n        \"fieldType\": \"String\",\n        \"description\": \"Hash tags for a company. Can include a comma-separated list.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"techAttributeTagList\",\n        \"fieldType\": \"String\",\n        \"description\": \"Specify technology product tags\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"subUnitTypes\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company sub types (e.g., division, subsidiary) from the endpoint: /lookup/subunittypes. Use this in conjunction with parentId or ultimateParentId.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"primaryIndustriesOnly\",\n        \"fieldType\": \"Boolean\",\n        \"description\": \"Used in conjunction with the industryCodes input parameter. When set to true, any result returned must have one of the specified industries as a primary industry. If no industries are specified, then this parameter will be ignored. Default is false.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"industryCodes\",\n        \"fieldType\": \"String\",\n        \"description\": \"Top-level industry that the contact works in. A contact can have multiple top level industries. Tags are based on the contact's current company. Can include a comma-separated list.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"industryKeywords\",\n        \"fieldType\": \"String\",\n        \"description\": \"Industry keywords associated with a company. Can include either 'AND' or 'OR' operators. For example, 'software AND security' or 'software OR security'.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"sicCodes\",\n        \"fieldType\": \"String\",\n        \"description\": \"Four-digit numerical codes assigned by the U.S. government to business establishments to identify the primary business of the establishment. Accepts a comma-separated list of values from the endpoint: /lookup/siccode.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"naicsCodes\",\n        \"fieldType\": \"String\",\n        \"description\": \"Four-digit numerical codes assigned by the U.S. government to business establishments to identify the primary business of the establishment. Accepts a comma-separated list of values from the endpoint: /lookup/naicscode.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"revenue\",\n        \"fieldType\": \"String\",\n        \"description\": \"Annual revenue range in U.S. dollars. Accepts a comma-separated list of values from the endpoint: /lookup/revenuerange. Alternatively, for more granular ranges, you can use the revenueMin and revenueMax parameters.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"revenueMin\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Minimum annual revenue for a company in U.S. dollars (expressed in thousands). Use with revenueMax to set a range. Alternatively, you can use the revenue parameter to search for pre-defined ranges.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"revenueMax\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Maximum annual revenue for a company in U.S. dollars (expressed in thousands). Use with revenueMin to set a range. Alternatively, you can use the revenue parameter to search for pre-defined ranges.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"employeeRangeMin\",\n        \"fieldType\": \"String\",\n        \"description\": \"Minimum employee count for a company. Use with employeeRangeMax to set a range. Alternatively, you can use the employeeCount parameter to search for pre-defined ranges.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"employeeRangeMax\",\n        \"fieldType\": \"String\",\n        \"description\": \"Maximum employee count for a company. Use with employeeRangeMin to set a range. Alternatively, you can use the employeeCount parameter to search for pre-defined ranges.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"employeeCount\",\n        \"fieldType\": \"String\",\n        \"description\": \"Employee count range. Accepts a comma-separated list of values from the endpoint: /lookup/employeecount. Alternatively, for more granular ranges, you can use the employeeRangeMin and employeeRangeMax parameters.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyRanking\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company ranking (e.g., Fortune 500).  Accepts a comma separated list of IDs from the endpoint: /lookup/companyranking.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"metroRegion\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company metro area. Accepts a comma-separated list of U.S. and Canada metro areas from the endpoint: /lookup/metroarea.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"locationSearchType\",\n        \"fieldType\": \"String\",\n        \"description\": \"Location type (PersonOrHQ, PersonAndHQ, Person, HQ, PersonThenHQ).\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"fundingAmountMin\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Minimum funding amount in thousands (e.g., 1 = 1000, 500 = 500,000). If fundingAmountMin is used without fundingAmountMax, the result will be the amount specified or greater.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"fundingAmountMax\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Maximum funding amount in thousands (e.g., 1 = 1000, 500 = 500,000). If fundingAmountMax is used without fundingAmountMin, the result will be the amount specified or less.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"fundingStartDate\",\n        \"fieldType\": \"String\",\n        \"description\": \"Start date of the funding in YYYY-MM-DD format. If fundingStartDate and fundingEndDate are both specified, they will be used as a range. Start date after end date returns an error. If start date and end date are the same, will return results for exact date.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"fundingEndDate\",\n        \"fieldType\": \"String\",\n        \"description\": \"End date of the funding in YYYY-MM-DD format. If fundingStartDate and fundingEndDate are both specified, they will be used as a range. Start date after end date returns an error. If start date and end date are the same, will return results for exact date.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"zoominfoContactsMin\",\n        \"fieldType\": \"String\",\n        \"description\": \"Minimum number of ZoomInfo contacts associated with company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"zoominfoContactsMax\",\n        \"fieldType\": \"String\",\n        \"description\": \"Maximum number of ZoomInfo contacts associated with company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"excludedRegions\",\n        \"fieldType\": \"String\",\n        \"description\": \"Exclude a company state or metro area. Accepts a comma-separated list of U.S. and Canada states and metro areas from the endpoints: /lookup/state and /lookup/metroarea.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyStructureIncludedSubUnitTypes\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company hierarchical structure\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"oneYearEmployeeGrowthRateMin\",\n        \"fieldType\": \"String\",\n        \"description\": \"Minimum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMax to set a range.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"oneYearEmployeeGrowthRateMax\",\n        \"fieldType\": \"String\",\n        \"description\": \"Maximum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMin to set a range.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"twoYearEmployeeGrowthRateMin\",\n        \"fieldType\": \"String\",\n        \"description\": \"Minimum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMax to set a range.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"twoYearEmployeeGrowthRateMax\",\n        \"fieldType\": \"String\",\n        \"description\": \"Maximum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMin to set a range.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"engagementStartDate\",\n        \"fieldType\": \"String\",\n        \"description\": \"Engagement start date in YYYY-MM-DD format.\",\n        \"accessGranted\": \"false\"\n    },\n    {\n        \"fieldName\": \"engagementEndDate\",\n        \"fieldType\": \"String\",\n        \"description\": \"Engagement end date in YYYY-MM-DD format. EngagementStartDate is required.\",\n        \"accessGranted\": \"false\"\n    },\n    {\n        \"fieldName\": \"engagementType\",\n        \"fieldType\": \"Array\",\n        \"description\": \"List of engagement types to search for. Accepted values are a list of 'email', 'phone', 'online meeting'.\",\n        \"accessGranted\": \"false\"\n    },\n    {\n        \"fieldName\": \"rpp\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Limits the results returned to the given number of results per page\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"page\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Provides the results for the given page, used in conjunction with rpp\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"sortBy\",\n        \"fieldType\": \"String\",\n        \"description\": \"Sorts results by valid output fields\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"sortOrder\",\n        \"fieldType\": \"String\",\n        \"description\": \"Default value is desc. It accepts the following values { asc, ascending, desc, descending\",\n        \"accessGranted\": \"true\"\n    }\n]"}],"_postman_id":"74630827-dd25-4b6a-bf72-f7cfeffd6c41"},{"name":"Contact Search Outputs","id":"5ed629a9-f24a-41a3-bc66-89f3f09f051c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/outputfields/contact/search","description":"<p>Returns a list of fields included in the response for the <a href=\"#2e5121fd-df42-41a4-95d6-0e8f24eebd92\">Contact Search</a> endpoint.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","outputfields","contact","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b9437862-a2ca-4b3c-ad5c-ef4fe4d5f61e","name":"Contact Search Outputs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}"}],"url":"{{protocol}}://{{url}}/lookup/outputfields/contact/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 21 Oct 2024 19:24:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin,Access-Control-Request-Method,Access-Control-Request-Headers"},{"key":"x-envoy-upstream-service-time","value":"36"},{"key":"service","value":"gke"},{"key":"x-request-id","value":"6yfiNoyotV2qnxt1DUOZu7H8Zu4HuGvNL33U"},{"key":"x-ratelimit-limit","value":"1500"},{"key":"x-ratelimit-remaining","value":"1499"},{"key":"x-envoy-decorator-operation","value":"apps-gateway-active.main.svc.cluster.local:8080/*"},{"key":"via","value":"1.1 google"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Origin-Trial","value":"AyXGdeyTa0Lq3roJGvPBs/Ps9duHL7Vf/Q5YJQJwQN4fdGLbtMPms4BfmK2HapcHVkvBjyAVhxe5deDNI1TFXgcAAABxeyJvcmlnaW4iOiJodHRwczovL3pvb21pbmZvLmNvbTo0NDMiLCJmZWF0dXJlIjoiVHBjZCIsImV4cGlyeSI6MTczNTM0Mzk5OSwiaXNTdWJkb21haW4iOnRydWUsImlzVGhpcmRQYXJ0eSI6dHJ1ZX0="},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8d63a089885b82d4-IAD"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fieldName\": \"id\",\n        \"description\": \"Unique ZoomInfo identifier for the contact\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"firstName\",\n        \"description\": \"Contact first name\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"middleName\",\n        \"description\": \"Contact middle name\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"lastName\",\n        \"description\": \"Contact last name\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"validDate\",\n        \"description\": \"Date on which the contact record was last validated\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"lastUpdatedDate\",\n        \"description\": \"Date on which the contact record was last updated\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"jobTitle\",\n        \"description\": \"Contact job title at current place of employment\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyId\",\n        \"description\": \"Unique ZoomInfo identifier for a company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyName\",\n        \"description\": \"Company Name\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"contactAccuracyScore\",\n        \"description\": \"This score indicates the likelihood that a contact is reachable and still employed by the company listed. Minimum score is 75 and maximum is 99.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"managementLevel\",\n        \"description\": \"Contact management level\",\n        \"accessGranted\": \"false\"\n    },\n    {\n        \"fieldName\": \"school\",\n        \"description\": \"Get last Education information\",\n        \"accessGranted\": \"false\"\n    },\n    {\n        \"fieldName\": \"hasEmail\",\n        \"description\": \"Indicates whether ZoomInfo has an email address for the contact\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"hasSupplementalEmail\",\n        \"description\": \"Indicates whether ZoomInfo has a supplemental email address for the contact\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"hasDirectPhone\",\n        \"description\": \"Indicates whether ZoomInfo has a direct phone number for the contact\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"hasMobilePhone\",\n        \"description\": \"Indicates whether ZoomInfo has a mobile phone number for the contact\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"hasCompanyIndustry\",\n        \"description\": \"Indicates whether ZoomInfo has company industry for the contact\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"hasCompanyPhone\",\n        \"description\": \"Indicates whether ZoomInfo has a company phone number for the contact\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"hasCompanyStreet\",\n        \"description\": \"Indicates whether ZoomInfo has a street address for the contact\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"hasCompanyState\",\n        \"description\": \"Indicates whether ZoomInfo has a state for the contact\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"hasCompanyZipCode\",\n        \"description\": \"Indicates whether ZoomInfo has a Zip Code or Postal Code for the contact\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"hasCompanyCountry\",\n        \"description\": \"Indicates whether ZoomInfo has a country for the contact\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"hasCompanyRevenue\",\n        \"description\": \"Indicates whether ZoomInfo has company revenue data for the contact\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"hasCompanyEmployeeCount\",\n        \"description\": \"Indicates whether ZoomInfo has company headcount data for the contact\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"directPhoneDoNotCall\",\n        \"description\": \"Contact flagged with do not call for direct phone\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"mobilePhoneDoNotCall\",\n        \"description\": \"Contact flagged with do not call for mobile phone\",\n        \"accessGranted\": \"true\"\n    }\n]"}],"_postman_id":"5ed629a9-f24a-41a3-bc66-89f3f09f051c"}],"id":"afc8b06c-9112-4e31-ae83-936f51661c45","description":"<p>Use <a href=\"#2e5121fd-df42-41a4-95d6-0e8f24eebd92\">Contact Search</a> to retrieve contacts using valid query parameters.</p>\n<ul>\n<li>To build your request, retrieve a list of valid query parameters using <a href=\"#74630827-dd25-4b6a-bf72-f7cfeffd6c41\">Contact Search Inputs</a>.</li>\n<li>For requests that require you to specify supported values (e.g., job titles, industry codes and so on), use the <a href=\"#efe7b4b8-1ef2-4fcd-a20f-9da68f6b2055\">Lookup</a> endpoints.</li>\n<li>Use <a href=\"#5ed629a9-f24a-41a3-bc66-89f3f09f051c\">Contact Search Outputs</a> to retrieve a list of expected response fields that will be returned from <a href=\"#2e5121fd-df42-41a4-95d6-0e8f24eebd92\">Contact Search</a>.</li>\n</ul>\n","_postman_id":"afc8b06c-9112-4e31-ae83-936f51661c45"},{"name":"Company Search","item":[{"name":"Company Search","event":[{"listen":"test","script":{"id":"f5a4707d-6e4a-4cca-a74f-eabae56ddb81","exec":["pm.test(\"Response data includes id, name\", function () {","    if (pm.response.json().data.length > 0) {","        pm.expect(pm.response.json().data[0]).to.include.keys(\"id\");","        pm.expect(pm.response.json().data[0]).to.include.keys(\"name\");","    }","});","","","pm.test(\"Test for specific company data - Discover Org\", function () {","    if (pm.response.json().data.length > 0) {","        pm.expect(pm.response.json().data[0].name).to.eql(\"DiscoverOrg LLC\");","    }","})","","var xUsage = JSON.parse(postman.getResponseHeader(\"X-Usage\"));","pm.test(\"X-Usage c_search count\", function () {","    pm.expect(xUsage).to.include.keys(\"c_search\");","})"],"type":"text/javascript"}}],"id":"4506f0ad-9147-4016-991f-ce8ef6700f07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"metroRegion\": \"usa.california.sanfrancisco\",\n\t\"industryCodes\": \"education.university\",\n\t\"techAttributeTagList\": \"333.202.*\"\n}"},"url":"{{protocol}}://{{url}}/search/company","description":"<p>Returns a list of Companies from ZoomInfo's data which meet the specified search criteria.</p>\n<p>Input parameters may require specific values, some of which are too extensive to list in the parameter descriptions. You can retrieve these values using the <a href=\"#efe7b4b8-1ef2-4fcd-a20f-9da68f6b2055\">Lookup</a> endpoints.</p>\n<p><strong>Input params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>DataType</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>rpp</td>\n<td>Integer</td>\n<td>Limits the results returned to the given number of results per page. Default is 25.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>Provides the results for the given page, used in conjunction with <code>rpp</code></td>\n</tr>\n<tr>\n<td>sortOrder</td>\n<td>String</td>\n<td>Provide <code>sortBy</code> if specifying <code>sortOrder</code>. Valid values are <code>asc</code>, <code>ascending</code>, <code>desc</code>, and <code>descending</code>. By default, results are sorted in descending order.</td>\n</tr>\n<tr>\n<td>sortBy</td>\n<td>String</td>\n<td>Sort results by valid output fields: <code>name</code>, <code>employeeCount</code>, <code>revenue</code></td>\n</tr>\n<tr>\n<td>companyId</td>\n<td>String</td>\n<td>ZoomInfo unique identifier for the company. Will accept-comma-separated list.</td>\n</tr>\n<tr>\n<td>companyName</td>\n<td>String</td>\n<td>Company name</td>\n</tr>\n<tr>\n<td>companyWebsite</td>\n<td>String</td>\n<td>URL to the company website in <a href=\"http://www.example.com\">http://www.example.com</a> format</td>\n</tr>\n<tr>\n<td>companyDescription</td>\n<td>String</td>\n<td>Text description unique to the company you want to use as search criteria</td>\n</tr>\n<tr>\n<td>parentId</td>\n<td>String</td>\n<td>ZoomInfo Company ID for parent company</td>\n</tr>\n<tr>\n<td>ultimateParentId</td>\n<td>String</td>\n<td>ZoomInfo Company ID for ultimate parent company</td>\n</tr>\n<tr>\n<td>companyTicker</td>\n<td>Array</td>\n<td>Company stock ticker symbol</td>\n</tr>\n<tr>\n<td>companyType</td>\n<td>String</td>\n<td>Company type (private, public, and so on). See the <strong>Company Type</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>businessModel</td>\n<td>ArrayList</td>\n<td>Search using Business Model (B2C, B2B, B2G) for a company. Default is All</td>\n</tr>\n<tr>\n<td>address</td>\n<td>String</td>\n<td>Company address</td>\n</tr>\n<tr>\n<td>street</td>\n<td>String</td>\n<td>Company street</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>Company state (U.S.) or province (Canada). You can use free text state or province names (e.g., \"new hampshire\"), the two-letter common abbreviation for a U.S. state (e.g., \"nh\"), or values provided in the <strong>State</strong> lookup endpoint.  <br />  <br />Do not use <code>state</code> in conjunction with <code>country</code> in a search request, as the system uses <code>OR</code> logic between these two fields. If both are included in the request, the returned results will reflect <em>all</em> states.</td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>String</td>\n<td>Zip Code of the company's primary address</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String</td>\n<td>Country for the company's primary address. You can use free text or see the <strong>Country</strong> lookup endpoint for values.  <br />  <br />Do not use <code>country</code> in conjunction with <code>state</code> in a search request, as the system uses OR logic between these two fields. If both are included in the request, the returned results will reflect <em>all</em> states.</td>\n</tr>\n<tr>\n<td>continent</td>\n<td>String</td>\n<td>Continent for the company's primary address. See the <strong>Continent</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>zipCodeRadiusMiles</td>\n<td>String</td>\n<td>Used in conjunction with <code>zipCode</code>, designates a geographical radius (in miles) from the <code>zipCode</code> provided.</td>\n</tr>\n<tr>\n<td>hashTagString</td>\n<td>String</td>\n<td>Hash tags for a company. Can include a comma-separated list.</td>\n</tr>\n<tr>\n<td>techAttributeTagList</td>\n<td>String</td>\n<td>Specify technology product tags. See the <strong>Tech - Product</strong> lookup endpoint for values. This string uses a numerical dot notation format similar to an IP address. The notation denotes the hierarchical structure: <code>parent-category.category.vendor</code>. For example, <code>333.202.28</code>. You can use wildcards in the notation (e.g., <code>333.202.\\\\\\\\*</code>, <code>\\\\\\\\*.202.\\\\\\\\*</code>, and so on).</td>\n</tr>\n<tr>\n<td>subUnitTypes</td>\n<td>String</td>\n<td>Company sub types (e.g., division, subsidiary and so on). See the <strong>Sub Unit Type</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>primaryIndustriesOnly</td>\n<td>Boolean</td>\n<td>Used in conjunction with the <code>industryCodes</code> input parameter. When set to <code>true</code>, any result returned must have one of the specified industries as a primary industry. If no industries are specified, then this parameter will be ignored. Default is <code>false</code>.</td>\n</tr>\n<tr>\n<td>industryCodes</td>\n<td>String</td>\n<td>Top-level Industry that the contact works in. A contact can have multiple top level industries. Tags are based on the contact's current company. Can include a comma-separated list. See the <strong>Industry Codes</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>industryKeywords</td>\n<td>String</td>\n<td>Industry keywords associated with a company. Can include either 'AND' or 'OR' operators. For example, 'software AND security' or 'software OR security'.</td>\n</tr>\n<tr>\n<td>sicCodes</td>\n<td>String</td>\n<td>The Standard Industrial Classification is a system for classifying industries by a four-digit code. See the <strong>SIC Codes</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>naicsCodes</td>\n<td>String</td>\n<td>The North American Industry Classification System (NAICS) is the standard used by Federal statistical agencies in classifying business establishments for the purpose of collecting, analyzing, and publishing statistical data related to the U.S. business economy. See the <strong>NAICS Codes</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>revenueMin</td>\n<td>Integer</td>\n<td>Minimum annual revenue for a company in U.S. dollars. Use with <code>revenueMax</code> to set a range. Alternatively, you can use the <code>revenue</code> parameter to search for pre-defined ranges.</td>\n</tr>\n<tr>\n<td>revenueMax</td>\n<td>Integer</td>\n<td>Maximum annual revenue for a company in U.S. dollars. Use with <code>revenueMin</code> to set a range. Alternatively, you can use the <code>revenue</code> parameter to search for pre-defined ranges.</td>\n</tr>\n<tr>\n<td>revenue</td>\n<td>String</td>\n<td>Annual revenue range in U.S. dollars. Accepts a comma-separated list of values. See the <strong>Revenue Range</strong> lookup endpoint for values. Alternatively, to get more granular ranges, you can use the <code>revenueMin</code> and <code>revenueMax</code> parameters.</td>\n</tr>\n<tr>\n<td>employeeRangeMin</td>\n<td>String</td>\n<td>Minimum employee count for a company. Use with <code>employeeRangeMax</code> to set a range. Alternatively, you can use the <code>employeeCount</code> parameter to search for pre-defined ranges.</td>\n</tr>\n<tr>\n<td>employeeRangeMax</td>\n<td>String</td>\n<td>Maximum employee count for a company. Use with <code>employeeRangeMin</code> to set a range. Alternatively, you can use the <code>employeeCount</code> parameter to search for pre-defined ranges.</td>\n</tr>\n<tr>\n<td>employeeCount</td>\n<td>String</td>\n<td>Employee count range. Accepts a comma-separated list of values. See the <strong>Employee Count</strong> lookup endpoint for values. Alternatively, to get more granular ranges, you can use the <code>employeeRangeMin</code> and <code>employeeRangeMax</code> parameters.</td>\n</tr>\n<tr>\n<td>companyRanking</td>\n<td>String</td>\n<td>Company ranking list (e.g., Fortune 500 and so on). See the <strong>Company Ranking</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>metroRegion</td>\n<td>String</td>\n<td>Company metro area. Accepts a comma-separated list of U.S. and Canada metro areas. See the <strong>Metro Area</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>locationSearchType</td>\n<td>String</td>\n<td>Location criteria for search. Values are <code>PersonOrHQ</code>, <code>PersonAndHQ</code>, <code>Person</code>, <code>HQ</code>, <code>PersonThenHQ</code>.</td>\n</tr>\n<tr>\n<td>fundingAmountMin</td>\n<td>Integer</td>\n<td>Minimum funding amount in thousands (e.g., 1 = 1000, 500 = 500,000). If <code>fundingAmountMin</code> is used without <code>fundingAmountMax</code>, the result will be the amount specified or greater.</td>\n</tr>\n<tr>\n<td>fundingAmountMax</td>\n<td>Integer</td>\n<td>Maximum funding amount in thousands (e.g., 1 = 1000, 500 = 500,000). If <code>fundingAmountMax</code> is used without <code>fundingAmountMin</code>, the result will be the amount specified or less.</td>\n</tr>\n<tr>\n<td>fundingStartDate</td>\n<td>String</td>\n<td>Start date of the funding in YYYY-MM-DD format. If <code>fundingStartDate</code> and <code>fundingEndDate</code> are both specified, they will be used as a range. Start date after end date returns an error. If start date and end date are the same, will return results for exact date.</td>\n</tr>\n<tr>\n<td>fundingEndDate</td>\n<td>String</td>\n<td>End date of the funding in YYYY-MM-DD format. If <code>fundingStartDate</code> and <code>fundingEndDate</code> are both specified, they will be used as a range. Start date after end date returns an error. If start date and end date are the same, will return results for exact date.</td>\n</tr>\n<tr>\n<td>excludedRegions</td>\n<td>String</td>\n<td>Exclude a company metro area. Accepts a comma-separated list of U.S. and Canada metro areas. See the <strong>Metro Area</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>zoominfoContactsMin</td>\n<td>String</td>\n<td>Minimum number of ZoomInfo contacts associated with company</td>\n</tr>\n<tr>\n<td>zoominfoContactsMax</td>\n<td>String</td>\n<td>Maximum number of ZoomInfo contacts associated with company</td>\n</tr>\n<tr>\n<td>companyStructureIncludedSubUnitTypes</td>\n<td>String</td>\n<td>Company hierarchical structure</td>\n</tr>\n<tr>\n<td>certified</td>\n<td>Integer</td>\n<td>Denotes if ZoomInfo's research and data team has confirmed activity within the past 12 months</td>\n</tr>\n<tr>\n<td>excludeDefunctCompanies</td>\n<td>Boolean</td>\n<td>Include or exclude defunct companies. The default value is false.</td>\n</tr>\n<tr>\n<td>oneYearEmployeeGrowthRateMin</td>\n<td>String</td>\n<td>Minimum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMax to set a range.</td>\n</tr>\n<tr>\n<td>oneYearEmployeeGrowthRateMax</td>\n<td>String</td>\n<td>Maximum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMin to set a range.</td>\n</tr>\n<tr>\n<td>twoYearEmployeeGrowthRateMin</td>\n<td>String</td>\n<td>Minimum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMax to set a range.</td>\n</tr>\n<tr>\n<td>twoYearEmployeeGrowthRateMax</td>\n<td>String</td>\n<td>Maximum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMin to set a range.</td>\n</tr>\n<tr>\n<td>engagementStartDate</td>\n<td>String</td>\n<td>Engagement start date in YYYY-MM-DD format.</td>\n</tr>\n<tr>\n<td>engagementEndDate</td>\n<td>String</td>\n<td>Engagement end date in YYYY-MM-DD format. EngagementStartDate is required.</td>\n</tr>\n<tr>\n<td>engagementType</td>\n<td>Array</td>\n<td>List of engagement types to search for. Accepted values are a list of <code>email</code>, <code>phone</code>, <code>online meeting</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>companyId</td>\n<td>Unique ZoomInfo identifier for the company</td>\n</tr>\n<tr>\n<td>companyName</td>\n<td>Company name</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{protocol}}","path":["search","company"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"646a5ec1-579e-4b0d-a93e-f6bb05581ad8","name":"Search companies by employee growth rate","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"body":{"mode":"raw","raw":"{\n    \"metroRegion\": \"usa.california.sanfrancisco\",\n\t\"industryCodes\": \"education.university\",\n\t\"oneYearEmployeeGrowthRateMin\": \"10\",\n\t\"oneYearEmployeeGrowthRateMax\": \"50\"\n}"},"url":"{{protocol}}://{{url}}/search/company"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Apr 2020 14:58:48 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"58b1a4b7dfd0ebfc-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=5388d0855eb91b72ba1639994759a291802c09115c95da4fd2b63cd11d3b0fee:65308c81-8334-11ea-bebd-2f3883040f62; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1496","enabled":true},{"key":"X-RateLimit-Reset","value":"1588085955","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999999134","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999970966","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9999981","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9999965","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000000","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99999965","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"cf-request-id","value":"0262e546e50000ebfc40016200000001","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"maxResults\": 15,\n    \"totalResults\": 15,\n    \"currentPage\": 1,\n    \"data\": [\n        {\n            \"id\": 114804067,\n            \"name\": \"Holy Names University\"\n        },\n        {\n            \"id\": 355219573,\n            \"name\": \"Bradley School of Music\"\n        },\n        {\n            \"id\": 346417479,\n            \"name\": \"English Language Institute\"\n        },\n        {\n            \"id\": 359539758,\n            \"name\": \"Reach Institute for School Leadership\"\n        },\n        {\n            \"id\": 16843561,\n            \"name\": \"Gruter Institute\"\n        },\n        {\n            \"id\": 205439012,\n            \"name\": \"Wright Institute\"\n        },\n        {\n            \"id\": 350989356,\n            \"name\": \"Yang Fan Academy\"\n        },\n        {\n            \"id\": 17533676,\n            \"name\": \"Dominican School of Philosophy and Theology\"\n        },\n        {\n            \"id\": 36473892,\n            \"name\": \"BSC Culinary\"\n        },\n        {\n            \"id\": 20742219,\n            \"name\": \"John F. Kennedy University\"\n        },\n        {\n            \"id\": 372192449,\n            \"name\": \"ReUp Education\"\n        },\n        {\n            \"id\": 8257751,\n            \"name\": \"City College of San Francisco\"\n        },\n        {\n            \"id\": 359136199,\n            \"name\": \"La Scuola International School\"\n        },\n        {\n            \"id\": 358709446,\n            \"name\": \"Marcus Foster Education Institute\"\n        },\n        {\n            \"id\": 28235366,\n            \"name\": \"Berkeley Geochronology Center\"\n        }\n    ]\n}"},{"id":"0f13ba13-1bd6-462c-b1d3-04a55f4cb07f","name":"Search companies with sorting and paging","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"metroRegion\": \"usa.california.sanfrancisco\",\n\t\"industryCodes\": \"education.university\",\n\t\"rpp\": 10,\n\t\"sortBy\": \"name\",\n\t\"sortOrder\": \"asc\",\n\t\"page\": 2\n}"},"url":"{{protocol}}://{{url}}/search/company"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 Mar 2020 13:30:48 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"571d6471ee115a78-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=50231eda699c59373c71f2f92404c19f40612f6fe7620c620e6e2a065b965c4b:e7258131-5997-11ea-8a8e-f3ed81305752; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"1000","enabled":true},{"key":"X-RateLimit-Remaining","value":"999","enabled":true},{"key":"X-RateLimit-Reset","value":"1583847050","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"100000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"98581","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999218","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"maxResults\": 327,\n    \"totalResults\": 10,\n    \"currentPage\": 2,\n    \"data\": [\n        {\n            \"id\": 8867999,\n            \"name\": \"American College of Traditional Chinese Medicine\"\n        },\n        {\n            \"id\": 3916408,\n            \"name\": \"Asia-Pacific International University\"\n        },\n        {\n            \"id\": 7146160,\n            \"name\": \"Assistance Dog Institute\"\n        },\n        {\n            \"id\": 3178758,\n            \"name\": \"ASUC\"\n        },\n        {\n            \"id\": 347652738,\n            \"name\": \"ATHLETIC SCHOLARS ADVANCEMENT PROGRAM\"\n        },\n        {\n            \"id\": 462386134,\n            \"name\": \"ATMU\"\n        },\n        {\n            \"id\": 435026624,\n            \"name\": \"austin.university\"\n        },\n        {\n            \"id\": 347615539,\n            \"name\": \"Bay Area College Planners\"\n        },\n        {\n            \"id\": 363318136,\n            \"name\": \"Beacon College Funding Solutions\"\n        },\n        {\n            \"id\": 358866854,\n            \"name\": \"Berghs\"\n        }\n    ]\n}"},{"id":"ef536b30-831a-4945-bfde-43bc52da9a2e","name":"Search companies by metro, industry and tech attributes","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"metroRegion\": \"usa.california.sanfrancisco\",\n\t\"industryCodes\": \"education.university\",\n\t\"techAttributeTagList\": \"333.202.*\"\n}"},"url":"{{protocol}}://{{url}}/search/company"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Apr 2020 20:38:40 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"58bbd3f02ca6ff84-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=5388d0855eb91b72ba1639994759a291802c09115c95da4fd2b63cd11d3b0fee:65308c81-8334-11ea-bebd-2f3883040f62; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1588192780","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999999117","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999970925","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9999973","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9999964","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000000","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99999964","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"cf-request-id","value":"026942ca1a0000ff84c99af200000001","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"maxResults\": 11,\n    \"totalResults\": 11,\n    \"currentPage\": 1,\n    \"data\": [\n        {\n            \"id\": 5954592,\n            \"name\": \"University of California , San Francisco\"\n        },\n        {\n            \"id\": 50978158,\n            \"name\": \"Diablo Valley College\"\n        },\n        {\n            \"id\": 628662,\n            \"name\": \"Academy of Art University\"\n        },\n        {\n            \"id\": 65503762,\n            \"name\": \"Santa Rosa Junior College\"\n        },\n        {\n            \"id\": 78366485,\n            \"name\": \"Mills College\"\n        },\n        {\n            \"id\": 482113052,\n            \"name\": \"Napa Valley College\"\n        },\n        {\n            \"id\": 118998385,\n            \"name\": \"Golden Gate University\"\n        },\n        {\n            \"id\": 33296766,\n            \"name\": \"Gladstone Institutes\"\n        },\n        {\n            \"id\": 124240092,\n            \"name\": \"California State University - Sonoma State University\"\n        },\n        {\n            \"id\": 17205250,\n            \"name\": \"Contra Costa College\"\n        },\n        {\n            \"id\": 10029669,\n            \"name\": \"Berkeley Chamber of Commerce\"\n        }\n    ]\n}"}],"_postman_id":"4506f0ad-9147-4016-991f-ce8ef6700f07"},{"name":"Company Search Inputs","id":"ffd4ccc6-09d1-4026-8c4f-863d02fd703e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/company/search","description":"<p>Returns a list of fields you can use as input for the <a href=\"#4506f0ad-9147-4016-991f-ce8ef6700f07\">Company Search</a> endpoint.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","inputfields","company","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c2024031-6dc8-4adf-aabb-e4ad2a78c458","name":"Company Search Inputs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/company/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Oct 2024 12:27:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin,Access-Control-Request-Method,Access-Control-Request-Headers"},{"key":"x-envoy-upstream-service-time","value":"39"},{"key":"service","value":"gke"},{"key":"x-request-id","value":"6go3EMtd0IwchBVM0zCgcYRQ0JRtlSWYArNS"},{"key":"x-ratelimit-limit","value":"1500"},{"key":"x-ratelimit-remaining","value":"1499"},{"key":"x-envoy-decorator-operation","value":"apps-gateway-active.main.svc.cluster.local:8080/*"},{"key":"via","value":"1.1 google"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Origin-Trial","value":"AyXGdeyTa0Lq3roJGvPBs/Ps9duHL7Vf/Q5YJQJwQN4fdGLbtMPms4BfmK2HapcHVkvBjyAVhxe5deDNI1TFXgcAAABxeyJvcmlnaW4iOiJodHRwczovL3pvb21pbmZvLmNvbTo0NDMiLCJmZWF0dXJlIjoiVHBjZCIsImV4cGlyeSI6MTczNTM0Mzk5OSwiaXNTdWJkb21haW4iOnRydWUsImlzVGhpcmRQYXJ0eSI6dHJ1ZX0="},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8d697b198b81829e-IAD"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fieldName\": \"marketingDepartmentBudgetMin\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Minimum marketing department budget amount in thousands (e.g., 1 = 1000, 500 = 500,000).  Minimum value is 0, maximum value is 2147483647 (approximately 2 trillion).\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"marketingDepartmentBudgetMax\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Maximum marketing department budget amount in thousands (e.g., 1 = 1000, 500 = 500,000).  Minimum value is 0, maximum value is 2147483647 (approximately 2 trillion).\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"financeDepartmentBudgetMin\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Minimum finance department budget amount in thousands (e.g., 1 = 1000, 500 = 500,000).  Minimum value is 0, maximum value is 2147483647 (approximately 2 trillion).\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"financeDepartmentBudgetMax\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Maximum finance department budget amount in thousands (e.g., 1 = 1000, 500 = 500,000).  Minimum value is 0, maximum value is 2147483647 (approximately 2 trillion).\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"itDepartmentBudgetMin\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Minimum information technology department budget amount in thousands (e.g., 1 = 1000, 500 = 500,000).  Minimum value is 0, maximum value is 2147483647 (approximately 2 trillion).\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"itDepartmentBudgetMax\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Maximum information technology department budget amount in thousands (e.g., 1 = 1000, 500 = 500,000).  Minimum value is 0, maximum value is 2147483647 (approximately 2 trillion).\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"hrDepartmentBudgetMin\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Minimum human resources department budget amount in thousands (e.g., 1 = 1000, 500 = 500,000).  Minimum value is 0, maximum value is 2147483647 (approximately 2 trillion).\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"hrDepartmentBudgetMax\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Maximum human resources department budget amount in thousands (e.g., 1 = 1000, 500 = 500,000).  Minimum value is 0, maximum value is 2147483647 (approximately 2 trillion).\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"certified\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Denotes if ZoomInfo's research and data team has confirmed activity within the past 12 months. 1 = certified, 0 = not certified.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"excludeDefunctCompanies\",\n        \"fieldType\": \"Boolean\",\n        \"description\": \"Include or exclude defunct companies. The default value is false.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyTicker\",\n        \"fieldType\": \"Array\",\n        \"description\": \"Company stock ticker symbol\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyDescription\",\n        \"fieldType\": \"String\",\n        \"description\": \"Search for companies based on description.  Accepts a space-separated list of individual words.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyType\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company type (private, public, etc.). Accepts a comma delimited string of types listed in the endpoint: /lookup/companytype \",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"address\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company address\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"street\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company street\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"zipCode\",\n        \"fieldType\": \"String\",\n        \"description\": \"Zip Code of the company's primary address\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"state\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company state\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"country\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company country\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"continent\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company continent\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyId\",\n        \"fieldType\": \"String\",\n        \"description\": \"ZoomInfo unique identifier for the company. Will accept a comma-separated list.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyName\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company name\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyWebsite\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company domain. Accepts a comma-separated list.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"parentId\",\n        \"fieldType\": \"String\",\n        \"description\": \"ZoomInfo Company ID for parent company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"ultimateParentId\",\n        \"fieldType\": \"String\",\n        \"description\": \"ZoomInfo Company ID for ultimate parent company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"zipCodeRadiusMiles\",\n        \"fieldType\": \"String\",\n        \"description\": \"Used in conjunction with zipCode, designates a geographical radius (in miles) from the zipCode provided.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"hashTagString\",\n        \"fieldType\": \"String\",\n        \"description\": \"Hash tags for a company. Can include a comma-separated list.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"techAttributeTagList\",\n        \"fieldType\": \"String\",\n        \"description\": \"Specify technology product tags\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"subUnitTypes\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company sub types (e.g., division, subsidiary) from the endpoint: /lookup/subunittypes. Use this in conjunction with parentId or ultimateParentId.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"primaryIndustriesOnly\",\n        \"fieldType\": \"Boolean\",\n        \"description\": \"Used in conjunction with the industryCodes input parameter. When set to true, any result returned must have one of the specified industries as a primary industry. If no industries are specified, then this parameter will be ignored. Default is false.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"industryCodes\",\n        \"fieldType\": \"String\",\n        \"description\": \"Top-level industry that the contact works in. A contact can have multiple top level industries. Tags are based on the contact's current company. Can include a comma-separated list.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"industryKeywords\",\n        \"fieldType\": \"String\",\n        \"description\": \"Industry keywords associated with a company. Can include either 'AND' or 'OR' operators. For example, 'software AND security' or 'software OR security'.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"sicCodes\",\n        \"fieldType\": \"String\",\n        \"description\": \"Four-digit numerical codes assigned by the U.S. government to business establishments to identify the primary business of the establishment. Accepts a comma-separated list of values from the endpoint: /lookup/siccode.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"naicsCodes\",\n        \"fieldType\": \"String\",\n        \"description\": \"Four-digit numerical codes assigned by the U.S. government to business establishments to identify the primary business of the establishment. Accepts a comma-separated list of values from the endpoint: /lookup/naicscode.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"revenue\",\n        \"fieldType\": \"String\",\n        \"description\": \"Annual revenue range in U.S. dollars. Accepts a comma-separated list of values from the endpoint: /lookup/revenuerange. Alternatively, for more granular ranges, you can use the revenueMin and revenueMax parameters.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"revenueMin\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Minimum annual revenue for a company in U.S. dollars (expressed in thousands). Use with revenueMax to set a range. Alternatively, you can use the revenue parameter to search for pre-defined ranges.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"revenueMax\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Maximum annual revenue for a company in U.S. dollars (expressed in thousands). Use with revenueMin to set a range. Alternatively, you can use the revenue parameter to search for pre-defined ranges.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"employeeRangeMin\",\n        \"fieldType\": \"String\",\n        \"description\": \"Minimum employee count for a company. Use with employeeRangeMax to set a range. Alternatively, you can use the employeeCount parameter to search for pre-defined ranges.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"employeeRangeMax\",\n        \"fieldType\": \"String\",\n        \"description\": \"Maximum employee count for a company. Use with employeeRangeMin to set a range. Alternatively, you can use the employeeCount parameter to search for pre-defined ranges.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"employeeCount\",\n        \"fieldType\": \"String\",\n        \"description\": \"Employee count range. Accepts a comma-separated list of values from the endpoint: /lookup/employeecount. Alternatively, for more granular ranges, you can use the employeeRangeMin and employeeRangeMax parameters.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyRanking\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company ranking (e.g., Fortune 500).  Accepts a comma separated list of IDs from the endpoint: /lookup/companyranking.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"metroRegion\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company metro area. Accepts a comma-separated list of U.S. and Canada metro areas from the endpoint: /lookup/metroarea.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"locationSearchType\",\n        \"fieldType\": \"String\",\n        \"description\": \"Location type (PersonOrHQ, PersonAndHQ, Person, HQ, PersonThenHQ).\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"fundingAmountMin\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Minimum funding amount in thousands (e.g., 1 = 1000, 500 = 500,000). If fundingAmountMin is used without fundingAmountMax, the result will be the amount specified or greater.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"fundingAmountMax\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Maximum funding amount in thousands (e.g., 1 = 1000, 500 = 500,000). If fundingAmountMax is used without fundingAmountMin, the result will be the amount specified or less.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"fundingStartDate\",\n        \"fieldType\": \"String\",\n        \"description\": \"Start date of the funding in YYYY-MM-DD format. If fundingStartDate and fundingEndDate are both specified, they will be used as a range. Start date after end date returns an error. If start date and end date are the same, will return results for exact date.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"fundingEndDate\",\n        \"fieldType\": \"String\",\n        \"description\": \"End date of the funding in YYYY-MM-DD format. If fundingStartDate and fundingEndDate are both specified, they will be used as a range. Start date after end date returns an error. If start date and end date are the same, will return results for exact date.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"zoominfoContactsMin\",\n        \"fieldType\": \"String\",\n        \"description\": \"Minimum number of ZoomInfo contacts associated with company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"zoominfoContactsMax\",\n        \"fieldType\": \"String\",\n        \"description\": \"Maximum number of ZoomInfo contacts associated with company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"excludedRegions\",\n        \"fieldType\": \"String\",\n        \"description\": \"Exclude a company state or metro area. Accepts a comma-separated list of U.S. and Canada states and metro areas from the endpoints: /lookup/state and /lookup/metroarea.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyStructureIncludedSubUnitTypes\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company hierarchical structure\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"oneYearEmployeeGrowthRateMin\",\n        \"fieldType\": \"String\",\n        \"description\": \"Minimum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMax to set a range.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"oneYearEmployeeGrowthRateMax\",\n        \"fieldType\": \"String\",\n        \"description\": \"Maximum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMin to set a range.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"twoYearEmployeeGrowthRateMin\",\n        \"fieldType\": \"String\",\n        \"description\": \"Minimum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMax to set a range.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"twoYearEmployeeGrowthRateMax\",\n        \"fieldType\": \"String\",\n        \"description\": \"Maximum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMin to set a range.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"businessModel\",\n        \"fieldType\": \"Array\",\n        \"description\": \"Search using Business Model (B2C, B2B, B2G) for a company. Default is All\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"engagementStartDate\",\n        \"fieldType\": \"String\",\n        \"description\": \"Engagement start date in YYYY-MM-DD format.\",\n        \"accessGranted\": \"false\"\n    },\n    {\n        \"fieldName\": \"engagementEndDate\",\n        \"fieldType\": \"String\",\n        \"description\": \"Engagement end date in YYYY-MM-DD format. EngagementStartDate is required.\",\n        \"accessGranted\": \"false\"\n    },\n    {\n        \"fieldName\": \"engagementType\",\n        \"fieldType\": \"Array\",\n        \"description\": \"List of engagement types to search for. Accepted values are a list of 'email', 'phone', 'online meeting'.\",\n        \"accessGranted\": \"false\"\n    },\n    {\n        \"fieldName\": \"rpp\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Limits the results returned to the given number of results per page\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"page\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Provides the results for the given page, used in conjunction with rpp\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"sortBy\",\n        \"fieldType\": \"String\",\n        \"description\": \"Sorts results by valid output fields\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"sortOrder\",\n        \"fieldType\": \"String\",\n        \"description\": \"Default value is desc. It accepts the following values { asc, ascending, desc, descending\",\n        \"accessGranted\": \"true\"\n    }\n]"}],"_postman_id":"ffd4ccc6-09d1-4026-8c4f-863d02fd703e"},{"name":"Company Search Outputs","id":"3dd35354-8523-4a8c-935a-97ed56d059a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/outputfields/company/search","description":"<p>Returns a list of fields included in the response for the <a href=\"#4506f0ad-9147-4016-991f-ce8ef6700f07\">Company Search</a> endpoint.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","outputfields","company","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8570e08e-c1fe-40f3-81d6-72f3b355f338","name":"Get Company Search Output Fields","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/outputfields/company/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 09 Jan 2020 16:09:41 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"5527ad24592fec00-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=af5238d7a94bbdd30f465c7f9423ddbd725fa51d57fb1050a15a327e20723331:b8e02441-32e8-11ea-889e-0de3b44831ba; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"750","enabled":true},{"key":"X-RateLimit-Remaining","value":"742","enabled":true},{"key":"X-RateLimit-Reset","value":"1578586193","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fieldName\": \"companyId\",\n        \"description\": \"company id\"\n    },\n    {\n        \"fieldName\": \"companyName\",\n        \"description\": \"company name\"\n    }\n]"}],"_postman_id":"3dd35354-8523-4a8c-935a-97ed56d059a6"}],"id":"fc31163c-ad00-46f9-be2e-42f4193b890b","description":"<p>Use <a href=\"#4506f0ad-9147-4016-991f-ce8ef6700f07\">Company Search</a> to retrieve company data using valid query parameters.</p>\n<ul>\n<li>To build your request, retrieve a list of valid query parameters using <a href=\"#ffd4ccc6-09d1-4026-8c4f-863d02fd703e\">Company Search Inputs</a>.</li>\n<li>For requests that require you to specify supported values (e.g., company type, industry codes and so on), use the <a href=\"#efe7b4b8-1ef2-4fcd-a20f-9da68f6b2055\">Lookup</a> endpoints.</li>\n<li>Use <a href=\"#3dd35354-8523-4a8c-935a-97ed56d059a6\">Company Search Outputs</a> to retrieve a list of expected response fields that will be returned from <a href=\"#4506f0ad-9147-4016-991f-ce8ef6700f07\">Company Search</a>.</li>\n</ul>\n","_postman_id":"fc31163c-ad00-46f9-be2e-42f4193b890b"},{"name":"Scoop Search","item":[{"name":"Scoop Search","event":[{"listen":"test","script":{"id":"fd63642a-7bea-4cea-bff4-a0fd32f66456","exec":["pm.test(\"Response data includes types, rec contacts, topics, original published date, link, desc, linkText, updateText, company, id, publishedDate\", function () {","    if (pm.response.json().data.length > 0) {","        pm.expect(pm.response.json().data[0]).to.include.keys(\"contacts\");","        pm.expect(pm.response.json().data[0]).to.include.keys(\"types\");","        pm.expect(pm.response.json().data[0]).to.include.keys(\"topics\");","        pm.expect(pm.response.json().data[0]).to.include.keys(\"originalPublishedDate\");","        pm.expect(pm.response.json().data[0]).to.include.keys(\"link\");","        pm.expect(pm.response.json().data[0]).to.include.keys(\"description\");","        pm.expect(pm.response.json().data[0]).to.include.keys(\"linkText\");","        pm.expect(pm.response.json().data[0]).to.include.keys(\"updateText\");","        pm.expect(pm.response.json().data[0]).to.include.keys(\"company\");","        pm.expect(pm.response.json().data[0]).to.include.keys(\"id\");","        pm.expect(pm.response.json().data[0]).to.include.keys(\"publishedDate\");","    }","});","","pm.test(\"Response company data includes name and id fields\", function () {","    if (pm.response.json().data.length > 0) {","        pm.expect(pm.response.json().data[0].company).to.include.keys(\"id\");","        pm.expect(pm.response.json().data[0].company).to.include.keys(\"name\");","    }","});","","pm.test(\"Response contains list of topics\", function () {","    if (pm.response.json().data.length > 0) {","        if (pm.response.json().data[0].topics.length > 0) {","            pm.expect(pm.response.json().data[0].topics[0]).to.include.keys(\"topic\");","        }","    }","});","","var xUsage = JSON.parse(postman.getResponseHeader(\"X-Usage\"));","pm.test(\"X-Usage scoop_search count\", function () {","    pm.expect(xUsage).to.include.keys(\"scoop_search\");","})","","",""],"type":"text/javascript"}}],"id":"3099d72f-6857-4432-89c2-736410680e60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"companyName\": \"Zoominfo\",\n\t\"publishedStartDate\": \"2018-11-01\",\n\t\"publishedEndDate\": \"2020-06-21\",\n\t\"scoopType\": \"6\",\n\t\"updatedSinceCreation\": false,\n\t\"description\": \"SaaS\"\n}"},"url":"{{protocol}}://{{url}}/search/scoop","description":"<p>Returns a list of Scoops from ZoomInfo's data which meet the specified search criteria.</p>\n<ul>\n<li>Input parameters may require specific values, some of which are too extensive to list in the parameter descriptions. You can retrieve these values using the <a href=\"#28358f09-9863-42af-a93c-6710a8cacf9d\">Lookup</a> endpoints.</li>\n<li>If you do not provide a date range for when the scoop was published, the last 30 days of scoop records matching the request are returned</li>\n</ul>\n<p><strong>Input params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>DataType</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>rpp</td>\n<td>Integer</td>\n<td>Limits the results returned to the given number of results per page. Default is 25.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>Provides the results for the given page, used in conjunction with <code>rpp</code></td>\n</tr>\n<tr>\n<td>sortOrder</td>\n<td>String</td>\n<td>Provide <code>sortBy</code> if specifying <code>sortOrder</code>. Valid values are <code>asc</code>, <code>ascending</code>, <code>desc</code>, and <code>descending</code>. By default, results are sorted in descending order.</td>\n</tr>\n<tr>\n<td>sortBy</td>\n<td>String</td>\n<td>Sort results by valid output fields: <code>scoopId</code>, <code>originalPublishedDate</code>, <code>description</code>, <code>url</code>, <code>urlText</code></td>\n</tr>\n<tr>\n<td>companyId</td>\n<td>String</td>\n<td>ZoomInfo unique identifier for the company. Will accept a comma-separated list.</td>\n</tr>\n<tr>\n<td>companyName</td>\n<td>String</td>\n<td>Company name</td>\n</tr>\n<tr>\n<td>companyWebsite</td>\n<td>String</td>\n<td>URL to the company website in <a href=\"http://www.example.com\">http://www.example.com</a> format</td>\n</tr>\n<tr>\n<td>companyDescription</td>\n<td>String</td>\n<td>Text description unique to the company you want to use as search criteria</td>\n</tr>\n<tr>\n<td>parentId</td>\n<td>String</td>\n<td>ZoomInfo Company ID for parent company</td>\n</tr>\n<tr>\n<td>ultimateParentId</td>\n<td>String</td>\n<td>ZoomInfo Company ID for ultimate parent company</td>\n</tr>\n<tr>\n<td>companyType</td>\n<td>String</td>\n<td>Company type (private, public, and so on). See the <strong>Company Type</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>String</td>\n<td>Company address</td>\n</tr>\n<tr>\n<td>street</td>\n<td>String</td>\n<td>Company street</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>Company state (U.S.) or province (Canada). You can use free text state or province names (e.g., \"new hampshire\"), the two-letter common abbreviation for a U.S. state (e.g., \"nh\"), or values provided in the <strong>State</strong> lookup endpoint.</td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>String</td>\n<td>Zip Code of the company's primary address</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String</td>\n<td>Country for the company's primary address. You can use free text or see the <strong>Country</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>continent</td>\n<td>String</td>\n<td>Continent for the company's primary address. See the <strong>Continent</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>zipCodeRadiusMiles</td>\n<td>String</td>\n<td>Company Zip code radius</td>\n</tr>\n<tr>\n<td>hashTagString</td>\n<td>String</td>\n<td>Hash tags for the company. Can include a comma-separated list. Default AND operation with multiple inputs.</td>\n</tr>\n<tr>\n<td>techAttributeTagList</td>\n<td>String</td>\n<td>Specify technology product tags</td>\n</tr>\n<tr>\n<td>subUnitTypes</td>\n<td>String</td>\n<td>Company sub types (e.g., division, subsidiary and so on). See the <strong>Sub Unit Type</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>primaryIndustriesOnly</td>\n<td>Boolean</td>\n<td>Used in conjunction with the <code>industryCodes</code> input parameter. When set to <code>true</code>, any result returned must have one of the specified industries as a primary industry. If no industries are specified, then this parameter will be ignored. Default is <code>false</code>.</td>\n</tr>\n<tr>\n<td>industryCodes</td>\n<td>String</td>\n<td>Top-level Industry that the contact works in. A contact can have multiple top level industries. Tags are based on the contact's current company. Can include a comma-separated list. See the <strong>Industry Codes</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>industryKeywords</td>\n<td>String</td>\n<td>Industry keywords associated with a company. Can include a comma-separated list.</td>\n</tr>\n<tr>\n<td>sicCodes</td>\n<td>String</td>\n<td>The Standard Industrial Classification is a system for classifying industries by a four-digit code. See the <strong>SIC Codes</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>naicsCodes</td>\n<td>String</td>\n<td>The North American Industry Classification System (NAICS) is the standard used by Federal statistical agencies in classifying business establishments for the purpose of collecting, analyzing, and publishing statistical data related to the U.S. business economy. See the <strong>NAICS Codes</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>revenueMin</td>\n<td>Integer</td>\n<td>Minimum annual revenue for a company in U.S. dollars. Use with <code>revenueMax</code> to set a range. Alternatively, you can use the <code>revenue</code> parameter to search for pre-defined ranges.</td>\n</tr>\n<tr>\n<td>revenueMax</td>\n<td>Integer</td>\n<td>Maximum annual revenue for a company in U.S. dollars. Use with <code>revenueMin</code> to set a range. Alternatively, you can use the <code>revenue</code> parameter to search for pre-defined ranges.</td>\n</tr>\n<tr>\n<td>revenue</td>\n<td>String</td>\n<td>Annual revenue range in U.S. dollars. Accepts a comma-separated list of values. See the <strong>Revenue Range</strong> lookup endpoint for values. Alternatively, to get more granular ranges, you can use the <code>revenueMin</code> and <code>revenueMax</code> parameters.</td>\n</tr>\n<tr>\n<td>employeeRangeMin</td>\n<td>String</td>\n<td>Minimum employee count for a company. Use with <code>employeeRangeMax</code> to set a range. Alternatively, you can use the <code>employeeCount</code> parameter to search for pre-defined ranges.</td>\n</tr>\n<tr>\n<td>employeeRangeMax</td>\n<td>String</td>\n<td>Maximum employee count for a company. Use with <code>employeeRangeMin</code> to set a range. Alternatively, you can use the <code>employeeCount</code> parameter to search for pre-defined ranges.</td>\n</tr>\n<tr>\n<td>employeeCount</td>\n<td>String</td>\n<td>Employee count range. Accepts a comma-separated list of values. See the <strong>Employee Count</strong> lookup endpoint for values. Alternatively, to get more granular ranges, you can use the <code>employeeRangeMin</code> and <code>employeeRangeMax</code> parameters.</td>\n</tr>\n<tr>\n<td>companyRanking</td>\n<td>String</td>\n<td>Company ranking list (e.g., Fortune 500 and so on). See the <strong>Company Ranking</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>metroRegion</td>\n<td>String</td>\n<td>Company metro area. Accepts a comma-separated list of U.S. and Canada metro areas. See the <strong>Metro Area</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>locationSearchType</td>\n<td>String</td>\n<td>Location criteria for search. Values are <code>PersonOrHQ</code>, <code>PersonAndHQ</code>, <code>Person</code>, <code>HQ</code>, <code>PersonThenHQ</code>.</td>\n</tr>\n<tr>\n<td>fundingAmountMin</td>\n<td>Integer</td>\n<td>Minimum funding amount in thousands (e.g., 1 = 1000, 500 = 500,000). If <code>fundingAmountMin</code> is used without <code>fundingAmountMax</code>, the result will be the amount specified or greater.</td>\n</tr>\n<tr>\n<td>fundingAmountMax</td>\n<td>Integer</td>\n<td>Maximum funding amount in thousands (e.g., 1 = 1000, 500 = 500,000). If <code>fundingAmountMax</code> is used without <code>fundingAmountMin</code>, the result will be the amount specified or less.</td>\n</tr>\n<tr>\n<td>fundingStartDate</td>\n<td>String</td>\n<td>Start date of the funding in YYYY-MM-DD format. If <code>fundingStartDate</code> and <code>fundingEndDate</code> are both specified, they will be used as a range. Start date after end date returns an error. If start date and end date are the same, will return results for exact date.</td>\n</tr>\n<tr>\n<td>fundingEndDate</td>\n<td>String</td>\n<td>End date of the funding in YYYY-MM-DD format. If <code>fundingStartDate</code> and <code>fundingEndDate</code> are both specified, they will be used as a range. Start date after end date returns an error. If start date and end date are the same, will return results for exact date.</td>\n</tr>\n<tr>\n<td>excludedRegions</td>\n<td>String</td>\n<td>Exclude a company metro area. Accepts a comma-separated list of U.S. and Canada metro areas. See the <strong>Metro Area</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>zoominfoContactsMin</td>\n<td>String</td>\n<td>Minimum number of ZoomInfo contacts associated with company</td>\n</tr>\n<tr>\n<td>zoominfoContactsMax</td>\n<td>String</td>\n<td>Maximum number of ZoomInfo contacts associated with company</td>\n</tr>\n<tr>\n<td>companyStructureIncludedSubUnitTypes</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>publishedStartDate</td>\n<td>String</td>\n<td>Starting date to search for scoops based on when published. Form a range using <code>publishedEndDate</code> or omit <code>publishedEndDate</code> to search to the current date. Uses YYYY-MM-DD format.</td>\n</tr>\n<tr>\n<td>publishedEndDate</td>\n<td>String</td>\n<td>Ending date to search for scoops based on when published. Form a range using <code>publishedEndDate</code>. Uses YYYY-MM-DD format.</td>\n</tr>\n<tr>\n<td>updatedSinceCreation</td>\n<td>Boolean</td>\n<td>Include scoops that have been updated since <code>publishedStartDate</code></td>\n</tr>\n<tr>\n<td>scoopType</td>\n<td>String</td>\n<td>Retrieve scoops based on type (e.g., earnings, awards, partnerships and so on). See the <strong>Scoop Types</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>scoopTopic</td>\n<td>String</td>\n<td>Retrieve scoops based on topic (e.g., integrations, technology, compliance and so on). See the <strong>Scoop Topics</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>department</td>\n<td>String</td>\n<td>Retrieve scoops based on department (IT, finance, HR and so on). See the <strong>Scoop Departments</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>scoopId</td>\n<td>String</td>\n<td>ZoomInfo unique identifier for a scoop. Will accept a comma-separated list.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>Search for scoops based on description. Will accept a comma-separated list of keywords.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>ZoomInfo unique identifier for a scoop</td>\n</tr>\n<tr>\n<td>publishedDate</td>\n<td>Publish date for a scoop. If updated, this date will reflect that last updated date.</td>\n</tr>\n<tr>\n<td>originalPublishedDate</td>\n<td>Initial publish date for a scoop</td>\n</tr>\n<tr>\n<td>linkText</td>\n<td>Link text for a scoop</td>\n</tr>\n<tr>\n<td>link</td>\n<td>URL for the scoop</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Short description for the scoop contents</td>\n</tr>\n<tr>\n<td>topics</td>\n<td>Topic(s) associated with a scoop</td>\n</tr>\n<tr>\n<td>updateText</td>\n<td>Text related to an updated scoop</td>\n</tr>\n<tr>\n<td>types</td>\n<td>Type(s) associated with a scoop</td>\n</tr>\n<tr>\n<td>companyId</td>\n<td>ZoomInfo unique identifier for a company</td>\n</tr>\n<tr>\n<td>companyName</td>\n<td>Company name</td>\n</tr>\n<tr>\n<td>contacts</td>\n<td>Contacts associated with a scoop</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{protocol}}","path":["search","scoop"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fb136d91-c217-449d-a008-ee2df6a75991","name":"Scoop Search","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"companyName\": \"Zoominfo\",\n\t\"publishedStartDate\": \"2018-11-01\",\n\t\"publishedEndDate\": \"2019-03-01\",\n\t\"scoopType\": \"6\",\n\t\"updatedSinceCreation\": false\n}"},"url":"{{protocol}}://{{url}}/search/scoop"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Jun 2020 19:52:48 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"5a7882fa6840efe9-EWR","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=3bd72b5a25bfc03a0fa7e3fbae02033c37ca3cc0dcd4fa8ed0531b49f25ba90d:8511cd30-b493-11ea-bfeb-534f7eaad4f4; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"037f30307d0000efe96e9c0200000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1592855627","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999987604","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999962398","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9999731","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9999781","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000000","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99999781","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"maxResults\": 4,\n    \"totalResults\": 4,\n    \"currentPage\": 1,\n    \"data\": [\n        {\n            \"id\": 1382057,\n            \"publishedDate\": \"2/22/2019 12:00 AM\",\n            \"originalPublishedDate\": \"2/22/2019 12:00 AM\",\n            \"linkText\": \"\",\n            \"link\": \"\",\n            \"description\": \"Datanyze has recently been ranked #986 on the 2019 SaaS 1000 Top SaaS Companies list.\",\n            \"topics\": [],\n            \"updateText\": \"\",\n            \"types\": [\n                {\n                    \"id\": 6,\n                    \"type\": \"Award\"\n                }\n            ],\n            \"contacts\": [],\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": 1382056,\n            \"publishedDate\": \"2/15/2019 12:00 AM\",\n            \"originalPublishedDate\": \"2/15/2019 12:00 AM\",\n            \"linkText\": \"\",\n            \"link\": \"\",\n            \"description\": \"has recently been ranked #139 on the 2019 SaaS 1000 Top SaaS Companies list.\",\n            \"topics\": [],\n            \"updateText\": \"\",\n            \"types\": [\n                {\n                    \"id\": 6,\n                    \"type\": \"Award\"\n                }\n            ],\n            \"contacts\": [],\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": 1373240,\n            \"publishedDate\": \"2/11/2019 12:00 AM\",\n            \"originalPublishedDate\": \"2/11/2019 12:00 AM\",\n            \"linkText\": \"\",\n            \"link\": \"\",\n            \"description\": \"has been recognized as a 2019 Top Rated Sales Intelligence Software by TrustRadius.\",\n            \"topics\": [],\n            \"updateText\": \"\",\n            \"types\": [\n                {\n                    \"id\": 6,\n                    \"type\": \"Award\"\n                }\n            ],\n            \"contacts\": [],\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": 1258709,\n            \"publishedDate\": \"12/4/2018 12:00 AM\",\n            \"originalPublishedDate\": \"12/4/2018 12:00 AM\",\n            \"linkText\": \"\",\n            \"link\": \"\",\n            \"description\": \"has recently been recognized by The Boston Globe as one of the Top Places to Work for 2018 in Massachusetts in the midsize organization category.\",\n            \"topics\": [],\n            \"updateText\": \"\",\n            \"types\": [\n                {\n                    \"id\": 6,\n                    \"type\": \"Award\"\n                }\n            ],\n            \"contacts\": [],\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        }\n    ]\n}"}],"_postman_id":"3099d72f-6857-4432-89c2-736410680e60"},{"name":"Scoop Search Inputs","id":"1888a5e1-6a96-4cc2-910b-70e574370996","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/scoop/search","description":"<p>Returns a list of fields you can use as input for the <a href=\"#3099d72f-6857-4432-89c2-736410680e60\">Scoop Search</a> endpoint.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","inputfields","scoop","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9d95a681-c32e-4932-ae9e-2e63e4cc226e","name":"Scoop Search Inputs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/scoop/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Aug 2020 13:25:13 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"5c8de0a80935ff84-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=70071f10bb597f681bf32e5484a1bffce58189aa85981cea9fb1578c401445bb:2f79d591-e713-11ea-b61e-d347a7de7ad3; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"04cc8abd070000ff849b298200000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1598448374","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fieldName\": \"publishedStartDate\",\n        \"fieldType\": \"String\",\n        \"description\": \"Starting date to search for scoops based on when published. Form a range using publishedEndDate or omit publishedEndDate to search to the current date. Uses YYYY-MM-DD format.\"\n    },\n    {\n        \"fieldName\": \"publishedEndDate\",\n        \"fieldType\": \"String\",\n        \"description\": \"Ending date to search for scoops based on when published. Form a range using publishedEndDate. Uses YYYY-MM-DD format.\"\n    },\n    {\n        \"fieldName\": \"updatedSinceCreation\",\n        \"fieldType\": \"Boolean\",\n        \"description\": \"Include scoops that have been updated since publishedStartDate\"\n    },\n    {\n        \"fieldName\": \"scoopType\",\n        \"fieldType\": \"String\",\n        \"description\": \"Retrieve scoops based on type (e.g., earnings, awards, partnerships and so on)\"\n    },\n    {\n        \"fieldName\": \"scoopTopic\",\n        \"fieldType\": \"String\",\n        \"description\": \"Retrieve scoops based on topic (e.g., integrations, technology, compliance and so on)\"\n    },\n    {\n        \"fieldName\": \"department\",\n        \"fieldType\": \"String\",\n        \"description\": \"Retrieve scoops based on department (IT, finance, HR and so on)\"\n    },\n    {\n        \"fieldName\": \"scoopId\",\n        \"fieldType\": \"String\",\n        \"description\": \"ZoomInfo unique identifier for a scoop. Will accept a comma-separated list.\"\n    },\n    {\n        \"fieldName\": \"description\",\n        \"fieldType\": \"String\",\n        \"description\": \"Search for scoops based on description\"\n    },\n    {\n        \"fieldName\": \"companyId\",\n        \"fieldType\": \"String\",\n        \"description\": \"ZoomInfo unique identifier for the company. Will accept a comma-separated list.\"\n    },\n    {\n        \"fieldName\": \"companyName\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company name\"\n    },\n    {\n        \"fieldName\": \"companyWebsite\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company domain\"\n    },\n    {\n        \"fieldName\": \"parentId\",\n        \"fieldType\": \"String\",\n        \"description\": \"ZoomInfo Company ID for parent company\"\n    },\n    {\n        \"fieldName\": \"ultimateParentId\",\n        \"fieldType\": \"String\",\n        \"description\": \"ZoomInfo Company ID for ultimate parent company\"\n    },\n    {\n        \"fieldName\": \"companyDescription\",\n        \"fieldType\": \"String\",\n        \"description\": \"Text description unique to the company you want to use as search criteria\"\n    },\n    {\n        \"fieldName\": \"companyType\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company type (private, public, and so on)\"\n    },\n    {\n        \"fieldName\": \"address\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company address\"\n    },\n    {\n        \"fieldName\": \"street\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company street\"\n    },\n    {\n        \"fieldName\": \"state\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company state\"\n    },\n    {\n        \"fieldName\": \"zipCode\",\n        \"fieldType\": \"String\",\n        \"description\": \"Zip Code of the company's primary address\"\n    },\n    {\n        \"fieldName\": \"country\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company country\"\n    },\n    {\n        \"fieldName\": \"continent\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company continent\"\n    },\n    {\n        \"fieldName\": \"zipCodeRadiusMiles\",\n        \"fieldType\": \"String\",\n        \"description\": \"Used in conjunction with zipCode, designates a geographical radius (in miles) from the zipCode provided.\"\n    },\n    {\n        \"fieldName\": \"hashTagString\",\n        \"fieldType\": \"String\",\n        \"description\": \"Hash tags for a company. Can include a comma-separated list.\"\n    },\n    {\n        \"fieldName\": \"techAttributeTagList\",\n        \"fieldType\": \"String\",\n        \"description\": \"Specify technology product tags\"\n    },\n    {\n        \"fieldName\": \"subUnitTypes\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company sub types (e.g., division, subsidiary and so on).\"\n    },\n    {\n        \"fieldName\": \"primaryIndustriesOnly\",\n        \"fieldType\": \"Boolean\",\n        \"description\": \"Used in conjunction with the industryCodes input parameter. When set to true, any result returned must have one of the specified industries in the top two. If no industries are specified, then this parameter will be ignored. Default is false.\"\n    },\n    {\n        \"fieldName\": \"industryCodes\",\n        \"fieldType\": \"String\",\n        \"description\": \"Top-level industry that the contact works in. A contact can have multiple top level industries. Tags are based on the contact's current company. Can include a comma-separated list.\"\n    },\n    {\n        \"fieldName\": \"industryKeywords\",\n        \"fieldType\": \"String\",\n        \"description\": \"Industry keywords associated with a company. Can include a comma-separated list.\"\n    },\n    {\n        \"fieldName\": \"sicCodes\",\n        \"fieldType\": \"String\",\n        \"description\": \"Four-digit numerical codes assigned by the U.S. government to business establishments to identify the primary business of the establishment.\"\n    },\n    {\n        \"fieldName\": \"naicsCodes\",\n        \"fieldType\": \"String\",\n        \"description\": \"Four-digit numerical codes assigned by the U.S. government to business establishments to identify the primary business of the establishment. \"\n    },\n    {\n        \"fieldName\": \"revenueMin\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Minimum annual revenue for a company in U.S. dollars. Use with revenueMax to set a range. Alternatively, you can use the revenue parameter to search for pre-defined ranges.\"\n    },\n    {\n        \"fieldName\": \"revenueMax\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Maximum annual revenue for a company in U.S. dollars. Use with revenueMin to set a range. Alternatively, you can use the revenue parameter to search for pre-defined ranges.\"\n    },\n    {\n        \"fieldName\": \"revenue\",\n        \"fieldType\": \"String\",\n        \"description\": \"Annual revenue range in U.S. dollars. Accepts a comma-separated list of values. Alternatively, to get more granular ranges, you can use the revenueMin and revenueMax parameters.\"\n    },\n    {\n        \"fieldName\": \"employeeRangeMin\",\n        \"fieldType\": \"String\",\n        \"description\": \"Minimum employee count for a company. Use with employeeRangeMax to set a range. Alternatively, you can use the employeeCount parameter to search for pre-defined ranges.\"\n    },\n    {\n        \"fieldName\": \"employeeRangeMax\",\n        \"fieldType\": \"String\",\n        \"description\": \"Maximum employee count for a company. Use with employeeRangeMin to set a range. Alternatively, you can use the employeeCount parameter to search for pre-defined ranges.\"\n    },\n    {\n        \"fieldName\": \"employeeCount\",\n        \"fieldType\": \"String\",\n        \"description\": \"Employee count range. Accepts a comma-separated list of values. Alternatively, to get more granular ranges, you can use the employeeRangeMin and employeeRangeMax parameters.\"\n    },\n    {\n        \"fieldName\": \"companyRanking\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company ranking list (e.g., Fortune 500 and so on)\"\n    },\n    {\n        \"fieldName\": \"metroRegion\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company metro area. Accepts a comma-separated list of U.S. and Canada metro areas.\"\n    },\n    {\n        \"fieldName\": \"locationSearchType\",\n        \"fieldType\": \"String\",\n        \"description\": \"Location type (Person, Company, PersonThenHQ). Accepts a comma-separated list of values.\"\n    },\n    {\n        \"fieldName\": \"fundingAmountMin\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Minimum funding amount in thousands (e.g., 1 = 1000, 500 = 500,000). If fundingAmountMin is used without fundingAmountMax, the result will be the amount specified or greater.\"\n    },\n    {\n        \"fieldName\": \"fundingAmountMax\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Maximum funding amount in thousands (e.g., 1 = 1000, 500 = 500,000). If fundingAmountMax is used without fundingAmountMin, the result will be the amount specified or less.\"\n    },\n    {\n        \"fieldName\": \"fundingStartDate\",\n        \"fieldType\": \"String\",\n        \"description\": \"Start date of the funding in YYYY-MM-DD format. If fundingStartDate and fundingEndDate are both specified, they will be used as a range. Start date after end date returns an error. If start date and end date are the same, will return results for exact date.\"\n    },\n    {\n        \"fieldName\": \"fundingEndDate\",\n        \"fieldType\": \"String\",\n        \"description\": \"End date of the funding in YYYY-MM-DD format. If fundingStartDate and fundingEndDate are both specified, they will be used as a range. Start date after end date returns an error. If start date and end date are the same, will return results for exact date.\"\n    },\n    {\n        \"fieldName\": \"excludedRegions\",\n        \"fieldType\": \"String\",\n        \"description\": \"Exclude a company metro area. Accepts a comma-separated list of U.S. and Canada metro areas.\"\n    },\n    {\n        \"fieldName\": \"zoominfoContactsMin\",\n        \"fieldType\": \"String\",\n        \"description\": \"Minimum number of ZoomInfo contacts associated with company\"\n    },\n    {\n        \"fieldName\": \"zoominfoContactsMax\",\n        \"fieldType\": \"String\",\n        \"description\": \"Maximum number of ZoomInfo contacts associated with company\"\n    },\n    {\n        \"fieldName\": \"companyStructureIncludedSubUnitTypes\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company hierarchical structure\"\n    },\n    {\n        \"fieldName\": \"oneYearEmployeeGrowthRateMin\",\n        \"fieldType\": \"String\",\n        \"description\": \"Minimum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMax to set a range.\"\n    },\n    {\n        \"fieldName\": \"oneYearEmployeeGrowthRateMax\",\n        \"fieldType\": \"String\",\n        \"description\": \"Maximum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMin to set a range.\"\n    },\n    {\n        \"fieldName\": \"twoYearEmployeeGrowthRateMin\",\n        \"fieldType\": \"String\",\n        \"description\": \"Minimum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMax to set a range.\"\n    },\n    {\n        \"fieldName\": \"twoYearEmployeeGrowthRateMax\",\n        \"fieldType\": \"String\",\n        \"description\": \"Maximum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMin to set a range.\"\n    },\n    {\n        \"fieldName\": \"certified\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Denotes if ZoomInfo's research and data team has confirmed activity within the past 12 months\"\n    },\n    {\n        \"fieldName\": \"excludeDefunctCompanies\",\n        \"fieldType\": \"Boolean\",\n        \"description\": \"Include or exclude defunct companies. The default value is false.\"\n    },\n    {\n        \"fieldName\": \"personId\",\n        \"fieldType\": \"String\",\n        \"description\": \"Unique ZoomInfo identifier for the contact. Can include a comma-separated list.\"\n    },\n    {\n        \"fieldName\": \"emailAddress\",\n        \"fieldType\": \"String\",\n        \"description\": \"Work email address for the contact in example@example.com format\"\n    },\n    {\n        \"fieldName\": \"hashedEmail\",\n        \"fieldType\": \"String\",\n        \"description\": \"Hashed email value for the contact. Allows searching via an email address with the extra security of not exposing the email. Supported hash algorithms are: MD5, SHA1, SHA256 and SHA512.\"\n    },\n    {\n        \"fieldName\": \"fullName\",\n        \"fieldType\": \"String\",\n        \"description\": \"Contact full name\"\n    },\n    {\n        \"fieldName\": \"firstName\",\n        \"fieldType\": \"String\",\n        \"description\": \"Contact first name\"\n    },\n    {\n        \"fieldName\": \"middleInitial\",\n        \"fieldType\": \"String\",\n        \"description\": \"Contact middle initial\"\n    },\n    {\n        \"fieldName\": \"lastName\",\n        \"fieldType\": \"String\",\n        \"description\": \"Contact last name\"\n    },\n    {\n        \"fieldName\": \"jobTitle\",\n        \"fieldType\": \"String\",\n        \"description\": \"Contact title at current place of employment. Use OR to input multiple job titles.\"\n    },\n    {\n        \"fieldName\": \"excludeJobTitle\",\n        \"fieldType\": \"String\",\n        \"description\": \"Exclude comma-separated list of job titles\"\n    },\n    {\n        \"fieldName\": \"managementLevel\",\n        \"fieldType\": \"String\",\n        \"description\": \"Contact management level at current place of employment\"\n    },\n    {\n        \"fieldName\": \"excludeManagementLevel\",\n        \"fieldType\": \"String\",\n        \"description\": \"Exclude comma separated list of management levels\"\n    },\n    {\n        \"fieldName\": \"boardMember\",\n        \"fieldType\": \"String\",\n        \"description\": \"Exclude or include board members from search results\"\n    },\n    {\n        \"fieldName\": \"excludePartialProfiles\",\n        \"fieldType\": \"Boolean\",\n        \"description\": \"Contacts who do not have an active company associated with them are considered partial profiles. Exclude contacts with a partial profile from search results.\"\n    },\n    {\n        \"fieldName\": \"executivesOnly\",\n        \"fieldType\": \"Boolean\",\n        \"description\": \"Return only executives\"\n    },\n    {\n        \"fieldName\": \"requiredFields\",\n        \"fieldType\": \"String\",\n        \"description\": \"Specify a list of required fields for each record returned. Can include email, phone, personalEmail, and mobilePhone. Can include a comma-separated list of these fields.\"\n    },\n    {\n        \"fieldName\": \"contactAccuracyScoreMin\",\n        \"fieldType\": \"String\",\n        \"description\": \"Minimum accuracy score for search results. This score indicates the likelihood that a contact is reachable and still employed by the company listed. Minimum score is 70 and maximum is 99.\"\n    },\n    {\n        \"fieldName\": \"contactAccuracyScoreMax\",\n        \"fieldType\": \"String\",\n        \"description\": \"Maximum accuracy score for search results. This score indicates the likelihood that a contact is reachable and still employed by the company listed. Minimum score is 70 and maximum is 99.\"\n    },\n    {\n        \"fieldName\": \"jobFunction\",\n        \"fieldType\": \"String\",\n        \"description\": \"Contact job function at their current place of employment\"\n    },\n    {\n        \"fieldName\": \"lastUpdatedInMonths\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Number of months within which the contact's profile was last updated\"\n    },\n    {\n        \"fieldName\": \"hasBeenNotified\",\n        \"fieldType\": \"String\",\n        \"description\": \"Contacts who have been notified of inclusion in ZoomInfo's database. Values are exclude, include, and only\"\n    },\n    {\n        \"fieldName\": \"companyPastOrPresent\",\n        \"fieldType\": \"String\",\n        \"description\": \"Returns companies based on a contact's work history. Values are present (default), past, and pastAndPresent\"\n    },\n    {\n        \"fieldName\": \"school\",\n        \"fieldType\": \"String\",\n        \"description\": \"Searches by contact's education\"\n    },\n    {\n        \"fieldName\": \"degree\",\n        \"fieldType\": \"String\",\n        \"description\": \"Searches by contact's education\"\n    },\n    {\n        \"fieldName\": \"locationCompanyId\",\n        \"fieldType\": \"ArrayList\",\n        \"description\": \"Searches by contact's locationIds\"\n    },\n    {\n        \"fieldName\": \"rpp\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Limits the results returned to the given number of results per page\"\n    },\n    {\n        \"fieldName\": \"page\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Provides the results for the given page, used in conjunction with rpp\"\n    },\n    {\n        \"fieldName\": \"sortBy\",\n        \"fieldType\": \"String\",\n        \"description\": \"Sorts results by valid output fields\"\n    },\n    {\n        \"fieldName\": \"sortOrder\",\n        \"fieldType\": \"String\",\n        \"description\": \"Default value is desc. It accepts the following values { Asc, Ascending, desc, descending }\"\n    }\n]"}],"_postman_id":"1888a5e1-6a96-4cc2-910b-70e574370996"},{"name":"Scoop Search Outputs","id":"185aa18e-02fa-440e-a691-b8e2c391a456","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/outputfields/scoop/search","description":"<p>Returns a list of fields included in the response for the <a href=\"#3099d72f-6857-4432-89c2-736410680e60\">Scoop Search</a> endpoint.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","outputfields","scoop","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6aaa7f2e-8ae2-4f67-b43d-d62559ca6844","name":"Scoop Search Outputs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/outputfields/scoop/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Jun 2020 19:54:06 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"5a7884eb0f01efe9-EWR","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=3bd72b5a25bfc03a0fa7e3fbae02033c37ca3cc0dcd4fa8ed0531b49f25ba90d:8511cd30-b493-11ea-bfeb-534f7eaad4f4; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"037f3166e50000efe96ea47200000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1592855707","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fieldName\": \"id\",\n        \"description\": \"ZoomInfo unique identifier for a scoop\"\n    },\n    {\n        \"fieldName\": \"publishedDate\",\n        \"description\": \"Publish date for a scoop. If updated, this date will reflect that last updated date.\"\n    },\n    {\n        \"fieldName\": \"originalPublishedDate\",\n        \"description\": \"Initial publish date for a scoop\"\n    },\n    {\n        \"fieldName\": \"linkText\",\n        \"description\": \"Link text for a scoop\"\n    },\n    {\n        \"fieldName\": \"link\",\n        \"description\": \"URL for the scoop\"\n    },\n    {\n        \"fieldName\": \"description\",\n        \"description\": \"Short description for the scoop contents\"\n    },\n    {\n        \"fieldName\": \"topics\",\n        \"description\": \"Topic(s) associated with a scoop\"\n    },\n    {\n        \"fieldName\": \"updateText\",\n        \"description\": \"Text related to an updated scoop\"\n    },\n    {\n        \"fieldName\": \"types\",\n        \"description\": \"Type(s) associated with a scoop\"\n    },\n    {\n        \"fieldName\": \"companyId\",\n        \"description\": \"ZoomInfo unique identifier for a company\"\n    },\n    {\n        \"fieldName\": \"companyName\",\n        \"description\": \"Company name\"\n    },\n    {\n        \"fieldName\": \"contacts\",\n        \"description\": \"Contacts associated with a scoop\"\n    }\n]"}],"_postman_id":"185aa18e-02fa-440e-a691-b8e2c391a456"}],"id":"0ce3e875-8f29-49f7-8036-2bf01350de14","description":"<p>Use <a href=\"#3099d72f-6857-4432-89c2-736410680e60\">Scoop Search</a> to retrieve scoop-related data using valid query parameters.</p>\n<ul>\n<li>To build your request, retrieve a list of valid query parameters using <a href=\"#1888a5e1-6a96-4cc2-910b-70e574370996\">Scoop Search Inputs</a>.</li>\n<li>For requests that require you to specify supported values (e.g., job titles, industry codes and so on), use the <a href=\"#efe7b4b8-1ef2-4fcd-a20f-9da68f6b2055\">Lookup</a> endpoints.</li>\n<li>Use <a href=\"#185aa18e-02fa-440e-a691-b8e2c391a456\">Scoop Search Outputs</a> to retrieve a list of expected response fields that will be returned from <a href=\"#3099d72f-6857-4432-89c2-736410680e60\">Scoop Search</a>.</li>\n</ul>\n","_postman_id":"0ce3e875-8f29-49f7-8036-2bf01350de14"},{"name":"News Search","item":[{"name":"News Search","id":"4c4c979b-4495-4a17-8925-7d00c52c7e19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"body":{"mode":"raw","raw":"{\n    \"categories\": [\n        \"FINANCIAL_RESULTS\",\n        \"FUNDING\",\n        \"GENERAL_NEWS\",\n        \"GENERAL_PRESS_RELEASE\",\n        \"MERGER_OR_ACQUISTION\",\n        \"PERSON\",\n        \"PRODUCT\"\n    ],\n    \"url\": [\n        \"property\",\n        \"financial\",\n        \"result\"\n    ],\n    \"pageDateMin\": \"2019-12-01\",\n    \"pageDateMax\": \"2020-05-31\",\n    \"page\": 1,\n    \"rpp\": 20\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/search/news","description":"<p>Returns a list of news articles from ZoomInfo's data which meet the specified search criteria. All inputs are optional, but you must use at least one input parameter to generate a successful response.</p>\n<p><strong>Input params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>DataType</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>rpp</td>\n<td>Integer</td>\n<td>Limits the results returned to the given number of results per page. The default is 25 and the maximum <code>rpp</code> supported is 100.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>Provides the results for the given page, used in conjunction with <code>rpp</code>. The maximum page number supported is 1000.</td>\n</tr>\n<tr>\n<td>categories</td>\n<td>ArrayList</td>\n<td>Category of news articles. Accepts an array of strings. See the <strong>News Categories</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>url</td>\n<td>ArrayList</td>\n<td>Search news by text contained in URL strings. You must specify a minimum of 5 characters per input.</td>\n</tr>\n<tr>\n<td>pageDateMin</td>\n<td>String</td>\n<td>Specify the earliest publishing date for news articles returned. For example, 2020-01-01 will return all news articles published on or after Jan 1, 2020.</td>\n</tr>\n<tr>\n<td>pageDateMax</td>\n<td>String</td>\n<td>Specify the latest publishing date for news articles articles returned. For example, 2020-01-31 will return all new articles published on or before Jan 31, 2020.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>companyId</td>\n<td>ZoomInfo unique identifier for a company</td>\n</tr>\n<tr>\n<td>companyName</td>\n<td>Company name</td>\n</tr>\n<tr>\n<td>domain</td>\n<td>News article domain</td>\n</tr>\n<tr>\n<td>title</td>\n<td>News article title</td>\n</tr>\n<tr>\n<td>url</td>\n<td>News article URL</td>\n</tr>\n<tr>\n<td>imageUrl</td>\n<td>News article image URL</td>\n</tr>\n<tr>\n<td>pageDate</td>\n<td>News article publish date</td>\n</tr>\n<tr>\n<td>categories</td>\n<td>News article categories</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{protocol}}","path":["search","news"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7d54c325-719d-4208-ac51-f0f5ff29c26c","name":"News Search using partial inputs","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"body":{"mode":"raw","raw":"{\n    \"pageDateMax\": \"2020-05-31\",\n    \"rpp\": 30\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/search/news"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Jun 2020 18:21:19 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"59caf41f7836ebec-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=fc71d9403472d42effc02aad37ef6fac8edd5780bbd14e367dd0386bd4c1d94e:1de7e3b1-a10b-11ea-aacb-83f9cb252b93; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"0312b6e7a70000ebecff124200000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1498","enabled":true},{"key":"X-RateLimit-Reset","value":"1591035720","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999995577","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999964945","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9999952","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9999890","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000000","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99999890","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"currentPage\": 1,\n    \"maxResults\": 30,\n    \"data\": [\n        {\n            \"domain\": \"newstral.com\",\n            \"title\": \"St. Luke's Hospital appoints interim president\",\n            \"url\": \"https://newstral.com/en/article/en/1152923450/st-luke-s-hospital-appoints-interim-president\",\n            \"imageUrl\": \"http://newstral.com/source-images/29300_original_1529243370.jpg\",\n            \"pageDate\": \"2020-05-28T04:26:13Z\",\n            \"categories\": [\n                \"PERSON\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 31380745,\n                    \"name\": \"The Toledo Blade\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.globenewswire.com\",\n            \"title\": \"The Global Household Water Softener System Market is expected to grow by USD 1.42 bn during 2020-2024 progressing at a CAGR of 7% during the forecast period\",\n            \"url\": \"http://www.globenewswire.com/news-release/2020/05/28/2039880/0/en/The-Global-Household-Water-Softener-System-Market-is-expected-to-grow-by-USD-1-42-bn-during-2020-2024-progressing-at-a-CAGR-of-7-during-the-forecast-period.html\",\n            \"imageUrl\": \"http://www.globenewswire.com/Attachment/LogoDisplay/853201?filename=853201.jpg&size=1\",\n            \"pageDate\": \"2020-05-28T04:18:00Z\",\n            \"categories\": [\n                \"GENERAL_PRESS_RELEASE\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 231751931,\n                    \"name\": \"Reportlinker.com\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.prnewswire.com\",\n            \"title\": \"NuVasive, Inc. Announces Pricing Of Offering Of $400 Million Of 1.00% Convertible Senior Notes Due 2023\",\n            \"url\": \"https://www.prnewswire.com:443/news-releases/nuvasive-inc-announces-pricing-of-offering-of-400-million-of-1-00-convertible-senior-notes-due-2023--301066703.html\",\n            \"imageUrl\": \"https://mma.prnewswire.com/media/454552/NuVasive_Logo.jpg?p=twitter\",\n            \"pageDate\": \"2020-05-28T04:18:00Z\",\n            \"categories\": [\n                \"GENERAL_PRESS_RELEASE\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 28311725,\n                    \"name\": \"NuVasive\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.reuters.com\",\n            \"title\": \"Democrats urge probe of allegations regarding TikTok and children's privacy\",\n            \"url\": \"https://www.reuters.com/article/us-tiktok-privacy-children-democrats/democrats-urge-probe-of-allegations-regarding-tiktok-and-childrens-privacy-idUSKBN2340EF\",\n            \"imageUrl\": \"https://s4.reutersmedia.net/resources/r/?m=02&d=20200528&t=2&i=1520141938&w=1200&r=LYNXMPEG4R07W\",\n            \"pageDate\": \"2020-05-28T04:08:13Z\",\n            \"categories\": [\n                \"GENERAL_NEWS\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 15302878,\n                    \"name\": \"Federal Trade Commission\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.ft.com\",\n            \"title\": \"Businesses get creative to battle Covid-19 drop-off\",\n            \"url\": \"https://www.ft.com/content/bf84eca8-80a0-11ea-b0fb-13524ae1056b\",\n            \"imageUrl\": \"https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fprod-upp-image-read.ft.com%2F3d0d1ac2-9f61-11ea-ba68-3d5500196c30?source=next-opengraph&fit=scale-down&width=900\",\n            \"pageDate\": \"2020-05-28T04:01:05Z\",\n            \"categories\": [\n                \"GENERAL_NEWS\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 348072053,\n                    \"name\": \"Caws Cenarth\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.globenewswire.com\",\n            \"title\": \"Driver death rates remain high among small cars\",\n            \"url\": \"http://www.globenewswire.com/news-release/2020/05/28/2039878/0/en/Driver-death-rates-remain-high-among-small-cars.html\",\n            \"imageUrl\": \"http://www.globenewswire.com/news-release/2020/05/28/2039878/0/en/photos/879784/0/879784.png?lastModified=05%2F28%2F2020%2000%3A01%3A10&size=2\",\n            \"pageDate\": \"2020-05-28T04:01:00Z\",\n            \"categories\": [\n                \"GENERAL_PRESS_RELEASE\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 25871680,\n                    \"name\": \"Insurance Institute for Highway Safety\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.prnewswire.com\",\n            \"title\": \"Vacant Zombie Property Rate In U.S. Holds Steady Amid Foreclosure Moratorium\",\n            \"url\": \"https://www.prnewswire.com:443/news-releases/vacant-zombie-property-rate-in-us-holds-steady-amid-foreclosure-moratorium-301066595.html\",\n            \"imageUrl\": \"https://mma.prnewswire.com/media/473646/ATTOM_LOGO.jpg?p=twitter\",\n            \"pageDate\": \"2020-05-28T04:01:00Z\",\n            \"categories\": [\n                \"GENERAL_PRESS_RELEASE\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 392680169,\n                    \"name\": \"ATTOM Data Solutions\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.ft.com\",\n            \"title\": \"Restaurants and hotels clean up with toilet paper sales\",\n            \"url\": \"https://www.ft.com/content/72650300-80b8-11ea-b0fb-13524ae1056b\",\n            \"imageUrl\": \"https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fprod-upp-image-read.ft.com%2F5be1a89c-9aa6-11ea-871b-edeb99a20c6e?source=next-opengraph&fit=scale-down&width=900\",\n            \"pageDate\": \"2020-05-28T04:00:57Z\",\n            \"categories\": [\n                \"GENERAL_NEWS\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 169919019,\n                    \"name\": \"Old Ebbitt Grill\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.prweb.com\",\n            \"title\": \"Author Theresa Seifert’s new book “Sandy Rose” is a compelling work of dramatic fiction laying bare the profound impact of preconscious trauma in childhood\",\n            \"url\": \"https://www.prweb.com/releases/author_theresa_seiferts_new_book_sandy_rose_is_a_compelling_work_of_dramatic_fiction_laying_bare_the_profound_impact_of_preconscious_trauma_in_childhood/prweb17144332.htm\",\n            \"imageUrl\": \"http://ww1.prweb.com/prfiles/2020/05/22/17144332/gI_110624_NewsImage_vcsPRAsset_2212767_110624_37f0f333-0598-4ad9-adb1-b912c81b601c_0.png\",\n            \"pageDate\": \"2020-05-28T04:00:00Z\",\n            \"categories\": [\n                \"GENERAL_NEWS\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 357320725,\n                    \"name\": \"Page Publishing\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.prweb.com\",\n            \"title\": \"Author Joe Just’s new book “Frankie and Me Went Walking” is a beautifully written reflection on the formative adventures of two young boys in the postwar years.\",\n            \"url\": \"https://www.prweb.com/releases/author_joe_justs_new_book_frankie_and_me_went_walking_is_a_beautifully_written_reflection_on_the_formative_adventures_of_two_young_boys_in_the_postwar_years/prweb17127827.htm\",\n            \"imageUrl\": \"http://ww1.prweb.com/prfiles/2020/05/15/17127827/gI_110456_NewsImage_vcsPRAsset_2212767_110456_a58baa95-80ae-4dbd-8c66-b6b4b1a95bc1_0.png\",\n            \"pageDate\": \"2020-05-28T04:00:00Z\",\n            \"categories\": [\n                \"GENERAL_NEWS\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 357320725,\n                    \"name\": \"Page Publishing\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.prweb.com\",\n            \"title\": \"Author W.A. Brunson’s new book “Between the Amens” is a compilation of essays touching upon a myriad of subjects impacting modern society.\",\n            \"url\": \"https://www.prweb.com/releases/author_w_a_brunsons_new_book_between_the_amens_is_a_compilation_of_essays_touching_upon_a_myriad_of_subjects_impacting_modern_society/prweb17148242.htm\",\n            \"imageUrl\": \"http://ww1.prweb.com/prfiles/2020/05/26/17148242/gI_110656_NewsImage_vcsPRAsset_2212767_110656_30cf818b-a1ca-4a50-8d68-b57718bf1b77_0.png\",\n            \"pageDate\": \"2020-05-28T04:00:00Z\",\n            \"categories\": [\n                \"GENERAL_NEWS\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 357320725,\n                    \"name\": \"Page Publishing\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.prweb.com\",\n            \"title\": \"Datalogic launches Smart-VS, the vision sensor with the power of machine learning and the ease of photoelectric sensors\",\n            \"url\": \"https://www.prweb.com/releases/datalogic_launches_smart_vs_the_vision_sensor_with_the_power_of_machine_learning_and_the_ease_of_photoelectric_sensors/prweb17145081.htm\",\n            \"imageUrl\": \"http://ww1.prweb.com/prfiles/2020/05/26/17145081/gI_154482_NewsImage_vcsPRAsset_517683_154482_0a495da0-3acd-484d-9044-1ea1440237f0_0.png\",\n            \"pageDate\": \"2020-05-28T04:00:00Z\",\n            \"categories\": [\n                \"PRODUCT\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 15992708,\n                    \"name\": \"Datalogic\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.prweb.com\",\n            \"title\": \"Zobrist Software announces Smart Merchandiser, a Visual Merchandising tool for Salesforce Commerce Cloud\",\n            \"url\": \"https://www.prweb.com/releases/zobrist_software_announces_smart_merchandiser_a_visual_merchandising_tool_for_salesforce_commerce_cloud/prweb17146384.htm\",\n            \"imageUrl\": \"http://ww1.prweb.com/prfiles/2020/05/26/17146384/gI_114059_image001.png\",\n            \"pageDate\": \"2020-05-28T04:00:00Z\",\n            \"categories\": [\n                \"PRODUCT\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 119029794,\n                    \"name\": \"Zobrist Consulting Group\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.prweb.com\",\n            \"title\": \"Langley Roofing Helping Chattanooga Rebuild During Challenging Times\",\n            \"url\": \"https://www.prweb.com/releases/langley_roofing_helping_chattanooga_rebuild_during_challenging_times/prweb17152380.htm\",\n            \"imageUrl\": \"http://ww1.prweb.com/prfiles/2020/05/27/17152380/gI_159769_NewsImage_vcsPRAsset_1052462_159769_dda9251f-d7eb-4cfa-abc1-2d16aa4dec82_0.png\",\n            \"pageDate\": \"2020-05-28T04:00:00Z\",\n            \"categories\": [\n                \"GENERAL_PRESS_RELEASE\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 346413161,\n                    \"name\": \"Langley Roofing\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.prweb.com\",\n            \"title\": \"Author Penny Everhart’s new book “Family in Fear: A Story of Domestic Violence” is a candid memoir of her agonizing twenty-eight-year marriage to a vicious abuser\",\n            \"url\": \"https://www.prweb.com/releases/author_penny_everharts_new_book_family_in_fear_a_story_of_domestic_violence_is_a_candid_memoir_of_her_agonizing_twenty_eight_year_marriage_to_a_vicious_abuser/prweb17144339.htm\",\n            \"imageUrl\": \"http://ww1.prweb.com/prfiles/2020/05/22/17144339/gI_110625_NewsImage_vcsPRAsset_2212767_110625_7e61f549-7ee1-4cc0-8dec-47ee7da0b8f8_0.png\",\n            \"pageDate\": \"2020-05-28T04:00:00Z\",\n            \"categories\": [\n                \"GENERAL_NEWS\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 357320725,\n                    \"name\": \"Page Publishing\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.prweb.com\",\n            \"title\": \"Author Jacqueline Williams’s new book “Izzy Iguana Climbs a Tree: A Geometry Book” is a charming children’s tale exploring basic geometric concepts found in nature\",\n            \"url\": \"https://www.prweb.com/releases/author_jacqueline_williamss_new_book_izzy_iguana_climbs_a_tree_a_geometry_book_is_a_charming_childrens_tale_exploring_basic_geometric_concepts_found_in_nature/prweb17148312.htm\",\n            \"imageUrl\": \"http://ww1.prweb.com/prfiles/2020/05/26/17148312/gI_110658_NewsImage_vcsPRAsset_2212767_110658_7a29b6b8-76ae-4f32-819a-950371725ae6_0.png\",\n            \"pageDate\": \"2020-05-28T04:00:00Z\",\n            \"categories\": [\n                \"GENERAL_NEWS\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 357320725,\n                    \"name\": \"Page Publishing\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.prweb.com\",\n            \"title\": \"Author Sydnie Lee’s new book “All the Things We Are Avoiding” is an evocative compilation of poetry and prose exploring the vicissitudes of life and love\",\n            \"url\": \"https://www.prweb.com/releases/author_sydnie_lees_new_book_all_the_things_we_are_avoiding_is_an_evocative_compilation_of_poetry_and_prose_exploring_the_vicissitudes_of_life_and_love/prweb17148293.htm\",\n            \"imageUrl\": \"http://ww1.prweb.com/prfiles/2020/05/26/17148293/gI_110657_NewsImage_vcsPRAsset_2212767_110657_34c025fc-ea3d-457a-83ec-6ec7a5156081_0.png\",\n            \"pageDate\": \"2020-05-28T04:00:00Z\",\n            \"categories\": [\n                \"GENERAL_NEWS\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 357320725,\n                    \"name\": \"Page Publishing\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.businesswire.com\",\n            \"title\": \"Delta-Q Technologies anuncia seu novo carregador de bateria RQ350 para máquinas e veículos elétricos\",\n            \"url\": \"https://www.businesswire.com/news/home/20200527005980/pt/\",\n            \"imageUrl\": \"https://mms.businesswire.com/media/20200527005980/pt/794287/22/RQ350_imageB1_2.jpg\",\n            \"pageDate\": \"2020-05-28T03:58:00Z\",\n            \"categories\": [\n                \"GENERAL_NEWS\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 34393410,\n                    \"name\": \"Delta-Q Technologies\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.globenewswire.com\",\n            \"title\": \"The Global Passenger Vehicle Telematics Market is expected to grow by USD 15.19 bn during 2020-2024 progressing at a CAGR of 17% during the forecast period\",\n            \"url\": \"http://www.globenewswire.com/news-release/2020/05/28/2039877/0/en/The-Global-Passenger-Vehicle-Telematics-Market-is-expected-to-grow-by-USD-15-19-bn-during-2020-2024-progressing-at-a-CAGR-of-17-during-the-forecast-period.html\",\n            \"imageUrl\": \"http://www.globenewswire.com/Attachment/LogoDisplay/853201?filename=853201.jpg&size=1\",\n            \"pageDate\": \"2020-05-28T03:58:00Z\",\n            \"categories\": [\n                \"GENERAL_PRESS_RELEASE\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 231751931,\n                    \"name\": \"Reportlinker.com\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.prnewswire.com\",\n            \"title\": \"Huami Establishes a Brain-computer Interface Joint Lab with Top Chinese University\",\n            \"url\": \"https://www.prnewswire.com:443/news-releases/huami-establishes-a-brain-computer-interface-joint-lab-with-top-chinese-university-301066695.html\",\n            \"pageDate\": \"2020-05-28T03:54:00Z\",\n            \"categories\": [\n                \"PRODUCT\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 397718835,\n                    \"name\": \"Huami\"\n                },\n                {\n                    \"id\": 372581933,\n                    \"name\": \"University of Science and Technology of China\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.prnewswire.com\",\n            \"title\": \"Silicon Labs Announces Pricing of Private Offering of $500 Million of 0.625% Convertible Senior Notes\",\n            \"url\": \"https://www.prnewswire.com:443/news-releases/silicon-labs-announces-pricing-of-private-offering-of-500-million-of-0-625-convertible-senior-notes-301066694.html\",\n            \"imageUrl\": \"https://mma.prnewswire.com/media/457128/silicon_labs_Logo.jpg?p=twitter\",\n            \"pageDate\": \"2020-05-28T03:52:00Z\",\n            \"categories\": [\n                \"GENERAL_PRESS_RELEASE\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 168640828,\n                    \"name\": \"Silicon Labs\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.globenewswire.com\",\n            \"title\": \"The Global Surgical Scalpel Market is expected to grow by $ 105.29 mn during 2020-2024 progressing at a CAGR of 3% during the forecast period\",\n            \"url\": \"http://www.globenewswire.com/news-release/2020/05/28/2039876/0/en/The-Global-Surgical-Scalpel-Market-is-expected-to-grow-by-105-29-mn-during-2020-2024-progressing-at-a-CAGR-of-3-during-the-forecast-period.html\",\n            \"imageUrl\": \"http://www.globenewswire.com/Attachment/LogoDisplay/853201?filename=853201.jpg&size=1\",\n            \"pageDate\": \"2020-05-28T03:38:00Z\",\n            \"categories\": [\n                \"GENERAL_PRESS_RELEASE\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 231751931,\n                    \"name\": \"Reportlinker.com\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.forbes.com\",\n            \"title\": \"What COVID-19 Social Distancing Measures Will Mean For Restaurant Dining Room Design\",\n            \"url\": \"https://www.forbes.com/sites/lesliewu/2020/05/27/what-covid-19-social-distancing-measures-will-mean-for-restaurant-dining-room-design/\",\n            \"imageUrl\": \"https://thumbor.forbes.com/thumbor/fit-in/1200x0/filters%3Aformat%28jpg%29/https%3A%2F%2Fspecials-images.forbesimg.com%2Fimageserve%2F5ecf309a1aa7fc0007fa3dce%2F0x0.jpg\",\n            \"pageDate\": \"2020-05-28T03:35:56Z\",\n            \"categories\": [\n                \"GENERAL_NEWS\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 67470018,\n                    \"name\": \"National Restaurant Association\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.globenewswire.com\",\n            \"title\": \"BioCryst Prices Public Offering of Common Stock and Pre-Funded Warrants\",\n            \"url\": \"http://www.globenewswire.com/news-release/2020/05/28/2039875/0/en/BioCryst-Prices-Public-Offering-of-Common-Stock-and-Pre-Funded-Warrants.html\",\n            \"imageUrl\": \"http://www.globenewswire.com/Attachment/LogoDisplay/514115?filename=514115.jpg&size=1\",\n            \"pageDate\": \"2020-05-28T03:35:00Z\",\n            \"categories\": [\n                \"GENERAL_PRESS_RELEASE\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 4735661,\n                    \"name\": \"BioCryst Pharmaceuticals\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.sbwire.com\",\n            \"title\": \"Global Live Biotherapeutic Products and Microbiome Contract Manufacturing Market Assessment – Industry Analysis, Clinical Trial and Revenue Forecast Till 2028\",\n            \"url\": \"http://www.sbwire.com/press-releases/global-live-biotherapeutic-products-and-microbiome-contract-manufacturing-market-assessment-industry-analysis-clinical-trial-and-revenue-forecast-till-2028-1292554.htm\",\n            \"imageUrl\": \"http://media.releasewire.com/photos/show/?id=249011\",\n            \"pageDate\": \"2020-05-28T03:30:00Z\",\n            \"categories\": [\n                \"GENERAL_PRESS_RELEASE\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 465413269,\n                    \"name\": \"InsightAce Analytic Pvt\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.business-standard.com\",\n            \"title\": \"Google Pay expands 'Nearby Stores' feature to 35 cities in India: Know more\",\n            \"url\": \"https://www.business-standard.com/article/companies/google-pay-expands-nearby-stores-feature-to-35-cities-in-india-know-more-120052800208_1.html\",\n            \"imageUrl\": \"https://bsmedia.business-standard.com/_media/bs/img/article/2018-02/21/full/1519181810-254.jpg\",\n            \"pageDate\": \"2020-05-28T03:26:00Z\",\n            \"categories\": [\n                \"GENERAL_NEWS\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 16400573,\n                    \"name\": \"Google\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.reuters.com\",\n            \"title\": \"Google sees resurgence in state-backed hacking, phishing related to COVID-19\",\n            \"url\": \"https://www.reuters.com/article/us-health-coronavirus-cyber/google-sees-resurgence-in-state-backed-hacking-phishing-related-to-covid-19-idUSKBN2340CH\",\n            \"imageUrl\": \"https://s2.reutersmedia.net/resources/r/?m=02&d=20200528&t=2&i=1520138291&w=1200&r=LYNXMPEG4R06H\",\n            \"pageDate\": \"2020-05-28T03:18:26Z\",\n            \"categories\": [\n                \"GENERAL_NEWS\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 16400573,\n                    \"name\": \"Google\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.globenewswire.com\",\n            \"title\": \"The Global Isobutene Market is expected to grow by $ 7.31 bn during 2020-2024 progressing at a CAGR of 4% during the forecast period\",\n            \"url\": \"http://www.globenewswire.com/news-release/2020/05/28/2039874/0/en/The-Global-Isobutene-Market-is-expected-to-grow-by-7-31-bn-during-2020-2024-progressing-at-a-CAGR-of-4-during-the-forecast-period.html\",\n            \"imageUrl\": \"http://www.globenewswire.com/Attachment/LogoDisplay/853201?filename=853201.jpg&size=1\",\n            \"pageDate\": \"2020-05-28T03:18:00Z\",\n            \"categories\": [\n                \"GENERAL_PRESS_RELEASE\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 231751931,\n                    \"name\": \"Reportlinker.com\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.business-standard.com\",\n            \"title\": \"Singtel's annual profit plunges 65%, takes $1.3 bn-hit on Airtel snag\",\n            \"url\": \"https://www.business-standard.com/article/companies/singtel-s-annual-profit-plunges-65-takes-1-3-bn-hit-on-airtel-snag-120052800205_1.html\",\n            \"imageUrl\": \"https://bsmedia.business-standard.com/_media/bs/img/article/2019-07/22/full/1563739681-3395.jpg\",\n            \"pageDate\": \"2020-05-28T03:17:00Z\",\n            \"categories\": [\n                \"GENERAL_NEWS\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 344839001,\n                    \"name\": \"Singtel\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.businesswire.com\",\n            \"title\": \"Housing Rights Advocates to Assemblywoman Lorena Gonzalez: Vote NO on Bill with Devastating Implications for Grassroots Advocacy\",\n            \"url\": \"https://www.businesswire.com/news/home/20200527005974/en/Housing-Rights-Advocates-Assemblywoman-Lorena-Gonzalez-Vote/\",\n            \"imageUrl\": \"https://mms.businesswire.com/media/20200527005974/en/653060/22/HHR-Logo_Horizontal_Logo.jpg\",\n            \"pageDate\": \"2020-05-28T03:15:00Z\",\n            \"categories\": [\n                \"GENERAL_PRESS_RELEASE\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 1753503,\n                    \"name\": \"AIDS Healthcare Foundation\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"ab01be97-4811-448b-bdd6-917a4e68f12a","name":"News Search using all inputs","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"body":{"mode":"raw","raw":"{\n    \"categories\": [\n        \"FINANCIAL_RESULTS\",\n        \"FUNDING\",\n        \"GENERAL_NEWS\",\n        \"GENERAL_PRESS_RELEASE\",\n        \"MERGER_OR_ACQUISTION\",\n        \"PERSON\",\n        \"PRODUCT\"\n    ],\n    \"url\": [\n        \"property\",\n        \"financial\",\n        \"result\"\n    ],\n    \"pageDateMin\": \"2019-12-01\",\n    \"pageDateMax\": \"2020-05-31\",\n    \"page\": 1,\n    \"rpp\": 20\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/search/news"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Jul 2020 19:33:39 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"5afc3cf82ff9ff7c-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=9cb268cec6d0689537e6c8aa3e51759bf884eed3edd26500b7bec74e032056e7:91956521-c146-11ea-9c16-2bbf611a6612; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"03d1846f190000ff7c4a804200000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1498","enabled":true},{"key":"X-RateLimit-Reset","value":"1594236870","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999972339","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999957573","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9999062","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9999676","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000000","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99999676","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"maxResults\": 5399,\n    \"totalResults\": 20,\n    \"currentPage\": 1,\n    \"data\": [\n        {\n            \"domain\": \"www.newsfilecorp.com\",\n            \"title\": \"LOOPShare Provides Update on Financial Statement Filing\",\n            \"url\": \"https://www.newsfilecorp.com/release/56615/LOOPShare-Provides-Update-on-Financial-Statement-Filing\",\n            \"imageUrl\": \"https://www.newsfilecorp.com/socialImage/4789/facebook\",\n            \"pageDate\": \"2020-05-29T22:00:00Z\",\n            \"categories\": [\n                \"FINANCIAL_RESULTS\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 398494416,\n                    \"name\": \"LOOPShare\"\n                },\n                {\n                    \"id\": 346202544,\n                    \"name\": \"Newsfile\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.globenewswire.com\",\n            \"title\": \"Kuuhubb Reports Fiscal Q3 2020 Financial Results\",\n            \"url\": \"http://www.globenewswire.com/news-release/2020/05/29/2041188/0/en/Kuuhubb-Reports-Fiscal-Q3-2020-Financial-Results.html\",\n            \"imageUrl\": \"http://www.globenewswire.com/Attachment/LogoDisplay/834055?filename=834055.jpg&size=1\",\n            \"pageDate\": \"2020-05-29T21:49:00Z\",\n            \"categories\": [\n                \"FINANCIAL_RESULTS\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 404793712,\n                    \"name\": \"Kuuhubb\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.newsfilecorp.com\",\n            \"title\": \"Zonetail Inc. Provides Update on COVID-19 and Announces Request for Extension to File Interim and Annual Financial Statements, and Management's Discussion and Analysis\",\n            \"url\": \"https://www.newsfilecorp.com/release/56862/Zonetail-Inc.-Provides-Update-on-COVID19-and-Announces-Request-for-Extension-to-File-Interim-and-Annual-Financial-Statements-and-Managements-Discussion-and-Analysis\",\n            \"imageUrl\": \"https://www.newsfilecorp.com/socialImage/4331/facebook\",\n            \"pageDate\": \"2020-05-29T18:00:00Z\",\n            \"categories\": [\n                \"FINANCIAL_RESULTS\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 346202544,\n                    \"name\": \"Newsfile\"\n                },\n                {\n                    \"id\": 358441098,\n                    \"name\": \"Zonetail\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.globenewswire.com\",\n            \"title\": \"Eastern Property Holdings Limited (EPH):First quarter 2020 Financial Update\",\n            \"url\": \"http://www.globenewswire.com/news-release/2020/05/29/2041104/0/en/Eastern-Property-Holdings-Limited-EPH-First-quarter-2020-Financial-Update.html\",\n            \"imageUrl\": \"http://www.globenewswire.com/Attachment/LogoDisplay/562706?filename=562706.gif&size=1\",\n            \"pageDate\": \"2020-05-29T17:45:00Z\",\n            \"categories\": [\n                \"FINANCIAL_RESULTS\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 18466734,\n                    \"name\": \"Eastern Property Holdings\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.globenewswire.com\",\n            \"title\": \"CPI FIM SA reports financial results for the first quarter of 2020\",\n            \"url\": \"http://www.globenewswire.com/news-release/2020/05/29/2041088/0/en/CPI-FIM-SA-reports-financial-results-for-the-first-quarter-of-2020.html\",\n            \"imageUrl\": \"http://www.globenewswire.com/Attachment/LogoDisplay/829115?filename=829115.png&size=1\",\n            \"pageDate\": \"2020-05-29T16:52:00Z\",\n            \"categories\": [\n                \"FINANCIAL_RESULTS\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 474087406,\n                    \"name\": \"CPI FIM SA\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.globenewswire.com\",\n            \"title\": \"Report on interim financial results of AUGA Group AB for three-month period ended 31 March 2020\",\n            \"url\": \"http://www.globenewswire.com/news-release/2020/05/29/2041084/0/en/Report-on-interim-financial-results-of-AUGA-Group-AB-for-three-month-period-ended-31-March-2020.html\",\n            \"imageUrl\": \"http://www.globenewswire.com/Attachment/LogoDisplay/517004?filename=517004.jpg&size=1\",\n            \"pageDate\": \"2020-05-29T16:37:00Z\",\n            \"categories\": [\n                \"FINANCIAL_RESULTS\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 403773101,\n                    \"name\": \"AUGA group\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.newsfilecorp.com\",\n            \"title\": \"Aquarius AI Announces Extension of Filing Deadline of its Interim Financial Statements and MD&amp;A and Provides Update Regarding Annual Filings\",\n            \"url\": \"https://www.newsfilecorp.com/release/56771/Aquarius-AI-Announces-Extension-of-Filing-Deadline-of-its-Interim-Financial-Statements-and-MDA-and-Provides-Update-Regarding-Annual-Filings\",\n            \"imageUrl\": \"https://www.newsfilecorp.com/socialImage/6262/facebook\",\n            \"pageDate\": \"2020-05-29T16:00:00Z\",\n            \"categories\": [\n                \"FINANCIAL_RESULTS\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 479443079,\n                    \"name\": \"Aquarius AI\"\n                },\n                {\n                    \"id\": 346202544,\n                    \"name\": \"Newsfile\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.globenewswire.com\",\n            \"title\": \"Pieno zvaigzdes AB, not audited financial results for the first three months of 2020\",\n            \"url\": \"http://www.globenewswire.com/news-release/2020/05/29/2041030/0/en/Pieno-zvaigzdes-AB-not-audited-financial-results-for-the-first-three-months-of-2020.html\",\n            \"imageUrl\": \"http://www.globenewswire.com/Attachment/LogoDisplay/523601?filename=523601.jpg&size=1\",\n            \"pageDate\": \"2020-05-29T15:00:00Z\",\n            \"categories\": [\n                \"FINANCIAL_RESULTS\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 372842189,\n                    \"name\": \"AB Pieno\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.globenewswire.com\",\n            \"title\": \"AB Linas Agro Group performance and financial results for 9-month period of FY 2019/20\",\n            \"url\": \"http://www.globenewswire.com/news-release/2020/05/29/2041015/0/en/AB-Linas-Agro-Group-performance-and-financial-results-for-9-month-period-of-FY-2019-20.html\",\n            \"imageUrl\": \"http://www.globenewswire.com/Attachment/LogoDisplay/521795?filename=521795.gif&size=1\",\n            \"pageDate\": \"2020-05-29T14:30:00Z\",\n            \"categories\": [\n                \"FINANCIAL_RESULTS\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 372142681,\n                    \"name\": \"AB Linas Agro Group\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.globenewswire.com\",\n            \"title\": \"Operational and financial stability are priorities of Olainfarm Group\",\n            \"url\": \"http://www.globenewswire.com/news-release/2020/05/29/2040964/0/en/Operational-and-financial-stability-are-priorities-of-Olainfarm-Group.html\",\n            \"imageUrl\": \"http://www.globenewswire.com/Attachment/LogoDisplay/516784?filename=516784.jpg&size=1\",\n            \"pageDate\": \"2020-05-29T13:02:00Z\",\n            \"categories\": [\n                \"GENERAL_NEWS\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 407289691,\n                    \"name\": \"Olainfarm\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.globenewswire.com\",\n            \"title\": \"Reliq Health Technologies, Inc. Files Quarterly Financial Statements, Provides Corporate Update\",\n            \"url\": \"http://www.globenewswire.com/news-release/2020/05/29/2040811/0/en/Reliq-Health-Technologies-Inc-Files-Quarterly-Financial-Statements-Provides-Corporate-Update.html\",\n            \"imageUrl\": \"http://www.globenewswire.com/Attachment/LogoDisplay/471239?filename=471239.jpg&size=1\",\n            \"pageDate\": \"2020-05-29T11:00:00Z\",\n            \"categories\": [\n                \"FINANCIAL_RESULTS\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 386286395,\n                    \"name\": \"Reliq Health Technologies\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.globenewswire.com\",\n            \"title\": \"The Finnish Financial Supervisory Authority has approved Verkkokauppa.com Oyj’s Finnish language prospectus \",\n            \"url\": \"http://www.globenewswire.com/news-release/2020/05/29/2040735/0/en/The-Finnish-Financial-Supervisory-Authority-has-approved-Verkkokauppa-com-Oyj-s-Finnish-language-prospectus.html\",\n            \"imageUrl\": \"http://www.globenewswire.com/Attachment/LogoDisplay/789729?filename=789729.png&size=1\",\n            \"pageDate\": \"2020-05-29T09:00:00Z\",\n            \"categories\": [\n                \"GENERAL_NEWS\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 53772301,\n                    \"name\": \"Verkkokauppa.com\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.globenewswire.com\",\n            \"title\": \"Inventronics Announces 2020 Q1 Financial Results\",\n            \"url\": \"http://www.globenewswire.com/news-release/2020/05/28/2040589/0/en/Inventronics-Announces-2020-Q1-Financial-Results.html\",\n            \"imageUrl\": \"http://www.globenewswire.com/Attachment/LogoDisplay/494579?filename=494579.jpg&size=1\",\n            \"pageDate\": \"2020-05-28T20:40:00Z\",\n            \"categories\": [\n                \"FINANCIAL_RESULTS\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 20054036,\n                    \"name\": \"Inventronics\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.globenewswire.com\",\n            \"title\": \"Kintavar options Anik Gold property to IAMGOLD; up to $6.5M work commitment and potential to receive up to $3M payment\",\n            \"url\": \"http://www.globenewswire.com/news-release/2020/05/28/2040396/0/en/Kintavar-options-Anik-Gold-property-to-IAMGOLD-up-to-6-5M-work-commitment-and-potential-to-receive-up-to-3M-payment.html\",\n            \"imageUrl\": \"http://www.globenewswire.com/Attachment/LogoDisplay/525296?filename=525296.png&size=1\",\n            \"pageDate\": \"2020-05-28T15:17:00Z\",\n            \"categories\": [\n                \"GENERAL_PRESS_RELEASE\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 29707401,\n                    \"name\": \"IAMGOLD\"\n                },\n                {\n                    \"id\": 415697937,\n                    \"name\": \"Kintavar Exploration\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.prnewswire.com\",\n            \"title\": \"Vacant Zombie Property Rate In U.S. Holds Steady Amid Foreclosure Moratorium\",\n            \"url\": \"https://www.prnewswire.com:443/news-releases/vacant-zombie-property-rate-in-us-holds-steady-amid-foreclosure-moratorium-301066595.html\",\n            \"imageUrl\": \"https://mma.prnewswire.com/media/473646/ATTOM_LOGO.jpg?p=twitter\",\n            \"pageDate\": \"2020-05-28T04:01:00Z\",\n            \"categories\": [\n                \"GENERAL_PRESS_RELEASE\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 392680169,\n                    \"name\": \"ATTOM Data Solutions\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.globenewswire.com\",\n            \"title\": \"Core Gold Postpones Filing of Interim Financial Statements and MD&amp;A Due to COVID-19 Related Delays and Provides Update Regarding Release of Annual Financial Statements and MD&amp;A\",\n            \"url\": \"http://www.globenewswire.com/news-release/2020/05/28/2039863/0/en/Core-Gold-Postpones-Filing-of-Interim-Financial-Statements-and-MD-A-Due-to-COVID-19-Related-Delays-and-Provides-Update-Regarding-Release-of-Annual-Financial-Statements-and-MD-A.html\",\n            \"imageUrl\": \"http://www.globenewswire.com/Attachment/LogoDisplay/482193?filename=482193.png&size=1\",\n            \"pageDate\": \"2020-05-28T02:15:00Z\",\n            \"categories\": [\n                \"FINANCIAL_RESULTS\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 436321967,\n                    \"name\": \"Core Gold\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.businesswire.com\",\n            \"title\": \"MedX Health Corp. provides update on the release of its Annual Financial Statements and related Disclosures for fiscal 2019 and postponement of release of its First Quarter 2020 Interim Financial Statements and related Disclosures\",\n            \"url\": \"https://www.businesswire.com/news/home/20200527005960/en/MedX-Health-Corp.-update-release-Annual-Financial/\",\n            \"imageUrl\": \"https://mms.businesswire.com/media/20200527005960/en/618221/21/MedX_Logo.jpg\",\n            \"pageDate\": \"2020-05-28T00:39:00Z\",\n            \"categories\": [\n                \"FINANCIAL_RESULTS\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 24444955,\n                    \"name\": \"MedX Health\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.globenewswire.com\",\n            \"title\": \"Bragar Eagel &amp; Squire, P.C. Reminds Investors That Class Action Lawsuits Have Been Filed Against SCWorx, Hallmark Financial, Grand Canyon Education, and Conn’s and Encourages Investors to Contact the Firm\",\n            \"url\": \"http://www.globenewswire.com/news-release/2020/05/27/2039819/0/en/Bragar-Eagel-Squire-P-C-Reminds-Investors-That-Class-Action-Lawsuits-Have-Been-Filed-Against-SCWorx-Hallmark-Financial-Grand-Canyon-Education-and-Conn-s-and-Encourages-Investors-to.html\",\n            \"imageUrl\": \"http://www.globenewswire.com/Attachment/LogoDisplay/536738?filename=536738.jpg&size=1\",\n            \"pageDate\": \"2020-05-27T22:00:00Z\",\n            \"categories\": [\n                \"GENERAL_PRESS_RELEASE\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 16207750,\n                    \"name\": \"Bragar Eagel & Squire\"\n                },\n                {\n                    \"id\": 12534229,\n                    \"name\": \"Conn's\"\n                },\n                {\n                    \"id\": 74876601,\n                    \"name\": \"Grand Canyon University\"\n                },\n                {\n                    \"id\": 35375246,\n                    \"name\": \"Hallmark Financial Services\"\n                },\n                {\n                    \"id\": 459400495,\n                    \"name\": \"SCWorx\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.globenewswire.com\",\n            \"title\": \"Mesoblast Reports Strong Financial Position and Substantial Operational Progress For the Period Ended March 31, 2020\",\n            \"url\": \"http://www.globenewswire.com/news-release/2020/05/27/2039815/0/en/Mesoblast-Reports-Strong-Financial-Position-and-Substantial-Operational-Progress-For-the-Period-Ended-March-31-2020.html\",\n            \"imageUrl\": \"http://www.globenewswire.com/Attachment/LogoDisplay/411195?filename=411195.jpg&size=1\",\n            \"pageDate\": \"2020-05-27T21:52:00Z\",\n            \"categories\": [\n                \"GENERAL_PRESS_RELEASE\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 72746556,\n                    \"name\": \"Mesoblast\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.prnewswire.com\",\n            \"title\": \"Landmark Credit Union Adds Seasoned Financial Services Leader, Brian Melter, To Executive Team\",\n            \"url\": \"https://www.prnewswire.com:443/news-releases/landmark-credit-union-adds-seasoned-financial-services-leader-brian-melter-to-executive-team-301066494.html\",\n            \"imageUrl\": \"https://mma.prnewswire.com/media/1173665/Brian_Melter.jpg?p=twitter\",\n            \"pageDate\": \"2020-05-27T20:52:00Z\",\n            \"categories\": [\n                \"PERSON\"\n            ],\n            \"company\": [\n                {\n                    \"id\": 69228142,\n                    \"name\": \"Landmark Credit Union\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"4c4c979b-4495-4a17-8925-7d00c52c7e19"},{"name":"News Search Inputs","id":"90bfb6fb-2754-478b-b42d-f8c507ffffb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/news/search","description":"<p>Returns a list of fields you can use as input for the <a href=\"#4c4c979b-4495-4a17-8925-7d00c52c7e19\">News Search</a> endpoint.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","inputfields","news","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3b23c4a9-7f58-4612-9321-0257b8b1f0bf","name":"News Search Inputs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/news/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 May 2020 17:46:48 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"59a9cc115fbfff90-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=fc71d9403472d42effc02aad37ef6fac8edd5780bbd14e367dd0386bd4c1d94e:1de7e3b1-a10b-11ea-aacb-83f9cb252b93; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"02fdfdded80000ff9062b6e200000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1590688069","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fieldName\": \"rpp\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Limits the results returned to the given number of results per page.\"\n    },\n    {\n        \"fieldName\": \"page\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Provides the results for the given page, used in conjunction with rpp.\"\n    },\n    {\n        \"fieldName\": \"categories\",\n        \"fieldType\": \"ArrayList\",\n        \"description\": \"Category of news articles. Accepts an Array of String. See the 'News Categories' endpoint for values.\"\n    },\n    {\n        \"fieldName\": \"pageDateMin\",\n        \"fieldType\": \"String\",\n        \"description\": \"Specify the earliest publishing date for news articles returned. For example, 2020-01-01 will return all news articles published on or after Jan 1, 2020.\"\n    },\n    {\n        \"fieldName\": \"pageDateMax\",\n        \"fieldType\": \"String\",\n        \"description\": \"Specify the latest publishing date for news articles articles. For example, 2020-01-31 will return all new articles published on or before Jan 31, 2020.\"\n    }\n]"}],"_postman_id":"90bfb6fb-2754-478b-b42d-f8c507ffffb2"},{"name":"News Search Outputs","id":"354f6240-e3d3-4c8c-9684-86569fd71581","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/outputfields/news/search","description":"<p>Returns a list of fields included in the response for the <a href=\"#4c4c979b-4495-4a17-8925-7d00c52c7e19\">News Search</a> endpoint.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","outputfields","news","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"54b9214d-3a04-4957-a48d-f691959ed695","name":"News Search Outputs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/outputfields/news/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 May 2020 17:46:52 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"59a9cc2f1c81ff90-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=fc71d9403472d42effc02aad37ef6fac8edd5780bbd14e367dd0386bd4c1d94e:1de7e3b1-a10b-11ea-aacb-83f9cb252b93; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"02fdfdf16f0000ff906299f200000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1498","enabled":true},{"key":"X-RateLimit-Reset","value":"1590688069","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fieldName\": \"companyId\",\n        \"description\": \"Unique ZoomInfo identifier for a company\"\n    },\n    {\n        \"fieldName\": \"companyName\",\n        \"description\": \"Company name\"\n    },\n    {\n        \"fieldName\": \"domain\",\n        \"description\": \"News article domain\"\n    },\n    {\n        \"fieldName\": \"title\",\n        \"description\": \"News article title\"\n    },\n    {\n        \"fieldName\": \"url\",\n        \"description\": \"News article URL\"\n    },\n    {\n        \"fieldName\": \"imageUrl\",\n        \"description\": \"News article image URL\"\n    },\n    {\n        \"fieldName\": \"pageDate\",\n        \"description\": \"News article date\"\n    },\n    {\n        \"fieldName\": \"categories\",\n        \"description\": \"News article categories\"\n    }\n]"}],"_postman_id":"354f6240-e3d3-4c8c-9684-86569fd71581"}],"id":"2dfe03cb-659d-4ec4-b773-4424ef2433e4","description":"<p>Use <a href=\"#4c4c979b-4495-4a17-8925-7d00c52c7e19\">News Search</a> to retrieve news-related data using valid query parameters.</p>\n<ul>\n<li>To build your request, retrieve a list of valid query parameters using <a href=\"#90bfb6fb-2754-478b-b42d-f8c507ffffb2\">News Search Inputs</a>.</li>\n<li>For requests that require you to specify supported values (e.g., news categories), use the <a href=\"#efe7b4b8-1ef2-4fcd-a20f-9da68f6b2055\">Lookup</a> endpoints.</li>\n<li>Use <a href=\"#354f6240-e3d3-4c8c-9684-86569fd71581\">News Search Outputs</a> to retrieve a list of expected response fields that will be returned from <a href=\"#4c4c979b-4495-4a17-8925-7d00c52c7e19\">News Search</a>.</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"c189f7e7-0669-4992-b7b0-6a1e7ecec57d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"84f9ba34-1fbc-4967-b193-014de32a33b9","type":"text/javascript","exec":[""]}}],"_postman_id":"2dfe03cb-659d-4ec4-b773-4424ef2433e4"},{"name":"Intent Search","item":[{"name":"Intent Search","id":"93f940a4-4381-49dd-8fbc-42cbc75a7a39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"body":{"mode":"raw","raw":"{\n\t\"topics\": [\"Cloud Applications\", \"Cloud Computing\", \"Cloud Infrastructure\", \"Mobile Apps\", \"Mobile Security\"],\n\t\"signalScoreMin\": 80,\n\t\"signalScoreMax\": 100,\n\t\"audienceStrengthMin\": \"C\",\n\t\"audienceStrengthMax\": \"A\",\n\t\"metroRegion\": \"usa.california.sanfrancisco\",\n\t\"industryCodes\": \"education.university\",\n\t\"sortBy\": \"topic\",\n\t\"sortOrder\": \"desc\"\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/search/intent","description":"<p>Use this endpoint to search for companies and recommended contacts based on intent data. Use <a href=\"#2923818c-df63-4a61-88ba-f9a5383cd420\">input values</a> to return the desired <a href=\"#f058d265-3294-442c-80b8-52a81021dc60\">output fields</a> in the response. For charging purposes, each intent signal returned is counted as a record.</p>\n<p>Intent data is online behavior-based activity across the internet that links buyers and accounts to a topic. Key terminology includes:</p>\n<ul>\n<li><strong>Signal</strong> - Recent content consumption activity for a specific topic by people at a company</li>\n<li><strong>Signal Score</strong> - Indicates a company's interest in a topic based on how recent content consumption compares to a historical baseline.</li>\n<li><strong>Audience Strength</strong> - Indicates the size of the group at the company conducting research in this topic.</li>\n</ul>\n<p><strong>Input params (intent-specific)</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>DataType</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>topics</td>\n<td>ArrayList</td>\n<td>Required. Intent topic(s). Accepts an array of strings. See the <strong>Intent Topics</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>signalStartDate</td>\n<td>String</td>\n<td>Start date for a company signaling interest in a topic</td>\n</tr>\n<tr>\n<td>signalEndDate</td>\n<td>String</td>\n<td>End date for a company signaling interest in a topic</td>\n</tr>\n<tr>\n<td>signalScoreMin</td>\n<td>Integer</td>\n<td>Minimum signal score. Use with signalScoreMax to form a range. Minimum score is 60 and maximum is 100.</td>\n</tr>\n<tr>\n<td>signalScoreMax</td>\n<td>Integer</td>\n<td>Maximum signal score. Use with signalScoreMin to form a range. Minimum score is 60 and maximum is 100.</td>\n</tr>\n<tr>\n<td>audienceStrengthMin</td>\n<td>String</td>\n<td>Minimum audience strength score. Use with audienceStrengthMax to form a range. Values are A, B, C, D, and E, with A indicating a larger audience.</td>\n</tr>\n<tr>\n<td>audienceStrengthMax</td>\n<td>String</td>\n<td>Maximum audience strength score. Use with audienceStrengthMin to form a range. Values are A, B, C, D, and E, with A indicating a larger audience.</td>\n</tr>\n<tr>\n<td>rpp</td>\n<td>Integer</td>\n<td>Limits the results returned to the given number of results per page. Default is 25.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>Provides the results for the given page, used in conjunction with <code>rpp</code></td>\n</tr>\n<tr>\n<td>sortOrder</td>\n<td>String</td>\n<td>Provide <code>sortBy</code> if specifying <code>sortOrder</code>. Valid values are <code>asc</code>, <code>ascending</code>, <code>desc</code>, and <code>descending</code>. By default, results are sorted in descending order.</td>\n</tr>\n<tr>\n<td>sortBy</td>\n<td>String</td>\n<td>Sort results by valid output fields. Valid values are: <code>signalDate</code>, <code>companyName</code>, <code>signalScore</code>, <code>category</code>, <code>topic</code>, <code>audienceStrength</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Input params (company-specific)</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>DataType</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>companyDescription</td>\n<td>String</td>\n<td>Text description unique to the company you want to use as search criteria</td>\n</tr>\n<tr>\n<td>companyType</td>\n<td>String</td>\n<td>Company type (private, public, and so on). See the <strong>Company Type</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>String</td>\n<td>Company address</td>\n</tr>\n<tr>\n<td>street</td>\n<td>String</td>\n<td>Company street</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>Company state (U.S.) or province (Canada). You can use free text state or province names (e.g., \"new hampshire\"), the two-letter common abbreviation for a U.S. state (e.g., \"nh\"), or values provided in the <strong>State</strong> lookup endpoint.</td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>String</td>\n<td>Zip Code of the company's primary address</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String</td>\n<td>Country for the company's primary address. You can use free text or see the <strong>Country</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>continent</td>\n<td>String</td>\n<td>Continent for the company's primary address. See the <strong>Continent</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>zipCodeRadiusMiles</td>\n<td>String</td>\n<td>Used in conjunction with <code>zipCode</code>, designates a geographical radius (in miles) from the <code>zipCode</code> provided.</td>\n</tr>\n<tr>\n<td>hashTagString</td>\n<td>String</td>\n<td>Hash tags for a company. Can include a comma-separated list.</td>\n</tr>\n<tr>\n<td>techAttributeTagList</td>\n<td>String</td>\n<td>Specify technology product tags. See the <strong>Tech - Product</strong> lookup endpoint for values. This string uses a numerical dot notation format similar to an IP address. The notation denotes the hierarchical structure: <code>parent-category.category.vendor</code>. For example, <code>333.202.28</code>. You can use wildcards in the notation (e.g., <code>333.202.\\\\\\*</code>, <code>\\\\\\*.202.\\\\\\*</code>, and so on).</td>\n</tr>\n<tr>\n<td>subUnitTypes</td>\n<td>String</td>\n<td>Company sub types (e.g., division, subsidiary and so on). See the <strong>Sub Unit Type</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>primaryIndustriesOnly</td>\n<td>Boolean</td>\n<td>Used in conjunction with the <code>industryCodes</code> input parameter. When set to <code>true</code>, any result returned must have one of the specified industries as a primary industry. If no industries are specified, then this parameter will be ignored. Default is <code>false</code>.</td>\n</tr>\n<tr>\n<td>industryCodes</td>\n<td>String</td>\n<td>Top-level Industry that the contact works in. A contact can have multiple top level industries. Tags are based on the contact's current company. Can include a comma-separated list. See the <strong>Industry Codes</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>industryKeywords</td>\n<td>String</td>\n<td>Industry keywords associated with a company. Can include a comma-separated list.</td>\n</tr>\n<tr>\n<td>sicCodes</td>\n<td>String</td>\n<td>The Standard Industrial Classification is a system for classifying industries by a four-digit code. See the <strong>SIC Codes</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>naicsCodes</td>\n<td>String</td>\n<td>The North American Industry Classification System (NAICS) is the standard used by Federal statistical agencies in classifying business establishments for the purpose of collecting, analyzing, and publishing statistical data related to the U.S. business economy. See the <strong>NAICS Codes</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>revenueMin</td>\n<td>Integer</td>\n<td>Minimum annual revenue for a company in U.S. dollars. Use with <code>revenueMax</code> to set a range. Alternatively, you can use the <code>revenue</code> parameter to search for pre-defined ranges.</td>\n</tr>\n<tr>\n<td>revenueMax</td>\n<td>Integer</td>\n<td>Maximum annual revenue for a company in U.S. dollars. Use with <code>revenueMin</code> to set a range. Alternatively, you can use the <code>revenue</code> parameter to search for pre-defined ranges.</td>\n</tr>\n<tr>\n<td>revenue</td>\n<td>String</td>\n<td>Annual revenue range in U.S. dollars. Accepts a comma-separated list of values. See the <strong>Revenue Range</strong> lookup endpoint for values. Alternatively, to get more granular ranges, you can use the <code>revenueMin</code> and <code>revenueMax</code> parameters.</td>\n</tr>\n<tr>\n<td>employeeRangeMin</td>\n<td>String</td>\n<td>Minimum employee count for a company. Use with <code>employeeRangeMax</code> to set a range. Alternatively, you can use the <code>employeeCount</code> parameter to search for pre-defined ranges.</td>\n</tr>\n<tr>\n<td>employeeRangeMax</td>\n<td>String</td>\n<td>Maximum employee count for a company. Use with <code>employeeRangeMin</code> to set a range. Alternatively, you can use the <code>employeeCount</code> parameter to search for pre-defined ranges.</td>\n</tr>\n<tr>\n<td>employeeCount</td>\n<td>String</td>\n<td>Employee count range. Accepts a comma-separated list of values. See the <strong>Employee Count</strong> lookup endpoint for values. Alternatively, to get more granular ranges, you can use the <code>employeeRangeMin</code> and <code>employeeRangeMax</code> parameters.</td>\n</tr>\n<tr>\n<td>companyRanking</td>\n<td>String</td>\n<td>Company ranking list (e.g., Fortune 500 and so on). See the <strong>Company Ranking</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>metroRegion</td>\n<td>String</td>\n<td>Company metro area. Accepts a comma-separated list of U.S. and Canada metro areas. See the <strong>Metro Area</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>locationSearchType</td>\n<td>String</td>\n<td>Location criteria for search. Values are <code>PersonOrHQ</code>, <code>PersonAndHQ</code>, <code>Person</code>, <code>HQ</code>, <code>PersonThenHQ</code>.</td>\n</tr>\n<tr>\n<td>fundingAmountMin</td>\n<td>Integer</td>\n<td>Minimum funding amount in thousands (e.g., 1 = 1000, 500 = 500,000). If <code>fundingAmountMin</code> is used without <code>fundingAmountMax</code>, the result will be the amount specified or greater.</td>\n</tr>\n<tr>\n<td>fundingAmountMax</td>\n<td>Integer</td>\n<td>Maximum funding amount in thousands (e.g., 1 = 1000, 500 = 500,000). If <code>fundingAmountMax</code> is used without <code>fundingAmountMin</code>, the result will be the amount specified or less.</td>\n</tr>\n<tr>\n<td>fundingStartDate</td>\n<td>String</td>\n<td>Start date of the funding in YYYY-MM-DD format. If <code>fundingStartDate</code> and <code>fundingEndDate</code> are both specified, they will be used as a range. Start date after end date returns an error. If start date and end date are the same, will return results for exact date.</td>\n</tr>\n<tr>\n<td>fundingEndDate</td>\n<td>String</td>\n<td>End date of the funding in YYYY-MM-DD format. If <code>fundingStartDate</code> and <code>fundingEndDate</code> are both specified, they will be used as a range. Start date after end date returns an error. If start date and end date are the same, will return results for exact date.</td>\n</tr>\n<tr>\n<td>excludedRegions</td>\n<td>String</td>\n<td>Exclude a company metro area. Accepts a comma-separated list of U.S. and Canada metro areas. See the <strong>Metro Area</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>zoominfoContactsMin</td>\n<td>String</td>\n<td>Minimum number of ZoomInfo contacts associated with company</td>\n</tr>\n<tr>\n<td>zoominfoContactsMax</td>\n<td>String</td>\n<td>Maximum number of ZoomInfo contacts associated with company</td>\n</tr>\n<tr>\n<td>companyStructureIncludedSubUnitTypes</td>\n<td>String</td>\n<td>Company hierarchical structure</td>\n</tr>\n<tr>\n<td>certified</td>\n<td>Integer</td>\n<td>Denotes if ZoomInfo's research and data team has confirmed activity within the past 12 months</td>\n</tr>\n<tr>\n<td>excludeDefunctCompanies</td>\n<td>Boolean</td>\n<td>Include or exclude defunct companies. The default value is false.</td>\n</tr>\n<tr>\n<td>oneYearEmployeeGrowthRateMin</td>\n<td>String</td>\n<td>Minimum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMax to set a range.</td>\n</tr>\n<tr>\n<td>oneYearEmployeeGrowthRateMax</td>\n<td>String</td>\n<td>Maximum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMin to set a range.</td>\n</tr>\n<tr>\n<td>twoYearEmployeeGrowthRateMin</td>\n<td>String</td>\n<td>Minimum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMax to set a range.</td>\n</tr>\n<tr>\n<td>twoYearEmployeeGrowthRateMax</td>\n<td>String</td>\n<td>Maximum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMin to set a range.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Unique ZoomInfo identifier for a topic</td>\n</tr>\n<tr>\n<td>category</td>\n<td>Intent category</td>\n</tr>\n<tr>\n<td>topic</td>\n<td>Intent topic</td>\n</tr>\n<tr>\n<td>signalScore</td>\n<td>Signal score for the topic</td>\n</tr>\n<tr>\n<td>audienceStrength</td>\n<td>Audience strength for the topic</td>\n</tr>\n<tr>\n<td>signalDate</td>\n<td>Date the signal was identified</td>\n</tr>\n<tr>\n<td>companyId</td>\n<td>Unique ZoomInfo identifier for a company</td>\n</tr>\n<tr>\n<td>companyName</td>\n<td>Company name</td>\n</tr>\n<tr>\n<td>companyWebsite</td>\n<td>URL to the company website in <a href=\"http://www.example.com\">http://www.example.com</a> format</td>\n</tr>\n<tr>\n<td>companyHasOtherTopicConsumption</td>\n<td>Indicates whether a company has other topics with increased consumption. Values are <code>true</code> and <code>false</code>.</td>\n</tr>\n<tr>\n<td>recommendedContacts</td>\n<td>Suggested contacts at the company that are related to the intent topic</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{protocol}}","path":["search","intent"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0ca63889-35db-4012-bfe8-f067ac1f06dc","name":"Intent Search","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"body":{"mode":"raw","raw":"{\n\t\"topics\": [\"Cloud Applications\", \"Cloud Computing\", \"Cloud Infrastructure\", \"Mobile Apps\", \"Mobile Security\"],\n\t\"signalScoreMin\": 80,\n\t\"signalScoreMax\": 100,\n\t\"audienceStrengthMin\": \"C\",\n\t\"audienceStrengthMax\": \"A\",\n\t\"metroRegion\": \"usa.california.sanfrancisco\",\n\t\"industryCodes\": \"education.university\",\n\t\"sortBy\": \"topic\",\n\t\"sortOrder\": \"desc\"\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/search/intent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Jul 2020 19:58:45 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"5b3e4cb42b0debe8-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=7c92aab28a16a819b11a05bd1f2d315bc49963834ddeebd2bab7bb8578c6a9ba:59135a31-c5e3-11ea-b90a-bfcce47ec1ab; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"03face44950000ebe8428db200000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1594929585","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999968243","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999956035","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9998894","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9999646","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000000","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99999646","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"maxResults\": 19,\n    \"totalResults\": 19,\n    \"currentPage\": 1,\n    \"data\": [\n        {\n            \"id\": \"d3ac21f6-f9f4-4a71-8ca9-8f4125937d2c\",\n            \"category\": \"Cyber Security\",\n            \"topic\": \"Mobile Security\",\n            \"signalScore\": 83,\n            \"audienceStrength\": \"C\",\n            \"newSignal\": true,\n            \"signalDate\": \"7/5/2020 12:00 AM\",\n            \"trend\": 24,\n            \"recommendedContacts\": [\n                {\n                    \"id\": -1766367996,\n                    \"firstName\": \"David\",\n                    \"lastName\": \"Fike\",\n                    \"jobTitle\": \"President\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                }\n            ],\n            \"company\": {\n                \"id\": 118998385,\n                \"name\": \"Golden Gate University\",\n                \"website\": \"www.ggu.edu\",\n                \"hasOtherTopicConsumption\": true\n            }\n        },\n        {\n            \"id\": \"03e79b1c-fa4b-4f62-ad97-40de35e2625c\",\n            \"category\": \"Cyber Security\",\n            \"topic\": \"Mobile Security\",\n            \"signalScore\": 88,\n            \"audienceStrength\": \"A\",\n            \"newSignal\": true,\n            \"signalDate\": \"6/28/2020 12:00 AM\",\n            \"trend\": 29,\n            \"recommendedContacts\": [\n                {\n                    \"id\": 2358233518,\n                    \"firstName\": \"Martin\",\n                    \"lastName\": \"Pacholuk\",\n                    \"jobTitle\": \"Deputy Chief Information Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Information Technology\",\n                            \"department\": \"Information Technology\"\n                        },\n                        {\n                            \"name\": \"Information Technology Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 1239218786,\n                    \"firstName\": \"Camilla\",\n                    \"lastName\": \"Tubbs\",\n                    \"jobTitle\": \"Associate Dean, Library & Technology & Chief Information Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Information Technology\",\n                            \"department\": \"Information Technology\"\n                        },\n                        {\n                            \"name\": \"Information Technology Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 55169609,\n                    \"firstName\": \"David\",\n                    \"lastName\": \"Seward\",\n                    \"jobTitle\": \"Chief Financial Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Finance Executive\",\n                            \"department\": \"C-Suite\"\n                        },\n                        {\n                            \"name\": \"Finance\",\n                            \"department\": \"Finance\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 3117140380,\n                    \"firstName\": \"Mike\",\n                    \"lastName\": \"Liu\",\n                    \"jobTitle\": \"Vice Chief Technology Officer, CIO & President Information Technology\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Information Technology\",\n                            \"department\": \"Information Technology\"\n                        },\n                        {\n                            \"name\": \"Information Technology Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": -1542224459,\n                    \"firstName\": \"Claire\",\n                    \"lastName\": \"Wilkens\",\n                    \"jobTitle\": \"Co-President\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                }\n            ],\n            \"company\": {\n                \"id\": 53923462,\n                \"name\": \"UC Hastings College of the Law\",\n                \"website\": \"www.uchastings.edu\",\n                \"hasOtherTopicConsumption\": true\n            }\n        },\n        {\n            \"id\": \"af75117e-c6b1-4831-8cfa-562acc36d9c1\",\n            \"category\": \"Mobile Applications\",\n            \"topic\": \"Mobile Apps\",\n            \"signalScore\": 92,\n            \"audienceStrength\": \"A\",\n            \"newSignal\": true,\n            \"signalDate\": \"7/12/2020 12:00 AM\",\n            \"trend\": 33,\n            \"recommendedContacts\": [\n                {\n                    \"id\": 409942831,\n                    \"firstName\": \"Judie\",\n                    \"lastName\": \"Wexler\",\n                    \"jobTitle\": \"President\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                }\n            ],\n            \"company\": {\n                \"id\": 47028048,\n                \"name\": \"California Institute of Integral Studies\",\n                \"website\": \"www.ciis.edu\",\n                \"hasOtherTopicConsumption\": true\n            }\n        },\n        {\n            \"id\": \"4093d164-7c33-4c61-b592-68f57ecf6cb3\",\n            \"category\": \"Mobile Applications\",\n            \"topic\": \"Mobile Apps\",\n            \"signalScore\": 86,\n            \"audienceStrength\": \"B\",\n            \"newSignal\": true,\n            \"signalDate\": \"7/5/2020 12:00 AM\",\n            \"trend\": 27,\n            \"recommendedContacts\": [\n                {\n                    \"id\": 27256033,\n                    \"firstName\": \"Thomas\",\n                    \"lastName\": \"Cropper\",\n                    \"jobTitle\": \"President\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                }\n            ],\n            \"company\": {\n                \"id\": 13209136,\n                \"name\": \"California Maritime Academy\",\n                \"website\": \"www.csum.edu\",\n                \"hasOtherTopicConsumption\": true\n            }\n        },\n        {\n            \"id\": \"32cfc646-4ebc-4693-bc17-b41879d63ec4\",\n            \"category\": \"Mobile Applications\",\n            \"topic\": \"Mobile Apps\",\n            \"signalScore\": 80,\n            \"audienceStrength\": \"C\",\n            \"newSignal\": true,\n            \"signalDate\": \"7/5/2020 12:00 AM\",\n            \"trend\": 21,\n            \"recommendedContacts\": [\n                {\n                    \"id\": 24417960,\n                    \"firstName\": \"Edward\",\n                    \"lastName\": \"Prohaska\",\n                    \"jobTitle\": \"Chief Financial Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Finance Executive\",\n                            \"department\": \"C-Suite\"\n                        },\n                        {\n                            \"name\": \"Finance\",\n                            \"department\": \"Finance\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 388711836,\n                    \"firstName\": \"Mara\",\n                    \"lastName\": \"Hancock\",\n                    \"jobTitle\": \"Vice President, Technology & Chief Information Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Information Technology\",\n                            \"department\": \"Information Technology\"\n                        },\n                        {\n                            \"name\": \"Information Technology Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 26415164,\n                    \"firstName\": \"Stephen\",\n                    \"lastName\": \"Beal\",\n                    \"jobTitle\": \"President\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": -1254364721,\n                    \"firstName\": \"Michael\",\n                    \"lastName\": \"McLaughlin\",\n                    \"jobTitle\": \"Founder & President\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                }\n            ],\n            \"company\": {\n                \"id\": 19256146,\n                \"name\": \"California College of the Arts\",\n                \"website\": \"www.cca.edu\",\n                \"hasOtherTopicConsumption\": true\n            }\n        },\n        {\n            \"id\": \"36d66c2c-699c-49ec-b7e1-ae92572ccdc9\",\n            \"category\": \"Mobile Applications\",\n            \"topic\": \"Mobile Apps\",\n            \"signalScore\": 83,\n            \"audienceStrength\": \"C\",\n            \"newSignal\": true,\n            \"signalDate\": \"7/12/2020 12:00 AM\",\n            \"trend\": 24,\n            \"recommendedContacts\": [\n                {\n                    \"id\": 3882045930,\n                    \"firstName\": \"Melissa\",\n                    \"lastName\": \"Hall\",\n                    \"jobTitle\": \"President\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 1810524670,\n                    \"firstName\": \"Ben\",\n                    \"lastName\": \"Christensen\",\n                    \"jobTitle\": \"Chief Financial Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Finance Executive\",\n                            \"department\": \"C-Suite\"\n                        },\n                        {\n                            \"name\": \"Finance\",\n                            \"department\": \"Finance\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 1715680805,\n                    \"firstName\": \"Jonathan\",\n                    \"lastName\": \"Stull\",\n                    \"jobTitle\": \"Chief Operating Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Operations Executive\",\n                            \"department\": \"C-Suite\"\n                        },\n                        {\n                            \"name\": \"Operations\",\n                            \"department\": \"Operations\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 1888318694,\n                    \"firstName\": \"Scott\",\n                    \"lastName\": \"Ringwelski\",\n                    \"jobTitle\": \"Chief Technology Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Engineering & Technical Executive\",\n                            \"department\": \"C-Suite\"\n                        },\n                        {\n                            \"name\": \"Engineering & Technical\",\n                            \"department\": \"Engineering & Technical\"\n                        },\n                        {\n                            \"name\": \"Technology Operations\",\n                            \"department\": \"Engineering & Technical\"\n                        }\n                    ]\n                }\n            ],\n            \"company\": {\n                \"id\": 363577968,\n                \"name\": \"Handshake\",\n                \"website\": \"www.joinhandshake.com\",\n                \"hasOtherTopicConsumption\": true\n            }\n        },\n        {\n            \"id\": \"bfee3c75-080f-4a11-9259-8a29a6511174\",\n            \"category\": \"Mobile Applications\",\n            \"topic\": \"Mobile Apps\",\n            \"signalScore\": 85,\n            \"audienceStrength\": \"B\",\n            \"newSignal\": false,\n            \"signalDate\": \"6/28/2020 12:00 AM\",\n            \"trend\": 7,\n            \"recommendedContacts\": [\n                {\n                    \"id\": 1592676174,\n                    \"firstName\": \"Fatima\",\n                    \"lastName\": \"Alleyne\",\n                    \"jobTitle\": \"President\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": -916803008,\n                    \"firstName\": \"Terry\",\n                    \"lastName\": \"Koehne\",\n                    \"jobTitle\": \"Chief Communications Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Strategic Communications\",\n                            \"department\": \"Marketing\"\n                        },\n                        {\n                            \"name\": \"Marketing Executive\",\n                            \"department\": \"C-Suite\"\n                        },\n                        {\n                            \"name\": \"Marketing\",\n                            \"department\": \"Marketing\"\n                        },\n                        {\n                            \"name\": \"Marketing Communications\",\n                            \"department\": \"Marketing\"\n                        }\n                    ]\n                }\n            ],\n            \"company\": {\n                \"id\": 29791549,\n                \"name\": \"Contra Costa County Office of Education\",\n                \"website\": \"www.cccoe.k12.ca.us\",\n                \"hasOtherTopicConsumption\": true\n            }\n        },\n        {\n            \"id\": \"caaae618-2bdd-4bf9-8f91-a5bf965e35b6\",\n            \"category\": \"Mobile Applications\",\n            \"topic\": \"Mobile Apps\",\n            \"signalScore\": 83,\n            \"audienceStrength\": \"B\",\n            \"newSignal\": true,\n            \"signalDate\": \"6/21/2020 12:00 AM\",\n            \"trend\": 24,\n            \"recommendedContacts\": [\n                {\n                    \"id\": 263922298,\n                    \"firstName\": \"Bill\",\n                    \"lastName\": \"Tsatsoulis\",\n                    \"jobTitle\": \"Chief Operating Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Operations Executive\",\n                            \"department\": \"C-Suite\"\n                        },\n                        {\n                            \"name\": \"Operations\",\n                            \"department\": \"Operations\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 2470805454,\n                    \"firstName\": \"Rob\",\n                    \"lastName\": \"Fisher\",\n                    \"jobTitle\": \"Chief Executive Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                }\n            ],\n            \"company\": {\n                \"id\": 628662,\n                \"name\": \"Academy of Art University\",\n                \"website\": \"www.academyart.edu\",\n                \"hasOtherTopicConsumption\": true\n            }\n        },\n        {\n            \"id\": \"6f85a972-835e-4531-ac7e-7aee75d579ea\",\n            \"category\": \"Cloud\",\n            \"topic\": \"Cloud Infrastructure\",\n            \"signalScore\": 85,\n            \"audienceStrength\": \"B\",\n            \"newSignal\": true,\n            \"signalDate\": \"6/21/2020 12:00 AM\",\n            \"trend\": 26,\n            \"recommendedContacts\": [\n                {\n                    \"id\": 2671385855,\n                    \"firstName\": \"Elizabeth\",\n                    \"lastName\": \"Hillman\",\n                    \"jobTitle\": \"President\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                }\n            ],\n            \"company\": {\n                \"id\": 78366485,\n                \"name\": \"Mills College\",\n                \"website\": \"www.mills.edu\",\n                \"hasOtherTopicConsumption\": true\n            }\n        },\n        {\n            \"id\": \"1029fe13-c192-4754-be2a-2baf37e53759\",\n            \"category\": \"Cloud\",\n            \"topic\": \"Cloud Infrastructure\",\n            \"signalScore\": 84,\n            \"audienceStrength\": \"B\",\n            \"newSignal\": true,\n            \"signalDate\": \"6/28/2020 12:00 AM\",\n            \"trend\": 25,\n            \"recommendedContacts\": [\n                {\n                    \"id\": 1970683957,\n                    \"firstName\": \"Patrick\",\n                    \"lastName\": \"Ekoue-totou\",\n                    \"jobTitle\": \"Chief Information Officer & Director, Information Technology\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Information Technology\",\n                            \"department\": \"Information Technology\"\n                        },\n                        {\n                            \"name\": \"Information Technology Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                }\n            ],\n            \"company\": {\n                \"id\": 65571648,\n                \"name\": \"College of Marin\",\n                \"website\": \"www.marin.edu\",\n                \"hasOtherTopicConsumption\": true\n            }\n        },\n        {\n            \"id\": \"dff20de7-8bde-496e-a0c4-7e1de3303a44\",\n            \"category\": \"Cloud\",\n            \"topic\": \"Cloud Infrastructure\",\n            \"signalScore\": 83,\n            \"audienceStrength\": \"C\",\n            \"newSignal\": true,\n            \"signalDate\": \"7/12/2020 12:00 AM\",\n            \"trend\": 24,\n            \"recommendedContacts\": [\n                {\n                    \"id\": 2670266631,\n                    \"firstName\": \"Ching\",\n                    \"lastName\": \"Wang\",\n                    \"jobTitle\": \"President & Chief Executive Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": -1055918224,\n                    \"firstName\": \"Michael\",\n                    \"lastName\": \"Chiu\",\n                    \"jobTitle\": \"President\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 2939458238,\n                    \"firstName\": \"Ramez\",\n                    \"lastName\": \"Sakkab\",\n                    \"jobTitle\": \"President\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                }\n            ],\n            \"company\": {\n                \"id\": 33702638,\n                \"name\": \"Samuel Merritt University\",\n                \"website\": \"www.samuelmerritt.edu\",\n                \"hasOtherTopicConsumption\": true\n            }\n        },\n        {\n            \"id\": \"0e055f3a-929a-49c2-b8b6-8ae0f4984a64\",\n            \"category\": \"Cloud\",\n            \"topic\": \"Cloud Computing\",\n            \"signalScore\": 84,\n            \"audienceStrength\": \"C\",\n            \"newSignal\": true,\n            \"signalDate\": \"7/12/2020 12:00 AM\",\n            \"trend\": 25,\n            \"recommendedContacts\": [\n                {\n                    \"id\": 2670266631,\n                    \"firstName\": \"Ching\",\n                    \"lastName\": \"Wang\",\n                    \"jobTitle\": \"President & Chief Executive Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": -1055918224,\n                    \"firstName\": \"Michael\",\n                    \"lastName\": \"Chiu\",\n                    \"jobTitle\": \"President\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 2939458238,\n                    \"firstName\": \"Ramez\",\n                    \"lastName\": \"Sakkab\",\n                    \"jobTitle\": \"President\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                }\n            ],\n            \"company\": {\n                \"id\": 33702638,\n                \"name\": \"Samuel Merritt University\",\n                \"website\": \"www.samuelmerritt.edu\",\n                \"hasOtherTopicConsumption\": true\n            }\n        },\n        {\n            \"id\": \"dc382155-f385-4f19-a127-1fe1371b74bd\",\n            \"category\": \"Cloud\",\n            \"topic\": \"Cloud Computing\",\n            \"signalScore\": 82,\n            \"audienceStrength\": \"C\",\n            \"newSignal\": true,\n            \"signalDate\": \"7/12/2020 12:00 AM\",\n            \"trend\": 23,\n            \"recommendedContacts\": [\n                {\n                    \"id\": 263922298,\n                    \"firstName\": \"Bill\",\n                    \"lastName\": \"Tsatsoulis\",\n                    \"jobTitle\": \"Chief Operating Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Operations Executive\",\n                            \"department\": \"C-Suite\"\n                        },\n                        {\n                            \"name\": \"Operations\",\n                            \"department\": \"Operations\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 2470805454,\n                    \"firstName\": \"Rob\",\n                    \"lastName\": \"Fisher\",\n                    \"jobTitle\": \"Chief Executive Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                }\n            ],\n            \"company\": {\n                \"id\": 628662,\n                \"name\": \"Academy of Art University\",\n                \"website\": \"www.academyart.edu\",\n                \"hasOtherTopicConsumption\": true\n            }\n        },\n        {\n            \"id\": \"aecb0682-1990-4359-a073-5b7a54e87f06\",\n            \"category\": \"Cloud\",\n            \"topic\": \"Cloud Computing\",\n            \"signalScore\": 82,\n            \"audienceStrength\": \"C\",\n            \"newSignal\": true,\n            \"signalDate\": \"6/28/2020 12:00 AM\",\n            \"trend\": 23,\n            \"recommendedContacts\": [\n                {\n                    \"id\": 1970683957,\n                    \"firstName\": \"Patrick\",\n                    \"lastName\": \"Ekoue-totou\",\n                    \"jobTitle\": \"Chief Information Officer & Director, Information Technology\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Information Technology\",\n                            \"department\": \"Information Technology\"\n                        },\n                        {\n                            \"name\": \"Information Technology Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                }\n            ],\n            \"company\": {\n                \"id\": 65571648,\n                \"name\": \"College of Marin\",\n                \"website\": \"www.marin.edu\",\n                \"hasOtherTopicConsumption\": true\n            }\n        },\n        {\n            \"id\": \"60ff0745-9745-48fb-a014-4f86c4eb9fab\",\n            \"category\": \"Cloud\",\n            \"topic\": \"Cloud Computing\",\n            \"signalScore\": 81,\n            \"audienceStrength\": \"C\",\n            \"newSignal\": true,\n            \"signalDate\": \"6/21/2020 12:00 AM\",\n            \"trend\": 22,\n            \"recommendedContacts\": [\n                {\n                    \"id\": 2671385855,\n                    \"firstName\": \"Elizabeth\",\n                    \"lastName\": \"Hillman\",\n                    \"jobTitle\": \"President\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                }\n            ],\n            \"company\": {\n                \"id\": 78366485,\n                \"name\": \"Mills College\",\n                \"website\": \"www.mills.edu\",\n                \"hasOtherTopicConsumption\": true\n            }\n        },\n        {\n            \"id\": \"7ab038a0-db6a-4157-8ca5-69e05337c98e\",\n            \"category\": \"Cloud\",\n            \"topic\": \"Cloud Computing\",\n            \"signalScore\": 85,\n            \"audienceStrength\": \"B\",\n            \"newSignal\": true,\n            \"signalDate\": \"6/21/2020 12:00 AM\",\n            \"trend\": 26,\n            \"recommendedContacts\": [\n                {\n                    \"id\": 1543255409,\n                    \"firstName\": \"Susan\",\n                    \"lastName\": \"Lamb\",\n                    \"jobTitle\": \"President\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                }\n            ],\n            \"company\": {\n                \"id\": 50978158,\n                \"name\": \"Diablo Valley College\",\n                \"website\": \"www.dvc.edu\",\n                \"hasOtherTopicConsumption\": true\n            }\n        },\n        {\n            \"id\": \"d9bed256-5b94-40b3-8773-2fa40226c8ed\",\n            \"category\": \"Cloud\",\n            \"topic\": \"Cloud Applications\",\n            \"signalScore\": 83,\n            \"audienceStrength\": \"C\",\n            \"newSignal\": true,\n            \"signalDate\": \"7/12/2020 12:00 AM\",\n            \"trend\": 24,\n            \"recommendedContacts\": [\n                {\n                    \"id\": 2670266631,\n                    \"firstName\": \"Ching\",\n                    \"lastName\": \"Wang\",\n                    \"jobTitle\": \"President & Chief Executive Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": -1055918224,\n                    \"firstName\": \"Michael\",\n                    \"lastName\": \"Chiu\",\n                    \"jobTitle\": \"President\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 2939458238,\n                    \"firstName\": \"Ramez\",\n                    \"lastName\": \"Sakkab\",\n                    \"jobTitle\": \"President\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                }\n            ],\n            \"company\": {\n                \"id\": 33702638,\n                \"name\": \"Samuel Merritt University\",\n                \"website\": \"www.samuelmerritt.edu\",\n                \"hasOtherTopicConsumption\": true\n            }\n        },\n        {\n            \"id\": \"f1432f95-5300-4fd9-ba58-c90114f7bdc0\",\n            \"category\": \"Cloud\",\n            \"topic\": \"Cloud Applications\",\n            \"signalScore\": 86,\n            \"audienceStrength\": \"B\",\n            \"newSignal\": true,\n            \"signalDate\": \"6/21/2020 12:00 AM\",\n            \"trend\": 27,\n            \"recommendedContacts\": [\n                {\n                    \"id\": 2671385855,\n                    \"firstName\": \"Elizabeth\",\n                    \"lastName\": \"Hillman\",\n                    \"jobTitle\": \"President\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                }\n            ],\n            \"company\": {\n                \"id\": 78366485,\n                \"name\": \"Mills College\",\n                \"website\": \"www.mills.edu\",\n                \"hasOtherTopicConsumption\": true\n            }\n        },\n        {\n            \"id\": \"f1971651-c742-41f3-93ac-cebe89ec78f8\",\n            \"category\": \"Cloud\",\n            \"topic\": \"Cloud Applications\",\n            \"signalScore\": 84,\n            \"audienceStrength\": \"B\",\n            \"newSignal\": true,\n            \"signalDate\": \"6/28/2020 12:00 AM\",\n            \"trend\": 25,\n            \"recommendedContacts\": [\n                {\n                    \"id\": 1970683957,\n                    \"firstName\": \"Patrick\",\n                    \"lastName\": \"Ekoue-totou\",\n                    \"jobTitle\": \"Chief Information Officer & Director, Information Technology\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Information Technology\",\n                            \"department\": \"Information Technology\"\n                        },\n                        {\n                            \"name\": \"Information Technology Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                }\n            ],\n            \"company\": {\n                \"id\": 65571648,\n                \"name\": \"College of Marin\",\n                \"website\": \"www.marin.edu\",\n                \"hasOtherTopicConsumption\": true\n            }\n        }\n    ]\n}"}],"_postman_id":"93f940a4-4381-49dd-8fbc-42cbc75a7a39"},{"name":"Intent Search Inputs","id":"14669274-88b8-4762-8d61-57d2fd5abf12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/intent/search","description":"<p>Returns a list of fields you can use as input for the <a href=\"#93f940a4-4381-49dd-8fbc-42cbc75a7a39\">Intent Search</a> endpoint.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","inputfields","intent","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7453278b-a3b6-4792-8e30-28300cfce60d","name":"Intent Search Inputs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/intent/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Jul 2020 20:00:37 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"5b3e4f790f87ebe8-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=7c92aab28a16a819b11a05bd1f2d315bc49963834ddeebd2bab7bb8578c6a9ba:59135a31-c5e3-11ea-b90a-bfcce47ec1ab; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"03facfffa80000ebe842b8f200000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1497","enabled":true},{"key":"X-RateLimit-Reset","value":"1594929656","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fieldName\": \"topics\",\n        \"fieldType\": \"ArrayList\",\n        \"description\": \"Intent topics. Accepts an Array of String. See the 'Intent Topics' endpoint for values.\"\n    },\n    {\n        \"fieldName\": \"signalStartDate\",\n        \"fieldType\": \"String\",\n        \"description\": \"Start date for a company signaling interest in a topic\"\n    },\n    {\n        \"fieldName\": \"signalEndDate\",\n        \"fieldType\": \"String\",\n        \"description\": \"End date for a company signaling interest in a topic\"\n    },\n    {\n        \"fieldName\": \"signalScoreMin\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Minimum signal score. Use with signalScoreMax to form a range. Minimum score is 60 and maximum is 100.\"\n    },\n    {\n        \"fieldName\": \"signalScoreMax\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Maximum signal score. Use with signalScoreMin to form a range. Minimum score is 60 and maximum is 100.\"\n    },\n    {\n        \"fieldName\": \"audienceStrengthMin\",\n        \"fieldType\": \"String\",\n        \"description\": \"Minimum audience strength score. Use with audienceStrengthMax to form a range. Values are A, B, C, D, and E, with A indicating a larger audience.\"\n    },\n    {\n        \"fieldName\": \"audienceStrengthMax\",\n        \"fieldType\": \"String\",\n        \"description\": \"Maximum audience strength score. Use with audienceStrengthMin to form a range. Values are A, B, C, D, and E, with A indicating a larger audience.\"\n    },\n    {\n        \"fieldName\": \"companyDescription\",\n        \"fieldType\": \"String\",\n        \"description\": \"Text description unique to the company you want to use as search criteria\"\n    },\n    {\n        \"fieldName\": \"companyType\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company type (private, public, and so on)\"\n    },\n    {\n        \"fieldName\": \"address\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company address\"\n    },\n    {\n        \"fieldName\": \"street\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company street\"\n    },\n    {\n        \"fieldName\": \"state\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company state\"\n    },\n    {\n        \"fieldName\": \"zipCode\",\n        \"fieldType\": \"String\",\n        \"description\": \"Zip Code of the company's primary address\"\n    },\n    {\n        \"fieldName\": \"country\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company country\"\n    },\n    {\n        \"fieldName\": \"continent\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company continent\"\n    },\n    {\n        \"fieldName\": \"zipCodeRadiusMiles\",\n        \"fieldType\": \"String\",\n        \"description\": \"Used in conjunction with zipCode, designates a geographical radius (in miles) from the zipCode provided.\"\n    },\n    {\n        \"fieldName\": \"hashTagString\",\n        \"fieldType\": \"String\",\n        \"description\": \"Hash tags for a company. Can include a comma-separated list.\"\n    },\n    {\n        \"fieldName\": \"techAttributeTagList\",\n        \"fieldType\": \"String\",\n        \"description\": \"Specify technology product tags\"\n    },\n    {\n        \"fieldName\": \"subUnitTypes\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company sub types (e.g., division, subsidiary and so on).\"\n    },\n    {\n        \"fieldName\": \"primaryIndustriesOnly\",\n        \"fieldType\": \"Boolean\",\n        \"description\": \"Used in conjunction with the industryCodes input parameter. When set to true, any result returned must have one of the specified industries in the top two. If no industries are specified, then this parameter will be ignored. Default is false.\"\n    },\n    {\n        \"fieldName\": \"industryCodes\",\n        \"fieldType\": \"String\",\n        \"description\": \"Top-level industry that the contact works in. A contact can have multiple top level industries. Tags are based on the contact's current company. Can include a comma-separated list.\"\n    },\n    {\n        \"fieldName\": \"industryKeywords\",\n        \"fieldType\": \"String\",\n        \"description\": \"Industry keywords associated with a company. Can include a comma-separated list.\"\n    },\n    {\n        \"fieldName\": \"sicCodes\",\n        \"fieldType\": \"String\",\n        \"description\": \"Four-digit numerical codes assigned by the U.S. government to business establishments to identify the primary business of the establishment.\"\n    },\n    {\n        \"fieldName\": \"naicsCodes\",\n        \"fieldType\": \"String\",\n        \"description\": \"Four-digit numerical codes assigned by the U.S. government to business establishments to identify the primary business of the establishment. \"\n    },\n    {\n        \"fieldName\": \"revenueMin\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Minimum annual revenue for a company in U.S. dollars. Use with revenueMax to set a range. Alternatively, you can use the revenue parameter to search for pre-defined ranges.\"\n    },\n    {\n        \"fieldName\": \"revenueMax\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Maximum annual revenue for a company in U.S. dollars. Use with revenueMin to set a range. Alternatively, you can use the revenue parameter to search for pre-defined ranges.\"\n    },\n    {\n        \"fieldName\": \"revenue\",\n        \"fieldType\": \"String\",\n        \"description\": \"Annual revenue range in U.S. dollars. Accepts a comma-separated list of values. Alternatively, to get more granular ranges, you can use the revenueMin and revenueMax parameters.\"\n    },\n    {\n        \"fieldName\": \"employeeRangeMin\",\n        \"fieldType\": \"String\",\n        \"description\": \"Minimum employee count for a company. Use with employeeRangeMax to set a range. Alternatively, you can use the employeeCount parameter to search for pre-defined ranges.\"\n    },\n    {\n        \"fieldName\": \"employeeRangeMax\",\n        \"fieldType\": \"String\",\n        \"description\": \"Maximum employee count for a company. Use with employeeRangeMin to set a range. Alternatively, you can use the employeeCount parameter to search for pre-defined ranges.\"\n    },\n    {\n        \"fieldName\": \"employeeCount\",\n        \"fieldType\": \"String\",\n        \"description\": \"Employee count range. Accepts a comma-separated list of values. Alternatively, to get more granular ranges, you can use the employeeRangeMin and employeeRangeMax parameters.\"\n    },\n    {\n        \"fieldName\": \"companyRanking\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company ranking list (e.g., Fortune 500 and so on)\"\n    },\n    {\n        \"fieldName\": \"metroRegion\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company metro area. Accepts a comma-separated list of U.S. and Canada metro areas.\"\n    },\n    {\n        \"fieldName\": \"locationSearchType\",\n        \"fieldType\": \"String\",\n        \"description\": \"Location type (Person, Company, PersonThenHQ). Accepts a comma-separated list of values.\"\n    },\n    {\n        \"fieldName\": \"fundingAmountMin\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Minimum funding amount in thousands (e.g., 1 = 1000, 500 = 500,000). If fundingAmountMin is used without fundingAmountMax, the result will be the amount specified or greater.\"\n    },\n    {\n        \"fieldName\": \"fundingAmountMax\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Maximum funding amount in thousands (e.g., 1 = 1000, 500 = 500,000). If fundingAmountMax is used without fundingAmountMin, the result will be the amount specified or less.\"\n    },\n    {\n        \"fieldName\": \"fundingStartDate\",\n        \"fieldType\": \"String\",\n        \"description\": \"Start date of the funding in YYYY-MM-DD format. If fundingStartDate and fundingEndDate are both specified, they will be used as a range. Start date after end date returns an error. If start date and end date are the same, will return results for exact date.\"\n    },\n    {\n        \"fieldName\": \"fundingEndDate\",\n        \"fieldType\": \"String\",\n        \"description\": \"End date of the funding in YYYY-MM-DD format. If fundingStartDate and fundingEndDate are both specified, they will be used as a range. Start date after end date returns an error. If start date and end date are the same, will return results for exact date.\"\n    },\n    {\n        \"fieldName\": \"excludedRegions\",\n        \"fieldType\": \"String\",\n        \"description\": \"Exclude a company metro area. Accepts a comma-separated list of U.S. and Canada metro areas.\"\n    },\n    {\n        \"fieldName\": \"zoominfoContactsMin\",\n        \"fieldType\": \"String\",\n        \"description\": \"Minimum number of ZoomInfo contacts associated with company\"\n    },\n    {\n        \"fieldName\": \"zoominfoContactsMax\",\n        \"fieldType\": \"String\",\n        \"description\": \"Maximum number of ZoomInfo contacts associated with company\"\n    },\n    {\n        \"fieldName\": \"companyStructureIncludedSubUnitTypes\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company hierarchical structure\"\n    },\n    {\n        \"fieldName\": \"oneYearEmployeeGrowthRateMin\",\n        \"fieldType\": \"String\",\n        \"description\": \"Minimum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMax to set a range.\"\n    },\n    {\n        \"fieldName\": \"oneYearEmployeeGrowthRateMax\",\n        \"fieldType\": \"String\",\n        \"description\": \"Maximum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMin to set a range.\"\n    },\n    {\n        \"fieldName\": \"twoYearEmployeeGrowthRateMin\",\n        \"fieldType\": \"String\",\n        \"description\": \"Minimum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMax to set a range.\"\n    },\n    {\n        \"fieldName\": \"twoYearEmployeeGrowthRateMax\",\n        \"fieldType\": \"String\",\n        \"description\": \"Maximum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMin to set a range.\"\n    },\n    {\n        \"fieldName\": \"certified\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Denotes if ZoomInfo's research and data team has confirmed activity within the past 12 months\"\n    },\n    {\n        \"fieldName\": \"excludeDefunctCompanies\",\n        \"fieldType\": \"Boolean\",\n        \"description\": \"Include or exclude defunct companies. The default value is false.\"\n    },\n    {\n        \"fieldName\": \"rpp\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Limits the results returned to the given number of results per page\"\n    },\n    {\n        \"fieldName\": \"page\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Provides the results for the given page, used in conjunction with rpp\"\n    },\n    {\n        \"fieldName\": \"sortBy\",\n        \"fieldType\": \"String\",\n        \"description\": \"Sorts results by valid output fields\"\n    },\n    {\n        \"fieldName\": \"sortOrder\",\n        \"fieldType\": \"String\",\n        \"description\": \"Default value is desc. It accepts the following values { Asc, Ascending, desc, descending }\"\n    }\n]"}],"_postman_id":"14669274-88b8-4762-8d61-57d2fd5abf12"},{"name":"Intent Search Outputs","id":"8f3540ee-4093-48e4-aebb-97133a864912","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/outputfields/intent/search","description":"<p>Returns a list of output fields for the <a href=\"#93f940a4-4381-49dd-8fbc-42cbc75a7a39\">Intent Search</a> endpoint.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","outputfields","intent","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7b247cab-cb32-4ff9-a83e-77d811c22882","name":"Intent Search Outputs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/outputfields/intent/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 Feb 2021 21:15:36 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"623ac3adce1aec00-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=ba8cabd144de2f65e7eb45aa969d5d069a07868dc4ea9b06fc199d150654a670:4b75fad1-722d-11eb-a706-8935b8314dad; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"085898a09f0000ec0003257000000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1613682997","enabled":true},{"key":"X-Request-Id","value":"351ac434-60f7-49e0-a319-ae9680f108f1","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fieldName\": \"id\",\n        \"description\": \"Unique ZoomInfo identifier for a topic\"\n    },\n    {\n        \"fieldName\": \"category\",\n        \"description\": \"Intent category\"\n    },\n    {\n        \"fieldName\": \"topic\",\n        \"description\": \"Intent topic\"\n    },\n    {\n        \"fieldName\": \"signalScore\",\n        \"description\": \"Signal score for the topic\"\n    },\n    {\n        \"fieldName\": \"audienceStrength\",\n        \"description\": \"Audience strength for the topic\"\n    },\n    {\n        \"fieldName\": \"signalDate\",\n        \"description\": \"Date the signal was identified\"\n    },\n    {\n        \"fieldName\": \"companyId\",\n        \"description\": \"Unique ZoomInfo identifier for a company\"\n    },\n    {\n        \"fieldName\": \"companyName\",\n        \"description\": \"Company name\"\n    },\n    {\n        \"fieldName\": \"companyWebsite\",\n        \"description\": \"Company website URL in http://www.example.com format\"\n    },\n    {\n        \"fieldName\": \"companyHasOtherTopicConsumption\",\n        \"description\": \"Indicates whether a company has other topics with increased consumption. Values are true and false.\"\n    },\n    {\n        \"fieldName\": \"recommendedContacts\",\n        \"description\": \"Suggested contacts at the company that are related to the intent topic\"\n    }\n]"}],"_postman_id":"8f3540ee-4093-48e4-aebb-97133a864912"}],"id":"503ec408-0a04-41d2-80e4-d538387ff0c4","description":"<p>Use <a href=\"#93f940a4-4381-49dd-8fbc-42cbc75a7a39\">Intent Search</a> to retrieve Intent-related data using valid query parameters.</p>\n<ul>\n<li>To build your request, retrieve a list of valid query parameters using <a href=\"#14669274-88b8-4762-8d61-57d2fd5abf12\">Intent Search Inputs</a>.</li>\n<li>For requests that require you to specify supported values (e.g., Intent topics), use the <a href=\"#efe7b4b8-1ef2-4fcd-a20f-9da68f6b2055\">Lookup</a> endpoints.</li>\n<li>Use <a href=\"#8f3540ee-4093-48e4-aebb-97133a864912\">Intent Search Outputs</a> to retrieve a list of expected response fields that will be returned from <a href=\"#93f940a4-4381-49dd-8fbc-42cbc75a7a39\">Intent Search</a>.</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"8dc57375-763a-4561-9438-14f0d077577a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5ac52663-8a02-41a6-b497-f2668e5f7872","type":"text/javascript","exec":[""]}}],"_postman_id":"503ec408-0a04-41d2-80e4-d538387ff0c4"}],"id":"20219386-4c34-485e-a859-c697d64f2ae9","description":"<p>Search API Search endpoints let you conduct broad or specific, criteria-based searches to see if the data you’re looking for exists in the Zoominfo database.</p>\n","event":[{"listen":"prerequest","script":{"id":"5fc68270-79fc-477d-881a-354e3a5f6f4a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6c51aac2-4df4-4a0a-be6e-ec235a241c9d","type":"text/javascript","exec":["pm.test(\"Response header contains X-Usage\", function () {","    pm.response.to.have.header(\"X-Usage\");","});","","pm.test(\"Response includes maxResults, totalResults and currentPage\", function () {","    pm.expect(pm.response.json()).to.include.keys(\"maxResults\");","    pm.expect(pm.response.json()).to.include.keys(\"totalResults\");","    pm.expect(pm.response.json()).to.include.keys(\"currentPage\");","});","","pm.test(\"Response includes data\", function () {","    pm.expect(pm.response.json()).to.include.keys(\"data\");","});"]}}],"_postman_id":"20219386-4c34-485e-a859-c697d64f2ae9"},{"name":"Enrich","item":[{"name":"Contact Enrich","item":[{"name":"Contact Enrich","event":[{"listen":"test","script":{"id":"a5ca25ae-6d8d-4457-8779-efaff31f97b9","exec":["pm.test(\"Make sure it does not return error\", function () {","    var data = pm.response.json().result;","    if (data.length > 0) {","        for (var i=0; i<data.length; i++) {","            var item = data[i].data[0];","            pm.expect(item).not.to.include.keys(\"error\");","            pm.expect(item).not.to.include.keys(\"message\");","        }","    }","});","","var inputObj = JSON.parse(pm.request.body);","pm.test(\"Input contains matchPersonInput\", function () {","    pm.expect(inputObj).to.include.keys(\"matchPersonInput\");","});","","var xUsage = JSON.parse(postman.getResponseHeader(\"X-Usage\"));","pm.test(\"X-Usage includes p_enrich count\", function () {","    pm.expect(xUsage).to.include.keys(\"p_enrich\");","})","","",""],"type":"text/javascript"}}],"id":"c145dd01-eb54-4fc2-bbdb-9edc04b7ea1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{jwtToken}}"}],"body":{"mode":"raw","raw":"{\n    \"outputFields\": [\n        \"mobilePhone\",\n        \"phone\"\n    ],\n    \"matchPersonInput\": [\n        {\n            \"personId\": 1584305636\n        }\n    ]\n}"},"url":"{{protocol}}://{{url}}/enrich/contact","description":"<p>Use this endpoint to match contact information based on <a href=\"#dbaf31cd-0f7a-4bf3-b6c1-077f3c31f2df\">input values</a> and return the desired output fields in the response. Use <a href=\"#28b47784-3186-4fc4-af91-12e6bc6fb31a\">Contact Enrich Outputs</a> to retrieve the list of available output fields.</p>\n<p><strong>Input combinations</strong></p>\n<p>To match a contact, you must use one of the following combinations of parameters to construct your input:</p>\n<ul>\n<li><p><code>personId</code> OR <code>emailAddress</code> OR <code>hashedEmail</code> OR <code>phone</code>. Because these values are unique to a single person, you can use any one of these values to search without providing any additional parameters. You can optionally combine one of these values with a <code>companyId</code>/<code>companyName</code>.</p>\n</li>\n<li><p><code>firstName</code> AND <code>lastName</code> AND <code>companyId</code>/<code>companyName</code>. Combining these values effectively results in a unique person.</p>\n</li>\n<li><p><code>fullName</code> AND <code>companyId</code>/<code>companyName</code>. Combining these values effectively results in a unique person.</p>\n</li>\n</ul>\n<p><strong>Maximum inputs per request</strong></p>\n<p>You can input a maximum of 25 contacts in a single enrich request, returning the equivalent number of matching records. See the endpoint examples for how to build queries using multiple inputs.</p>\n<p><strong>Required fields</strong></p>\n<p>You can specify a list of required fields for each record returned. This supports all output fields and can be used as a comma-separated list. See the \"Enrich contacts using required fields\" example provided with this endpoint for sample JSON used for the request.</p>\n<p><strong>Input params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>DataType</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>personId</td>\n<td>Long integer or string</td>\n<td>Unique ZoomInfo identifier for the contact</td>\n</tr>\n<tr>\n<td>fullName</td>\n<td>String</td>\n<td>Contact full name</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>String</td>\n<td>Contact first name</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>String</td>\n<td>Contact last name</td>\n</tr>\n<tr>\n<td>emailAddress</td>\n<td>String</td>\n<td>Business or Personal email address for the contact in <a href=\"https://mailto:example@example.com\">example@example.com</a> format</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>Contact direct or mobile phone number</td>\n</tr>\n<tr>\n<td>jobTitle</td>\n<td>String</td>\n<td>Contact title at current place of employment</td>\n</tr>\n<tr>\n<td>hashedEmail</td>\n<td>String</td>\n<td>Hashed email value for the contact. Allows matching via an email address with the extra security of not exposing the email. Supported hash algorithms are: MD5, SHA1, SHA256 and SHA512.</td>\n</tr>\n<tr>\n<td>externalURL</td>\n<td>String</td>\n<td>Social media URLs for the contact (e.g., Facebook, Twitter, LinkedIn)</td>\n</tr>\n<tr>\n<td>lastUpdatedDateAfter</td>\n<td>String</td>\n<td>The date after which the contact's profile was last updated in YYYY-MM-DD format</td>\n</tr>\n<tr>\n<td>validDateAfter</td>\n<td>String</td>\n<td>The date after which the contact's profile was last validated in YYYY-MM-DD format</td>\n</tr>\n<tr>\n<td>companyId</td>\n<td>Long integer or string</td>\n<td>Unique ZoomInfo identifier for the company</td>\n</tr>\n<tr>\n<td>companyName</td>\n<td>String</td>\n<td>Name of the company for for which the contact works, or has worked</td>\n</tr>\n<tr>\n<td>contactAccuracyScoreMin</td>\n<td>Integer</td>\n<td>Return contacts that meet the minimum accuracy score or higher</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Output fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Unique ZoomInfo identifier for the contact</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>Contact first name</td>\n</tr>\n<tr>\n<td>middleName</td>\n<td>Contact middle name</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>Contact last name</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Work email address for the contact in <a href=\"https://mailto:example@example.com\">example@example.com</a> format</td>\n</tr>\n<tr>\n<td>hasCanadianEmail</td>\n<td>Indicates whether the contact's email address is associated with a Canada domain</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>Contact direct phone number</td>\n</tr>\n<tr>\n<td>directPhoneDoNotCall</td>\n<td>Contact flagged with \"do not call\" for direct phone</td>\n</tr>\n<tr>\n<td>street</td>\n<td>Street for the contact's work address</td>\n</tr>\n<tr>\n<td>city</td>\n<td>City for the contact's work address</td>\n</tr>\n<tr>\n<td>region</td>\n<td>State or province for the contact's work address</td>\n</tr>\n<tr>\n<td>metroArea</td>\n<td>Metro area for the contact's work address</td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>Zip Code or Postal Code for the contact's work address</td>\n</tr>\n<tr>\n<td>state</td>\n<td>State or province for the contact's work address</td>\n</tr>\n<tr>\n<td>country</td>\n<td>Country for the contact's work address</td>\n</tr>\n<tr>\n<td>continent</td>\n<td>Continent for the contact's work address</td>\n</tr>\n<tr>\n<td>personHasMoved</td>\n<td>Indicates ZoomInfo recognizes the contact does not match ZoomInfo's current company but does match known employment history</td>\n</tr>\n<tr>\n<td>withinEu</td>\n<td>Indicates whether the contact's work address is in Europe</td>\n</tr>\n<tr>\n<td>withinCalifornia</td>\n<td>Indicates whether the contact's work address is in California</td>\n</tr>\n<tr>\n<td>withinCanada</td>\n<td>Indicates whether the contact's work address is in Canada</td>\n</tr>\n<tr>\n<td>validDate</td>\n<td>Date on which the contact record was last validated</td>\n</tr>\n<tr>\n<td>lastUpdatedDate</td>\n<td>Date on which the contact record was last updated</td>\n</tr>\n<tr>\n<td>noticeProvidedDate</td>\n<td>Date on which the contact was notified of inclusion in ZoomInfo's database</td>\n</tr>\n<tr>\n<td>salutation</td>\n<td>Contact salutation</td>\n</tr>\n<tr>\n<td>suffix</td>\n<td>Contact suffix</td>\n</tr>\n<tr>\n<td>jobTitle</td>\n<td>Contact job title at current place of employment</td>\n</tr>\n<tr>\n<td>jobFunction</td>\n<td>Contact job function at current place of employment</td>\n</tr>\n<tr>\n<td>education</td>\n<td>Contact education details</td>\n</tr>\n<tr>\n<td>hashedEmails</td>\n<td>Contact MD5 encrypted email address(es)</td>\n</tr>\n<tr>\n<td>picture</td>\n<td>The URL which can be used to retrieve a photo for the contact</td>\n</tr>\n<tr>\n<td>mobilePhoneDoNotCall</td>\n<td>Contact flagged with \"do not call\" for mobile phone</td>\n</tr>\n<tr>\n<td>externalUrls</td>\n<td>Social media URLs for the contact (e.g., Facebook, Twitter, LinkedIn)</td>\n</tr>\n<tr>\n<td>employmentHistory</td>\n<td>Contact employment history</td>\n</tr>\n<tr>\n<td>managementLevel</td>\n<td>Contact management level</td>\n</tr>\n<tr>\n<td>contactAccuracyScore</td>\n<td>This score indicates the likelihood that a contact is reachable and still employed by the company listed. Minimum score is 75 and maximum is 99.</td>\n</tr>\n<tr>\n<td>companyId</td>\n<td>Unique ZoomInfo identifier for a company</td>\n</tr>\n<tr>\n<td>companyName</td>\n<td>Name of the contact's current company</td>\n</tr>\n<tr>\n<td>companyDescriptionList</td>\n<td>List of descriptions associated with the contact's current company</td>\n</tr>\n<tr>\n<td>companyPhone</td>\n<td>Phone number of the company's primary address</td>\n</tr>\n<tr>\n<td>companyFax</td>\n<td>Fax number of the company's primary address</td>\n</tr>\n<tr>\n<td>companyStreet</td>\n<td>Street of the company's primary address</td>\n</tr>\n<tr>\n<td>companyCity</td>\n<td>City of the company's primary address</td>\n</tr>\n<tr>\n<td>companyState</td>\n<td>State or province of the company's primary address</td>\n</tr>\n<tr>\n<td>companyZipCode</td>\n<td>Zip Code or Postal Code of the company's primary address</td>\n</tr>\n<tr>\n<td>companyCountry</td>\n<td>Country of the company's primary address</td>\n</tr>\n<tr>\n<td>companyContinent</td>\n<td>Continent for the ccompany's primary address</td>\n</tr>\n<tr>\n<td>companyLogo</td>\n<td>The URL which can be used to retrieve the logo for the company</td>\n</tr>\n<tr>\n<td>companyDivision</td>\n<td>Contact primary division name at current place of employment</td>\n</tr>\n<tr>\n<td>companySicCodes</td>\n<td>The Standard Industrial Classification is a system for classifying industries by a four-digit code.</td>\n</tr>\n<tr>\n<td>companyNaicsCodes</td>\n<td>The North American Industry Classification System (NAICS) is the standard used by Federal statistical agencies in classifying business establishments for the purpose of collecting, analyzing, and publishing statistical data related to the U.S. business economy.</td>\n</tr>\n<tr>\n<td>companyWebsite</td>\n<td>URL to the company website in <a href=\"http://www.example.com\">http://www.example.com</a> format</td>\n</tr>\n<tr>\n<td>companyRevenue</td>\n<td>Company revenue (e.g., $400 Million)</td>\n</tr>\n<tr>\n<td>companyRevenueNumeric</td>\n<td>Company revenue in raw number (e.g., 400 million is expressed as 400000000)</td>\n</tr>\n<tr>\n<td>companyEmployeeCount</td>\n<td>Employee count range</td>\n</tr>\n<tr>\n<td>companyType</td>\n<td>Company type (private, public, npo, education, government, other)</td>\n</tr>\n<tr>\n<td>companyTicker</td>\n<td>Company stock ticker symbol</td>\n</tr>\n<tr>\n<td>companyRanking</td>\n<td>Company ranking list (e.g., Fortune 500 and so on)</td>\n</tr>\n<tr>\n<td>isDefunct</td>\n<td>Indicates whether the company still exists</td>\n</tr>\n<tr>\n<td>companySocialMediaUrls</td>\n<td>Social media URLs for the company (e.g., Facebook, Twitter, LinkedIn)</td>\n</tr>\n<tr>\n<td>isCalifornia</td>\n<td></td>\n</tr>\n<tr>\n<td>isCanada</td>\n<td></td>\n</tr>\n<tr>\n<td>companyPrimaryIndustry</td>\n<td>Top-level industry for a company</td>\n</tr>\n<tr>\n<td>companyIndustries</td>\n<td>The industry grouping for the company. A company can have multiple industries.</td>\n</tr>\n<tr>\n<td>companyRevenueRange</td>\n<td>Revenue range of the contact's current company</td>\n</tr>\n<tr>\n<td>companyEmployeeRange</td>\n<td>Employee range of the contact's current company</td>\n</tr>\n<tr>\n<td>locationCompanyId</td>\n<td>Company ID for the contact's location</td>\n</tr>\n<tr>\n<td>positionStartDate</td>\n<td>The date on which the contact began their current employment</td>\n</tr>\n<tr>\n<td>yearsOfExperience</td>\n<td>Years of overall experience</td>\n</tr>\n<tr>\n<td>techSkills</td>\n<td>List of technology skills identified for a contact</td>\n</tr>\n<tr>\n<td>engagements</td>\n<td>List of the contact's engagements. Includes the date and type of each engagement</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{protocol}}","path":["enrich","contact"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"facffdff-484e-4fc5-a217-a12e04c186ea","name":"Enrich contact by first name, last name, companyId","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"matchPersonInput\": [\n        {\n            \"firstName\": \"Henry\",\n            \"lastName\": \"Schuck\",\n            \"companyId\": 346572700\n        }\n    ],\n    \"outputFields\": [\n        \"id\",\n        \"firstName\",\n        \"middleName\",\n        \"lastName\",\n        \"email\",\n\t\t\"hasCanadianEmail\",\n\t\t\"phone\",\n\t\t\"directPhoneDoNotCall\",\n        \"street\",\n        \"city\",\n        \"region\",\n        \"metroArea\",\n        \"zipCode\",\n        \"state\",\n        \"country\",\n        \"personHasMoved\",\n        \"withinEu\",\n        \"withinCalifornia\",\n        \"withinCanada\",\n        \"lastUpdatedDate\",\n        \"noticeProvidedDate\",        \n        \"salutation\",\n        \"suffix\",\n        \"jobTitle\",\n        \"jobFunction\",\n        \"companyDivision\",\n        \"education\",\n        \"hashedEmails\",\n        \"picture\",\n\t\t\"mobilePhoneDoNotCall\",\n        \"externalUrls\",\n        \"companyId\",\n        \"companyName\",\n        \"companyDescriptionList\",\n        \"companyPhone\",\n        \"companyFax\",\n        \"companyStreet\",\n        \"companyCity\",\n        \"companyState\",\n        \"companyZipCode\",\n        \"companyCountry\",\n        \"companyLogo\",\n        \"companySicCodes\",\n        \"companyNaicsCodes\",\n        \"contactAccuracyScore\",\n        \"companyWebsite\",\n        \"companyRevenue\",\n        \"companyRevenueNumeric\",\n        \"companyEmployeeCount\",\n        \"companyType\",\n        \"companyTicker\",\n        \"companyRanking\",\n        \"isDefunct\",\n        \"companySocialMediaUrls\",\n        \"companyPrimaryIndustry\",\n        \"companyIndustries\",\n        \"companyRevenueRange\",\n        \"companyEmployeeRange\",\n        \"employmentHistory\",\n        \"managementLevel\",\n        \"locationCompanyId\"\n    ]\n}"},"url":"{{protocol}}://{{url}}/enrich/contact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Nov 2020 16:22:49 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"5ed7ea6ab960ebec-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=e7db1952c3c428b300d7ae68283c6a1587e2640221c25672d39a1ecc58fe7f4d:3f7c2db0-1eec-11eb-bdb4-093d0d48e40a; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"063ad0d6ae0000ebec2596f000000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1498","enabled":true},{"key":"X-RateLimit-Reset","value":"1604593422","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999953355","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999910710","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9998892","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9999237","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000010","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99999253","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"outputFields\": [\n            [\n                \"id\",\n                \"firstname\",\n                \"middlename\",\n                \"lastname\",\n                \"email\",\n                \"hascanadianemail\",\n                \"phone\",\n                \"directphonedonotcall\",\n                \"street\",\n                \"city\",\n                \"region\",\n                \"metroarea\",\n                \"zipcode\",\n                \"state\",\n                \"country\",\n                \"personhasmoved\",\n                \"withineu\",\n                \"withincalifornia\",\n                \"withincanada\",\n                \"lastupdateddate\",\n                \"noticeprovideddate\",\n                \"salutation\",\n                \"suffix\",\n                \"jobtitle\",\n                \"jobfunction\",\n                \"companydivision\",\n                \"education\",\n                \"hashedemails\",\n                \"picture\",\n                \"mobilephonedonotcall\",\n                \"externalurls\",\n                \"companyid\",\n                \"companyname\",\n                \"companydescriptionlist\",\n                \"companyphone\",\n                \"companyfax\",\n                \"companystreet\",\n                \"companycity\",\n                \"companystate\",\n                \"companyzipcode\",\n                \"companycountry\",\n                \"companylogo\",\n                \"companysiccodes\",\n                \"companynaicscodes\",\n                \"contactaccuracyscore\",\n                \"companywebsite\",\n                \"companyrevenue\",\n                \"companyrevenuenumeric\",\n                \"companyemployeecount\",\n                \"companytype\",\n                \"companyticker\",\n                \"companyranking\",\n                \"isdefunct\",\n                \"companysocialmediaurls\",\n                \"companyprimaryindustry\",\n                \"companyindustries\",\n                \"companyrevenuerange\",\n                \"companyemployeerange\",\n                \"employmenthistory\",\n                \"managementlevel\",\n                \"locationcompanyid\",\n                \"companyId\"\n            ]\n        ],\n        \"result\": [\n            {\n                \"input\": {\n                    \"companyid\": 346572700,\n                    \"firstname\": \"henry\",\n                    \"lastname\": \"schuck\"\n                },\n                \"data\": [\n                    {\n                        \"id\": 1260398587,\n                        \"firstName\": \"Henry\",\n                        \"middleName\": \"L.\",\n                        \"lastName\": \"Schuck\",\n                        \"email\": \"henry.schuck@zoominfo.com\",\n                        \"hasCanadianEmail\": \"false\",\n                        \"phone\": \"(360) 783-6816\",\n                        \"directPhoneDoNotCall\": false,\n                        \"street\": \"805 Broadway Ste. 900\",\n                        \"city\": \"Vancouver\",\n                        \"region\": \"Washington\",\n                        \"metroArea\": \"Portland\",\n                        \"zipCode\": \"98660\",\n                        \"state\": \"Washington\",\n                        \"country\": \"United States\",\n                        \"personHasMoved\": \"Uncertain\",\n                        \"withinEu\": false,\n                        \"withinCalifornia\": true,\n                        \"withinCanada\": false,\n                        \"lastUpdatedDate\": \"1/5/2020 2:59 PM\",\n                        \"noticeProvidedDate\": \"06/27/2020\",\n                        \"salutation\": \"\",\n                        \"suffix\": \"\",\n                        \"jobTitle\": \"Founder & Chief Executive Officer\",\n                        \"jobFunction\": [\n                            {\n                                \"name\": \"Executive\",\n                                \"department\": \"C-Suite\"\n                            }\n                        ],\n                        \"education\": [\n                            {\n                                \"school\": \"University of Nevada , Las Vegas\",\n                                \"educationDegree\": {\n                                    \"degree\": \"\",\n                                    \"areaOfStudy\": \"\"\n                                }\n                            },\n                            {\n                                \"school\": \"Oxford University\",\n                                \"educationDegree\": {\n                                    \"degree\": \"comparative law\",\n                                    \"areaOfStudy\": \"\"\n                                }\n                            },\n                            {\n                                \"school\": \"The Ohio State University Moritz College of Law\",\n                                \"educationDegree\": {\n                                    \"degree\": \"\",\n                                    \"areaOfStudy\": \"juris doctorate degree cum laude\"\n                                }\n                            }\n                        ],\n                        \"hashedEmails\": [\n                            \"f58f6a9d081a378bccd8c8a067f5d757c1bcfe1114b17d1a0173c4f64f132a76\",\n                            \"882301004d270daab518d5d4fc0ec9a3e790159c4802e04394c0e70d7d817a5df5d19ba86a495ea2b22c19911a4606c63af22b85326c5a477e5b845a9ffcc33d\",\n                            \"8dceb85dffad7d86c656fabd105d5781a1cdc66d3e5e0f1e723f04dc172c13e7839948f8253f382ecb91b5a3892aa4c8cec671061a24b18ef4cd3fc08a89d0bc\",\n                            \"f68bd1de672a4c37fdc87d88b4d543c2634ed129e5c73f69ca74c5dd21bc0fd6\",\n                            \"eed1872f83bf7d777eef83d459e14dc97cc8bbe4c391665d02130d1a02b9c6bae8fde805e5556bc9345e01da360856c36c08d3fde3c6564ce9eda330c11307cb\",\n                            \"b187e4ed0351e0988c5e7efb63c73d8fba14252ede5b29c4b111445ed60a205e566feaa37eb2a5da512f93d8c34bab8add0ebec823ee2a9ba718e709ae5bb999\",\n                            \"8eb26ee14126e66bbf71cfc7da77803ab2079298c4f63075b4a9329605d0844c3b9d989ae4e9486f12701bad2b40cf45c8b461b751a3b37e97b18bd07cddf950\",\n                            \"695d19bdc9be7f8e742c5f8d21d20832\",\n                            \"29d9667b9865bd4c0ade732d87491588\",\n                            \"0277d9b958853b227aae74c49fb3f47ed1a4f7a0\",\n                            \"8f74df87a34f9eace4f392081fdf1701ecdd0a82\",\n                            \"0cf4aef9be54921f056cfbd01aa21aaa\",\n                            \"c9415971b7ed54e1ef2ba9b76d7517d8\",\n                            \"3255f0cea9d54f85c3ffe066798f68c8d9ff5131\",\n                            \"c2a09501b2e2d8542c90a9014a3e035be5d5412b\",\n                            \"73874aff0dc933c6b08f9ecfdcd281ae5f2b2ef4\",\n                            \"b29c16b0355cdf202e47561cc82b2ce10325c7c9fbf35fc8c8d2ac97e1a15751\",\n                            \"0b3c1656c901009da30bd69f431f901d17aea3b5\",\n                            \"219df7fce416087db95f41b22a3e99de\",\n                            \"74a841493b2be80de6b0523e3e51388ee702162b98bf0a1b761dc20a67c24bf9dd7c1c1edb43ec378754489dcb2c8b94fe8652c4f8aad2294758f1e37738093c\",\n                            \"11862b70dc429e354ecb9e8c3f94baa980cd848a4e65b0607f098c2c4784e1e9\",\n                            \"f96d816c6506277d8917284d6ae01c086d6bb738\",\n                            \"e2107f85303216debfc490c1128ad0026bc66cba\",\n                            \"42f9c1101b858d906f1e9249377705cc\",\n                            \"2d707a32b6c36d7860df4ded85a3675da59487bd\",\n                            \"70c0572ab995de4b75a50d4f3b9527b2f23ee3729d8dee19454732bb5974b96ce3b46c126ef9da3072e0db19331b713551c8f51af7d06d7456b006e6b6c6786f\",\n                            \"cb428444a92caccbf74196a56ce2ce47bedb7c810165a3f5670e0142b9e20488\",\n                            \"fb8f9342f5555bac4b5576e18203dee9649eb6cac775a60444a08912d57ecfaf\",\n                            \"02d590f02c638a0f0a14330f8ed41ac3f29be73f3cc61510cffd5010f4076a56\",\n                            \"077edc0b42f5b3a2ebced95cb466d7540eb13f84\",\n                            \"35fae950b9267686ad59bf5540f05fe32614b05f7ce111c88215d397c4ccca80\",\n                            \"072d54d1cd80722271757be3ad70e2fa80a4f7a9ddcfa4986bdacfaf44090d01\",\n                            \"f9cec62f4b2805124098741a9ff318cfc7601014799360d909d6160941a6700d4ec1dcfbfcfd445a8fd5549670bebefd0169ab53d5332296af6c70a55e22848a\",\n                            \"4d49f8386d59b45ddda50a5ef5430120\",\n                            \"81863a5a64ae6c4df9eab6200808260ffd99324308dcdb234cb95fe2f01868fd\",\n                            \"3b4031ad2889aba895b3f7a0132f254c\",\n                            \"adb40c784326c0581284f4c8301bbeb0b217bab6a09eb811f8eee4fce2ea431b3cf01da7192c0af813ce7df177fc634770b4557c74301d41c412ee7dc890b9bf\",\n                            \"20b54d86e974f4dfeb4383ed2c748e2d79ac7d28\",\n                            \"258ba4f8558fbea656732b28211c9df8\",\n                            \"b389c6b4c6d1ab9c45a41f2ac41d7a2367b980866587f0d8afc8d07e87bf7dbee8638f4194e24674aa56a225bc9db668a6febd13fe0b975cc330dfb7c54df4f2\",\n                            \"36c30998984a06a5eb56f5322ff8a284d144d159365b93423cc08223081965d606e6af6dddd30b7fd09bc627f9dcecd3ea85c036c3ba485ed31e07d2bd7ca65b\",\n                            \"5233cc7bd91cb8234b136cd44db83d94\",\n                            \"6a17da18c38ef9b4d42cefdaf7db0a03\",\n                            \"2154155b799c35d2d58ad920146b2477635884f5af0839bc6ebbdb99216b7415\"\n                        ],\n                        \"picture\": \"https://www.zoominfo.com/ge-assets/images/leadership/henry_schuck.png\",\n                        \"mobilePhoneDoNotCall\": true,\n                        \"externalUrls\": [\n                            {\n                                \"type\": \"linkedin.com\",\n                                \"url\": \"https://www.linkedin.com/in/hschuck\"\n                            },\n                            {\n                                \"type\": \"twitter.com\",\n                                \"url\": \"https://www.twitter.com/henrylschuck\"\n                            },\n                            {\n                                \"type\": \"salesforce.com\",\n                                \"url\": \"https://www.salesforce.com/00361000005FuKPAA0\"\n                            }\n                        ],\n                        \"contactAccuracyScore\": 96,\n                        \"isDefunct\": false,\n                        \"employmentHistory\": [\n                            {\n                                \"jobTitle\": \"Vice President of Data and Marketing\",\n                                \"managementLevel\": [\n                                    \"VP-Level\"\n                                ],\n                                \"fromDate\": \"2002-01-02T00:00:00.000Z\",\n                                \"toDate\": \"2006-01-02T00:00:00.000Z\",\n                                \"company\": {\n                                    \"companyId\": 0,\n                                    \"companyName\": \"iProfile\",\n                                    \"companyPhone\": \"\",\n                                    \"companyWebsite\": \"\"\n                                }\n                            }\n                        ],\n                        \"managementLevel\": [\n                            \"C-Level\"\n                        ],\n                        \"locationCompanyId\": 344589814,\n                        \"company\": {\n                            \"division\": \"\",\n                            \"id\": 344589814,\n                            \"name\": \"ZoomInfo\",\n                            \"descriptionList\": [\n                                {\n                                    \"description\": \"ZoomInfo was founded in 2000 and is headquartered in Vancouver, Washington. The company offers a business-to-business data platform utilized by sales and marketing teams, recruiters, and other business professionals for lead generation and detailed information on people and companies.\"\n                                },\n                                {\n                                    \"description\": \"Built over 20 years ago, ZoomInfo Powered by DiscoverOrg has become the go-to-market standard for over 13,500 companies worldwide. Designed to be the single source of truth, the ZoomInfo platform offers best-in-class technology paired with unrivaled data coverage, accuracy, and depth of contacts, companies, and opportunities essential to empower sales, marketing and recruiting professionals to hit their numbers. Deeply embedded into business workflows and technology stacks- including integrations with the leading CRM, Sales Engagement, Marketing Automation, and Talent Management applications - ZoomInfo is capable of delivering more predictable, accelerated, and sustainable growth than any stand-alone solution. ZoomInfo's investors include TA Associates, The Carlyle Group and 22C Capital.\"\n                                },\n                                {\n                                    \"description\": \"ZoomInfo (NASDAQ: ZI) is a Go-To-Market Intelligence Solution for more than 15,000 companies worldwide. The ZoomInfo platform empowers business-to-business sales, marketing, and recruiting professionals to hit their number by pairing best-in-class technology with unrivaled data coverage, accuracy, and depth of contacts. With integrations embedded into workflows and technology stacks, including the leading CRM, Sales Engagement, Marketing Automation, and Talent Management applications, ZoomInfo drives more predictable, accelerated, and sustainable growth for its customers. \"\n                                },\n                                {\n                                    \"description\": \"ZoomInfo?is a leading go-to-market intelligence platform for sales and marketing teams. Its go-to-market intelligence platform delivers comprehensive and high-quality intelligence and analytics on approximately 14 million companies, including advanced attributes, technologies used by companies, intent signals, and decision-maker contact information. Its software, insights, and data enable over 15,000 companies to sell and market more effectively and efficiently. \"\n                                },\n                                {\n                                    \"description\": \"Accelerate your growth with Zoom Information Inc. (ZoomInfo), an Inc. 5000 company. ZoomInfo's Growth Acceleration Platform combines the world's most comprehensive and searchable B2B contact database with integrated tools to help companies optimize sales and marketing effectiveness, jump-start growth, and maximize profitability. The continuously updated B2B data platform provides businesses access to direct-dial phone numbers, email addresses, and professional background information. \"\n                                }\n                            ],\n                            \"phone\": \"(360) 783-6800\",\n                            \"fax\": \"(617) 507-8187\",\n                            \"street\": \"805 Broadway St Suite 900\",\n                            \"city\": \"Vancouver\",\n                            \"state\": \"Washington\",\n                            \"zipCode\": \"98660\",\n                            \"country\": \"United States\",\n                            \"logo\": \"http://www.zoominfo.com/business/mktg/images/zi_logo.png\",\n                            \"sicCodes\": [\n                                {\n                                    \"id\": \"73\",\n                                    \"name\": \"Business Services\"\n                                },\n                                {\n                                    \"id\": \"737\",\n                                    \"name\": \"Computer Programming, Data Processing, And Other Computer Related Services\"\n                                },\n                                {\n                                    \"id\": \"7375\",\n                                    \"name\": \"Information Retrieval Services\"\n                                },\n                                {\n                                    \"id\": \"27\",\n                                    \"name\": \"Printing, Publishing, And Allied Industries\"\n                                },\n                                {\n                                    \"id\": \"274\",\n                                    \"name\": \"Miscellaneous Publishing\"\n                                },\n                                {\n                                    \"id\": \"2741\",\n                                    \"name\": \"Miscellaneous Publishing\"\n                                },\n                                {\n                                    \"id\": \"731\",\n                                    \"name\": \"Advertising\"\n                                },\n                                {\n                                    \"id\": \"7371\",\n                                    \"name\": \"Computer Programming Services\"\n                                },\n                                {\n                                    \"id\": \"7372\",\n                                    \"name\": \"Prepackaged Software\"\n                                },\n                                {\n                                    \"id\": \"738\",\n                                    \"name\": \"Miscellaneous Business Services\"\n                                },\n                                {\n                                    \"id\": \"7389\",\n                                    \"name\": \"Business Services, Not Elsewhere Classified\"\n                                },\n                                {\n                                    \"id\": \"89\",\n                                    \"name\": \"Miscellaneous Services\"\n                                },\n                                {\n                                    \"id\": \"899\",\n                                    \"name\": \"Miscellaneous Services\"\n                                },\n                                {\n                                    \"id\": \"8999\",\n                                    \"name\": \"Services, Not Elsewhere Classified\"\n                                },\n                                {\n                                    \"id\": \"7374\",\n                                    \"name\": \"Computer Processing and Data Preparation and Processing Services\"\n                                }\n                            ],\n                            \"naicsCodes\": [\n                                {\n                                    \"id\": \"541613\",\n                                    \"name\": \"Marketing Consulting Services\"\n                                },\n                                {\n                                    \"id\": \"541511\",\n                                    \"name\": \"Custom Computer Programming Services\"\n                                },\n                                {\n                                    \"id\": \"51919\",\n                                    \"name\": \"All Other Information Services\"\n                                },\n                                {\n                                    \"id\": \"518210\",\n                                    \"name\": \"Data Processing, Hosting, and Related Services\"\n                                },\n                                {\n                                    \"id\": \"54151\",\n                                    \"name\": \"Computer Systems Design and Related Services\"\n                                },\n                                {\n                                    \"id\": \"5182\",\n                                    \"name\": \"Data Processing, Hosting, and Related Services\"\n                                },\n                                {\n                                    \"id\": \"511\",\n                                    \"name\": \"Publishing Industries (except Internet)\"\n                                },\n                                {\n                                    \"id\": \"51121\",\n                                    \"name\": \"Software Publishers\"\n                                },\n                                {\n                                    \"id\": \"51821\",\n                                    \"name\": \"Data Processing, Hosting, and Related Services\"\n                                },\n                                {\n                                    \"id\": \"517\",\n                                    \"name\": \"Telecommunications\"\n                                },\n                                {\n                                    \"id\": \"5415\",\n                                    \"name\": \"Computer Systems Design and Related Services\"\n                                },\n                                {\n                                    \"id\": \"518\",\n                                    \"name\": \"Data Processing, Hosting, and Related Services\"\n                                },\n                                {\n                                    \"id\": \"51\",\n                                    \"name\": \"Information\"\n                                },\n                                {\n                                    \"id\": \"5416\",\n                                    \"name\": \"Management, Scientific, and Technical Consulting Services\"\n                                },\n                                {\n                                    \"id\": \"519\",\n                                    \"name\": \"Other Information Services\"\n                                },\n                                {\n                                    \"id\": \"5418\",\n                                    \"name\": \"Advertising, Public Relations, and Related Services\"\n                                },\n                                {\n                                    \"id\": \"54\",\n                                    \"name\": \"Professional, Scientific, and Technical Services\"\n                                },\n                                {\n                                    \"id\": \"5112\",\n                                    \"name\": \"Software Publishers\"\n                                },\n                                {\n                                    \"id\": \"511210\",\n                                    \"name\": \"Software Publishers\"\n                                },\n                                {\n                                    \"id\": \"517110\",\n                                    \"name\": \"\"\n                                },\n                                {\n                                    \"id\": \"5191\",\n                                    \"name\": \"Other Information Services\"\n                                },\n                                {\n                                    \"id\": \"5171\",\n                                    \"name\": \"\"\n                                },\n                                {\n                                    \"id\": \"54161\",\n                                    \"name\": \"Management Consulting Services\"\n                                },\n                                {\n                                    \"id\": \"519130\",\n                                    \"name\": \"Internet Publishing and Broadcasting and Web Search Portals\"\n                                },\n                                {\n                                    \"id\": \"541\",\n                                    \"name\": \"Professional, Scientific, and Technical Services\"\n                                },\n                                {\n                                    \"id\": \"519190\",\n                                    \"name\": \"All Other Information Services\"\n                                },\n                                {\n                                    \"id\": \"51711\",\n                                    \"name\": \"\"\n                                },\n                                {\n                                    \"id\": \"51913\",\n                                    \"name\": \"Internet Publishing and Broadcasting and Web Search Portals\"\n                                }\n                            ],\n                            \"website\": \"www.zoominfo.com\",\n                            \"revenue\": \"$400 Million\",\n                            \"revenueNumeric\": 400000000,\n                            \"employeeCount\": 1500,\n                            \"type\": \"PUBLIC\",\n                            \"ticker\": \"NASDAQ: ZI\",\n                            \"ranking\": [\n                                \"Inc 5000\"\n                            ],\n                            \"socialMediaUrls\": [],\n                            \"primaryIndustry\": [\n                                \"Software\"\n                            ],\n                            \"industries\": [\n                                \"Data Collection & Internet Portals\",\n                                \"Software\",\n                                \"Media & Internet\"\n                            ],\n                            \"revenueRange\": \"$250 mil. - $500 mil.\",\n                            \"employeeRange\": \"1,000 - 5,000\"\n                        }\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"c95cee19-fc38-466c-9e3f-e945d7136591","name":"Enrich contact using full name and companyId","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"matchPersonInput\": [\n        {\n            \"fullName\": \"Henry Schuck\",\n            \"companyId\": 344589814\n        }\n    ],\n    \"outputFields\": [\n        \"id\",\n        \"firstName\",\n        \"middleName\",\n        \"lastName\",\n        \"email\",\n\t\t\"hasCanadianEmail\",\n\t\t\"phone\",\n\t\t\"directPhoneDoNotCall\",\n        \"street\",\n        \"city\",\n        \"region\",\n        \"metroArea\",\n        \"zipCode\",\n        \"state\",\n        \"country\",\n        \"personHasMoved\",\n        \"withinEu\",\n        \"withinCalifornia\",\n        \"withinCanada\",\n        \"lastUpdatedDate\",\n        \"noticeProvidedDate\",        \n        \"salutation\",\n        \"suffix\",\n        \"jobTitle\",\n        \"jobFunction\",\n        \"companyDivision\",\n        \"education\",\n        \"hashedEmails\",\n        \"picture\",\n\t\t\"mobilePhoneDoNotCall\",\n        \"externalUrls\",\n        \"companyId\",\n        \"companyName\",\n        \"companyDescriptionList\",\n        \"companyPhone\",\n        \"companyFax\",\n        \"companyStreet\",\n        \"companyCity\",\n        \"companyState\",\n        \"companyZipCode\",\n        \"companyCountry\",\n        \"companyLogo\",\n        \"companySicCodes\",\n        \"companyNaicsCodes\",\n        \"contactAccuracyScore\",\n        \"companyWebsite\",\n        \"companyRevenue\",\n        \"companyRevenueNumeric\",\n        \"companyEmployeeCount\",\n        \"companyType\",\n        \"companyTicker\",\n        \"companyRanking\",\n        \"isDefunct\",\n        \"companySocialMediaUrls\",\n        \"companyPrimaryIndustry\",\n        \"companyIndustries\",\n        \"companyRevenueRange\",\n        \"companyEmployeeRange\",\n        \"employmentHistory\",\n        \"managementLevel\",\n        \"locationCompanyId\"\n    ]\n}"},"url":"{{protocol}}://{{url}}/enrich/contact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Nov 2020 16:24:21 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"5ed7eca9181aebec-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=e7db1952c3c428b300d7ae68283c6a1587e2640221c25672d39a1ecc58fe7f4d:3f7c2db0-1eec-11eb-bdb4-093d0d48e40a; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"063ad23dab0000ebec461ad000000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1604593521","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999953354","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999910709","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9998892","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9999237","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000010","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99999253","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"outputFields\": [\n            [\n                \"id\",\n                \"firstname\",\n                \"middlename\",\n                \"lastname\",\n                \"email\",\n                \"hascanadianemail\",\n                \"phone\",\n                \"directphonedonotcall\",\n                \"street\",\n                \"city\",\n                \"region\",\n                \"metroarea\",\n                \"zipcode\",\n                \"state\",\n                \"country\",\n                \"personhasmoved\",\n                \"withineu\",\n                \"withincalifornia\",\n                \"withincanada\",\n                \"lastupdateddate\",\n                \"noticeprovideddate\",\n                \"salutation\",\n                \"suffix\",\n                \"jobtitle\",\n                \"jobfunction\",\n                \"companydivision\",\n                \"education\",\n                \"hashedemails\",\n                \"picture\",\n                \"mobilephonedonotcall\",\n                \"externalurls\",\n                \"companyid\",\n                \"companyname\",\n                \"companydescriptionlist\",\n                \"companyphone\",\n                \"companyfax\",\n                \"companystreet\",\n                \"companycity\",\n                \"companystate\",\n                \"companyzipcode\",\n                \"companycountry\",\n                \"companylogo\",\n                \"companysiccodes\",\n                \"companynaicscodes\",\n                \"contactaccuracyscore\",\n                \"companywebsite\",\n                \"companyrevenue\",\n                \"companyrevenuenumeric\",\n                \"companyemployeecount\",\n                \"companytype\",\n                \"companyticker\",\n                \"companyranking\",\n                \"isdefunct\",\n                \"companysocialmediaurls\",\n                \"companyprimaryindustry\",\n                \"companyindustries\",\n                \"companyrevenuerange\",\n                \"companyemployeerange\",\n                \"employmenthistory\",\n                \"managementlevel\",\n                \"locationcompanyid\",\n                \"companyId\"\n            ]\n        ],\n        \"result\": [\n            {\n                \"input\": {\n                    \"companyid\": 344589814,\n                    \"fullname\": \"henry schuck\"\n                },\n                \"data\": [\n                    {\n                        \"id\": 1260398587,\n                        \"firstName\": \"Henry\",\n                        \"middleName\": \"L.\",\n                        \"lastName\": \"Schuck\",\n                        \"email\": \"henry.schuck@zoominfo.com\",\n                        \"hasCanadianEmail\": \"false\",\n                        \"phone\": \"(360) 783-6816\",\n                        \"directPhoneDoNotCall\": false,\n                        \"street\": \"805 Broadway Ste. 900\",\n                        \"city\": \"Vancouver\",\n                        \"region\": \"Washington\",\n                        \"metroArea\": \"Portland\",\n                        \"zipCode\": \"98660\",\n                        \"state\": \"Washington\",\n                        \"country\": \"United States\",\n                        \"personHasMoved\": \"No\",\n                        \"withinEu\": false,\n                        \"withinCalifornia\": true,\n                        \"withinCanada\": false,\n                        \"lastUpdatedDate\": \"1/5/2020 2:59 PM\",\n                        \"noticeProvidedDate\": \"06/27/2020\",\n                        \"salutation\": \"\",\n                        \"suffix\": \"\",\n                        \"jobTitle\": \"Founder & Chief Executive Officer\",\n                        \"jobFunction\": [\n                            {\n                                \"name\": \"Executive\",\n                                \"department\": \"C-Suite\"\n                            }\n                        ],\n                        \"education\": [\n                            {\n                                \"school\": \"University of Nevada , Las Vegas\",\n                                \"educationDegree\": {\n                                    \"degree\": \"\",\n                                    \"areaOfStudy\": \"\"\n                                }\n                            },\n                            {\n                                \"school\": \"Oxford University\",\n                                \"educationDegree\": {\n                                    \"degree\": \"comparative law\",\n                                    \"areaOfStudy\": \"\"\n                                }\n                            },\n                            {\n                                \"school\": \"The Ohio State University Moritz College of Law\",\n                                \"educationDegree\": {\n                                    \"degree\": \"\",\n                                    \"areaOfStudy\": \"juris doctorate degree cum laude\"\n                                }\n                            }\n                        ],\n                        \"hashedEmails\": [\n                            \"f58f6a9d081a378bccd8c8a067f5d757c1bcfe1114b17d1a0173c4f64f132a76\",\n                            \"882301004d270daab518d5d4fc0ec9a3e790159c4802e04394c0e70d7d817a5df5d19ba86a495ea2b22c19911a4606c63af22b85326c5a477e5b845a9ffcc33d\",\n                            \"8dceb85dffad7d86c656fabd105d5781a1cdc66d3e5e0f1e723f04dc172c13e7839948f8253f382ecb91b5a3892aa4c8cec671061a24b18ef4cd3fc08a89d0bc\",\n                            \"f68bd1de672a4c37fdc87d88b4d543c2634ed129e5c73f69ca74c5dd21bc0fd6\",\n                            \"eed1872f83bf7d777eef83d459e14dc97cc8bbe4c391665d02130d1a02b9c6bae8fde805e5556bc9345e01da360856c36c08d3fde3c6564ce9eda330c11307cb\",\n                            \"b187e4ed0351e0988c5e7efb63c73d8fba14252ede5b29c4b111445ed60a205e566feaa37eb2a5da512f93d8c34bab8add0ebec823ee2a9ba718e709ae5bb999\",\n                            \"8eb26ee14126e66bbf71cfc7da77803ab2079298c4f63075b4a9329605d0844c3b9d989ae4e9486f12701bad2b40cf45c8b461b751a3b37e97b18bd07cddf950\",\n                            \"695d19bdc9be7f8e742c5f8d21d20832\",\n                            \"29d9667b9865bd4c0ade732d87491588\",\n                            \"0277d9b958853b227aae74c49fb3f47ed1a4f7a0\",\n                            \"8f74df87a34f9eace4f392081fdf1701ecdd0a82\",\n                            \"0cf4aef9be54921f056cfbd01aa21aaa\",\n                            \"c9415971b7ed54e1ef2ba9b76d7517d8\",\n                            \"3255f0cea9d54f85c3ffe066798f68c8d9ff5131\",\n                            \"c2a09501b2e2d8542c90a9014a3e035be5d5412b\",\n                            \"73874aff0dc933c6b08f9ecfdcd281ae5f2b2ef4\",\n                            \"b29c16b0355cdf202e47561cc82b2ce10325c7c9fbf35fc8c8d2ac97e1a15751\",\n                            \"0b3c1656c901009da30bd69f431f901d17aea3b5\",\n                            \"219df7fce416087db95f41b22a3e99de\",\n                            \"74a841493b2be80de6b0523e3e51388ee702162b98bf0a1b761dc20a67c24bf9dd7c1c1edb43ec378754489dcb2c8b94fe8652c4f8aad2294758f1e37738093c\",\n                            \"11862b70dc429e354ecb9e8c3f94baa980cd848a4e65b0607f098c2c4784e1e9\",\n                            \"f96d816c6506277d8917284d6ae01c086d6bb738\",\n                            \"e2107f85303216debfc490c1128ad0026bc66cba\",\n                            \"42f9c1101b858d906f1e9249377705cc\",\n                            \"2d707a32b6c36d7860df4ded85a3675da59487bd\",\n                            \"70c0572ab995de4b75a50d4f3b9527b2f23ee3729d8dee19454732bb5974b96ce3b46c126ef9da3072e0db19331b713551c8f51af7d06d7456b006e6b6c6786f\",\n                            \"cb428444a92caccbf74196a56ce2ce47bedb7c810165a3f5670e0142b9e20488\",\n                            \"fb8f9342f5555bac4b5576e18203dee9649eb6cac775a60444a08912d57ecfaf\",\n                            \"02d590f02c638a0f0a14330f8ed41ac3f29be73f3cc61510cffd5010f4076a56\",\n                            \"077edc0b42f5b3a2ebced95cb466d7540eb13f84\",\n                            \"35fae950b9267686ad59bf5540f05fe32614b05f7ce111c88215d397c4ccca80\",\n                            \"072d54d1cd80722271757be3ad70e2fa80a4f7a9ddcfa4986bdacfaf44090d01\",\n                            \"f9cec62f4b2805124098741a9ff318cfc7601014799360d909d6160941a6700d4ec1dcfbfcfd445a8fd5549670bebefd0169ab53d5332296af6c70a55e22848a\",\n                            \"4d49f8386d59b45ddda50a5ef5430120\",\n                            \"81863a5a64ae6c4df9eab6200808260ffd99324308dcdb234cb95fe2f01868fd\",\n                            \"3b4031ad2889aba895b3f7a0132f254c\",\n                            \"adb40c784326c0581284f4c8301bbeb0b217bab6a09eb811f8eee4fce2ea431b3cf01da7192c0af813ce7df177fc634770b4557c74301d41c412ee7dc890b9bf\",\n                            \"20b54d86e974f4dfeb4383ed2c748e2d79ac7d28\",\n                            \"258ba4f8558fbea656732b28211c9df8\",\n                            \"b389c6b4c6d1ab9c45a41f2ac41d7a2367b980866587f0d8afc8d07e87bf7dbee8638f4194e24674aa56a225bc9db668a6febd13fe0b975cc330dfb7c54df4f2\",\n                            \"36c30998984a06a5eb56f5322ff8a284d144d159365b93423cc08223081965d606e6af6dddd30b7fd09bc627f9dcecd3ea85c036c3ba485ed31e07d2bd7ca65b\",\n                            \"5233cc7bd91cb8234b136cd44db83d94\",\n                            \"6a17da18c38ef9b4d42cefdaf7db0a03\",\n                            \"2154155b799c35d2d58ad920146b2477635884f5af0839bc6ebbdb99216b7415\"\n                        ],\n                        \"picture\": \"https://www.zoominfo.com/ge-assets/images/leadership/henry_schuck.png\",\n                        \"mobilePhoneDoNotCall\": true,\n                        \"externalUrls\": [\n                            {\n                                \"type\": \"linkedin.com\",\n                                \"url\": \"https://www.linkedin.com/in/hschuck\"\n                            },\n                            {\n                                \"type\": \"twitter.com\",\n                                \"url\": \"https://www.twitter.com/henrylschuck\"\n                            },\n                            {\n                                \"type\": \"salesforce.com\",\n                                \"url\": \"https://www.salesforce.com/00361000005FuKPAA0\"\n                            }\n                        ],\n                        \"contactAccuracyScore\": 96,\n                        \"isDefunct\": false,\n                        \"employmentHistory\": [\n                            {\n                                \"jobTitle\": \"Vice President of Data and Marketing\",\n                                \"managementLevel\": [\n                                    \"VP-Level\"\n                                ],\n                                \"fromDate\": \"2002-01-02T00:00:00.000Z\",\n                                \"toDate\": \"2006-01-02T00:00:00.000Z\",\n                                \"company\": {\n                                    \"companyId\": 0,\n                                    \"companyName\": \"iProfile\",\n                                    \"companyPhone\": \"\",\n                                    \"companyWebsite\": \"\"\n                                }\n                            }\n                        ],\n                        \"managementLevel\": [\n                            \"C-Level\"\n                        ],\n                        \"locationCompanyId\": 344589814,\n                        \"company\": {\n                            \"division\": \"\",\n                            \"id\": 344589814,\n                            \"name\": \"ZoomInfo\",\n                            \"descriptionList\": [\n                                {\n                                    \"description\": \"ZoomInfo was founded in 2000 and is headquartered in Vancouver, Washington. The company offers a business-to-business data platform utilized by sales and marketing teams, recruiters, and other business professionals for lead generation and detailed information on people and companies.\"\n                                },\n                                {\n                                    \"description\": \"Built over 20 years ago, ZoomInfo Powered by DiscoverOrg has become the go-to-market standard for over 13,500 companies worldwide. Designed to be the single source of truth, the ZoomInfo platform offers best-in-class technology paired with unrivaled data coverage, accuracy, and depth of contacts, companies, and opportunities essential to empower sales, marketing and recruiting professionals to hit their numbers. Deeply embedded into business workflows and technology stacks- including integrations with the leading CRM, Sales Engagement, Marketing Automation, and Talent Management applications - ZoomInfo is capable of delivering more predictable, accelerated, and sustainable growth than any stand-alone solution. ZoomInfo's investors include TA Associates, The Carlyle Group and 22C Capital.\"\n                                },\n                                {\n                                    \"description\": \"ZoomInfo (NASDAQ: ZI) is a Go-To-Market Intelligence Solution for more than 15,000 companies worldwide. The ZoomInfo platform empowers business-to-business sales, marketing, and recruiting professionals to hit their number by pairing best-in-class technology with unrivaled data coverage, accuracy, and depth of contacts. With integrations embedded into workflows and technology stacks, including the leading CRM, Sales Engagement, Marketing Automation, and Talent Management applications, ZoomInfo drives more predictable, accelerated, and sustainable growth for its customers. \"\n                                },\n                                {\n                                    \"description\": \"ZoomInfo?is a leading go-to-market intelligence platform for sales and marketing teams. Its go-to-market intelligence platform delivers comprehensive and high-quality intelligence and analytics on approximately 14 million companies, including advanced attributes, technologies used by companies, intent signals, and decision-maker contact information. Its software, insights, and data enable over 15,000 companies to sell and market more effectively and efficiently. \"\n                                },\n                                {\n                                    \"description\": \"Accelerate your growth with Zoom Information Inc. (ZoomInfo), an Inc. 5000 company. ZoomInfo's Growth Acceleration Platform combines the world's most comprehensive and searchable B2B contact database with integrated tools to help companies optimize sales and marketing effectiveness, jump-start growth, and maximize profitability. The continuously updated B2B data platform provides businesses access to direct-dial phone numbers, email addresses, and professional background information. \"\n                                }\n                            ],\n                            \"phone\": \"(360) 783-6800\",\n                            \"fax\": \"(617) 507-8187\",\n                            \"street\": \"805 Broadway St Suite 900\",\n                            \"city\": \"Vancouver\",\n                            \"state\": \"Washington\",\n                            \"zipCode\": \"98660\",\n                            \"country\": \"United States\",\n                            \"logo\": \"http://www.zoominfo.com/business/mktg/images/zi_logo.png\",\n                            \"sicCodes\": [\n                                {\n                                    \"id\": \"73\",\n                                    \"name\": \"Business Services\"\n                                },\n                                {\n                                    \"id\": \"737\",\n                                    \"name\": \"Computer Programming, Data Processing, And Other Computer Related Services\"\n                                },\n                                {\n                                    \"id\": \"7375\",\n                                    \"name\": \"Information Retrieval Services\"\n                                },\n                                {\n                                    \"id\": \"27\",\n                                    \"name\": \"Printing, Publishing, And Allied Industries\"\n                                },\n                                {\n                                    \"id\": \"274\",\n                                    \"name\": \"Miscellaneous Publishing\"\n                                },\n                                {\n                                    \"id\": \"2741\",\n                                    \"name\": \"Miscellaneous Publishing\"\n                                },\n                                {\n                                    \"id\": \"731\",\n                                    \"name\": \"Advertising\"\n                                },\n                                {\n                                    \"id\": \"7371\",\n                                    \"name\": \"Computer Programming Services\"\n                                },\n                                {\n                                    \"id\": \"7372\",\n                                    \"name\": \"Prepackaged Software\"\n                                },\n                                {\n                                    \"id\": \"738\",\n                                    \"name\": \"Miscellaneous Business Services\"\n                                },\n                                {\n                                    \"id\": \"7389\",\n                                    \"name\": \"Business Services, Not Elsewhere Classified\"\n                                },\n                                {\n                                    \"id\": \"89\",\n                                    \"name\": \"Miscellaneous Services\"\n                                },\n                                {\n                                    \"id\": \"899\",\n                                    \"name\": \"Miscellaneous Services\"\n                                },\n                                {\n                                    \"id\": \"8999\",\n                                    \"name\": \"Services, Not Elsewhere Classified\"\n                                },\n                                {\n                                    \"id\": \"7374\",\n                                    \"name\": \"Computer Processing and Data Preparation and Processing Services\"\n                                }\n                            ],\n                            \"naicsCodes\": [\n                                {\n                                    \"id\": \"541613\",\n                                    \"name\": \"Marketing Consulting Services\"\n                                },\n                                {\n                                    \"id\": \"541511\",\n                                    \"name\": \"Custom Computer Programming Services\"\n                                },\n                                {\n                                    \"id\": \"51919\",\n                                    \"name\": \"All Other Information Services\"\n                                },\n                                {\n                                    \"id\": \"518210\",\n                                    \"name\": \"Data Processing, Hosting, and Related Services\"\n                                },\n                                {\n                                    \"id\": \"54151\",\n                                    \"name\": \"Computer Systems Design and Related Services\"\n                                },\n                                {\n                                    \"id\": \"5182\",\n                                    \"name\": \"Data Processing, Hosting, and Related Services\"\n                                },\n                                {\n                                    \"id\": \"511\",\n                                    \"name\": \"Publishing Industries (except Internet)\"\n                                },\n                                {\n                                    \"id\": \"51121\",\n                                    \"name\": \"Software Publishers\"\n                                },\n                                {\n                                    \"id\": \"51821\",\n                                    \"name\": \"Data Processing, Hosting, and Related Services\"\n                                },\n                                {\n                                    \"id\": \"517\",\n                                    \"name\": \"Telecommunications\"\n                                },\n                                {\n                                    \"id\": \"5415\",\n                                    \"name\": \"Computer Systems Design and Related Services\"\n                                },\n                                {\n                                    \"id\": \"518\",\n                                    \"name\": \"Data Processing, Hosting, and Related Services\"\n                                },\n                                {\n                                    \"id\": \"51\",\n                                    \"name\": \"Information\"\n                                },\n                                {\n                                    \"id\": \"5416\",\n                                    \"name\": \"Management, Scientific, and Technical Consulting Services\"\n                                },\n                                {\n                                    \"id\": \"519\",\n                                    \"name\": \"Other Information Services\"\n                                },\n                                {\n                                    \"id\": \"5418\",\n                                    \"name\": \"Advertising, Public Relations, and Related Services\"\n                                },\n                                {\n                                    \"id\": \"54\",\n                                    \"name\": \"Professional, Scientific, and Technical Services\"\n                                },\n                                {\n                                    \"id\": \"5112\",\n                                    \"name\": \"Software Publishers\"\n                                },\n                                {\n                                    \"id\": \"511210\",\n                                    \"name\": \"Software Publishers\"\n                                },\n                                {\n                                    \"id\": \"517110\",\n                                    \"name\": \"\"\n                                },\n                                {\n                                    \"id\": \"5191\",\n                                    \"name\": \"Other Information Services\"\n                                },\n                                {\n                                    \"id\": \"5171\",\n                                    \"name\": \"\"\n                                },\n                                {\n                                    \"id\": \"54161\",\n                                    \"name\": \"Management Consulting Services\"\n                                },\n                                {\n                                    \"id\": \"519130\",\n                                    \"name\": \"Internet Publishing and Broadcasting and Web Search Portals\"\n                                },\n                                {\n                                    \"id\": \"541\",\n                                    \"name\": \"Professional, Scientific, and Technical Services\"\n                                },\n                                {\n                                    \"id\": \"519190\",\n                                    \"name\": \"All Other Information Services\"\n                                },\n                                {\n                                    \"id\": \"51711\",\n                                    \"name\": \"\"\n                                },\n                                {\n                                    \"id\": \"51913\",\n                                    \"name\": \"Internet Publishing and Broadcasting and Web Search Portals\"\n                                }\n                            ],\n                            \"website\": \"www.zoominfo.com\",\n                            \"revenue\": \"$400 Million\",\n                            \"revenueNumeric\": 400000000,\n                            \"employeeCount\": 1500,\n                            \"type\": \"PUBLIC\",\n                            \"ticker\": \"NASDAQ: ZI\",\n                            \"ranking\": [\n                                \"Inc 5000\"\n                            ],\n                            \"socialMediaUrls\": [\n                                {\n                                    \"type\": \"FACEBOOK\",\n                                    \"url\": \"http://www.facebook.com/ZoomInformation\",\n                                    \"followerCount\": \"\"\n                                },\n                                {\n                                    \"type\": \"LINKED_IN\",\n                                    \"url\": \"http://www.linkedin.com/company/zoominfo?trk=tyah\",\n                                    \"followerCount\": \"\"\n                                },\n                                {\n                                    \"type\": \"TWITTER\",\n                                    \"url\": \"http://twitter.com/zoominfo\",\n                                    \"followerCount\": \"\"\n                                }\n                            ],\n                            \"primaryIndustry\": [\n                                \"Software\"\n                            ],\n                            \"industries\": [\n                                \"Data Collection & Internet Portals\",\n                                \"Software\",\n                                \"Media & Internet\"\n                            ],\n                            \"revenueRange\": \"$250 mil. - $500 mil.\",\n                            \"employeeRange\": \"1,000 - 5,000\"\n                        }\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"a9cdf860-adeb-4963-b438-5cda45e9e8d7","name":"Enrich contacts by name and ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"matchPersonInput\": [\n        {\n            \"emailAddress\": \"henry.schuck@zoominfo.com\"\n        },\n        {\n            \"personId\": 3458235736\n        },\n        {\n            \"fullName\": \"Filip Popovic\",\n            \"companyName\": \"ZoomInfo\"\n        }\n    ],\n    \"outputFields\": [\n        \"id\",\n        \"firstName\",\n        \"middleName\",\n        \"lastName\",\n        \"email\",\n\t\t\"hasCanadianEmail\",\n\t\t\"phone\",\n\t\t\"directPhoneDoNotCall\",\n        \"street\",\n        \"city\",\n        \"region\",\n        \"metroArea\",\n        \"zipCode\",\n        \"state\",\n        \"country\",\n        \"personHasMoved\",\n        \"withinEu\",\n        \"withinCalifornia\",\n        \"withinCanada\",\n        \"lastUpdatedDate\",\n        \"noticeProvidedDate\",        \n        \"salutation\",\n        \"suffix\",\n        \"jobTitle\",\n        \"jobFunction\",\n        \"companyDivision\",\n        \"education\",\n        \"hashedEmails\",\n        \"picture\",\n\t\t\"mobilePhoneDoNotCall\",\n        \"externalUrls\",\n        \"companyId\",\n        \"companyName\",\n        \"companyDescriptionList\",\n        \"companyPhone\",\n        \"companyFax\",\n        \"companyStreet\",\n        \"companyCity\",\n        \"companyState\",\n        \"companyZipCode\",\n        \"companyCountry\"\n    ]\n}"},"url":"{{protocol}}://{{url}}/enrich/contact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Nov 2020 16:25:46 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"5ed7eebc0fdfebec-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=e7db1952c3c428b300d7ae68283c6a1587e2640221c25672d39a1ecc58fe7f4d:3f7c2db0-1eec-11eb-bdb4-093d0d48e40a; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"063ad389810000ebecfc103000000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1604593606","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999953353","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999910706","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9998890","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9999237","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000010","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99999253","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"outputFields\": [\n            [\n                \"id\",\n                \"firstname\",\n                \"middlename\",\n                \"lastname\",\n                \"email\",\n                \"hascanadianemail\",\n                \"phone\",\n                \"directphonedonotcall\",\n                \"street\",\n                \"city\",\n                \"region\",\n                \"metroarea\",\n                \"zipcode\",\n                \"state\",\n                \"country\",\n                \"personhasmoved\",\n                \"withineu\",\n                \"withincalifornia\",\n                \"withincanada\",\n                \"lastupdateddate\",\n                \"noticeprovideddate\",\n                \"salutation\",\n                \"suffix\",\n                \"jobtitle\",\n                \"jobfunction\",\n                \"companydivision\",\n                \"education\",\n                \"hashedemails\",\n                \"picture\",\n                \"mobilephonedonotcall\",\n                \"externalurls\",\n                \"companyid\",\n                \"companyname\",\n                \"companydescriptionlist\",\n                \"companyphone\",\n                \"companyfax\",\n                \"companystreet\",\n                \"companycity\",\n                \"companystate\",\n                \"companyzipcode\",\n                \"companycountry\",\n                \"companyId\"\n            ]\n        ],\n        \"result\": [\n            {\n                \"input\": {\n                    \"emailaddress\": \"henry.schuck@zoominfo.com\"\n                },\n                \"data\": [\n                    {\n                        \"id\": 1260398587,\n                        \"firstName\": \"Henry\",\n                        \"middleName\": \"L.\",\n                        \"lastName\": \"Schuck\",\n                        \"email\": \"henry.schuck@zoominfo.com\",\n                        \"hasCanadianEmail\": \"false\",\n                        \"phone\": \"(360) 783-6816\",\n                        \"directPhoneDoNotCall\": false,\n                        \"street\": \"805 Broadway Ste. 900\",\n                        \"city\": \"Vancouver\",\n                        \"region\": \"Washington\",\n                        \"metroArea\": \"Portland\",\n                        \"zipCode\": \"98660\",\n                        \"state\": \"Washington\",\n                        \"country\": \"United States\",\n                        \"personHasMoved\": \"Uncertain\",\n                        \"withinEu\": false,\n                        \"withinCalifornia\": true,\n                        \"withinCanada\": false,\n                        \"lastUpdatedDate\": \"1/5/2020 2:59 PM\",\n                        \"noticeProvidedDate\": \"06/27/2020\",\n                        \"salutation\": \"\",\n                        \"suffix\": \"\",\n                        \"jobTitle\": \"Founder & Chief Executive Officer\",\n                        \"jobFunction\": [\n                            {\n                                \"name\": \"Executive\",\n                                \"department\": \"C-Suite\"\n                            }\n                        ],\n                        \"education\": [\n                            {\n                                \"school\": \"University of Nevada , Las Vegas\",\n                                \"educationDegree\": {\n                                    \"degree\": \"\",\n                                    \"areaOfStudy\": \"\"\n                                }\n                            },\n                            {\n                                \"school\": \"Oxford University\",\n                                \"educationDegree\": {\n                                    \"degree\": \"comparative law\",\n                                    \"areaOfStudy\": \"\"\n                                }\n                            },\n                            {\n                                \"school\": \"The Ohio State University Moritz College of Law\",\n                                \"educationDegree\": {\n                                    \"degree\": \"\",\n                                    \"areaOfStudy\": \"juris doctorate degree cum laude\"\n                                }\n                            }\n                        ],\n                        \"hashedEmails\": [\n                            \"f58f6a9d081a378bccd8c8a067f5d757c1bcfe1114b17d1a0173c4f64f132a76\",\n                            \"882301004d270daab518d5d4fc0ec9a3e790159c4802e04394c0e70d7d817a5df5d19ba86a495ea2b22c19911a4606c63af22b85326c5a477e5b845a9ffcc33d\",\n                            \"8dceb85dffad7d86c656fabd105d5781a1cdc66d3e5e0f1e723f04dc172c13e7839948f8253f382ecb91b5a3892aa4c8cec671061a24b18ef4cd3fc08a89d0bc\",\n                            \"f68bd1de672a4c37fdc87d88b4d543c2634ed129e5c73f69ca74c5dd21bc0fd6\",\n                            \"eed1872f83bf7d777eef83d459e14dc97cc8bbe4c391665d02130d1a02b9c6bae8fde805e5556bc9345e01da360856c36c08d3fde3c6564ce9eda330c11307cb\",\n                            \"b187e4ed0351e0988c5e7efb63c73d8fba14252ede5b29c4b111445ed60a205e566feaa37eb2a5da512f93d8c34bab8add0ebec823ee2a9ba718e709ae5bb999\",\n                            \"8eb26ee14126e66bbf71cfc7da77803ab2079298c4f63075b4a9329605d0844c3b9d989ae4e9486f12701bad2b40cf45c8b461b751a3b37e97b18bd07cddf950\",\n                            \"695d19bdc9be7f8e742c5f8d21d20832\",\n                            \"29d9667b9865bd4c0ade732d87491588\",\n                            \"0277d9b958853b227aae74c49fb3f47ed1a4f7a0\",\n                            \"8f74df87a34f9eace4f392081fdf1701ecdd0a82\",\n                            \"0cf4aef9be54921f056cfbd01aa21aaa\",\n                            \"c9415971b7ed54e1ef2ba9b76d7517d8\",\n                            \"3255f0cea9d54f85c3ffe066798f68c8d9ff5131\",\n                            \"c2a09501b2e2d8542c90a9014a3e035be5d5412b\",\n                            \"73874aff0dc933c6b08f9ecfdcd281ae5f2b2ef4\",\n                            \"b29c16b0355cdf202e47561cc82b2ce10325c7c9fbf35fc8c8d2ac97e1a15751\",\n                            \"0b3c1656c901009da30bd69f431f901d17aea3b5\",\n                            \"219df7fce416087db95f41b22a3e99de\",\n                            \"74a841493b2be80de6b0523e3e51388ee702162b98bf0a1b761dc20a67c24bf9dd7c1c1edb43ec378754489dcb2c8b94fe8652c4f8aad2294758f1e37738093c\",\n                            \"11862b70dc429e354ecb9e8c3f94baa980cd848a4e65b0607f098c2c4784e1e9\",\n                            \"f96d816c6506277d8917284d6ae01c086d6bb738\",\n                            \"e2107f85303216debfc490c1128ad0026bc66cba\",\n                            \"42f9c1101b858d906f1e9249377705cc\",\n                            \"2d707a32b6c36d7860df4ded85a3675da59487bd\",\n                            \"70c0572ab995de4b75a50d4f3b9527b2f23ee3729d8dee19454732bb5974b96ce3b46c126ef9da3072e0db19331b713551c8f51af7d06d7456b006e6b6c6786f\",\n                            \"cb428444a92caccbf74196a56ce2ce47bedb7c810165a3f5670e0142b9e20488\",\n                            \"fb8f9342f5555bac4b5576e18203dee9649eb6cac775a60444a08912d57ecfaf\",\n                            \"02d590f02c638a0f0a14330f8ed41ac3f29be73f3cc61510cffd5010f4076a56\",\n                            \"077edc0b42f5b3a2ebced95cb466d7540eb13f84\",\n                            \"35fae950b9267686ad59bf5540f05fe32614b05f7ce111c88215d397c4ccca80\",\n                            \"072d54d1cd80722271757be3ad70e2fa80a4f7a9ddcfa4986bdacfaf44090d01\",\n                            \"f9cec62f4b2805124098741a9ff318cfc7601014799360d909d6160941a6700d4ec1dcfbfcfd445a8fd5549670bebefd0169ab53d5332296af6c70a55e22848a\",\n                            \"4d49f8386d59b45ddda50a5ef5430120\",\n                            \"81863a5a64ae6c4df9eab6200808260ffd99324308dcdb234cb95fe2f01868fd\",\n                            \"3b4031ad2889aba895b3f7a0132f254c\",\n                            \"adb40c784326c0581284f4c8301bbeb0b217bab6a09eb811f8eee4fce2ea431b3cf01da7192c0af813ce7df177fc634770b4557c74301d41c412ee7dc890b9bf\",\n                            \"20b54d86e974f4dfeb4383ed2c748e2d79ac7d28\",\n                            \"258ba4f8558fbea656732b28211c9df8\",\n                            \"b389c6b4c6d1ab9c45a41f2ac41d7a2367b980866587f0d8afc8d07e87bf7dbee8638f4194e24674aa56a225bc9db668a6febd13fe0b975cc330dfb7c54df4f2\",\n                            \"36c30998984a06a5eb56f5322ff8a284d144d159365b93423cc08223081965d606e6af6dddd30b7fd09bc627f9dcecd3ea85c036c3ba485ed31e07d2bd7ca65b\",\n                            \"5233cc7bd91cb8234b136cd44db83d94\",\n                            \"6a17da18c38ef9b4d42cefdaf7db0a03\",\n                            \"2154155b799c35d2d58ad920146b2477635884f5af0839bc6ebbdb99216b7415\"\n                        ],\n                        \"picture\": \"https://www.zoominfo.com/ge-assets/images/leadership/henry_schuck.png\",\n                        \"mobilePhoneDoNotCall\": true,\n                        \"externalUrls\": [\n                            {\n                                \"type\": \"linkedin.com\",\n                                \"url\": \"https://www.linkedin.com/in/hschuck\"\n                            },\n                            {\n                                \"type\": \"twitter.com\",\n                                \"url\": \"https://www.twitter.com/henrylschuck\"\n                            },\n                            {\n                                \"type\": \"salesforce.com\",\n                                \"url\": \"https://www.salesforce.com/00361000005FuKPAA0\"\n                            }\n                        ],\n                        \"company\": {\n                            \"division\": \"\",\n                            \"id\": 344589814,\n                            \"name\": \"ZoomInfo\",\n                            \"descriptionList\": [\n                                {\n                                    \"description\": \"ZoomInfo was founded in 2000 and is headquartered in Vancouver, Washington. The company offers a business-to-business data platform utilized by sales and marketing teams, recruiters, and other business professionals for lead generation and detailed information on people and companies.\"\n                                },\n                                {\n                                    \"description\": \"Built over 20 years ago, ZoomInfo Powered by DiscoverOrg has become the go-to-market standard for over 13,500 companies worldwide. Designed to be the single source of truth, the ZoomInfo platform offers best-in-class technology paired with unrivaled data coverage, accuracy, and depth of contacts, companies, and opportunities essential to empower sales, marketing and recruiting professionals to hit their numbers. Deeply embedded into business workflows and technology stacks- including integrations with the leading CRM, Sales Engagement, Marketing Automation, and Talent Management applications - ZoomInfo is capable of delivering more predictable, accelerated, and sustainable growth than any stand-alone solution. ZoomInfo's investors include TA Associates, The Carlyle Group and 22C Capital.\"\n                                },\n                                {\n                                    \"description\": \"ZoomInfo (NASDAQ: ZI) is a Go-To-Market Intelligence Solution for more than 15,000 companies worldwide. The ZoomInfo platform empowers business-to-business sales, marketing, and recruiting professionals to hit their number by pairing best-in-class technology with unrivaled data coverage, accuracy, and depth of contacts. With integrations embedded into workflows and technology stacks, including the leading CRM, Sales Engagement, Marketing Automation, and Talent Management applications, ZoomInfo drives more predictable, accelerated, and sustainable growth for its customers. \"\n                                },\n                                {\n                                    \"description\": \"ZoomInfo?is a leading go-to-market intelligence platform for sales and marketing teams. Its go-to-market intelligence platform delivers comprehensive and high-quality intelligence and analytics on approximately 14 million companies, including advanced attributes, technologies used by companies, intent signals, and decision-maker contact information. Its software, insights, and data enable over 15,000 companies to sell and market more effectively and efficiently. \"\n                                },\n                                {\n                                    \"description\": \"Accelerate your growth with Zoom Information Inc. (ZoomInfo), an Inc. 5000 company. ZoomInfo's Growth Acceleration Platform combines the world's most comprehensive and searchable B2B contact database with integrated tools to help companies optimize sales and marketing effectiveness, jump-start growth, and maximize profitability. The continuously updated B2B data platform provides businesses access to direct-dial phone numbers, email addresses, and professional background information. \"\n                                }\n                            ],\n                            \"phone\": \"(360) 783-6800\",\n                            \"fax\": \"(617) 507-8187\",\n                            \"street\": \"805 Broadway St Suite 900\",\n                            \"city\": \"Vancouver\",\n                            \"state\": \"Washington\",\n                            \"zipCode\": \"98660\",\n                            \"country\": \"United States\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"input\": {\n                    \"personid\": 3458235736\n                },\n                \"data\": [\n                    {\n                        \"id\": 3458235736,\n                        \"firstName\": \"John\",\n                        \"middleName\": \"\",\n                        \"lastName\": \"Doherty\",\n                        \"email\": \"john.doherty@zoominfo.com\",\n                        \"hasCanadianEmail\": \"false\",\n                        \"phone\": \"\",\n                        \"directPhoneDoNotCall\": false,\n                        \"street\": \"805 Broadway St Ste 900\",\n                        \"city\": \"Vancouver\",\n                        \"region\": \"Washington\",\n                        \"metroArea\": \"Portland\",\n                        \"zipCode\": \"98660\",\n                        \"state\": \"Washington\",\n                        \"country\": \"United States\",\n                        \"personHasMoved\": \"Uncertain\",\n                        \"withinEu\": false,\n                        \"withinCalifornia\": false,\n                        \"withinCanada\": false,\n                        \"lastUpdatedDate\": \"\",\n                        \"noticeProvidedDate\": \"07/31/2020\",\n                        \"salutation\": \"\",\n                        \"suffix\": \"\",\n                        \"jobTitle\": \"Technical Principal & Writer\",\n                        \"jobFunction\": [],\n                        \"education\": [],\n                        \"hashedEmails\": [\n                            \"348710337ec50798259561548cde6d426244a715\",\n                            \"e8995e2c36b588f9099eb546eca3ccc8f27978c1ce8ee836557384db032a283e\",\n                            \"f339bcf3ce0fc1f98717d0405837f567\",\n                            \"4c1cbf89a79cc60aef777a58749049d51dad0c0a90e879bb53d4a8c7d28179df64c087b61d3dff926f3f3ff0a52bd5c443ef6cd56ed3b4acca8dadb832af3d7b\",\n                            \"57027ae238ce1a8d26625e1d540442d6\",\n                            \"41d0e3b22ad12e4487226ce11463d726\",\n                            \"9f92d78a2258fe84d94a1c49f32de01e3547fa9d1bf15a61b5bc7e185b9f15e637ea98880e352620158fe97912c7fc2a544e599e574344ef8dfcd6db914fa6a9\",\n                            \"cee7943034e988008accbf494a0167bf78f0d947\",\n                            \"7b302d8a723a1b2c47ce640365a949b2\",\n                            \"320b07639740189d42d79bab496104c50171c21a435fb2b5334c2b57ca42be3c\",\n                            \"454df870899fb3e0b27aff0608febc69115d119f761db709eacbd3649c777b3b\",\n                            \"6a04f1f36c4682376dc76b9f601798bf3667850d1da47fc20b00b723e512e420\",\n                            \"6c3e8cca36142e8def3b71f551ab9fba4bfa3ccf\",\n                            \"e793f19529f1c1b16b5321273fb90870c80c0a75ffa8fd8a3c39667c16ab6a191aba83ef7ea78d0116250f9b80d6bbe3460f233d791aafd32552706b28bfa8f8\",\n                            \"6076ee5dbb6ea91accd7a442a5de37b52495040d\",\n                            \"f7953356a1d981b88a8b916cb82b0a1b0db0eb636c36175e59f86b98af8af4d792e7bff3e4c9c6795f11753b40acb7638ec8417af47a15c2051022104f1d46f5\"\n                        ],\n                        \"picture\": \"http://storage.zoominfo.com/-1938817055\",\n                        \"mobilePhoneDoNotCall\": true,\n                        \"externalUrls\": [\n                            {\n                                \"type\": \"linkedin.com\",\n                                \"url\": \"https://www.linkedin.com/in/john-doherty-12b0ab1\"\n                            },\n                            {\n                                \"type\": \"linkedin.com\",\n                                \"url\": \"https://www.linkedin.com/in/john-doherty-cds\"\n                            }\n                        ],\n                        \"company\": {\n                            \"division\": \"\",\n                            \"id\": 344589814,\n                            \"name\": \"ZoomInfo\",\n                            \"descriptionList\": [\n                                {\n                                    \"description\": \"ZoomInfo was founded in 2000 and is headquartered in Vancouver, Washington. The company offers a business-to-business data platform utilized by sales and marketing teams, recruiters, and other business professionals for lead generation and detailed information on people and companies.\"\n                                },\n                                {\n                                    \"description\": \"Built over 20 years ago, ZoomInfo Powered by DiscoverOrg has become the go-to-market standard for over 13,500 companies worldwide. Designed to be the single source of truth, the ZoomInfo platform offers best-in-class technology paired with unrivaled data coverage, accuracy, and depth of contacts, companies, and opportunities essential to empower sales, marketing and recruiting professionals to hit their numbers. Deeply embedded into business workflows and technology stacks- including integrations with the leading CRM, Sales Engagement, Marketing Automation, and Talent Management applications - ZoomInfo is capable of delivering more predictable, accelerated, and sustainable growth than any stand-alone solution. ZoomInfo's investors include TA Associates, The Carlyle Group and 22C Capital.\"\n                                },\n                                {\n                                    \"description\": \"ZoomInfo (NASDAQ: ZI) is a Go-To-Market Intelligence Solution for more than 15,000 companies worldwide. The ZoomInfo platform empowers business-to-business sales, marketing, and recruiting professionals to hit their number by pairing best-in-class technology with unrivaled data coverage, accuracy, and depth of contacts. With integrations embedded into workflows and technology stacks, including the leading CRM, Sales Engagement, Marketing Automation, and Talent Management applications, ZoomInfo drives more predictable, accelerated, and sustainable growth for its customers. \"\n                                },\n                                {\n                                    \"description\": \"ZoomInfo?is a leading go-to-market intelligence platform for sales and marketing teams. Its go-to-market intelligence platform delivers comprehensive and high-quality intelligence and analytics on approximately 14 million companies, including advanced attributes, technologies used by companies, intent signals, and decision-maker contact information. Its software, insights, and data enable over 15,000 companies to sell and market more effectively and efficiently. \"\n                                },\n                                {\n                                    \"description\": \"Accelerate your growth with Zoom Information Inc. (ZoomInfo), an Inc. 5000 company. ZoomInfo's Growth Acceleration Platform combines the world's most comprehensive and searchable B2B contact database with integrated tools to help companies optimize sales and marketing effectiveness, jump-start growth, and maximize profitability. The continuously updated B2B data platform provides businesses access to direct-dial phone numbers, email addresses, and professional background information. \"\n                                }\n                            ],\n                            \"phone\": \"(360) 783-6800\",\n                            \"fax\": \"(617) 507-8187\",\n                            \"street\": \"805 Broadway St Suite 900\",\n                            \"city\": \"Vancouver\",\n                            \"state\": \"Washington\",\n                            \"zipCode\": \"98660\",\n                            \"country\": \"United States\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"input\": {\n                    \"companyname\": \"zoominfo\",\n                    \"fullname\": \"filip popovic\"\n                },\n                \"data\": [\n                    {\n                        \"id\": 1613235897,\n                        \"firstName\": \"Filip\",\n                        \"middleName\": \"\",\n                        \"lastName\": \"Popovic\",\n                        \"email\": \"filip.popovic@zoominfo.com\",\n                        \"hasCanadianEmail\": \"false\",\n                        \"phone\": \"\",\n                        \"directPhoneDoNotCall\": false,\n                        \"street\": \"7700 Old Georgetown Rd\",\n                        \"city\": \"Bethesda\",\n                        \"region\": \"Maryland\",\n                        \"metroArea\": \"Washington\",\n                        \"zipCode\": \"20814\",\n                        \"state\": \"Maryland\",\n                        \"country\": \"United States\",\n                        \"personHasMoved\": \"No\",\n                        \"withinEu\": false,\n                        \"withinCalifornia\": false,\n                        \"withinCanada\": false,\n                        \"lastUpdatedDate\": \"11/2/2020 10:28 AM\",\n                        \"noticeProvidedDate\": \"07/31/2020\",\n                        \"salutation\": \"\",\n                        \"suffix\": \"\",\n                        \"jobTitle\": \"Manager, Applications\",\n                        \"jobFunction\": [\n                            {\n                                \"name\": \"UI / UX\",\n                                \"department\": \"Engineering & Technical\"\n                            },\n                            {\n                                \"name\": \"Software Development\",\n                                \"department\": \"Engineering & Technical\"\n                            }\n                        ],\n                        \"education\": [\n                            {\n                                \"school\": \"Seattle Pacific University\",\n                                \"educationDegree\": {\n                                    \"degree\": \"\",\n                                    \"areaOfStudy\": \"Bachelor of Science\"\n                                },\n                                \"graduationDate\": \"2008-06-01T12:00:00.000Z\"\n                            }\n                        ],\n                        \"hashedEmails\": [\n                            \"81811910bd5c8c341bb7b229c7d4a79290a867d88fea85d406cc8f4ce297ff50\",\n                            \"64c82f374fc20e4e61880441e6942687\",\n                            \"7de29b7c0cdea9759e5a95ebb27e5dc21064fa014a0e3044e40385e49ea7d11c\",\n                            \"02cf19a2b28375088810ce0965b01435\",\n                            \"5797b7c0a3c1543395c5d917ec80e767\",\n                            \"6d2b9da789a8b853bc03bc575cc756c119b0a337346337c09c0f3911f8e9d5caf3f6ad37852ca1c58845538c1aca82c1d11c8ab15ad4f88d9ff886fffad93560\",\n                            \"e5974ca8b7cec726e6046f2d75e2e15ee6f5fa4f\",\n                            \"5d0e47101cf7f69a251620d19ecbb260b2111fc2\",\n                            \"211d0e7ef2226c54f37c8142a3dabdd2601c8adc5229a1c7baee89b371890243018a1ec12c02d8a10a27e2cec06d244ceba084d25634cdff429b4e4d64c6472f\",\n                            \"bd08e58a32c8f156160a9a582b25c2bb\",\n                            \"99d63e420ad723b1bdf7d01fd2f780cca52086ada662b6518812f71b53dde19df3206889810bb0d644359954c5d9d75608ba699e5b8edee5df7fcd47e2b00bc7\",\n                            \"a5d63d764cad8d93ef17558a49a8cf485f3f36152c6a90ce00a1e28adfdea799f48db897f1f59fff714c0c9be9f0668b3498a6b33e27cc83f66da8a66191f123\",\n                            \"085e14a685e69e3346b6d65c749c2eb36bfdc9e3\",\n                            \"9b933e4b4bf818985b71e0f82a6c28818ce2a354f16ed570439d05803d2b8295\",\n                            \"1de6276adceae129920b8057c565884a28162bcd\",\n                            \"79f3cf02687bd1e9ccac5963d8a8eae16537254404af58b39d69dfe7dbdeee66\"\n                        ],\n                        \"picture\": \"\",\n                        \"mobilePhoneDoNotCall\": false,\n                        \"externalUrls\": [\n                            {\n                                \"type\": \"linkedin.com\",\n                                \"url\": \"https://www.linkedin.com/in/filip-popovic-090a88a7\"\n                            }\n                        ],\n                        \"company\": {\n                            \"division\": \"\",\n                            \"id\": 344589814,\n                            \"name\": \"ZoomInfo\",\n                            \"descriptionList\": [\n                                {\n                                    \"description\": \"ZoomInfo was founded in 2000 and is headquartered in Vancouver, Washington. The company offers a business-to-business data platform utilized by sales and marketing teams, recruiters, and other business professionals for lead generation and detailed information on people and companies.\"\n                                },\n                                {\n                                    \"description\": \"Built over 20 years ago, ZoomInfo Powered by DiscoverOrg has become the go-to-market standard for over 13,500 companies worldwide. Designed to be the single source of truth, the ZoomInfo platform offers best-in-class technology paired with unrivaled data coverage, accuracy, and depth of contacts, companies, and opportunities essential to empower sales, marketing and recruiting professionals to hit their numbers. Deeply embedded into business workflows and technology stacks- including integrations with the leading CRM, Sales Engagement, Marketing Automation, and Talent Management applications - ZoomInfo is capable of delivering more predictable, accelerated, and sustainable growth than any stand-alone solution. ZoomInfo's investors include TA Associates, The Carlyle Group and 22C Capital.\"\n                                },\n                                {\n                                    \"description\": \"ZoomInfo (NASDAQ: ZI) is a Go-To-Market Intelligence Solution for more than 15,000 companies worldwide. The ZoomInfo platform empowers business-to-business sales, marketing, and recruiting professionals to hit their number by pairing best-in-class technology with unrivaled data coverage, accuracy, and depth of contacts. With integrations embedded into workflows and technology stacks, including the leading CRM, Sales Engagement, Marketing Automation, and Talent Management applications, ZoomInfo drives more predictable, accelerated, and sustainable growth for its customers. \"\n                                },\n                                {\n                                    \"description\": \"ZoomInfo?is a leading go-to-market intelligence platform for sales and marketing teams. Its go-to-market intelligence platform delivers comprehensive and high-quality intelligence and analytics on approximately 14 million companies, including advanced attributes, technologies used by companies, intent signals, and decision-maker contact information. Its software, insights, and data enable over 15,000 companies to sell and market more effectively and efficiently. \"\n                                },\n                                {\n                                    \"description\": \"Accelerate your growth with Zoom Information Inc. (ZoomInfo), an Inc. 5000 company. ZoomInfo's Growth Acceleration Platform combines the world's most comprehensive and searchable B2B contact database with integrated tools to help companies optimize sales and marketing effectiveness, jump-start growth, and maximize profitability. The continuously updated B2B data platform provides businesses access to direct-dial phone numbers, email addresses, and professional background information. \"\n                                }\n                            ],\n                            \"phone\": \"(360) 783-6800\",\n                            \"fax\": \"(617) 507-8187\",\n                            \"street\": \"805 Broadway St Suite 900\",\n                            \"city\": \"Vancouver\",\n                            \"state\": \"Washington\",\n                            \"zipCode\": \"98660\",\n                            \"country\": \"United States\"\n                        }\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"0f5d404e-b9dd-414f-894a-2cc2c6096f8f","name":"Enrich contact using personId","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"matchPersonInput\": [\n        {\n            \"personId\": 1260398587\n        }\n    ],\n    \"outputFields\": [\n        \"id\",\n        \"firstName\",\n        \"middleName\",\n        \"lastName\",\n        \"email\",\n\t\t\"hasCanadianEmail\",\n\t\t\"phone\",\n\t\t\"directPhoneDoNotCall\",\n        \"street\",\n        \"city\",\n        \"region\",\n        \"metroArea\",\n        \"zipCode\",\n        \"state\",\n        \"country\",\n        \"continent\",\n        \"personHasMoved\",\n        \"withinEu\",\n        \"withinCalifornia\",\n        \"withinCanada\",\n        \"lastUpdatedDate\",\n        \"validDate\",\n        \"noticeProvidedDate\",        \n        \"salutation\",\n        \"suffix\",\n        \"jobTitle\",\n        \"jobFunction\",\n        \"companyDivision\",\n        \"education\",\n        \"hashedEmails\",\n        \"picture\",\n\t\t\"mobilePhoneDoNotCall\",\n        \"externalUrls\",\n        \"companyId\",\n        \"companyName\",\n        \"companyDescriptionList\",\n        \"companyPhone\",\n        \"companyFax\",\n        \"companyStreet\",\n        \"companyCity\",\n        \"companyState\",\n        \"companyZipCode\",\n        \"companyCountry\",\n        \"companyContinent\",\n        \"companyLogo\",\n        \"companySicCodes\",\n        \"companyNaicsCodes\",\n        \"contactAccuracyScore\",\n        \"companyWebsite\",\n        \"companyRevenue\",\n        \"companyRevenueNumeric\",\n        \"companyEmployeeCount\",\n        \"companyType\",\n        \"companyTicker\",\n        \"companyRanking\",\n        \"isDefunct\",\n        \"companySocialMediaUrls\",\n        \"companyPrimaryIndustry\",\n        \"companyIndustries\",\n        \"companyRevenueRange\",\n        \"companyEmployeeRange\",\n        \"employmentHistory\",\n        \"managementLevel\",\n        \"locationCompanyId\"\n    ]\n}"},"url":"{{protocol}}://{{url}}/enrich/contact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Nov 2020 16:27:11 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"5ed7f0cd7b06ebec-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=e7db1952c3c428b300d7ae68283c6a1587e2640221c25672d39a1ecc58fe7f4d:3f7c2db0-1eec-11eb-bdb4-093d0d48e40a; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"063ad4d46e0000ebec45920000000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1604593691","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999953352","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999910705","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9998890","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9999237","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000010","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99999253","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"outputFields\": [\n            [\n                \"id\",\n                \"firstname\",\n                \"middlename\",\n                \"lastname\",\n                \"email\",\n                \"hascanadianemail\",\n                \"phone\",\n                \"directphonedonotcall\",\n                \"street\",\n                \"city\",\n                \"region\",\n                \"metroarea\",\n                \"zipcode\",\n                \"state\",\n                \"country\",\n                \"continent\",\n                \"personhasmoved\",\n                \"withineu\",\n                \"withincalifornia\",\n                \"withincanada\",\n                \"lastupdateddate\",\n                \"validdate\",\n                \"noticeprovideddate\",\n                \"salutation\",\n                \"suffix\",\n                \"jobtitle\",\n                \"jobfunction\",\n                \"companydivision\",\n                \"education\",\n                \"hashedemails\",\n                \"picture\",\n                \"mobilephonedonotcall\",\n                \"externalurls\",\n                \"companyid\",\n                \"companyname\",\n                \"companydescriptionlist\",\n                \"companyphone\",\n                \"companyfax\",\n                \"companystreet\",\n                \"companycity\",\n                \"companystate\",\n                \"companyzipcode\",\n                \"companycountry\",\n                \"companycontinent\",\n                \"companylogo\",\n                \"companysiccodes\",\n                \"companynaicscodes\",\n                \"contactaccuracyscore\",\n                \"companywebsite\",\n                \"companyrevenue\",\n                \"companyrevenuenumeric\",\n                \"companyemployeecount\",\n                \"companytype\",\n                \"companyticker\",\n                \"companyranking\",\n                \"isdefunct\",\n                \"companysocialmediaurls\",\n                \"companyprimaryindustry\",\n                \"companyindustries\",\n                \"companyrevenuerange\",\n                \"companyemployeerange\",\n                \"employmenthistory\",\n                \"managementlevel\",\n                \"locationcompanyid\",\n                \"companyId\"\n            ]\n        ],\n        \"result\": [\n            {\n                \"input\": {\n                    \"personid\": 1260398587\n                },\n                \"data\": [\n                    {\n                        \"id\": 1260398587,\n                        \"firstName\": \"Henry\",\n                        \"middleName\": \"L.\",\n                        \"lastName\": \"Schuck\",\n                        \"email\": \"henry.schuck@zoominfo.com\",\n                        \"hasCanadianEmail\": \"false\",\n                        \"phone\": \"(360) 783-6816\",\n                        \"directPhoneDoNotCall\": false,\n                        \"street\": \"805 Broadway Ste. 900\",\n                        \"city\": \"Vancouver\",\n                        \"region\": \"Washington\",\n                        \"metroArea\": \"Portland\",\n                        \"zipCode\": \"98660\",\n                        \"state\": \"Washington\",\n                        \"country\": \"United States\",\n                        \"continent\": \"North America\",\n                        \"personHasMoved\": \"Uncertain\",\n                        \"withinEu\": false,\n                        \"withinCalifornia\": true,\n                        \"withinCanada\": false,\n                        \"lastUpdatedDate\": \"1/5/2020 2:59 PM\",\n                        \"validDate\": \"12/31/2019 11:54 AM\",\n                        \"noticeProvidedDate\": \"06/27/2020\",\n                        \"salutation\": \"\",\n                        \"suffix\": \"\",\n                        \"jobTitle\": \"Founder & Chief Executive Officer\",\n                        \"jobFunction\": [\n                            {\n                                \"name\": \"Executive\",\n                                \"department\": \"C-Suite\"\n                            }\n                        ],\n                        \"education\": [\n                            {\n                                \"school\": \"University of Nevada , Las Vegas\",\n                                \"educationDegree\": {\n                                    \"degree\": \"\",\n                                    \"areaOfStudy\": \"\"\n                                }\n                            },\n                            {\n                                \"school\": \"Oxford University\",\n                                \"educationDegree\": {\n                                    \"degree\": \"comparative law\",\n                                    \"areaOfStudy\": \"\"\n                                }\n                            },\n                            {\n                                \"school\": \"The Ohio State University Moritz College of Law\",\n                                \"educationDegree\": {\n                                    \"degree\": \"\",\n                                    \"areaOfStudy\": \"juris doctorate degree cum laude\"\n                                }\n                            }\n                        ],\n                        \"hashedEmails\": [\n                            \"f58f6a9d081a378bccd8c8a067f5d757c1bcfe1114b17d1a0173c4f64f132a76\",\n                            \"882301004d270daab518d5d4fc0ec9a3e790159c4802e04394c0e70d7d817a5df5d19ba86a495ea2b22c19911a4606c63af22b85326c5a477e5b845a9ffcc33d\",\n                            \"8dceb85dffad7d86c656fabd105d5781a1cdc66d3e5e0f1e723f04dc172c13e7839948f8253f382ecb91b5a3892aa4c8cec671061a24b18ef4cd3fc08a89d0bc\",\n                            \"f68bd1de672a4c37fdc87d88b4d543c2634ed129e5c73f69ca74c5dd21bc0fd6\",\n                            \"eed1872f83bf7d777eef83d459e14dc97cc8bbe4c391665d02130d1a02b9c6bae8fde805e5556bc9345e01da360856c36c08d3fde3c6564ce9eda330c11307cb\",\n                            \"b187e4ed0351e0988c5e7efb63c73d8fba14252ede5b29c4b111445ed60a205e566feaa37eb2a5da512f93d8c34bab8add0ebec823ee2a9ba718e709ae5bb999\",\n                            \"8eb26ee14126e66bbf71cfc7da77803ab2079298c4f63075b4a9329605d0844c3b9d989ae4e9486f12701bad2b40cf45c8b461b751a3b37e97b18bd07cddf950\",\n                            \"695d19bdc9be7f8e742c5f8d21d20832\",\n                            \"29d9667b9865bd4c0ade732d87491588\",\n                            \"0277d9b958853b227aae74c49fb3f47ed1a4f7a0\",\n                            \"8f74df87a34f9eace4f392081fdf1701ecdd0a82\",\n                            \"0cf4aef9be54921f056cfbd01aa21aaa\",\n                            \"c9415971b7ed54e1ef2ba9b76d7517d8\",\n                            \"3255f0cea9d54f85c3ffe066798f68c8d9ff5131\",\n                            \"c2a09501b2e2d8542c90a9014a3e035be5d5412b\",\n                            \"73874aff0dc933c6b08f9ecfdcd281ae5f2b2ef4\",\n                            \"b29c16b0355cdf202e47561cc82b2ce10325c7c9fbf35fc8c8d2ac97e1a15751\",\n                            \"0b3c1656c901009da30bd69f431f901d17aea3b5\",\n                            \"219df7fce416087db95f41b22a3e99de\",\n                            \"74a841493b2be80de6b0523e3e51388ee702162b98bf0a1b761dc20a67c24bf9dd7c1c1edb43ec378754489dcb2c8b94fe8652c4f8aad2294758f1e37738093c\",\n                            \"11862b70dc429e354ecb9e8c3f94baa980cd848a4e65b0607f098c2c4784e1e9\",\n                            \"f96d816c6506277d8917284d6ae01c086d6bb738\",\n                            \"e2107f85303216debfc490c1128ad0026bc66cba\",\n                            \"42f9c1101b858d906f1e9249377705cc\",\n                            \"2d707a32b6c36d7860df4ded85a3675da59487bd\",\n                            \"70c0572ab995de4b75a50d4f3b9527b2f23ee3729d8dee19454732bb5974b96ce3b46c126ef9da3072e0db19331b713551c8f51af7d06d7456b006e6b6c6786f\",\n                            \"cb428444a92caccbf74196a56ce2ce47bedb7c810165a3f5670e0142b9e20488\",\n                            \"fb8f9342f5555bac4b5576e18203dee9649eb6cac775a60444a08912d57ecfaf\",\n                            \"02d590f02c638a0f0a14330f8ed41ac3f29be73f3cc61510cffd5010f4076a56\",\n                            \"077edc0b42f5b3a2ebced95cb466d7540eb13f84\",\n                            \"35fae950b9267686ad59bf5540f05fe32614b05f7ce111c88215d397c4ccca80\",\n                            \"072d54d1cd80722271757be3ad70e2fa80a4f7a9ddcfa4986bdacfaf44090d01\",\n                            \"f9cec62f4b2805124098741a9ff318cfc7601014799360d909d6160941a6700d4ec1dcfbfcfd445a8fd5549670bebefd0169ab53d5332296af6c70a55e22848a\",\n                            \"4d49f8386d59b45ddda50a5ef5430120\",\n                            \"81863a5a64ae6c4df9eab6200808260ffd99324308dcdb234cb95fe2f01868fd\",\n                            \"3b4031ad2889aba895b3f7a0132f254c\",\n                            \"adb40c784326c0581284f4c8301bbeb0b217bab6a09eb811f8eee4fce2ea431b3cf01da7192c0af813ce7df177fc634770b4557c74301d41c412ee7dc890b9bf\",\n                            \"20b54d86e974f4dfeb4383ed2c748e2d79ac7d28\",\n                            \"258ba4f8558fbea656732b28211c9df8\",\n                            \"b389c6b4c6d1ab9c45a41f2ac41d7a2367b980866587f0d8afc8d07e87bf7dbee8638f4194e24674aa56a225bc9db668a6febd13fe0b975cc330dfb7c54df4f2\",\n                            \"36c30998984a06a5eb56f5322ff8a284d144d159365b93423cc08223081965d606e6af6dddd30b7fd09bc627f9dcecd3ea85c036c3ba485ed31e07d2bd7ca65b\",\n                            \"5233cc7bd91cb8234b136cd44db83d94\",\n                            \"6a17da18c38ef9b4d42cefdaf7db0a03\",\n                            \"2154155b799c35d2d58ad920146b2477635884f5af0839bc6ebbdb99216b7415\"\n                        ],\n                        \"picture\": \"https://www.zoominfo.com/ge-assets/images/leadership/henry_schuck.png\",\n                        \"mobilePhoneDoNotCall\": true,\n                        \"externalUrls\": [\n                            {\n                                \"type\": \"linkedin.com\",\n                                \"url\": \"https://www.linkedin.com/in/hschuck\"\n                            },\n                            {\n                                \"type\": \"twitter.com\",\n                                \"url\": \"https://www.twitter.com/henrylschuck\"\n                            },\n                            {\n                                \"type\": \"salesforce.com\",\n                                \"url\": \"https://www.salesforce.com/00361000005FuKPAA0\"\n                            }\n                        ],\n                        \"contactAccuracyScore\": 96,\n                        \"isDefunct\": false,\n                        \"employmentHistory\": [\n                            {\n                                \"jobTitle\": \"Vice President of Data and Marketing\",\n                                \"managementLevel\": [\n                                    \"VP-Level\"\n                                ],\n                                \"fromDate\": \"2002-01-02T00:00:00.000Z\",\n                                \"toDate\": \"2006-01-02T00:00:00.000Z\",\n                                \"company\": {\n                                    \"companyId\": 0,\n                                    \"companyName\": \"iProfile\",\n                                    \"companyPhone\": \"\",\n                                    \"companyWebsite\": \"\"\n                                }\n                            }\n                        ],\n                        \"managementLevel\": [\n                            \"C-Level\"\n                        ],\n                        \"locationCompanyId\": 344589814,\n                        \"company\": {\n                            \"division\": \"\",\n                            \"id\": 344589814,\n                            \"name\": \"ZoomInfo\",\n                            \"descriptionList\": [\n                                {\n                                    \"description\": \"ZoomInfo was founded in 2000 and is headquartered in Vancouver, Washington. The company offers a business-to-business data platform utilized by sales and marketing teams, recruiters, and other business professionals for lead generation and detailed information on people and companies.\"\n                                },\n                                {\n                                    \"description\": \"Built over 20 years ago, ZoomInfo Powered by DiscoverOrg has become the go-to-market standard for over 13,500 companies worldwide. Designed to be the single source of truth, the ZoomInfo platform offers best-in-class technology paired with unrivaled data coverage, accuracy, and depth of contacts, companies, and opportunities essential to empower sales, marketing and recruiting professionals to hit their numbers. Deeply embedded into business workflows and technology stacks- including integrations with the leading CRM, Sales Engagement, Marketing Automation, and Talent Management applications - ZoomInfo is capable of delivering more predictable, accelerated, and sustainable growth than any stand-alone solution. ZoomInfo's investors include TA Associates, The Carlyle Group and 22C Capital.\"\n                                },\n                                {\n                                    \"description\": \"ZoomInfo (NASDAQ: ZI) is a Go-To-Market Intelligence Solution for more than 15,000 companies worldwide. The ZoomInfo platform empowers business-to-business sales, marketing, and recruiting professionals to hit their number by pairing best-in-class technology with unrivaled data coverage, accuracy, and depth of contacts. With integrations embedded into workflows and technology stacks, including the leading CRM, Sales Engagement, Marketing Automation, and Talent Management applications, ZoomInfo drives more predictable, accelerated, and sustainable growth for its customers. \"\n                                },\n                                {\n                                    \"description\": \"ZoomInfo?is a leading go-to-market intelligence platform for sales and marketing teams. Its go-to-market intelligence platform delivers comprehensive and high-quality intelligence and analytics on approximately 14 million companies, including advanced attributes, technologies used by companies, intent signals, and decision-maker contact information. Its software, insights, and data enable over 15,000 companies to sell and market more effectively and efficiently. \"\n                                },\n                                {\n                                    \"description\": \"Accelerate your growth with Zoom Information Inc. (ZoomInfo), an Inc. 5000 company. ZoomInfo's Growth Acceleration Platform combines the world's most comprehensive and searchable B2B contact database with integrated tools to help companies optimize sales and marketing effectiveness, jump-start growth, and maximize profitability. The continuously updated B2B data platform provides businesses access to direct-dial phone numbers, email addresses, and professional background information. \"\n                                }\n                            ],\n                            \"phone\": \"(360) 783-6800\",\n                            \"fax\": \"(617) 507-8187\",\n                            \"street\": \"805 Broadway St Suite 900\",\n                            \"city\": \"Vancouver\",\n                            \"state\": \"Washington\",\n                            \"zipCode\": \"98660\",\n                            \"country\": \"United States\",\n                            \"continent\": \"North America\",\n                            \"logo\": \"http://www.zoominfo.com/business/mktg/images/zi_logo.png\",\n                            \"sicCodes\": [\n                                {\n                                    \"id\": \"73\",\n                                    \"name\": \"Business Services\"\n                                },\n                                {\n                                    \"id\": \"737\",\n                                    \"name\": \"Computer Programming, Data Processing, And Other Computer Related Services\"\n                                },\n                                {\n                                    \"id\": \"7375\",\n                                    \"name\": \"Information Retrieval Services\"\n                                },\n                                {\n                                    \"id\": \"27\",\n                                    \"name\": \"Printing, Publishing, And Allied Industries\"\n                                },\n                                {\n                                    \"id\": \"274\",\n                                    \"name\": \"Miscellaneous Publishing\"\n                                },\n                                {\n                                    \"id\": \"2741\",\n                                    \"name\": \"Miscellaneous Publishing\"\n                                },\n                                {\n                                    \"id\": \"731\",\n                                    \"name\": \"Advertising\"\n                                },\n                                {\n                                    \"id\": \"7371\",\n                                    \"name\": \"Computer Programming Services\"\n                                },\n                                {\n                                    \"id\": \"7372\",\n                                    \"name\": \"Prepackaged Software\"\n                                },\n                                {\n                                    \"id\": \"738\",\n                                    \"name\": \"Miscellaneous Business Services\"\n                                },\n                                {\n                                    \"id\": \"7389\",\n                                    \"name\": \"Business Services, Not Elsewhere Classified\"\n                                },\n                                {\n                                    \"id\": \"89\",\n                                    \"name\": \"Miscellaneous Services\"\n                                },\n                                {\n                                    \"id\": \"899\",\n                                    \"name\": \"Miscellaneous Services\"\n                                },\n                                {\n                                    \"id\": \"8999\",\n                                    \"name\": \"Services, Not Elsewhere Classified\"\n                                },\n                                {\n                                    \"id\": \"7374\",\n                                    \"name\": \"Computer Processing and Data Preparation and Processing Services\"\n                                }\n                            ],\n                            \"naicsCodes\": [\n                                {\n                                    \"id\": \"541613\",\n                                    \"name\": \"Marketing Consulting Services\"\n                                },\n                                {\n                                    \"id\": \"541511\",\n                                    \"name\": \"Custom Computer Programming Services\"\n                                },\n                                {\n                                    \"id\": \"51919\",\n                                    \"name\": \"All Other Information Services\"\n                                },\n                                {\n                                    \"id\": \"518210\",\n                                    \"name\": \"Data Processing, Hosting, and Related Services\"\n                                },\n                                {\n                                    \"id\": \"54151\",\n                                    \"name\": \"Computer Systems Design and Related Services\"\n                                },\n                                {\n                                    \"id\": \"5182\",\n                                    \"name\": \"Data Processing, Hosting, and Related Services\"\n                                },\n                                {\n                                    \"id\": \"511\",\n                                    \"name\": \"Publishing Industries (except Internet)\"\n                                },\n                                {\n                                    \"id\": \"51121\",\n                                    \"name\": \"Software Publishers\"\n                                },\n                                {\n                                    \"id\": \"51821\",\n                                    \"name\": \"Data Processing, Hosting, and Related Services\"\n                                },\n                                {\n                                    \"id\": \"517\",\n                                    \"name\": \"Telecommunications\"\n                                },\n                                {\n                                    \"id\": \"5415\",\n                                    \"name\": \"Computer Systems Design and Related Services\"\n                                },\n                                {\n                                    \"id\": \"518\",\n                                    \"name\": \"Data Processing, Hosting, and Related Services\"\n                                },\n                                {\n                                    \"id\": \"51\",\n                                    \"name\": \"Information\"\n                                },\n                                {\n                                    \"id\": \"5416\",\n                                    \"name\": \"Management, Scientific, and Technical Consulting Services\"\n                                },\n                                {\n                                    \"id\": \"519\",\n                                    \"name\": \"Other Information Services\"\n                                },\n                                {\n                                    \"id\": \"5418\",\n                                    \"name\": \"Advertising, Public Relations, and Related Services\"\n                                },\n                                {\n                                    \"id\": \"54\",\n                                    \"name\": \"Professional, Scientific, and Technical Services\"\n                                },\n                                {\n                                    \"id\": \"5112\",\n                                    \"name\": \"Software Publishers\"\n                                },\n                                {\n                                    \"id\": \"511210\",\n                                    \"name\": \"Software Publishers\"\n                                },\n                                {\n                                    \"id\": \"517110\",\n                                    \"name\": \"\"\n                                },\n                                {\n                                    \"id\": \"5191\",\n                                    \"name\": \"Other Information Services\"\n                                },\n                                {\n                                    \"id\": \"5171\",\n                                    \"name\": \"\"\n                                },\n                                {\n                                    \"id\": \"54161\",\n                                    \"name\": \"Management Consulting Services\"\n                                },\n                                {\n                                    \"id\": \"519130\",\n                                    \"name\": \"Internet Publishing and Broadcasting and Web Search Portals\"\n                                },\n                                {\n                                    \"id\": \"541\",\n                                    \"name\": \"Professional, Scientific, and Technical Services\"\n                                },\n                                {\n                                    \"id\": \"519190\",\n                                    \"name\": \"All Other Information Services\"\n                                },\n                                {\n                                    \"id\": \"51711\",\n                                    \"name\": \"\"\n                                },\n                                {\n                                    \"id\": \"51913\",\n                                    \"name\": \"Internet Publishing and Broadcasting and Web Search Portals\"\n                                }\n                            ],\n                            \"website\": \"www.zoominfo.com\",\n                            \"revenue\": \"$400 Million\",\n                            \"revenueNumeric\": 400000000,\n                            \"employeeCount\": 1500,\n                            \"type\": \"PUBLIC\",\n                            \"ticker\": \"NASDAQ: ZI\",\n                            \"ranking\": [\n                                \"Inc 5000\"\n                            ],\n                            \"socialMediaUrls\": [],\n                            \"primaryIndustry\": [\n                                \"Software\"\n                            ],\n                            \"industries\": [\n                                \"Data Collection & Internet Portals\",\n                                \"Software\",\n                                \"Media & Internet\"\n                            ],\n                            \"revenueRange\": \"$250 mil. - $500 mil.\",\n                            \"employeeRange\": \"1,000 - 5,000\"\n                        }\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"bb38a606-418c-4529-8bf3-6ce8b98d369e","name":"Enrich contacts using multiple email addresses","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"matchPersonInput\": [\n        {\n            \"emailAddress\": \"henry.schuck@zoominfo.com\"\n        },\n        {\n            \"emailAddress\": \"filip.popovic@zoominfo.com\"\n        },\n        {\n            \"emailAddress\": \"john.doherty@zoominfo.com\"\n        }\n    ],\n    \"outputFields\": [\n        \"id\",\n        \"firstName\",\n        \"middleName\",\n        \"lastName\",\n        \"email\",\n\t\t\"hasCanadianEmail\",\n\t\t\"phone\",\n\t\t\"directPhoneDoNotCall\",\n        \"street\",\n        \"city\",\n        \"region\",\n        \"metroArea\",\n        \"zipCode\",\n        \"state\",\n        \"country\",\n        \"personHasMoved\",\n        \"withinEu\",\n        \"withinCalifornia\",\n        \"withinCanada\",\n        \"lastUpdatedDate\",\n        \"noticeProvidedDate\",        \n        \"salutation\",\n        \"suffix\",\n        \"jobTitle\",\n        \"jobFunction\",\n        \"companyDivision\",\n        \"education\",\n        \"hashedEmails\",\n        \"picture\",\n\t\t\"mobilePhoneDoNotCall\",\n        \"externalUrls\",\n        \"companyId\",\n        \"companyName\",\n        \"companyDescriptionList\",\n        \"companyPhone\",\n        \"companyFax\",\n        \"companyStreet\",\n        \"companyCity\",\n        \"companyState\",\n        \"companyZipCode\",\n        \"companyCountry\",\n        \"companyLogo\",\n        \"companySicCodes\",\n        \"companyNaicsCodes\",\n        \"contactAccuracyScore\",\n        \"companyWebsite\",\n        \"companyRevenue\",\n        \"companyRevenueNumeric\",\n        \"companyEmployeeCount\",\n        \"companyType\",\n        \"companyTicker\",\n        \"companyRanking\",\n        \"isDefunct\",\n        \"companySocialMediaUrls\",\n        \"companyPrimaryIndustry\",\n        \"companyIndustries\",\n        \"companyRevenueRange\",\n        \"companyEmployeeRange\",\n        \"employmentHistory\",\n        \"managementLevel\"\n    ]\n}"},"url":"{{protocol}}://{{url}}/enrich/contact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Nov 2020 16:28:07 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"5ed7f22b9890ebec-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=e7db1952c3c428b300d7ae68283c6a1587e2640221c25672d39a1ecc58fe7f4d:3f7c2db0-1eec-11eb-bdb4-093d0d48e40a; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"063ad5af3e0000ebecfc134000000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1498","enabled":true},{"key":"X-RateLimit-Reset","value":"1604593691","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999953351","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999910702","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9998890","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9999237","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000010","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99999253","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"outputFields\": [\n            [\n                \"id\",\n                \"firstname\",\n                \"middlename\",\n                \"lastname\",\n                \"email\",\n                \"hascanadianemail\",\n                \"phone\",\n                \"directphonedonotcall\",\n                \"street\",\n                \"city\",\n                \"region\",\n                \"metroarea\",\n                \"zipcode\",\n                \"state\",\n                \"country\",\n                \"personhasmoved\",\n                \"withineu\",\n                \"withincalifornia\",\n                \"withincanada\",\n                \"lastupdateddate\",\n                \"noticeprovideddate\",\n                \"salutation\",\n                \"suffix\",\n                \"jobtitle\",\n                \"jobfunction\",\n                \"companydivision\",\n                \"education\",\n                \"hashedemails\",\n                \"picture\",\n                \"mobilephonedonotcall\",\n                \"externalurls\",\n                \"companyid\",\n                \"companyname\",\n                \"companydescriptionlist\",\n                \"companyphone\",\n                \"companyfax\",\n                \"companystreet\",\n                \"companycity\",\n                \"companystate\",\n                \"companyzipcode\",\n                \"companycountry\",\n                \"companylogo\",\n                \"companysiccodes\",\n                \"companynaicscodes\",\n                \"contactaccuracyscore\",\n                \"companywebsite\",\n                \"companyrevenue\",\n                \"companyrevenuenumeric\",\n                \"companyemployeecount\",\n                \"companytype\",\n                \"companyticker\",\n                \"companyranking\",\n                \"isdefunct\",\n                \"companysocialmediaurls\",\n                \"companyprimaryindustry\",\n                \"companyindustries\",\n                \"companyrevenuerange\",\n                \"companyemployeerange\",\n                \"employmenthistory\",\n                \"managementlevel\",\n                \"companyId\"\n            ]\n        ],\n        \"result\": [\n            {\n                \"input\": {\n                    \"emailaddress\": \"henry.schuck@zoominfo.com\"\n                },\n                \"data\": [\n                    {\n                        \"id\": 1260398587,\n                        \"firstName\": \"Henry\",\n                        \"middleName\": \"L.\",\n                        \"lastName\": \"Schuck\",\n                        \"email\": \"henry.schuck@zoominfo.com\",\n                        \"hasCanadianEmail\": \"false\",\n                        \"phone\": \"(360) 783-6816\",\n                        \"directPhoneDoNotCall\": false,\n                        \"street\": \"805 Broadway Ste. 900\",\n                        \"city\": \"Vancouver\",\n                        \"region\": \"Washington\",\n                        \"metroArea\": \"Portland\",\n                        \"zipCode\": \"98660\",\n                        \"state\": \"Washington\",\n                        \"country\": \"United States\",\n                        \"personHasMoved\": \"Uncertain\",\n                        \"withinEu\": false,\n                        \"withinCalifornia\": true,\n                        \"withinCanada\": false,\n                        \"lastUpdatedDate\": \"1/5/2020 2:59 PM\",\n                        \"noticeProvidedDate\": \"06/27/2020\",\n                        \"salutation\": \"\",\n                        \"suffix\": \"\",\n                        \"jobTitle\": \"Founder & Chief Executive Officer\",\n                        \"jobFunction\": [\n                            {\n                                \"name\": \"Executive\",\n                                \"department\": \"C-Suite\"\n                            }\n                        ],\n                        \"education\": [\n                            {\n                                \"school\": \"University of Nevada , Las Vegas\",\n                                \"educationDegree\": {\n                                    \"degree\": \"\",\n                                    \"areaOfStudy\": \"\"\n                                }\n                            },\n                            {\n                                \"school\": \"Oxford University\",\n                                \"educationDegree\": {\n                                    \"degree\": \"comparative law\",\n                                    \"areaOfStudy\": \"\"\n                                }\n                            },\n                            {\n                                \"school\": \"The Ohio State University Moritz College of Law\",\n                                \"educationDegree\": {\n                                    \"degree\": \"\",\n                                    \"areaOfStudy\": \"juris doctorate degree cum laude\"\n                                }\n                            }\n                        ],\n                        \"hashedEmails\": [\n                            \"f58f6a9d081a378bccd8c8a067f5d757c1bcfe1114b17d1a0173c4f64f132a76\",\n                            \"882301004d270daab518d5d4fc0ec9a3e790159c4802e04394c0e70d7d817a5df5d19ba86a495ea2b22c19911a4606c63af22b85326c5a477e5b845a9ffcc33d\",\n                            \"8dceb85dffad7d86c656fabd105d5781a1cdc66d3e5e0f1e723f04dc172c13e7839948f8253f382ecb91b5a3892aa4c8cec671061a24b18ef4cd3fc08a89d0bc\",\n                            \"f68bd1de672a4c37fdc87d88b4d543c2634ed129e5c73f69ca74c5dd21bc0fd6\",\n                            \"eed1872f83bf7d777eef83d459e14dc97cc8bbe4c391665d02130d1a02b9c6bae8fde805e5556bc9345e01da360856c36c08d3fde3c6564ce9eda330c11307cb\",\n                            \"b187e4ed0351e0988c5e7efb63c73d8fba14252ede5b29c4b111445ed60a205e566feaa37eb2a5da512f93d8c34bab8add0ebec823ee2a9ba718e709ae5bb999\",\n                            \"8eb26ee14126e66bbf71cfc7da77803ab2079298c4f63075b4a9329605d0844c3b9d989ae4e9486f12701bad2b40cf45c8b461b751a3b37e97b18bd07cddf950\",\n                            \"695d19bdc9be7f8e742c5f8d21d20832\",\n                            \"29d9667b9865bd4c0ade732d87491588\",\n                            \"0277d9b958853b227aae74c49fb3f47ed1a4f7a0\",\n                            \"8f74df87a34f9eace4f392081fdf1701ecdd0a82\",\n                            \"0cf4aef9be54921f056cfbd01aa21aaa\",\n                            \"c9415971b7ed54e1ef2ba9b76d7517d8\",\n                            \"3255f0cea9d54f85c3ffe066798f68c8d9ff5131\",\n                            \"c2a09501b2e2d8542c90a9014a3e035be5d5412b\",\n                            \"73874aff0dc933c6b08f9ecfdcd281ae5f2b2ef4\",\n                            \"b29c16b0355cdf202e47561cc82b2ce10325c7c9fbf35fc8c8d2ac97e1a15751\",\n                            \"0b3c1656c901009da30bd69f431f901d17aea3b5\",\n                            \"219df7fce416087db95f41b22a3e99de\",\n                            \"74a841493b2be80de6b0523e3e51388ee702162b98bf0a1b761dc20a67c24bf9dd7c1c1edb43ec378754489dcb2c8b94fe8652c4f8aad2294758f1e37738093c\",\n                            \"11862b70dc429e354ecb9e8c3f94baa980cd848a4e65b0607f098c2c4784e1e9\",\n                            \"f96d816c6506277d8917284d6ae01c086d6bb738\",\n                            \"e2107f85303216debfc490c1128ad0026bc66cba\",\n                            \"42f9c1101b858d906f1e9249377705cc\",\n                            \"2d707a32b6c36d7860df4ded85a3675da59487bd\",\n                            \"70c0572ab995de4b75a50d4f3b9527b2f23ee3729d8dee19454732bb5974b96ce3b46c126ef9da3072e0db19331b713551c8f51af7d06d7456b006e6b6c6786f\",\n                            \"cb428444a92caccbf74196a56ce2ce47bedb7c810165a3f5670e0142b9e20488\",\n                            \"fb8f9342f5555bac4b5576e18203dee9649eb6cac775a60444a08912d57ecfaf\",\n                            \"02d590f02c638a0f0a14330f8ed41ac3f29be73f3cc61510cffd5010f4076a56\",\n                            \"077edc0b42f5b3a2ebced95cb466d7540eb13f84\",\n                            \"35fae950b9267686ad59bf5540f05fe32614b05f7ce111c88215d397c4ccca80\",\n                            \"072d54d1cd80722271757be3ad70e2fa80a4f7a9ddcfa4986bdacfaf44090d01\",\n                            \"f9cec62f4b2805124098741a9ff318cfc7601014799360d909d6160941a6700d4ec1dcfbfcfd445a8fd5549670bebefd0169ab53d5332296af6c70a55e22848a\",\n                            \"4d49f8386d59b45ddda50a5ef5430120\",\n                            \"81863a5a64ae6c4df9eab6200808260ffd99324308dcdb234cb95fe2f01868fd\",\n                            \"3b4031ad2889aba895b3f7a0132f254c\",\n                            \"adb40c784326c0581284f4c8301bbeb0b217bab6a09eb811f8eee4fce2ea431b3cf01da7192c0af813ce7df177fc634770b4557c74301d41c412ee7dc890b9bf\",\n                            \"20b54d86e974f4dfeb4383ed2c748e2d79ac7d28\",\n                            \"258ba4f8558fbea656732b28211c9df8\",\n                            \"b389c6b4c6d1ab9c45a41f2ac41d7a2367b980866587f0d8afc8d07e87bf7dbee8638f4194e24674aa56a225bc9db668a6febd13fe0b975cc330dfb7c54df4f2\",\n                            \"36c30998984a06a5eb56f5322ff8a284d144d159365b93423cc08223081965d606e6af6dddd30b7fd09bc627f9dcecd3ea85c036c3ba485ed31e07d2bd7ca65b\",\n                            \"5233cc7bd91cb8234b136cd44db83d94\",\n                            \"6a17da18c38ef9b4d42cefdaf7db0a03\",\n                            \"2154155b799c35d2d58ad920146b2477635884f5af0839bc6ebbdb99216b7415\"\n                        ],\n                        \"picture\": \"https://www.zoominfo.com/ge-assets/images/leadership/henry_schuck.png\",\n                        \"mobilePhoneDoNotCall\": true,\n                        \"externalUrls\": [\n                            {\n                                \"type\": \"linkedin.com\",\n                                \"url\": \"https://www.linkedin.com/in/hschuck\"\n                            },\n                            {\n                                \"type\": \"twitter.com\",\n                                \"url\": \"https://www.twitter.com/henrylschuck\"\n                            },\n                            {\n                                \"type\": \"salesforce.com\",\n                                \"url\": \"https://www.salesforce.com/00361000005FuKPAA0\"\n                            }\n                        ],\n                        \"contactAccuracyScore\": 96,\n                        \"isDefunct\": false,\n                        \"employmentHistory\": [\n                            {\n                                \"jobTitle\": \"Vice President of Data and Marketing\",\n                                \"managementLevel\": [\n                                    \"VP-Level\"\n                                ],\n                                \"fromDate\": \"2002-01-02T00:00:00.000Z\",\n                                \"toDate\": \"2006-01-02T00:00:00.000Z\",\n                                \"company\": {\n                                    \"companyId\": 0,\n                                    \"companyName\": \"iProfile\",\n                                    \"companyPhone\": \"\",\n                                    \"companyWebsite\": \"\"\n                                }\n                            }\n                        ],\n                        \"managementLevel\": [\n                            \"C-Level\"\n                        ],\n                        \"company\": {\n                            \"division\": \"\",\n                            \"id\": 344589814,\n                            \"name\": \"ZoomInfo\",\n                            \"descriptionList\": [\n                                {\n                                    \"description\": \"ZoomInfo was founded in 2000 and is headquartered in Vancouver, Washington. The company offers a business-to-business data platform utilized by sales and marketing teams, recruiters, and other business professionals for lead generation and detailed information on people and companies.\"\n                                },\n                                {\n                                    \"description\": \"Built over 20 years ago, ZoomInfo Powered by DiscoverOrg has become the go-to-market standard for over 13,500 companies worldwide. Designed to be the single source of truth, the ZoomInfo platform offers best-in-class technology paired with unrivaled data coverage, accuracy, and depth of contacts, companies, and opportunities essential to empower sales, marketing and recruiting professionals to hit their numbers. Deeply embedded into business workflows and technology stacks- including integrations with the leading CRM, Sales Engagement, Marketing Automation, and Talent Management applications - ZoomInfo is capable of delivering more predictable, accelerated, and sustainable growth than any stand-alone solution. ZoomInfo's investors include TA Associates, The Carlyle Group and 22C Capital.\"\n                                },\n                                {\n                                    \"description\": \"ZoomInfo (NASDAQ: ZI) is a Go-To-Market Intelligence Solution for more than 15,000 companies worldwide. The ZoomInfo platform empowers business-to-business sales, marketing, and recruiting professionals to hit their number by pairing best-in-class technology with unrivaled data coverage, accuracy, and depth of contacts. With integrations embedded into workflows and technology stacks, including the leading CRM, Sales Engagement, Marketing Automation, and Talent Management applications, ZoomInfo drives more predictable, accelerated, and sustainable growth for its customers. \"\n                                },\n                                {\n                                    \"description\": \"ZoomInfo?is a leading go-to-market intelligence platform for sales and marketing teams. Its go-to-market intelligence platform delivers comprehensive and high-quality intelligence and analytics on approximately 14 million companies, including advanced attributes, technologies used by companies, intent signals, and decision-maker contact information. Its software, insights, and data enable over 15,000 companies to sell and market more effectively and efficiently. \"\n                                },\n                                {\n                                    \"description\": \"Accelerate your growth with Zoom Information Inc. (ZoomInfo), an Inc. 5000 company. ZoomInfo's Growth Acceleration Platform combines the world's most comprehensive and searchable B2B contact database with integrated tools to help companies optimize sales and marketing effectiveness, jump-start growth, and maximize profitability. The continuously updated B2B data platform provides businesses access to direct-dial phone numbers, email addresses, and professional background information. \"\n                                }\n                            ],\n                            \"phone\": \"(360) 783-6800\",\n                            \"fax\": \"(617) 507-8187\",\n                            \"street\": \"805 Broadway St Suite 900\",\n                            \"city\": \"Vancouver\",\n                            \"state\": \"Washington\",\n                            \"zipCode\": \"98660\",\n                            \"country\": \"United States\",\n                            \"logo\": \"http://www.zoominfo.com/business/mktg/images/zi_logo.png\",\n                            \"sicCodes\": [\n                                {\n                                    \"id\": \"73\",\n                                    \"name\": \"Business Services\"\n                                },\n                                {\n                                    \"id\": \"737\",\n                                    \"name\": \"Computer Programming, Data Processing, And Other Computer Related Services\"\n                                },\n                                {\n                                    \"id\": \"7375\",\n                                    \"name\": \"Information Retrieval Services\"\n                                },\n                                {\n                                    \"id\": \"27\",\n                                    \"name\": \"Printing, Publishing, And Allied Industries\"\n                                },\n                                {\n                                    \"id\": \"274\",\n                                    \"name\": \"Miscellaneous Publishing\"\n                                },\n                                {\n                                    \"id\": \"2741\",\n                                    \"name\": \"Miscellaneous Publishing\"\n                                },\n                                {\n                                    \"id\": \"731\",\n                                    \"name\": \"Advertising\"\n                                },\n                                {\n                                    \"id\": \"7371\",\n                                    \"name\": \"Computer Programming Services\"\n                                },\n                                {\n                                    \"id\": \"7372\",\n                                    \"name\": \"Prepackaged Software\"\n                                },\n                                {\n                                    \"id\": \"738\",\n                                    \"name\": \"Miscellaneous Business Services\"\n                                },\n                                {\n                                    \"id\": \"7389\",\n                                    \"name\": \"Business Services, Not Elsewhere Classified\"\n                                },\n                                {\n                                    \"id\": \"89\",\n                                    \"name\": \"Miscellaneous Services\"\n                                },\n                                {\n                                    \"id\": \"899\",\n                                    \"name\": \"Miscellaneous Services\"\n                                },\n                                {\n                                    \"id\": \"8999\",\n                                    \"name\": \"Services, Not Elsewhere Classified\"\n                                },\n                                {\n                                    \"id\": \"7374\",\n                                    \"name\": \"Computer Processing and Data Preparation and Processing Services\"\n                                }\n                            ],\n                            \"naicsCodes\": [\n                                {\n                                    \"id\": \"541613\",\n                                    \"name\": \"Marketing Consulting Services\"\n                                },\n                                {\n                                    \"id\": \"541511\",\n                                    \"name\": \"Custom Computer Programming Services\"\n                                },\n                                {\n                                    \"id\": \"51919\",\n                                    \"name\": \"All Other Information Services\"\n                                },\n                                {\n                                    \"id\": \"518210\",\n                                    \"name\": \"Data Processing, Hosting, and Related Services\"\n                                },\n                                {\n                                    \"id\": \"54151\",\n                                    \"name\": \"Computer Systems Design and Related Services\"\n                                },\n                                {\n                                    \"id\": \"5182\",\n                                    \"name\": \"Data Processing, Hosting, and Related Services\"\n                                },\n                                {\n                                    \"id\": \"511\",\n                                    \"name\": \"Publishing Industries (except Internet)\"\n                                },\n                                {\n                                    \"id\": \"51121\",\n                                    \"name\": \"Software Publishers\"\n                                },\n                                {\n                                    \"id\": \"51821\",\n                                    \"name\": \"Data Processing, Hosting, and Related Services\"\n                                },\n                                {\n                                    \"id\": \"517\",\n                                    \"name\": \"Telecommunications\"\n                                },\n                                {\n                                    \"id\": \"5415\",\n                                    \"name\": \"Computer Systems Design and Related Services\"\n                                },\n                                {\n                                    \"id\": \"518\",\n                                    \"name\": \"Data Processing, Hosting, and Related Services\"\n                                },\n                                {\n                                    \"id\": \"51\",\n                                    \"name\": \"Information\"\n                                },\n                                {\n                                    \"id\": \"5416\",\n                                    \"name\": \"Management, Scientific, and Technical Consulting Services\"\n                                },\n                                {\n                                    \"id\": \"519\",\n                                    \"name\": \"Other Information Services\"\n                                },\n                                {\n                                    \"id\": \"5418\",\n                                    \"name\": \"Advertising, Public Relations, and Related Services\"\n                                },\n                                {\n                                    \"id\": \"54\",\n                                    \"name\": \"Professional, Scientific, and Technical Services\"\n                                },\n                                {\n                                    \"id\": \"5112\",\n                                    \"name\": \"Software Publishers\"\n                                },\n                                {\n                                    \"id\": \"511210\",\n                                    \"name\": \"Software Publishers\"\n                                },\n                                {\n                                    \"id\": \"517110\",\n                                    \"name\": \"\"\n                                },\n                                {\n                                    \"id\": \"5191\",\n                                    \"name\": \"Other Information Services\"\n                                },\n                                {\n                                    \"id\": \"5171\",\n                                    \"name\": \"\"\n                                },\n                                {\n                                    \"id\": \"54161\",\n                                    \"name\": \"Management Consulting Services\"\n                                },\n                                {\n                                    \"id\": \"519130\",\n                                    \"name\": \"Internet Publishing and Broadcasting and Web Search Portals\"\n                                },\n                                {\n                                    \"id\": \"541\",\n                                    \"name\": \"Professional, Scientific, and Technical Services\"\n                                },\n                                {\n                                    \"id\": \"519190\",\n                                    \"name\": \"All Other Information Services\"\n                                },\n                                {\n                                    \"id\": \"51711\",\n                                    \"name\": \"\"\n                                },\n                                {\n                                    \"id\": \"51913\",\n                                    \"name\": \"Internet Publishing and Broadcasting and Web Search Portals\"\n                                }\n                            ],\n                            \"website\": \"www.zoominfo.com\",\n                            \"revenue\": \"$400 Million\",\n                            \"revenueNumeric\": 400000000,\n                            \"employeeCount\": 1500,\n                            \"type\": \"PUBLIC\",\n                            \"ticker\": \"NASDAQ: ZI\",\n                            \"ranking\": [\n                                \"Inc 5000\"\n                            ],\n                            \"socialMediaUrls\": [\n                                {\n                                    \"type\": \"FACEBOOK\",\n                                    \"url\": \"http://www.facebook.com/ZoomInformation\",\n                                    \"followerCount\": \"\"\n                                },\n                                {\n                                    \"type\": \"LINKED_IN\",\n                                    \"url\": \"http://www.linkedin.com/company/zoominfo?trk=tyah\",\n                                    \"followerCount\": \"\"\n                                },\n                                {\n                                    \"type\": \"TWITTER\",\n                                    \"url\": \"http://twitter.com/zoominfo\",\n                                    \"followerCount\": \"\"\n                                }\n                            ],\n                            \"primaryIndustry\": [\n                                \"Software\"\n                            ],\n                            \"industries\": [\n                                \"Data Collection & Internet Portals\",\n                                \"Software\",\n                                \"Media & Internet\"\n                            ],\n                            \"revenueRange\": \"$250 mil. - $500 mil.\",\n                            \"employeeRange\": \"1,000 - 5,000\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"input\": {\n                    \"emailaddress\": \"filip.popovic@zoominfo.com\"\n                },\n                \"data\": [\n                    {\n                        \"id\": 1613235897,\n                        \"firstName\": \"Filip\",\n                        \"middleName\": \"\",\n                        \"lastName\": \"Popovic\",\n                        \"email\": \"filip.popovic@zoominfo.com\",\n                        \"hasCanadianEmail\": \"false\",\n                        \"phone\": \"\",\n                        \"directPhoneDoNotCall\": false,\n                        \"street\": \"7700 Old Georgetown Rd\",\n                        \"city\": \"Bethesda\",\n                        \"region\": \"Maryland\",\n                        \"metroArea\": \"Washington\",\n                        \"zipCode\": \"20814\",\n                        \"state\": \"Maryland\",\n                        \"country\": \"United States\",\n                        \"personHasMoved\": \"Uncertain\",\n                        \"withinEu\": false,\n                        \"withinCalifornia\": false,\n                        \"withinCanada\": false,\n                        \"lastUpdatedDate\": \"11/2/2020 10:28 AM\",\n                        \"noticeProvidedDate\": \"07/31/2020\",\n                        \"salutation\": \"\",\n                        \"suffix\": \"\",\n                        \"jobTitle\": \"Manager, Applications\",\n                        \"jobFunction\": [\n                            {\n                                \"name\": \"UI / UX\",\n                                \"department\": \"Engineering & Technical\"\n                            },\n                            {\n                                \"name\": \"Software Development\",\n                                \"department\": \"Engineering & Technical\"\n                            }\n                        ],\n                        \"education\": [\n                            {\n                                \"school\": \"Seattle Pacific University\",\n                                \"educationDegree\": {\n                                    \"degree\": \"\",\n                                    \"areaOfStudy\": \"Bachelor of Science\"\n                                },\n                                \"graduationDate\": \"2008-06-01T12:00:00.000Z\"\n                            }\n                        ],\n                        \"hashedEmails\": [\n                            \"81811910bd5c8c341bb7b229c7d4a79290a867d88fea85d406cc8f4ce297ff50\",\n                            \"64c82f374fc20e4e61880441e6942687\",\n                            \"7de29b7c0cdea9759e5a95ebb27e5dc21064fa014a0e3044e40385e49ea7d11c\",\n                            \"02cf19a2b28375088810ce0965b01435\",\n                            \"5797b7c0a3c1543395c5d917ec80e767\",\n                            \"6d2b9da789a8b853bc03bc575cc756c119b0a337346337c09c0f3911f8e9d5caf3f6ad37852ca1c58845538c1aca82c1d11c8ab15ad4f88d9ff886fffad93560\",\n                            \"e5974ca8b7cec726e6046f2d75e2e15ee6f5fa4f\",\n                            \"5d0e47101cf7f69a251620d19ecbb260b2111fc2\",\n                            \"211d0e7ef2226c54f37c8142a3dabdd2601c8adc5229a1c7baee89b371890243018a1ec12c02d8a10a27e2cec06d244ceba084d25634cdff429b4e4d64c6472f\",\n                            \"bd08e58a32c8f156160a9a582b25c2bb\",\n                            \"99d63e420ad723b1bdf7d01fd2f780cca52086ada662b6518812f71b53dde19df3206889810bb0d644359954c5d9d75608ba699e5b8edee5df7fcd47e2b00bc7\",\n                            \"a5d63d764cad8d93ef17558a49a8cf485f3f36152c6a90ce00a1e28adfdea799f48db897f1f59fff714c0c9be9f0668b3498a6b33e27cc83f66da8a66191f123\",\n                            \"085e14a685e69e3346b6d65c749c2eb36bfdc9e3\",\n                            \"9b933e4b4bf818985b71e0f82a6c28818ce2a354f16ed570439d05803d2b8295\",\n                            \"1de6276adceae129920b8057c565884a28162bcd\",\n                            \"79f3cf02687bd1e9ccac5963d8a8eae16537254404af58b39d69dfe7dbdeee66\"\n                        ],\n                        \"picture\": \"\",\n                        \"mobilePhoneDoNotCall\": false,\n                        \"externalUrls\": [\n                            {\n                                \"type\": \"linkedin.com\",\n                                \"url\": \"https://www.linkedin.com/in/filip-popovic-090a88a7\"\n                            }\n                        ],\n                        \"contactAccuracyScore\": 90,\n                        \"isDefunct\": false,\n                        \"employmentHistory\": [\n                            {\n                                \"jobTitle\": \"Software Engineer & Director, Product Development For Quatrove\",\n                                \"managementLevel\": [\n                                    \"Director\"\n                                ],\n                                \"fromDate\": \"2014-01-01T00:00:00.000Z\",\n                                \"toDate\": \"2020-06-03T13:42:00.000Z\",\n                                \"company\": {\n                                    \"companyId\": 355586819,\n                                    \"companyName\": \"Topaz Research\",\n                                    \"companyPhone\": \"\",\n                                    \"companyWebsite\": \"www.topazresearch.com\"\n                                }\n                            },\n                            {\n                                \"jobTitle\": \"Senior Software Engineer\",\n                                \"managementLevel\": [\n                                    \"Non-Manager\"\n                                ],\n                                \"fromDate\": \"2016-01-01T00:00:00.000Z\",\n                                \"toDate\": \"2020-06-03T13:42:00.000Z\",\n                                \"company\": {\n                                    \"companyId\": 346572700,\n                                    \"companyName\": \"DiscoverOrg\",\n                                    \"companyPhone\": \"(360) 718-5630\",\n                                    \"companyWebsite\": \"www.discoverorg.com\"\n                                }\n                            },\n                            {\n                                \"jobTitle\": \"Software Engineer\",\n                                \"managementLevel\": [\n                                    \"Non-Manager\"\n                                ],\n                                \"fromDate\": \"2008-12-01T00:00:00.000Z\",\n                                \"toDate\": \"2020-06-03T13:42:00.000Z\",\n                                \"company\": {\n                                    \"companyId\": 347852239,\n                                    \"companyName\": \"Cable&Clark\",\n                                    \"companyPhone\": \"\",\n                                    \"companyWebsite\": \"www.cableandclark.com\"\n                                }\n                            },\n                            {\n                                \"jobTitle\": \"Software Engineer\",\n                                \"managementLevel\": [\n                                    \"Non-Manager\"\n                                ],\n                                \"fromDate\": \"2015-01-01T00:00:00.000Z\",\n                                \"toDate\": \"2018-07-25T20:58:00.000Z\",\n                                \"company\": {\n                                    \"companyId\": 430025381,\n                                    \"companyName\": \"InterVenture Sourcing\",\n                                    \"companyPhone\": \"\",\n                                    \"companyWebsite\": \"www.interventure.info\"\n                                }\n                            },\n                            {\n                                \"jobTitle\": \"Software Engineer\",\n                                \"managementLevel\": [\n                                    \"Non-Manager\"\n                                ],\n                                \"fromDate\": \"2015-01-01T00:00:00.000Z\",\n                                \"toDate\": \"2015-01-01T00:00:00.000Z\",\n                                \"company\": {\n                                    \"companyId\": 414970512,\n                                    \"companyName\": \"Global Pension Solutions\",\n                                    \"companyPhone\": \"+41 56 544 42 90\",\n                                    \"companyWebsite\": \"www.global-pension.com\"\n                                }\n                            }\n                        ],\n                        \"managementLevel\": [\n                            \"Manager\"\n                        ],\n                        \"company\": {\n                            \"division\": \"\",\n                            \"id\": 344589814,\n                            \"name\": \"ZoomInfo\",\n                            \"descriptionList\": [\n                                {\n                                    \"description\": \"ZoomInfo was founded in 2000 and is headquartered in Vancouver, Washington. The company offers a business-to-business data platform utilized by sales and marketing teams, recruiters, and other business professionals for lead generation and detailed information on people and companies.\"\n                                },\n                                {\n                                    \"description\": \"Built over 20 years ago, ZoomInfo Powered by DiscoverOrg has become the go-to-market standard for over 13,500 companies worldwide. Designed to be the single source of truth, the ZoomInfo platform offers best-in-class technology paired with unrivaled data coverage, accuracy, and depth of contacts, companies, and opportunities essential to empower sales, marketing and recruiting professionals to hit their numbers. Deeply embedded into business workflows and technology stacks- including integrations with the leading CRM, Sales Engagement, Marketing Automation, and Talent Management applications - ZoomInfo is capable of delivering more predictable, accelerated, and sustainable growth than any stand-alone solution. ZoomInfo's investors include TA Associates, The Carlyle Group and 22C Capital.\"\n                                },\n                                {\n                                    \"description\": \"ZoomInfo (NASDAQ: ZI) is a Go-To-Market Intelligence Solution for more than 15,000 companies worldwide. The ZoomInfo platform empowers business-to-business sales, marketing, and recruiting professionals to hit their number by pairing best-in-class technology with unrivaled data coverage, accuracy, and depth of contacts. With integrations embedded into workflows and technology stacks, including the leading CRM, Sales Engagement, Marketing Automation, and Talent Management applications, ZoomInfo drives more predictable, accelerated, and sustainable growth for its customers. \"\n                                },\n                                {\n                                    \"description\": \"ZoomInfo?is a leading go-to-market intelligence platform for sales and marketing teams. Its go-to-market intelligence platform delivers comprehensive and high-quality intelligence and analytics on approximately 14 million companies, including advanced attributes, technologies used by companies, intent signals, and decision-maker contact information. Its software, insights, and data enable over 15,000 companies to sell and market more effectively and efficiently. \"\n                                },\n                                {\n                                    \"description\": \"Accelerate your growth with Zoom Information Inc. (ZoomInfo), an Inc. 5000 company. ZoomInfo's Growth Acceleration Platform combines the world's most comprehensive and searchable B2B contact database with integrated tools to help companies optimize sales and marketing effectiveness, jump-start growth, and maximize profitability. The continuously updated B2B data platform provides businesses access to direct-dial phone numbers, email addresses, and professional background information. \"\n                                }\n                            ],\n                            \"phone\": \"(360) 783-6800\",\n                            \"fax\": \"(617) 507-8187\",\n                            \"street\": \"805 Broadway St Suite 900\",\n                            \"city\": \"Vancouver\",\n                            \"state\": \"Washington\",\n                            \"zipCode\": \"98660\",\n                            \"country\": \"United States\",\n                            \"logo\": \"http://www.zoominfo.com/business/mktg/images/zi_logo.png\",\n                            \"sicCodes\": [\n                                {\n                                    \"id\": \"73\",\n                                    \"name\": \"Business Services\"\n                                },\n                                {\n                                    \"id\": \"737\",\n                                    \"name\": \"Computer Programming, Data Processing, And Other Computer Related Services\"\n                                },\n                                {\n                                    \"id\": \"7375\",\n                                    \"name\": \"Information Retrieval Services\"\n                                },\n                                {\n                                    \"id\": \"27\",\n                                    \"name\": \"Printing, Publishing, And Allied Industries\"\n                                },\n                                {\n                                    \"id\": \"274\",\n                                    \"name\": \"Miscellaneous Publishing\"\n                                },\n                                {\n                                    \"id\": \"2741\",\n                                    \"name\": \"Miscellaneous Publishing\"\n                                },\n                                {\n                                    \"id\": \"731\",\n                                    \"name\": \"Advertising\"\n                                },\n                                {\n                                    \"id\": \"7371\",\n                                    \"name\": \"Computer Programming Services\"\n                                },\n                                {\n                                    \"id\": \"7372\",\n                                    \"name\": \"Prepackaged Software\"\n                                },\n                                {\n                                    \"id\": \"738\",\n                                    \"name\": \"Miscellaneous Business Services\"\n                                },\n                                {\n                                    \"id\": \"7389\",\n                                    \"name\": \"Business Services, Not Elsewhere Classified\"\n                                },\n                                {\n                                    \"id\": \"89\",\n                                    \"name\": \"Miscellaneous Services\"\n                                },\n                                {\n                                    \"id\": \"899\",\n                                    \"name\": \"Miscellaneous Services\"\n                                },\n                                {\n                                    \"id\": \"8999\",\n                                    \"name\": \"Services, Not Elsewhere Classified\"\n                                },\n                                {\n                                    \"id\": \"7374\",\n                                    \"name\": \"Computer Processing and Data Preparation and Processing Services\"\n                                }\n                            ],\n                            \"naicsCodes\": [\n                                {\n                                    \"id\": \"541613\",\n                                    \"name\": \"Marketing Consulting Services\"\n                                },\n                                {\n                                    \"id\": \"541511\",\n                                    \"name\": \"Custom Computer Programming Services\"\n                                },\n                                {\n                                    \"id\": \"51919\",\n                                    \"name\": \"All Other Information Services\"\n                                },\n                                {\n                                    \"id\": \"518210\",\n                                    \"name\": \"Data Processing, Hosting, and Related Services\"\n                                },\n                                {\n                                    \"id\": \"54151\",\n                                    \"name\": \"Computer Systems Design and Related Services\"\n                                },\n                                {\n                                    \"id\": \"5182\",\n                                    \"name\": \"Data Processing, Hosting, and Related Services\"\n                                },\n                                {\n                                    \"id\": \"511\",\n                                    \"name\": \"Publishing Industries (except Internet)\"\n                                },\n                                {\n                                    \"id\": \"51121\",\n                                    \"name\": \"Software Publishers\"\n                                },\n                                {\n                                    \"id\": \"51821\",\n                                    \"name\": \"Data Processing, Hosting, and Related Services\"\n                                },\n                                {\n                                    \"id\": \"517\",\n                                    \"name\": \"Telecommunications\"\n                                },\n                                {\n                                    \"id\": \"5415\",\n                                    \"name\": \"Computer Systems Design and Related Services\"\n                                },\n                                {\n                                    \"id\": \"518\",\n                                    \"name\": \"Data Processing, Hosting, and Related Services\"\n                                },\n                                {\n                                    \"id\": \"51\",\n                                    \"name\": \"Information\"\n                                },\n                                {\n                                    \"id\": \"5416\",\n                                    \"name\": \"Management, Scientific, and Technical Consulting Services\"\n                                },\n                                {\n                                    \"id\": \"519\",\n                                    \"name\": \"Other Information Services\"\n                                },\n                                {\n                                    \"id\": \"5418\",\n                                    \"name\": \"Advertising, Public Relations, and Related Services\"\n                                },\n                                {\n                                    \"id\": \"54\",\n                                    \"name\": \"Professional, Scientific, and Technical Services\"\n                                },\n                                {\n                                    \"id\": \"5112\",\n                                    \"name\": \"Software Publishers\"\n                                },\n                                {\n                                    \"id\": \"511210\",\n                                    \"name\": \"Software Publishers\"\n                                },\n                                {\n                                    \"id\": \"517110\",\n                                    \"name\": \"\"\n                                },\n                                {\n                                    \"id\": \"5191\",\n                                    \"name\": \"Other Information Services\"\n                                },\n                                {\n                                    \"id\": \"5171\",\n                                    \"name\": \"\"\n                                },\n                                {\n                                    \"id\": \"54161\",\n                                    \"name\": \"Management Consulting Services\"\n                                },\n                                {\n                                    \"id\": \"519130\",\n                                    \"name\": \"Internet Publishing and Broadcasting and Web Search Portals\"\n                                },\n                                {\n                                    \"id\": \"541\",\n                                    \"name\": \"Professional, Scientific, and Technical Services\"\n                                },\n                                {\n                                    \"id\": \"519190\",\n                                    \"name\": \"All Other Information Services\"\n                                },\n                                {\n                                    \"id\": \"51711\",\n                                    \"name\": \"\"\n                                },\n                                {\n                                    \"id\": \"51913\",\n                                    \"name\": \"Internet Publishing and Broadcasting and Web Search Portals\"\n                                }\n                            ],\n                            \"website\": \"www.zoominfo.com\",\n                            \"revenue\": \"$400 Million\",\n                            \"revenueNumeric\": 400000000,\n                            \"employeeCount\": 1500,\n                            \"type\": \"PUBLIC\",\n                            \"ticker\": \"NASDAQ: ZI\",\n                            \"ranking\": [\n                                \"Inc 5000\"\n                            ],\n                            \"socialMediaUrls\": [\n                                {\n                                    \"type\": \"FACEBOOK\",\n                                    \"url\": \"http://www.facebook.com/ZoomInformation\",\n                                    \"followerCount\": \"\"\n                                },\n                                {\n                                    \"type\": \"LINKED_IN\",\n                                    \"url\": \"http://www.linkedin.com/company/zoominfo?trk=tyah\",\n                                    \"followerCount\": \"\"\n                                },\n                                {\n                                    \"type\": \"TWITTER\",\n                                    \"url\": \"http://twitter.com/zoominfo\",\n                                    \"followerCount\": \"\"\n                                }\n                            ],\n                            \"primaryIndustry\": [\n                                \"Software\"\n                            ],\n                            \"industries\": [\n                                \"Data Collection & Internet Portals\",\n                                \"Software\",\n                                \"Media & Internet\"\n                            ],\n                            \"revenueRange\": \"$250 mil. - $500 mil.\",\n                            \"employeeRange\": \"1,000 - 5,000\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"input\": {\n                    \"emailaddress\": \"john.doherty@zoominfo.com\"\n                },\n                \"data\": [\n                    {\n                        \"id\": 3458235736,\n                        \"firstName\": \"John\",\n                        \"middleName\": \"\",\n                        \"lastName\": \"Doherty\",\n                        \"email\": \"john.doherty@zoominfo.com\",\n                        \"hasCanadianEmail\": \"false\",\n                        \"phone\": \"\",\n                        \"directPhoneDoNotCall\": false,\n                        \"street\": \"805 Broadway St Ste 900\",\n                        \"city\": \"Vancouver\",\n                        \"region\": \"Washington\",\n                        \"metroArea\": \"Portland\",\n                        \"zipCode\": \"98660\",\n                        \"state\": \"Washington\",\n                        \"country\": \"United States\",\n                        \"personHasMoved\": \"Uncertain\",\n                        \"withinEu\": false,\n                        \"withinCalifornia\": false,\n                        \"withinCanada\": false,\n                        \"lastUpdatedDate\": \"\",\n                        \"noticeProvidedDate\": \"07/31/2020\",\n                        \"salutation\": \"\",\n                        \"suffix\": \"\",\n                        \"jobTitle\": \"Technical Principal & Writer\",\n                        \"jobFunction\": [],\n                        \"education\": [],\n                        \"hashedEmails\": [\n                            \"348710337ec50798259561548cde6d426244a715\",\n                            \"e8995e2c36b588f9099eb546eca3ccc8f27978c1ce8ee836557384db032a283e\",\n                            \"f339bcf3ce0fc1f98717d0405837f567\",\n                            \"4c1cbf89a79cc60aef777a58749049d51dad0c0a90e879bb53d4a8c7d28179df64c087b61d3dff926f3f3ff0a52bd5c443ef6cd56ed3b4acca8dadb832af3d7b\",\n                            \"57027ae238ce1a8d26625e1d540442d6\",\n                            \"41d0e3b22ad12e4487226ce11463d726\",\n                            \"9f92d78a2258fe84d94a1c49f32de01e3547fa9d1bf15a61b5bc7e185b9f15e637ea98880e352620158fe97912c7fc2a544e599e574344ef8dfcd6db914fa6a9\",\n                            \"cee7943034e988008accbf494a0167bf78f0d947\",\n                            \"7b302d8a723a1b2c47ce640365a949b2\",\n                            \"320b07639740189d42d79bab496104c50171c21a435fb2b5334c2b57ca42be3c\",\n                            \"454df870899fb3e0b27aff0608febc69115d119f761db709eacbd3649c777b3b\",\n                            \"6a04f1f36c4682376dc76b9f601798bf3667850d1da47fc20b00b723e512e420\",\n                            \"6c3e8cca36142e8def3b71f551ab9fba4bfa3ccf\",\n                            \"e793f19529f1c1b16b5321273fb90870c80c0a75ffa8fd8a3c39667c16ab6a191aba83ef7ea78d0116250f9b80d6bbe3460f233d791aafd32552706b28bfa8f8\",\n                            \"6076ee5dbb6ea91accd7a442a5de37b52495040d\",\n                            \"f7953356a1d981b88a8b916cb82b0a1b0db0eb636c36175e59f86b98af8af4d792e7bff3e4c9c6795f11753b40acb7638ec8417af47a15c2051022104f1d46f5\"\n                        ],\n                        \"picture\": \"http://storage.zoominfo.com/-1938817055\",\n                        \"mobilePhoneDoNotCall\": true,\n                        \"externalUrls\": [\n                            {\n                                \"type\": \"linkedin.com\",\n                                \"url\": \"https://www.linkedin.com/in/john-doherty-12b0ab1\"\n                            },\n                            {\n                                \"type\": \"linkedin.com\",\n                                \"url\": \"https://www.linkedin.com/in/john-doherty-cds\"\n                            }\n                        ],\n                        \"contactAccuracyScore\": 92,\n                        \"isDefunct\": false,\n                        \"employmentHistory\": [\n                            {\n                                \"jobTitle\": \"Senior Technical Writer\",\n                                \"managementLevel\": [\n                                    \"Non-Manager\"\n                                ],\n                                \"fromDate\": \"2018-01-01T00:00:00.000Z\",\n                                \"toDate\": \"2019-12-01T00:00:00.000Z\",\n                                \"company\": {\n                                    \"companyId\": 482064131,\n                                    \"companyName\": \"Digital.ai Software\",\n                                    \"companyPhone\": \"\",\n                                    \"companyWebsite\": \"digital.ai\"\n                                }\n                            },\n                            {\n                                \"jobTitle\": \"Technical Principal & Writer\",\n                                \"managementLevel\": [\n                                    \"Non-Manager\"\n                                ],\n                                \"fromDate\": \"2002-01-01T05:00:00.000Z\",\n                                \"toDate\": \"2017-01-01T00:00:00.000Z\",\n                                \"company\": {\n                                    \"companyId\": 484059103,\n                                    \"companyName\": \"Dell Technologies\",\n                                    \"companyPhone\": \"\",\n                                    \"companyWebsite\": \"delltechnologies.com\"\n                                }\n                            }\n                        ],\n                        \"managementLevel\": [\n                            \"Non-Manager\"\n                        ],\n                        \"company\": {\n                            \"division\": \"\",\n                            \"id\": 344589814,\n                            \"name\": \"ZoomInfo\",\n                            \"descriptionList\": [\n                                {\n                                    \"description\": \"ZoomInfo was founded in 2000 and is headquartered in Vancouver, Washington. The company offers a business-to-business data platform utilized by sales and marketing teams, recruiters, and other business professionals for lead generation and detailed information on people and companies.\"\n                                },\n                                {\n                                    \"description\": \"Built over 20 years ago, ZoomInfo Powered by DiscoverOrg has become the go-to-market standard for over 13,500 companies worldwide. Designed to be the single source of truth, the ZoomInfo platform offers best-in-class technology paired with unrivaled data coverage, accuracy, and depth of contacts, companies, and opportunities essential to empower sales, marketing and recruiting professionals to hit their numbers. Deeply embedded into business workflows and technology stacks- including integrations with the leading CRM, Sales Engagement, Marketing Automation, and Talent Management applications - ZoomInfo is capable of delivering more predictable, accelerated, and sustainable growth than any stand-alone solution. ZoomInfo's investors include TA Associates, The Carlyle Group and 22C Capital.\"\n                                },\n                                {\n                                    \"description\": \"ZoomInfo (NASDAQ: ZI) is a Go-To-Market Intelligence Solution for more than 15,000 companies worldwide. The ZoomInfo platform empowers business-to-business sales, marketing, and recruiting professionals to hit their number by pairing best-in-class technology with unrivaled data coverage, accuracy, and depth of contacts. With integrations embedded into workflows and technology stacks, including the leading CRM, Sales Engagement, Marketing Automation, and Talent Management applications, ZoomInfo drives more predictable, accelerated, and sustainable growth for its customers. \"\n                                },\n                                {\n                                    \"description\": \"ZoomInfo?is a leading go-to-market intelligence platform for sales and marketing teams. Its go-to-market intelligence platform delivers comprehensive and high-quality intelligence and analytics on approximately 14 million companies, including advanced attributes, technologies used by companies, intent signals, and decision-maker contact information. Its software, insights, and data enable over 15,000 companies to sell and market more effectively and efficiently. \"\n                                },\n                                {\n                                    \"description\": \"Accelerate your growth with Zoom Information Inc. (ZoomInfo), an Inc. 5000 company. ZoomInfo's Growth Acceleration Platform combines the world's most comprehensive and searchable B2B contact database with integrated tools to help companies optimize sales and marketing effectiveness, jump-start growth, and maximize profitability. The continuously updated B2B data platform provides businesses access to direct-dial phone numbers, email addresses, and professional background information. \"\n                                }\n                            ],\n                            \"phone\": \"(360) 783-6800\",\n                            \"fax\": \"(617) 507-8187\",\n                            \"street\": \"805 Broadway St Suite 900\",\n                            \"city\": \"Vancouver\",\n                            \"state\": \"Washington\",\n                            \"zipCode\": \"98660\",\n                            \"country\": \"United States\",\n                            \"logo\": \"http://www.zoominfo.com/business/mktg/images/zi_logo.png\",\n                            \"sicCodes\": [\n                                {\n                                    \"id\": \"73\",\n                                    \"name\": \"Business Services\"\n                                },\n                                {\n                                    \"id\": \"737\",\n                                    \"name\": \"Computer Programming, Data Processing, And Other Computer Related Services\"\n                                },\n                                {\n                                    \"id\": \"7375\",\n                                    \"name\": \"Information Retrieval Services\"\n                                },\n                                {\n                                    \"id\": \"27\",\n                                    \"name\": \"Printing, Publishing, And Allied Industries\"\n                                },\n                                {\n                                    \"id\": \"274\",\n                                    \"name\": \"Miscellaneous Publishing\"\n                                },\n                                {\n                                    \"id\": \"2741\",\n                                    \"name\": \"Miscellaneous Publishing\"\n                                },\n                                {\n                                    \"id\": \"731\",\n                                    \"name\": \"Advertising\"\n                                },\n                                {\n                                    \"id\": \"7371\",\n                                    \"name\": \"Computer Programming Services\"\n                                },\n                                {\n                                    \"id\": \"7372\",\n                                    \"name\": \"Prepackaged Software\"\n                                },\n                                {\n                                    \"id\": \"738\",\n                                    \"name\": \"Miscellaneous Business Services\"\n                                },\n                                {\n                                    \"id\": \"7389\",\n                                    \"name\": \"Business Services, Not Elsewhere Classified\"\n                                },\n                                {\n                                    \"id\": \"89\",\n                                    \"name\": \"Miscellaneous Services\"\n                                },\n                                {\n                                    \"id\": \"899\",\n                                    \"name\": \"Miscellaneous Services\"\n                                },\n                                {\n                                    \"id\": \"8999\",\n                                    \"name\": \"Services, Not Elsewhere Classified\"\n                                },\n                                {\n                                    \"id\": \"7374\",\n                                    \"name\": \"Computer Processing and Data Preparation and Processing Services\"\n                                }\n                            ],\n                            \"naicsCodes\": [\n                                {\n                                    \"id\": \"541613\",\n                                    \"name\": \"Marketing Consulting Services\"\n                                },\n                                {\n                                    \"id\": \"541511\",\n                                    \"name\": \"Custom Computer Programming Services\"\n                                },\n                                {\n                                    \"id\": \"51919\",\n                                    \"name\": \"All Other Information Services\"\n                                },\n                                {\n                                    \"id\": \"518210\",\n                                    \"name\": \"Data Processing, Hosting, and Related Services\"\n                                },\n                                {\n                                    \"id\": \"54151\",\n                                    \"name\": \"Computer Systems Design and Related Services\"\n                                },\n                                {\n                                    \"id\": \"5182\",\n                                    \"name\": \"Data Processing, Hosting, and Related Services\"\n                                },\n                                {\n                                    \"id\": \"511\",\n                                    \"name\": \"Publishing Industries (except Internet)\"\n                                },\n                                {\n                                    \"id\": \"51121\",\n                                    \"name\": \"Software Publishers\"\n                                },\n                                {\n                                    \"id\": \"51821\",\n                                    \"name\": \"Data Processing, Hosting, and Related Services\"\n                                },\n                                {\n                                    \"id\": \"517\",\n                                    \"name\": \"Telecommunications\"\n                                },\n                                {\n                                    \"id\": \"5415\",\n                                    \"name\": \"Computer Systems Design and Related Services\"\n                                },\n                                {\n                                    \"id\": \"518\",\n                                    \"name\": \"Data Processing, Hosting, and Related Services\"\n                                },\n                                {\n                                    \"id\": \"51\",\n                                    \"name\": \"Information\"\n                                },\n                                {\n                                    \"id\": \"5416\",\n                                    \"name\": \"Management, Scientific, and Technical Consulting Services\"\n                                },\n                                {\n                                    \"id\": \"519\",\n                                    \"name\": \"Other Information Services\"\n                                },\n                                {\n                                    \"id\": \"5418\",\n                                    \"name\": \"Advertising, Public Relations, and Related Services\"\n                                },\n                                {\n                                    \"id\": \"54\",\n                                    \"name\": \"Professional, Scientific, and Technical Services\"\n                                },\n                                {\n                                    \"id\": \"5112\",\n                                    \"name\": \"Software Publishers\"\n                                },\n                                {\n                                    \"id\": \"511210\",\n                                    \"name\": \"Software Publishers\"\n                                },\n                                {\n                                    \"id\": \"517110\",\n                                    \"name\": \"\"\n                                },\n                                {\n                                    \"id\": \"5191\",\n                                    \"name\": \"Other Information Services\"\n                                },\n                                {\n                                    \"id\": \"5171\",\n                                    \"name\": \"\"\n                                },\n                                {\n                                    \"id\": \"54161\",\n                                    \"name\": \"Management Consulting Services\"\n                                },\n                                {\n                                    \"id\": \"519130\",\n                                    \"name\": \"Internet Publishing and Broadcasting and Web Search Portals\"\n                                },\n                                {\n                                    \"id\": \"541\",\n                                    \"name\": \"Professional, Scientific, and Technical Services\"\n                                },\n                                {\n                                    \"id\": \"519190\",\n                                    \"name\": \"All Other Information Services\"\n                                },\n                                {\n                                    \"id\": \"51711\",\n                                    \"name\": \"\"\n                                },\n                                {\n                                    \"id\": \"51913\",\n                                    \"name\": \"Internet Publishing and Broadcasting and Web Search Portals\"\n                                }\n                            ],\n                            \"website\": \"www.zoominfo.com\",\n                            \"revenue\": \"$400 Million\",\n                            \"revenueNumeric\": 400000000,\n                            \"employeeCount\": 1500,\n                            \"type\": \"PUBLIC\",\n                            \"ticker\": \"NASDAQ: ZI\",\n                            \"ranking\": [\n                                \"Inc 5000\"\n                            ],\n                            \"socialMediaUrls\": [\n                                {\n                                    \"type\": \"FACEBOOK\",\n                                    \"url\": \"http://www.facebook.com/ZoomInformation\",\n                                    \"followerCount\": \"\"\n                                },\n                                {\n                                    \"type\": \"LINKED_IN\",\n                                    \"url\": \"http://www.linkedin.com/company/zoominfo?trk=tyah\",\n                                    \"followerCount\": \"\"\n                                },\n                                {\n                                    \"type\": \"TWITTER\",\n                                    \"url\": \"http://twitter.com/zoominfo\",\n                                    \"followerCount\": \"\"\n                                }\n                            ],\n                            \"primaryIndustry\": [\n                                \"Software\"\n                            ],\n                            \"industries\": [\n                                \"Data Collection & Internet Portals\",\n                                \"Software\",\n                                \"Media & Internet\"\n                            ],\n                            \"revenueRange\": \"$250 mil. - $500 mil.\",\n                            \"employeeRange\": \"1,000 - 5,000\"\n                        }\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"a11066e4-622f-498e-b86d-b10859192b47","name":"Enrich contacts using required fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"matchPersonInput\": [\n        {\n            \"personId\": 1260398587\n        }\n    ],\n    \"requiredFields\": [\n        \"email\",\n        \"phone\"\n    ],\n    \"outputFields\": [\n        \"id\",\n        \"firstName\",\n        \"middleName\",\n        \"lastName\",\n        \"email\",\n        \"hasCanadianEmail\",\n        \"phone\",\n        \"directPhoneDoNotCall\",\n        \"street\",\n        \"city\",\n        \"region\"\n    ]\n}"},"url":"{{protocol}}://{{url}}/enrich/contact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Jul 2021 18:19:16 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"66f4ff82fa563b8e-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1626373217","enabled":true},{"key":"X-Request-Id","value":"ce9c5b5c-da15-4d13-9b7a-c85736b347f5","enabled":true},{"key":"x-usage-record-limit-limit","value":"1000000000","enabled":true},{"key":"x-usage-record-limit-remaining","value":"999996221","enabled":true},{"key":"x-usage-request-limit-limit","value":"1000000000","enabled":true},{"key":"x-usage-request-limit-remaining","value":"999999196","enabled":true},{"key":"x-usage-unique-id-limit-limit","value":"10000000","enabled":true},{"key":"x-usage-unique-id-limit-remaining","value":"9999978","enabled":true},{"key":"x-usage-websights-api-record-limit-limit","value":"10000000","enabled":true},{"key":"x-usage-websights-api-record-limit-remaining","value":"9999627","enabled":true},{"key":"x-usage-websights-api-request-limit-limit","value":"100000000","enabled":true},{"key":"x-usage-websights-api-request-limit-remaining","value":"99999638","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"outputFields\": [\n            [\n                \"id\",\n                \"firstname\",\n                \"middlename\",\n                \"lastname\",\n                \"email\",\n                \"hascanadianemail\",\n                \"phone\",\n                \"street\",\n                \"city\",\n                \"region\",\n                \"companyId\"\n            ]\n        ],\n        \"result\": [\n            {\n                \"input\": {\n                    \"personid\": 1260398587\n                },\n                \"data\": [\n                    {\n                        \"id\": 1260398587,\n                        \"firstName\": \"Henry\",\n                        \"middleName\": \"L.\",\n                        \"lastName\": \"Schuck\",\n                        \"email\": \"henry.schuck@zoominfo.com\",\n                        \"hasCanadianEmail\": \"false\",\n                        \"phone\": \"(360) 783-6816\",\n                        \"street\": \"805 Broadway Ste. 900\",\n                        \"city\": \"Vancouver\",\n                        \"region\": \"Washington\",\n                        \"company\": {\n                            \"id\": 344589814\n                        }\n                    }\n                ]\n            }\n        ],\n        \"requiredFields\": [\n            \"phone\",\n            \"email\"\n        ]\n    }\n}"}],"_postman_id":"c145dd01-eb54-4fc2-bbdb-9edc04b7ea1b"},{"name":"Contact Enrich Inputs","id":"dbaf31cd-0f7a-4bf3-b6c1-077f3c31f2df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/contact/enrich","description":"<p>Returns a list of fields you can use as input for the <a href=\"#c145dd01-eb54-4fc2-bbdb-9edc04b7ea1b\">Contact Enrich</a> endpoint.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","inputfields","contact","enrich"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"09a73e2a-32bc-406d-a0ca-33023f94ac14","name":"Contact Enrich Inputs","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/contact/enrich"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 Apr 2020 20:27:56 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"57dd4b19cdd2ae30-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=e99a9e88d667ee71ae1f3e0f9ba320ee974606d04b502a1adab610e4b0998574:db2236f1-751f-11ea-8eb7-fd4ff856811c; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"750","enabled":true},{"key":"X-RateLimit-Remaining","value":"749","enabled":true},{"key":"X-RateLimit-Reset","value":"1585859336","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fieldName\": \"personId\",\n        \"fieldType\": \"Long\",\n        \"description\": \"Unique ZoomInfo identifier for the contact\"\n    },\n    {\n        \"fieldName\": \"personFullName\",\n        \"fieldType\": \"String\",\n        \"description\": \"Contact full name\"\n    },\n    {\n        \"fieldName\": \"personFirstName\",\n        \"fieldType\": \"String\",\n        \"description\": \"Contact first name\"\n    },\n    {\n        \"fieldName\": \"personLastName\",\n        \"fieldType\": \"String\",\n        \"description\": \"Contact last name\"\n    },\n    {\n        \"fieldName\": \"personEmailAddress\",\n        \"fieldType\": \"String\",\n        \"description\": \"Work email address for the contact in example@example.com format\"\n    },\n    {\n        \"fieldName\": \"personPhone\",\n        \"fieldType\": \"String\",\n        \"description\": \"Contact direct or mobile phone number\"\n    },\n    {\n        \"fieldName\": \"personJobTitle\",\n        \"fieldType\": \"String\",\n        \"description\": \"Contact title at current place of employment\"\n    },\n    {\n        \"fieldName\": \"personHashedEmail\",\n        \"fieldType\": \"String\",\n        \"description\": \"Hashed email value for the contact. Allows matching via an email address with the extra security of not exposing the email. Supported hash algorithms are: MD5, SHA1, SHA256 and SHA512.\"\n    },\n    {\n        \"fieldName\": \"personExternalURL\",\n        \"fieldType\": \"String\",\n        \"description\": \"Social media URLs for the contact (e.g., Facebook, Twitter, LinkedIn)\"\n    },\n    {\n        \"fieldName\": \"fullName\",\n        \"fieldType\": \"String\",\n        \"description\": \"Contact full name\"\n    },\n    {\n        \"fieldName\": \"firstName\",\n        \"fieldType\": \"String\",\n        \"description\": \"Contact first name\"\n    },\n    {\n        \"fieldName\": \"lastName\",\n        \"fieldType\": \"String\",\n        \"description\": \"Contact last name\"\n    },\n    {\n        \"fieldName\": \"emailAddress\",\n        \"fieldType\": \"String\",\n        \"description\": \"Work email address for the contact in example@example.com format\"\n    },\n    {\n        \"fieldName\": \"phone\",\n        \"fieldType\": \"String\",\n        \"description\": \"Contact direct or mobile phone number\"\n    },\n    {\n        \"fieldName\": \"jobTitle\",\n        \"fieldType\": \"String\",\n        \"description\": \"Contact title at current place of employment\"\n    },\n    {\n        \"fieldName\": \"hashedEmail\",\n        \"fieldType\": \"String\",\n        \"description\": \"Hashed email value for the contact. Allows matching via an email address with the extra security of not exposing the email. Supported hash algorithms are: MD5, SHA1, SHA256 and SHA512.\"\n    },\n    {\n        \"fieldName\": \"externalURL\",\n        \"fieldType\": \"String\",\n        \"description\": \"Social media URLs for the contact (e.g., Facebook, Twitter, LinkedIn)\"\n    },\n    {\n        \"fieldName\": \"companyId\",\n        \"fieldType\": \"Long\",\n        \"description\": \"Unique ZoomInfo identifier for a company\"\n    },\n    {\n        \"fieldName\": \"companyName\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company name\"\n    }\n]"}],"_postman_id":"dbaf31cd-0f7a-4bf3-b6c1-077f3c31f2df"},{"name":"Contact Enrich Outputs","id":"28b47784-3186-4fc4-af91-12e6bc6fb31a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"url":"{{protocol}}://{{url}}/lookup/outputfields/contact/enrich","description":"<p>Returns a list of fields you can specify as output for the <a href=\"#c145dd01-eb54-4fc2-bbdb-9edc04b7ea1b\">Contact Enrich</a> endpoint.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","outputfields","contact","enrich"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"75d045ef-684e-4799-b95e-89b913692d54","name":"Contact Enrich Outputs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}"}],"url":"{{protocol}}://{{url}}/lookup/outputfields/contact/enrich"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Oct 2024 12:25:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin,Access-Control-Request-Method,Access-Control-Request-Headers"},{"key":"x-envoy-upstream-service-time","value":"10"},{"key":"service","value":"gke"},{"key":"x-request-id","value":"H92QOBaP7M4dM4WzyYk0KmRfGsWtYFQaIsXb"},{"key":"x-ratelimit-limit","value":"1500"},{"key":"x-ratelimit-remaining","value":"1498"},{"key":"x-envoy-decorator-operation","value":"apps-gateway-active.main.svc.cluster.local:8080/*"},{"key":"via","value":"1.1 google"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Origin-Trial","value":"AyXGdeyTa0Lq3roJGvPBs/Ps9duHL7Vf/Q5YJQJwQN4fdGLbtMPms4BfmK2HapcHVkvBjyAVhxe5deDNI1TFXgcAAABxeyJvcmlnaW4iOiJodHRwczovL3pvb21pbmZvLmNvbTo0NDMiLCJmZWF0dXJlIjoiVHBjZCIsImV4cGlyeSI6MTczNTM0Mzk5OSwiaXNTdWJkb21haW4iOnRydWUsImlzVGhpcmRQYXJ0eSI6dHJ1ZX0="},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8d6978b46b3187a2-IAD"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fieldName\": \"id\",\n        \"description\": \"Unique ZoomInfo identifier for the contact\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"firstName\",\n        \"description\": \"Contact first name\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"middleName\",\n        \"description\": \"Contact middle name\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"lastName\",\n        \"description\": \"Contact last name\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"email\",\n        \"description\": \"Work email address for the contact in example@example.com format\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"hasCanadianEmail\",\n        \"description\": \"Indicates whether the contact's email address is associated with a Canada domain\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"phone\",\n        \"description\": \"Contact direct phone number\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"directPhoneDoNotCall\",\n        \"description\": \"Contact flagged with do not call for direct phone\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"street\",\n        \"description\": \"Street for the contact's work address\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"city\",\n        \"description\": \"City for the contact's work address\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"region\",\n        \"description\": \"State or province for the contact's work address\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"metroArea\",\n        \"description\": \"Metro area for the contact's work address\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"zipCode\",\n        \"description\": \"Zip Code or Postal Code for the contact's work address\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"state\",\n        \"description\": \"State or province for the contact's work address\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"country\",\n        \"description\": \"Country for the contact's work address\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"continent\",\n        \"description\": \"Continent for the contact's work address\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"personHasMoved\",\n        \"description\": \"Indicates ZoomInfo recognizes the contact does not match ZoomInfo's current company but does match known employment history\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"withinEu\",\n        \"description\": \"Indicates whether the contact's work address is in Europe\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"withinCalifornia\",\n        \"description\": \"Indicates whether the contact's work address is in California\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"withinCanada\",\n        \"description\": \"Indicates whether the contact's work address is in Canada\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"validDate\",\n        \"description\": \"Date on which the contact record was last validated\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"lastUpdatedDate\",\n        \"description\": \"Date on which the contact record was last updated\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"noticeProvidedDate\",\n        \"description\": \"Date on which the contact was notified of inclusion in ZoomInfo's database\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"salutation\",\n        \"description\": \"Contact salutation\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"suffix\",\n        \"description\": \"Contact suffix\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"jobTitle\",\n        \"description\": \"Contact job title at current place of employment\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"jobFunction\",\n        \"description\": \"Contact job function at current place of employment\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyDivision\",\n        \"description\": \"Contact primary division name at current place of employment\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"education\",\n        \"description\": \"Contact education details\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"hashedEmails\",\n        \"description\": \"Contact MD5 encrypted email address(es)\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"picture\",\n        \"description\": \"The URL which can be used to retrieve a photo for the contact\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"techSkills\",\n        \"description\": \"List of technology skills identified for a contact\",\n        \"accessGranted\": \"false\"\n    },\n    {\n        \"fieldName\": \"mobilePhoneDoNotCall\",\n        \"description\": \"Contact flagged with do not call for mobile phone\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"externalUrls\",\n        \"description\": \"Social media URLs for the contact (e.g., Facebook, Twitter, LinkedIn)\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyId\",\n        \"description\": \"Unique ZoomInfo identifier for a company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyName\",\n        \"description\": \"Name of the contact's current company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyDescriptionList\",\n        \"description\": \"List of descriptions associated with the contact's current company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyPhone\",\n        \"description\": \"Phone number of the company's primary address\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyFax\",\n        \"description\": \"Fax number of the company's primary address\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyStreet\",\n        \"description\": \"Street of the company's primary address\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyCity\",\n        \"description\": \"City of the company's primary address\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyState\",\n        \"description\": \"State or province of the company's primary address\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyZipCode\",\n        \"description\": \"Zip Code or Postal Code of the company's primary address\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyCountry\",\n        \"description\": \"Country of the company's primary address\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyContinent\",\n        \"description\": \"Continent of the company's primary address\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyLogo\",\n        \"description\": \"The URL which can be used to retrieve the logo for the company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companySicCodes\",\n        \"description\": \"Four-digit numerical codes assigned by the U.S. government to business establishments to identify the primary business of the establishment\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyNaicsCodes\",\n        \"description\": \"Four-digit numerical codes assigned by the U.S. government to business establishments to identify the primary business of the establishment\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"contactAccuracyScore\",\n        \"description\": \"This score indicates the likelihood that a contact is reachable and still employed by the company listed. Minimum score is 75 and maximum is 99.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyWebsite\",\n        \"description\": \"URL to the company website in http://www.example.com format\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyRevenue\",\n        \"description\": \"Company revenue (e.g., 400 Million)\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyRevenueNumeric\",\n        \"description\": \"Company revenue in raw number (e.g., 400 million is expressed as 400000000)\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyEmployeeCount\",\n        \"description\": \"Employee count range\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyType\",\n        \"description\": \"Company type (private, public, and so on)\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyTicker\",\n        \"description\": \"Company stock ticker symbol\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyRanking\",\n        \"description\": \"Company ranking list (e.g., Fortune 500 and so on)\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"isDefunct\",\n        \"description\": \"Indicates whether the company still exists\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companySocialMediaUrls\",\n        \"description\": \"Social media URLs for the company (e.g., Facebook, Twitter, LinkedIn) \",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"isCalifornia\",\n        \"description\": \"\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"isCanada\",\n        \"description\": \"\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyPrimaryIndustry\",\n        \"description\": \"Top-level industry for a company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyPrimaryIndustryCode\",\n        \"description\": \"Top-level industry code for a company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyPrimarySubIndustryCode\",\n        \"description\": \"Top-level sub industry code for a company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyIndustries\",\n        \"description\": \"The industry grouping for the company. A company can have multiple industries. \",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyIndustryCodes\",\n        \"description\": \"The industry grouping codes for the company. A company can have multiple industry codes. \",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyRevenueRange\",\n        \"description\": \"Revenue Range of the contact's current company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyEmployeeRange\",\n        \"description\": \"Employee Range of the contact's current company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"employmentHistory\",\n        \"description\": \"Contact employment history\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"managementLevel\",\n        \"description\": \"Contact management level\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"locationCompanyId\",\n        \"description\": \"Company Id of contact's location\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyEmployeeGrowth\",\n        \"description\": \"Employee Growth of the contact's current company in the past two years.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"positionStartDate\",\n        \"description\": \"The date on which the contact began their current employment\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"yearsOfExperience\",\n        \"description\": \"Years of overall experience.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"engagements\",\n        \"description\": \"List of the contact's engagements. Includes the date and type of each engagement\",\n        \"accessGranted\": \"false\"\n    }\n]"}],"_postman_id":"28b47784-3186-4fc4-af91-12e6bc6fb31a"}],"id":"2b23b5a2-4074-419e-b01f-e63a6f5af77b","description":"<p>Use <a href=\"#c145dd01-eb54-4fc2-bbdb-9edc04b7ea1b\">Contact Enrich</a> to retrieve contact detail using valid query parameters. A Contact Enrich request requires you to specify both input parameters about the contact you are enriching, and the output fields you want to retrieve.</p>\n<p>Refer to the examples provided to build a valid JSON request. For supported input and output parameters:</p>\n<ul>\n<li>Use the <a href=\"#dbaf31cd-0f7a-4bf3-b6c1-077f3c31f2df\">Contact Enrich Inputs</a> endpoint to retrieve a list of valid input parameters you can provide</li>\n<li>Use the <a href=\"#28b47784-3186-4fc4-af91-12e6bc6fb31a\">Contact Enrich Outputs</a> endpoint to retrieve a list of valid output fields that can be returned</li>\n</ul>\n","_postman_id":"2b23b5a2-4074-419e-b01f-e63a6f5af77b"},{"name":"Company Enrich","item":[{"name":"Company Enrich","event":[{"listen":"test","script":{"id":"2256e7eb-7cac-471d-bc42-ef08495f570a","exec":["pm.test(\"Expects 3 records back\", function () {","    var data = pm.response.json().result;","    pm.expect(data.length).to.eql(3);","});","","pm.test(\"Make sure it does not return error codes.\", function () {","    var data = pm.response.json().result;","    if (data.length > 0) {","        for (var i=0; i<data.length; i++) {","            var item = data[i].data[0];","            pm.expect(item).not.to.include.keys(\"error\");","            pm.expect(item).not.to.include.keys(\"message\");","        }","    }","});","","var inputObj = JSON.parse(pm.request.body);","pm.test(\"Input contains matchCompanyInput\", function () {","    pm.expect(inputObj).to.include.keys(\"matchCompanyInput\");","});","","var xUsage = JSON.parse(postman.getResponseHeader(\"X-Usage\"));","pm.test(\"X-Usage includes c_enrich count\", function () {","    pm.expect(xUsage).to.include.keys(\"c_enrich\");","})",""],"type":"text/javascript"}}],"id":"59a59d9e-7eb9-44fa-904a-f10f9ab7c5fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"matchCompanyInput\": [\n    \t{\n    \t\t\"companyId\": 344589814\n    \t}\n    ],\n    \"outputFields\": [\n        \"id\",\n        \"ticker\",\n        \"name\",\n        \"website\",\n        \"domainList\"\n    ]\n}"},"url":"{{protocol}}://{{url}}/enrich/company","description":"<p>Use this endpoint to match company information based on <a href=\"#7a915792-e8cd-4e3a-9f0e-c19b850be536\">input values</a> and return the desired <a href=\"#d05239c3-2597-45f8-9384-f2dbd3518cfc\">output fields</a> in the response.</p>\n<p><strong>Maximum inputs per request</strong></p>\n<p>You can input a maximum of 25 companies in a single enrich request, returning the equivalent number of matching records. See the endpoint examples for how to build queries using multiple inputs.</p>\n<p><strong>Input params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>DataType</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>companyId</td>\n<td>Long integer or string</td>\n<td>Unique ZoomInfo identifier for a company</td>\n</tr>\n<tr>\n<td>companyName</td>\n<td>String</td>\n<td>Company name</td>\n</tr>\n<tr>\n<td>companyWebsite</td>\n<td>String</td>\n<td>Company website URL in <a href=\"http://www.example.com\">http://www.example.com</a> format</td>\n</tr>\n<tr>\n<td>companyTicker</td>\n<td>String</td>\n<td>Company stock ticker symbol</td>\n</tr>\n<tr>\n<td>companyPhone</td>\n<td>String</td>\n<td>Phone number of the company headquarters</td>\n</tr>\n<tr>\n<td>companyFax</td>\n<td>String</td>\n<td>Fax number of the company headquarters</td>\n</tr>\n<tr>\n<td>companyStreet</td>\n<td>String</td>\n<td>Street address for the company's primary address</td>\n</tr>\n<tr>\n<td>companyCity</td>\n<td>String</td>\n<td>City for the company's primary address</td>\n</tr>\n<tr>\n<td>companyState</td>\n<td>String</td>\n<td>Company state (U.S.) or province (Canada). You can use free text state or province names (e.g., \"new hampshire\"), the two-letter common abbreviation for a U.S. state (e.g., \"nh\"), or values provided in the <strong>State</strong> lookup endpoint.</td>\n</tr>\n<tr>\n<td>companyZipCode</td>\n<td>String</td>\n<td>Zip Code or Postal Code for the company's primary address</td>\n</tr>\n<tr>\n<td>companyCountry</td>\n<td>String</td>\n<td>Country for the company's primary address. You can use free text or see the <strong>Country</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>ipAddress</td>\n<td>String</td>\n<td>IP address associated with the company</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Output fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Unique ZoomInfo identifier for a company</td>\n</tr>\n<tr>\n<td>ticker</td>\n<td>Company public stock exchange ticker</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Company name</td>\n</tr>\n<tr>\n<td>website</td>\n<td>Company website URL</td>\n</tr>\n<tr>\n<td>domainList</td>\n<td>List of domains associated with a company</td>\n</tr>\n<tr>\n<td>logo</td>\n<td>The URL which can be used to retrieve the logo for the company</td>\n</tr>\n<tr>\n<td>socialMediaUrls</td>\n<td>Social media URLs for the company (e.g., Facebook, Twitter, LinkedIn and so on)</td>\n</tr>\n<tr>\n<td>revenue</td>\n<td>Approximate yearly revenue for the company in 1000's. For example, a $100M company is expressed as 100000.</td>\n</tr>\n<tr>\n<td>employeeCount</td>\n<td>Approximate number of people employed by the company</td>\n</tr>\n<tr>\n<td>numberOfContactsInZoomInfo</td>\n<td>Number of ZoomInfo contacts associated with company</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>Phone number of the company's primary address</td>\n</tr>\n<tr>\n<td>fax</td>\n<td>Fax number of the company's primary address</td>\n</tr>\n<tr>\n<td>street</td>\n<td>Street of the company's primary address</td>\n</tr>\n<tr>\n<td>city</td>\n<td>City of the company's primary address</td>\n</tr>\n<tr>\n<td>state</td>\n<td>State or province of the company's primary address</td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>Zip Code or Postal Code of the company's primary address</td>\n</tr>\n<tr>\n<td>country</td>\n<td>Country of the company's primary address</td>\n</tr>\n<tr>\n<td>continent</td>\n<td>Continent of the company's primary address</td>\n</tr>\n<tr>\n<td>companyStatus</td>\n<td>Company status</td>\n</tr>\n<tr>\n<td>companyStatusDate</td>\n<td>Date of last company status update</td>\n</tr>\n<tr>\n<td>descriptionList</td>\n<td>List of descriptions associated with the company</td>\n</tr>\n<tr>\n<td>sicCodes</td>\n<td>The Standard Industrial Classification is a system for classifying industries by a four-digit code.</td>\n</tr>\n<tr>\n<td>naicsCodes</td>\n<td>The North American Industry Classification System (NAICS) is the standard used by Federal statistical agencies in classifying business establishments for the purpose of collecting, analyzing, and publishing statistical data related to the U.S. business economy.</td>\n</tr>\n<tr>\n<td>competitors</td>\n<td>List of competitors</td>\n</tr>\n<tr>\n<td>ultimateParentId</td>\n<td>Unique ZoomInfo identifier for parent company (if exists)</td>\n</tr>\n<tr>\n<td>ultimateParentName</td>\n<td>Company name for ultimate parent company (if exists)</td>\n</tr>\n<tr>\n<td>ultimateParentRevenue</td>\n<td>Approximate yearly revenue for the ultimate parent company</td>\n</tr>\n<tr>\n<td>ultimateParentEmployees</td>\n<td>Approximate number of people employed by the ultimate parent company</td>\n</tr>\n<tr>\n<td>subUnitCodes</td>\n<td>Company sub unit codes</td>\n</tr>\n<tr>\n<td>subUnitType</td>\n<td>Company sub unit types (e.g., division, subsidiary and so on)</td>\n</tr>\n<tr>\n<td>subUnitIndustries</td>\n<td>Company sub unit industries</td>\n</tr>\n<tr>\n<td>primaryIndustry</td>\n<td>Top-level industry for a company</td>\n</tr>\n<tr>\n<td>primaryIndustryCode</td>\n<td>Top-level industry for a company along with it's code</td>\n</tr>\n<tr>\n<td>primarySubIndustryCode</td>\n<td>Top-level sub-industry for a company along with it's code</td>\n</tr>\n<tr>\n<td>industries</td>\n<td>The industry grouping for the company. A company can have multiple industries.</td>\n</tr>\n<tr>\n<td>industryCodes</td>\n<td>The industry grouping for the company along with it's codes. A company can have multiple industries.</td>\n</tr>\n<tr>\n<td>parentId</td>\n<td>Unique ZoomInfo identifier associated with the parent company</td>\n</tr>\n<tr>\n<td>parentName</td>\n<td>Company name associated with the parent company</td>\n</tr>\n<tr>\n<td>locationCount</td>\n<td>Number of office locations associated with a company</td>\n</tr>\n<tr>\n<td>locationMatch</td>\n<td>Location details that match address-related input parameters. Includes <code>companyId</code>, <code>address</code>, and <code>addressStatus</code> (<code>CURRENT</code>, <code>VALID</code>, <code>PAST</code>).</td>\n</tr>\n<tr>\n<td>metroArea</td>\n<td>Company metro area</td>\n</tr>\n<tr>\n<td>lastUpdatedDate</td>\n<td>Date on which the company record was last updated</td>\n</tr>\n<tr>\n<td>createdDate</td>\n<td>Date on which the company record was created</td>\n</tr>\n<tr>\n<td>certificationDate</td>\n<td>Date of certification</td>\n</tr>\n<tr>\n<td>certified</td>\n<td>Denotes if ZoomInfo's research and data team has confirmed activity within the past 12 months</td>\n</tr>\n<tr>\n<td>hashtags</td>\n<td>List of hashtags associated with a company</td>\n</tr>\n<tr>\n<td>products</td>\n<td>List of products associated with a company</td>\n</tr>\n<tr>\n<td>techAttributes</td>\n<td>Technology products currently utilized by a company. Organized by category, vendor, and product.</td>\n</tr>\n<tr>\n<td>revenueRange</td>\n<td>Revenue range for a company</td>\n</tr>\n<tr>\n<td>employeeRange</td>\n<td>Employee range for a company</td>\n</tr>\n<tr>\n<td>companyFunding</td>\n<td>List of funding rounds including <code>date</code>, <code>type</code> , <code>investors</code>, and <code>amount</code></td>\n</tr>\n<tr>\n<td>recentFundingAmount</td>\n<td>Most recent funding amount</td>\n</tr>\n<tr>\n<td>recentFundingDate</td>\n<td>Date of most recent funding</td>\n</tr>\n<tr>\n<td>totalFundingAmount</td>\n<td>Total funding to date</td>\n</tr>\n<tr>\n<td>employeeGrowth</td>\n<td>Employee growth of the company in the past two years. A one- and two-year growth percentage is provided as well as a quarter-by-quarter breakdown of total employee count.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Company type (private, public, npo, education, government, other)</td>\n</tr>\n<tr>\n<td>foundedYear</td>\n<td>Year the company was founded</td>\n</tr>\n<tr>\n<td>businessModel</td>\n<td>Business Model for a company</td>\n</tr>\n<tr>\n<td>isDefunct</td>\n<td>Indicates whether the company still exists</td>\n</tr>\n<tr>\n<td>departmentBudgets</td>\n<td>Estimated department budgets. Returns estimated budget values including <code>marketingBudget</code>, <code>financeBudget</code>, <code>itBudget</code> and <code>hrBudget</code>.</td>\n</tr>\n<tr>\n<td>employeeCountByDepartment</td>\n<td>Employee count by company department</td>\n</tr>\n<tr>\n<td>engagements</td>\n<td>List of the company's engagements. Includes the date and type of each engagement</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{protocol}}","path":["enrich","company"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"27a99dfd-f5d7-4c6b-af57-1e27356a00ea","name":"Enrich company by ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{jwtToken}}"}],"body":{"mode":"raw","raw":"{\n    \"matchCompanyInput\": [\n    \t{\n    \t\t\"companyId\": 344589814\n    \t}\n    ],\n    \"outputFields\": [\n        \"id\",\n        \"ticker\",\n        \"name\",\n        \"website\",\n        \"domainList\",\n        \"logo\",\n        \"SocialMediaUrls\",\n        \"revenue\",\n        \"employeeCount\",\n        \"numberOfContactsInZoomInfo\",\n        \"phone\",\n        \"fax\",\n        \"street\",\n        \"city\",\n        \"state\",\n        \"zipCode\",\n        \"country\",\n        \"continent\",\n        \"companyStatus\",\n        \"companyStatusDate\",\n        \"descriptionList\",\n        \"sicCodes\",\n        \"naicsCodes\",\n        \"competitors\",\n        \"ultimateParentId\",\n        \"ultimateParentName\",\n        \"ultimateParentRevenue\",\n        \"ultimateParentEmployees\",\n        \"subUnitCodes\",\n        \"subUnitType\",\n        \"subUnitIndustries\",\n        \"primaryIndustry\",\n        \"industries\",\n        \"parentId\",\n        \"parentName\",\n        \"locationCount\",\n        \"alexaRank\",\n        \"metroArea\",\n        \"lastUpdatedDate\",\n        \"createdDate\",\n        \"certificationDate\",\n        \"certified\",\n        \"hashtags\",\n        \"products\",\n        \"techAttributes\",\n        \"revenueRange\",\n        \"employeeRange\",\n        \"companyFunding\",\n        \"recentFundingAmount\",\n        \"recentFundingDate\",\n        \"totalFundingAmount\",\n        \"employeeGrowth\"\n    ]\n}"},"url":"{{protocol}}://{{url}}/enrich/company"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Aug 2020 13:49:48 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"5c8e04a22afaff94-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=70071f10bb597f681bf32e5484a1bffce58189aa85981cea9fb1578c401445bb:2f79d591-e713-11ea-b61e-d347a7de7ad3; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"04cca1395a0000ff94859bf200000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1598449848","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999945571","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999949387","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9998536","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9999497","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000010","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99999507","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"outputFields\": [\n            [\n                \"id\",\n                \"ticker\",\n                \"name\",\n                \"website\",\n                \"domainlist\",\n                \"logo\",\n                \"socialmediaurls\",\n                \"revenue\",\n                \"employeecount\",\n                \"numberofcontactsinzoominfo\",\n                \"phone\",\n                \"fax\",\n                \"street\",\n                \"city\",\n                \"state\",\n                \"zipcode\",\n                \"country\",\n                \"continent\",\n                \"companystatus\",\n                \"companystatusdate\",\n                \"descriptionlist\",\n                \"siccodes\",\n                \"naicscodes\",\n                \"competitors\",\n                \"ultimateparentid\",\n                \"ultimateparentname\",\n                \"ultimateparentrevenue\",\n                \"ultimateparentemployees\",\n                \"subunitcodes\",\n                \"subunittype\",\n                \"subunitindustries\",\n                \"primaryindustry\",\n                \"industries\",\n                \"parentid\",\n                \"parentname\",\n                \"locationcount\",\n                \"metroarea\",\n                \"lastupdateddate\",\n                \"createddate\",\n                \"certificationdate\",\n                \"certified\",\n                \"hashtags\",\n                \"products\",\n                \"techattributes\",\n                \"revenuerange\",\n                \"employeerange\",\n                \"companyfunding\",\n                \"recentfundingamount\",\n                \"recentfundingdate\",\n                \"totalfundingamount\",\n                \"employeegrowth\"\n            ]\n        ],\n        \"result\": [\n            {\n                \"input\": {\n                    \"companyid\": 344589814\n                },\n                \"data\": [\n                    {\n                        \"id\": 344589814,\n                        \"ticker\": \"NASDAQ: ZI\",\n                        \"name\": \"ZoomInfo\",\n                        \"website\": \"www.zoominfo.com\",\n                        \"domainList\": [\n                            \"www.zoominfo.com\",\n                            \"zoominfo.com\",\n                            \"about.zoominfo.com\",\n                            \"blog.zoominfo.com\",\n                            \"bw.zoominfo.com\",\n                            \"cache.zoominfo.com\",\n                            \"contacts.zoominfo.com\",\n                            \"developer.zoominfo.com\",\n                            \"email.zoominfo.com\",\n                            \"events.zoominfo.com\",\n                            \"followthelead.zoominfo.com\",\n                            \"grow.zoominfo.com\",\n                            \"help.zoominfo.com\",\n                            \"ir.zoominfo.com\",\n                            \"login.zoominfo.com\",\n                            \"mkt.zoominfo.com\",\n                            \"networking.zoominfo.com\",\n                            \"networking2.zoominfo.com\",\n                            \"networking3.zoominfo.com\",\n                            \"networking4.zoominfo.com\",\n                            \"networking5.zoominfo.com\",\n                            \"networking7.zoominfo.com\",\n                            \"partners.zoominfo.com\",\n                            \"succeed.zoominfo.com\",\n                            \"www.events.zoominfo.com\",\n                            \"www.go.zoominfo.com\",\n                            \"www.staging.zoominfo.com\",\n                            \"www.user.zoominfo.com\",\n                            \"discoverorg.com\",\n                            \"www.discoverorg.com\",\n                            \"www.zoominfo.biz\",\n                            \"zoominfo.biz\",\n                            \"gzconsulting.org\",\n                            \"www.gzconsulting.org\",\n                            \"pr-4412-dot-website-staging-dot-zoominfo-2.appspot.com\",\n                            \"www.pr-4412-dot-website-staging-dot-zoominfo-2.appspot.com\"\n                        ],\n                        \"logo\": \"http://www.zoominfo.com/business/mktg/images/zi_logo.png\",\n                        \"socialMediaUrls\": [\n                            {\n                                \"type\": \"LINKED_IN\",\n                                \"url\": \"https://www.linkedin.com/company/zoominfo\",\n                                \"followerCount\": \"\"\n                            },\n                            {\n                                \"type\": \"TWITTER\",\n                                \"url\": \"https://www.twitter.com/zoominfo/\",\n                                \"followerCount\": \"15596\"\n                            },\n                            {\n                                \"type\": \"FACEBOOK\",\n                                \"url\": \"https://www.facebook.com/ZoomInformation\",\n                                \"followerCount\": \"20710\"\n                            }\n                        ],\n                        \"revenue\": 400000,\n                        \"employeeCount\": 1300,\n                        \"numberOfContactsInZoomInfo\": 1207,\n                        \"phone\": \"(360) 783-6800\",\n                        \"fax\": \"(617) 507-8187\",\n                        \"street\": \"805 Broadway St, Ste 900\",\n                        \"city\": \"Vancouver\",\n                        \"state\": \"Washington\",\n                        \"zipCode\": \"98660\",\n                        \"country\": \"United States\",\n                        \"continent\": \"North America\",\n                        \"companyStatus\": \"ALIVE\",\n                        \"companyStatusDate\": \"2020-03-24T00:00:00.000Z\",\n                        \"descriptionList\": [\n                            {\n                                \"description\": \"ZoomInfo was founded in 2000 and is headquartered in Vancouver, Washington. The company offers a business-to-business data platform utilized by sales and marketing teams, recruiters, and other business professionals for lead generation and detailed information on people and companies.\"\n                            },\n                            {\n                                \"description\": \"Built over 20 years ago, ZoomInfo Powered by DiscoverOrg has become the go-to-market standard for over 13,500 companies worldwide. Designed to be the single source of truth, the ZoomInfo platform offers best-in-class technology paired with unrivaled data coverage, accuracy, and depth of contacts, companies, and opportunities essential to empower sales, marketing and recruiting professionals to hit their numbers. Deeply embedded into business workflows and technology stacks- including integrations with the leading CRM, Sales Engagement, Marketing Automation, and Talent Management applications - ZoomInfo is capable of delivering more predictable, accelerated, and sustainable growth than any stand-alone solution. ZoomInfo's investors include TA Associates, The Carlyle Group and 22C Capital.\"\n                            },\n                            {\n                                \"description\": \"ZoomInfo (NASDAQ: ZI) is a Go-To-Market Intelligence Solution for more than 15,000 companies worldwide. The ZoomInfo platform empowers business-to-business sales, marketing, and recruiting professionals to hit their number by pairing best-in-class technology with unrivaled data coverage, accuracy, and depth of contacts. With integrations embedded into workflows and technology stacks, including the leading CRM, Sales Engagement, Marketing Automation, and Talent Management applications, ZoomInfo drives more predictable, accelerated, and sustainable growth for its customers. \"\n                            },\n                            {\n                                \"description\": \"ZoomInfo?is a leading go-to-market intelligence platform for sales and marketing teams. Its go-to-market intelligence platform delivers comprehensive and high-quality intelligence and analytics on approximately 14 million companies, including advanced attributes, technologies used by companies, intent signals, and decision-maker contact information. Its software, insights, and data enable over 15,000 companies to sell and market more effectively and efficiently. \"\n                            },\n                            {\n                                \"description\": \"Accelerate your growth with Zoom Information Inc. (ZoomInfo), an Inc. 5000 company. ZoomInfo's Growth Acceleration Platform combines the world's most comprehensive and searchable B2B contact database with integrated tools to help companies optimize sales and marketing effectiveness, jump-start growth, and maximize profitability. The continuously updated B2B data platform provides businesses access to direct-dial phone numbers, email addresses, and professional background information. \"\n                            }\n                        ],\n                        \"sicCodes\": [\n                            {\n                                \"id\": \"73\",\n                                \"name\": \"Business Services\"\n                            },\n                            {\n                                \"id\": \"737\",\n                                \"name\": \"Computer Programming, Data Processing, And Other Computer Related Services\"\n                            },\n                            {\n                                \"id\": \"7375\",\n                                \"name\": \"Information Retrieval Services\"\n                            },\n                            {\n                                \"id\": \"27\",\n                                \"name\": \"Printing, Publishing, And Allied Industries\"\n                            },\n                            {\n                                \"id\": \"274\",\n                                \"name\": \"Miscellaneous Publishing\"\n                            },\n                            {\n                                \"id\": \"2741\",\n                                \"name\": \"Miscellaneous Publishing\"\n                            },\n                            {\n                                \"id\": \"731\",\n                                \"name\": \"Advertising\"\n                            },\n                            {\n                                \"id\": \"7371\",\n                                \"name\": \"Computer Programming Services\"\n                            },\n                            {\n                                \"id\": \"7372\",\n                                \"name\": \"Prepackaged Software\"\n                            },\n                            {\n                                \"id\": \"738\",\n                                \"name\": \"Miscellaneous Business Services\"\n                            },\n                            {\n                                \"id\": \"7389\",\n                                \"name\": \"Business Services, Not Elsewhere Classified\"\n                            },\n                            {\n                                \"id\": \"89\",\n                                \"name\": \"Miscellaneous Services\"\n                            },\n                            {\n                                \"id\": \"899\",\n                                \"name\": \"Miscellaneous Services\"\n                            },\n                            {\n                                \"id\": \"8999\",\n                                \"name\": \"Services, Not Elsewhere Classified\"\n                            },\n                            {\n                                \"id\": \"7374\",\n                                \"name\": \"Computer Processing and Data Preparation and Processing Services\"\n                            }\n                        ],\n                        \"naicsCodes\": [\n                            {\n                                \"id\": \"5418\",\n                                \"name\": \"Advertising, Public Relations, and Related Services\"\n                            },\n                            {\n                                \"id\": \"51711\",\n                                \"name\": \"\"\n                            },\n                            {\n                                \"id\": \"5416\",\n                                \"name\": \"Management, Scientific, and Technical Consulting Services\"\n                            },\n                            {\n                                \"id\": \"517110\",\n                                \"name\": \"\"\n                            },\n                            {\n                                \"id\": \"5182\",\n                                \"name\": \"Data Processing, Hosting, and Related Services\"\n                            },\n                            {\n                                \"id\": \"5415\",\n                                \"name\": \"Computer Systems Design and Related Services\"\n                            },\n                            {\n                                \"id\": \"54161\",\n                                \"name\": \"Management Consulting Services\"\n                            },\n                            {\n                                \"id\": \"511\",\n                                \"name\": \"Publishing Industries (except Internet)\"\n                            },\n                            {\n                                \"id\": \"519\",\n                                \"name\": \"Other Information Services\"\n                            },\n                            {\n                                \"id\": \"5112\",\n                                \"name\": \"Software Publishers\"\n                            },\n                            {\n                                \"id\": \"518\",\n                                \"name\": \"Data Processing, Hosting, and Related Services\"\n                            },\n                            {\n                                \"id\": \"517\",\n                                \"name\": \"Telecommunications\"\n                            },\n                            {\n                                \"id\": \"518210\",\n                                \"name\": \"Data Processing, Hosting, and Related Services\"\n                            },\n                            {\n                                \"id\": \"541511\",\n                                \"name\": \"Custom Computer Programming Services\"\n                            },\n                            {\n                                \"id\": \"5191\",\n                                \"name\": \"Other Information Services\"\n                            },\n                            {\n                                \"id\": \"54151\",\n                                \"name\": \"Computer Systems Design and Related Services\"\n                            },\n                            {\n                                \"id\": \"5171\",\n                                \"name\": \"\"\n                            },\n                            {\n                                \"id\": \"511210\",\n                                \"name\": \"Software Publishers\"\n                            },\n                            {\n                                \"id\": \"541613\",\n                                \"name\": \"Marketing Consulting Services\"\n                            },\n                            {\n                                \"id\": \"51821\",\n                                \"name\": \"Data Processing, Hosting, and Related Services\"\n                            },\n                            {\n                                \"id\": \"519130\",\n                                \"name\": \"Internet Publishing and Broadcasting and Web Search Portals\"\n                            },\n                            {\n                                \"id\": \"51913\",\n                                \"name\": \"Internet Publishing and Broadcasting and Web Search Portals\"\n                            },\n                            {\n                                \"id\": \"541\",\n                                \"name\": \"Professional, Scientific, and Technical Services\"\n                            },\n                            {\n                                \"id\": \"51919\",\n                                \"name\": \"All Other Information Services\"\n                            },\n                            {\n                                \"id\": \"51\",\n                                \"name\": \"Information\"\n                            },\n                            {\n                                \"id\": \"519190\",\n                                \"name\": \"All Other Information Services\"\n                            },\n                            {\n                                \"id\": \"54\",\n                                \"name\": \"Professional, Scientific, and Technical Services\"\n                            },\n                            {\n                                \"id\": \"51121\",\n                                \"name\": \"Software Publishers\"\n                            }\n                        ],\n                        \"competitors\": [\n                            {\n                                \"rank\": 1,\n                                \"id\": 346572700,\n                                \"name\": \"DiscoverOrg LLC\",\n                                \"website\": \"www.discoverorg.com\",\n                                \"employeeCount\": 866\n                            },\n                            {\n                                \"rank\": 2,\n                                \"id\": 115098897,\n                                \"name\": \"InsideView Inc\",\n                                \"website\": \"www.insideview.com\",\n                                \"employeeCount\": 202\n                            },\n                            {\n                                \"rank\": 3,\n                                \"id\": 18104574,\n                                \"name\": \"D&B Hoovers\",\n                                \"website\": \"www.hoovers.com\",\n                                \"employeeCount\": 231\n                            },\n                            {\n                                \"rank\": 4,\n                                \"id\": 343357941,\n                                \"name\": \"Infogroup Inc\",\n                                \"website\": \"www.infogroup.com\",\n                                \"employeeCount\": 1211\n                            },\n                            {\n                                \"rank\": 5,\n                                \"id\": 371813824,\n                                \"name\": \"Owler\",\n                                \"website\": \"www.owler.com\",\n                                \"employeeCount\": 69\n                            },\n                            {\n                                \"rank\": 6,\n                                \"id\": 464190707,\n                                \"name\": \"Clearbit\",\n                                \"website\": \"www.clearbit.com\",\n                                \"employeeCount\": 17\n                            },\n                            {\n                                \"rank\": 7,\n                                \"id\": 371802245,\n                                \"name\": \"DataFox Inc\",\n                                \"website\": \"www.datafox.com\",\n                                \"employeeCount\": 49\n                            },\n                            {\n                                \"rank\": 8,\n                                \"id\": 347268906,\n                                \"name\": \"Leadspace Inc\",\n                                \"website\": \"www.leadspace.com\",\n                                \"employeeCount\": 70\n                            },\n                            {\n                                \"rank\": 9,\n                                \"id\": 352235336,\n                                \"name\": \"PitchBook company\",\n                                \"website\": \"www.pitchbook.com\",\n                                \"employeeCount\": 683\n                            },\n                            {\n                                \"rank\": 10,\n                                \"id\": 371638566,\n                                \"name\": \"LeadGenius Inc\",\n                                \"website\": \"www.leadgenius.com\",\n                                \"employeeCount\": 46\n                            }\n                        ],\n                        \"ultimateParentId\": 0,\n                        \"ultimateParentName\": \"\",\n                        \"ultimateParentRevenue\": 400000,\n                        \"ultimateParentEmployees\": 1300,\n                        \"subUnitCodes\": [],\n                        \"subUnitType\": \"Unspecified\",\n                        \"subUnitIndustries\": [\n                            \"Engineering Software\",\n                            \"Media & Internet\",\n                            \"Information Collection & Delivery\",\n                            \"Business Services\",\n                            \"Business Services General\",\n                            \"Search Engines & Internet Portals\",\n                            \"Software\",\n                            \"Software Development & Design\",\n                            \"Advertising & Marketing\"\n                        ],\n                        \"primaryIndustry\": [\n                            \"Software\"\n                        ],\n                        \"industries\": [\n                            \"Data Collection & Internet Portals\",\n                            \"Software\",\n                            \"Media & Internet\"\n                        ],\n                        \"parentId\": 0,\n                        \"parentName\": \"\",\n                        \"locationCount\": 9,\n                        \"alexaRank\": \"5795\",\n                        \"metroArea\": \"Portland-Vancouver-Hillsboro OR-WA\",\n                        \"lastUpdatedDate\": \"2020-08-21T20:53:00.000Z\",\n                        \"createdDate\": \"\",\n                        \"certificationDate\": \"2020-08-17T20:00:00.000Z\",\n                        \"certified\": true,\n                        \"hashtags\": [\n                            {\n                                \"tag\": \"#technology\",\n                                \"external_id\": null,\n                                \"searchString\": \"technology other\",\n                                \"displayLabel\": \"Technology\",\n                                \"description\": \"This company is in the technology industry\",\n                                \"group\": \"Other\",\n                                \"score\": null,\n                                \"priority\": null,\n                                \"parentCategory\": \"Other\",\n                                \"displayScore\": \"\",\n                                \"inverseScoreBase\": null,\n                                \"scoreMultipler\": null,\n                                \"scoreUnit\": \"\",\n                                \"hidden\": false,\n                                \"label\": \"Technology\",\n                                \"categorizedFlag\": false\n                            },\n                            {\n                                \"tag\": \"#inc5000.2016\",\n                                \"external_id\": null,\n                                \"searchString\": \"inc 5000\",\n                                \"displayLabel\": \"2016 Inc 5000\",\n                                \"description\": \"This company is on the 2016 Inc 5000 list\",\n                                \"group\": \"Ranking\",\n                                \"score\": null,\n                                \"priority\": null,\n                                \"parentCategory\": \"Ranking\",\n                                \"displayScore\": \"\",\n                                \"inverseScoreBase\": null,\n                                \"scoreMultipler\": null,\n                                \"scoreUnit\": \"\",\n                                \"hidden\": false,\n                                \"label\": \"2016 Inc 5000\",\n                                \"categorizedFlag\": false\n                            },\n                            {\n                                \"tag\": \"#inc5000.2018\",\n                                \"external_id\": null,\n                                \"searchString\": \"inc 5000\",\n                                \"displayLabel\": \"2018 Inc 5000\",\n                                \"description\": \"This company is on the 2018 Inc 5000 list\",\n                                \"group\": \"Ranking\",\n                                \"score\": null,\n                                \"priority\": null,\n                                \"parentCategory\": \"Ranking\",\n                                \"displayScore\": \"inverse\",\n                                \"inverseScoreBase\": 5000,\n                                \"scoreMultipler\": null,\n                                \"scoreUnit\": \"\",\n                                \"hidden\": false,\n                                \"label\": \"2018 Inc 5000\",\n                                \"categorizedFlag\": false\n                            },\n                            {\n                                \"tag\": \"#inc5000.2017\",\n                                \"external_id\": null,\n                                \"searchString\": \"inc 5000\",\n                                \"displayLabel\": \"2017 Inc 5000\",\n                                \"description\": \"This company is on the 2017 Inc 5000 list\",\n                                \"group\": \"Ranking\",\n                                \"score\": null,\n                                \"priority\": null,\n                                \"parentCategory\": \"Ranking\",\n                                \"displayScore\": \"\",\n                                \"inverseScoreBase\": null,\n                                \"scoreMultipler\": null,\n                                \"scoreUnit\": \"\",\n                                \"hidden\": false,\n                                \"label\": \"2017 Inc 5000\",\n                                \"categorizedFlag\": false\n                            },\n                            {\n                                \"tag\": \"#inc5000.2019\",\n                                \"external_id\": null,\n                                \"searchString\": \"inc 5000\",\n                                \"displayLabel\": \"2019 Inc 5000\",\n                                \"description\": \"This company is on the 2019 Inc 5000 list\",\n                                \"group\": \"Ranking\",\n                                \"score\": null,\n                                \"priority\": null,\n                                \"parentCategory\": \"Ranking\",\n                                \"displayScore\": \"inverse\",\n                                \"inverseScoreBase\": 5020,\n                                \"scoreMultipler\": null,\n                                \"scoreUnit\": \"\",\n                                \"hidden\": false,\n                                \"label\": \"2019 Inc 5000\",\n                                \"categorizedFlag\": false\n                            },\n                            {\n                                \"tag\": \"#401kenrollees.2plus.2018\",\n                                \"external_id\": null,\n                                \"searchString\": \"2 401k plan enrollees\",\n                                \"displayLabel\": \"2+ 401(k) Plan Enrollees\",\n                                \"description\": \"This company has 2+ enrollees in their 401(k) plan\",\n                                \"group\": \"401(k) Plan Enrollees\",\n                                \"score\": null,\n                                \"priority\": 2,\n                                \"parentCategory\": \"Insurance & Benefits\",\n                                \"displayScore\": \"yes\",\n                                \"inverseScoreBase\": null,\n                                \"scoreMultipler\": null,\n                                \"scoreUnit\": \"\",\n                                \"hidden\": false,\n                                \"label\": \"2+ 401(k) Plan Enrollees\",\n                                \"categorizedFlag\": false\n                            },\n                            {\n                                \"tag\": \"#inc5000.2020\",\n                                \"external_id\": null,\n                                \"searchString\": \"inc 5000\",\n                                \"displayLabel\": \"2020 Inc 5000\",\n                                \"description\": \"This company is on the 2020 Inc 5000 list\",\n                                \"group\": \"Ranking\",\n                                \"score\": null,\n                                \"priority\": null,\n                                \"parentCategory\": \"Ranking\",\n                                \"displayScore\": \"inverse\",\n                                \"inverseScoreBase\": 5000,\n                                \"scoreMultipler\": null,\n                                \"scoreUnit\": \"\",\n                                \"hidden\": false,\n                                \"label\": \"2020 Inc 5000\",\n                                \"categorizedFlag\": false\n                            },\n                            {\n                                \"tag\": \"#newswire.globenewswire\",\n                                \"external_id\": null,\n                                \"searchString\": \"Newsfeed Globenewswire\",\n                                \"displayLabel\": \"Newsfeed: Globenewswire\",\n                                \"description\": \"This company uses Globenewswire as their news agency\",\n                                \"group\": \"Other\",\n                                \"score\": null,\n                                \"priority\": null,\n                                \"parentCategory\": \"Other\",\n                                \"displayScore\": \"\",\n                                \"inverseScoreBase\": null,\n                                \"scoreMultipler\": null,\n                                \"scoreUnit\": \"\",\n                                \"hidden\": false,\n                                \"label\": \"Newsfeed: Globenewswire\",\n                                \"categorizedFlag\": false\n                            },\n                            {\n                                \"tag\": \"#401kenrollees.100plus.2018\",\n                                \"external_id\": null,\n                                \"searchString\": \"100 401k plan enrollees\",\n                                \"displayLabel\": \"100+ 401(k) Plan Enrollees\",\n                                \"description\": \"This company has 100+ enrollees in their 401(k) plan\",\n                                \"group\": \"401(k) Plan Enrollees\",\n                                \"score\": null,\n                                \"priority\": 100,\n                                \"parentCategory\": \"Insurance & Benefits\",\n                                \"displayScore\": \"yes\",\n                                \"inverseScoreBase\": null,\n                                \"scoreMultipler\": null,\n                                \"scoreUnit\": \"\",\n                                \"hidden\": false,\n                                \"label\": \"100+ 401(k) Plan Enrollees\",\n                                \"categorizedFlag\": false\n                            },\n                            {\n                                \"tag\": \"#401kenrollees.10plus.2018\",\n                                \"external_id\": null,\n                                \"searchString\": \"10 401k plan enrollees\",\n                                \"displayLabel\": \"10+ 401(k) Plan Enrollees\",\n                                \"description\": \"This company has 10+ enrollees in their 401(k) plan\",\n                                \"group\": \"401(k) Plan Enrollees\",\n                                \"score\": null,\n                                \"priority\": 10,\n                                \"parentCategory\": \"Insurance & Benefits\",\n                                \"displayScore\": \"yes\",\n                                \"inverseScoreBase\": null,\n                                \"scoreMultipler\": null,\n                                \"scoreUnit\": \"\",\n                                \"hidden\": false,\n                                \"label\": \"10+ 401(k) Plan Enrollees\",\n                                \"categorizedFlag\": false\n                            },\n                            {\n                                \"tag\": \"#401kenrollees.200plus.2018\",\n                                \"external_id\": null,\n                                \"searchString\": \"200 401k plan enrollees\",\n                                \"displayLabel\": \"200+ 401(k) Plan Enrollees\",\n                                \"description\": \"This company has 200+ enrollees in their 401(k) plan\",\n                                \"group\": \"401(k) Plan Enrollees\",\n                                \"score\": null,\n                                \"priority\": 200,\n                                \"parentCategory\": \"Insurance & Benefits\",\n                                \"displayScore\": \"yes\",\n                                \"inverseScoreBase\": null,\n                                \"scoreMultipler\": null,\n                                \"scoreUnit\": \"\",\n                                \"hidden\": false,\n                                \"label\": \"200+ 401(k) Plan Enrollees\",\n                                \"categorizedFlag\": false\n                            },\n                            {\n                                \"tag\": \"#saas\",\n                                \"external_id\": null,\n                                \"searchString\": \"saas\",\n                                \"displayLabel\": \"SaaS\",\n                                \"description\": \"This company is a Software-as-a-Service company\",\n                                \"group\": \"Other\",\n                                \"score\": null,\n                                \"priority\": null,\n                                \"parentCategory\": \"Other\",\n                                \"displayScore\": \"\",\n                                \"inverseScoreBase\": null,\n                                \"scoreMultipler\": null,\n                                \"scoreUnit\": \"\",\n                                \"hidden\": false,\n                                \"label\": \"SaaS\",\n                                \"categorizedFlag\": false\n                            },\n                            {\n                                \"tag\": \"#fiscalyearend.1231\",\n                                \"external_id\": null,\n                                \"searchString\": \"Fiscal year end December 31\",\n                                \"displayLabel\": \"Fiscal year ends on December 31\",\n                                \"description\": \"This company's fiscal year ends on December 31st\",\n                                \"group\": \"Other\",\n                                \"score\": null,\n                                \"priority\": null,\n                                \"parentCategory\": \"Other\",\n                                \"displayScore\": \"\",\n                                \"inverseScoreBase\": null,\n                                \"scoreMultipler\": null,\n                                \"scoreUnit\": \"\",\n                                \"hidden\": false,\n                                \"label\": \"Fiscal year ends on December 31\",\n                                \"categorizedFlag\": false\n                            },\n                            {\n                                \"tag\": \"#401kenrollees.50plus.2018\",\n                                \"external_id\": null,\n                                \"searchString\": \"50 401k plan enrollees\",\n                                \"displayLabel\": \"50+ 401(k) Plan Enrollees\",\n                                \"description\": \"This company has 50+ enrollees in their 401(k) plan\",\n                                \"group\": \"401(k) Plan Enrollees\",\n                                \"score\": null,\n                                \"priority\": 50,\n                                \"parentCategory\": \"Insurance & Benefits\",\n                                \"displayScore\": \"yes\",\n                                \"inverseScoreBase\": null,\n                                \"scoreMultipler\": null,\n                                \"scoreUnit\": \"\",\n                                \"hidden\": false,\n                                \"label\": \"50+ 401(k) Plan Enrollees\",\n                                \"categorizedFlag\": false\n                            },\n                            {\n                                \"tag\": \"#alexatop100k\",\n                                \"external_id\": null,\n                                \"searchString\": \"alexa top 100000\",\n                                \"displayLabel\": \"Alexa top 100k\",\n                                \"description\": \"This company's website is in the top 100k Alexa rankings\",\n                                \"group\": \"Alexa\",\n                                \"score\": null,\n                                \"priority\": 100,\n                                \"parentCategory\": \"Ranking\",\n                                \"displayScore\": \"\",\n                                \"inverseScoreBase\": null,\n                                \"scoreMultipler\": null,\n                                \"scoreUnit\": \"\",\n                                \"hidden\": false,\n                                \"label\": \"Alexa top 100k\",\n                                \"categorizedFlag\": false\n                            },\n                            {\n                                \"tag\": \"#alexatop10k\",\n                                \"external_id\": null,\n                                \"searchString\": \"alexa top 10000\",\n                                \"displayLabel\": \"Alexa top 10k\",\n                                \"description\": \"This company's website is in the top 10k Alexa rankings\",\n                                \"group\": \"Alexa\",\n                                \"score\": null,\n                                \"priority\": 1000,\n                                \"parentCategory\": \"Ranking\",\n                                \"displayScore\": \"\",\n                                \"inverseScoreBase\": null,\n                                \"scoreMultipler\": null,\n                                \"scoreUnit\": \"\",\n                                \"hidden\": false,\n                                \"label\": \"Alexa top 10k\",\n                                \"categorizedFlag\": false\n                            },\n                            {\n                                \"tag\": \"#401kenrollees.25plus.2018\",\n                                \"external_id\": null,\n                                \"searchString\": \"25 401k plan enrollees\",\n                                \"displayLabel\": \"25+ 401(k) Plan Enrollees\",\n                                \"description\": \"This company has 25+ enrollees in their 401(k) plan\",\n                                \"group\": \"401(k) Plan Enrollees\",\n                                \"score\": null,\n                                \"priority\": 25,\n                                \"parentCategory\": \"Insurance & Benefits\",\n                                \"displayScore\": \"yes\",\n                                \"inverseScoreBase\": null,\n                                \"scoreMultipler\": null,\n                                \"scoreUnit\": \"\",\n                                \"hidden\": false,\n                                \"label\": \"25+ 401(k) Plan Enrollees\",\n                                \"categorizedFlag\": false\n                            },\n                            {\n                                \"tag\": \"#insuranceprovider.vspglobal.2018\",\n                                \"external_id\": null,\n                                \"searchString\": \"insurance provider vsp global\",\n                                \"displayLabel\": \"Insurance Provider: VSP Global\",\n                                \"description\": \"This company uses VSP Global as their insurance provider\",\n                                \"group\": \"Insurance Provider\",\n                                \"score\": null,\n                                \"priority\": null,\n                                \"parentCategory\": \"Insurance & Benefits\",\n                                \"displayScore\": \"\",\n                                \"inverseScoreBase\": null,\n                                \"scoreMultipler\": null,\n                                \"scoreUnit\": \"\",\n                                \"hidden\": false,\n                                \"label\": \"Insurance Provider: VSP Global\",\n                                \"categorizedFlag\": false\n                            },\n                            {\n                                \"tag\": \"#401kenrollees.5plus.2018\",\n                                \"external_id\": null,\n                                \"searchString\": \"5 401k plan enrollees\",\n                                \"displayLabel\": \"5+ 401(k) Plan Enrollees\",\n                                \"description\": \"This company has 5+ enrollees in their 401(k) plan\",\n                                \"group\": \"401(k) Plan Enrollees\",\n                                \"score\": null,\n                                \"priority\": 5,\n                                \"parentCategory\": \"Insurance & Benefits\",\n                                \"displayScore\": \"yes\",\n                                \"inverseScoreBase\": null,\n                                \"scoreMultipler\": null,\n                                \"scoreUnit\": \"\",\n                                \"hidden\": false,\n                                \"label\": \"5+ 401(k) Plan Enrollees\",\n                                \"categorizedFlag\": false\n                            },\n                            {\n                                \"tag\": \"#benefitsplanend.december.2018\",\n                                \"external_id\": null,\n                                \"searchString\": \"benefits plan ends in december\",\n                                \"displayLabel\": \"Benefits plan ends in December\",\n                                \"description\": \"This company's benefits plan ends in December\",\n                                \"group\": \"Benefits Plan End Date\",\n                                \"score\": null,\n                                \"priority\": 12,\n                                \"parentCategory\": \"Insurance & Benefits\",\n                                \"displayScore\": \"\",\n                                \"inverseScoreBase\": null,\n                                \"scoreMultipler\": null,\n                                \"scoreUnit\": \"\",\n                                \"hidden\": false,\n                                \"label\": \"Benefits plan ends in December\",\n                                \"categorizedFlag\": false\n                            },\n                            {\n                                \"tag\": \"#2_plus_locations\",\n                                \"external_id\": null,\n                                \"searchString\": \"2 locations\",\n                                \"displayLabel\": \"2+ Locations\",\n                                \"description\": \"This company has 2 or more locations\",\n                                \"group\": \"Number of Locations\",\n                                \"score\": null,\n                                \"priority\": 2,\n                                \"parentCategory\": \"Location\",\n                                \"displayScore\": \"yes\",\n                                \"inverseScoreBase\": null,\n                                \"scoreMultipler\": null,\n                                \"scoreUnit\": \"\",\n                                \"hidden\": false,\n                                \"label\": \"2+ Locations\",\n                                \"categorizedFlag\": false\n                            },\n                            {\n                                \"tag\": \"#5_plus_locations\",\n                                \"external_id\": null,\n                                \"searchString\": \"5 locations\",\n                                \"displayLabel\": \"5+ Locations\",\n                                \"description\": \"This company has 5 or more locations\",\n                                \"group\": \"Number of Locations\",\n                                \"score\": null,\n                                \"priority\": 5,\n                                \"parentCategory\": \"Location\",\n                                \"displayScore\": \"yes\",\n                                \"inverseScoreBase\": null,\n                                \"scoreMultipler\": null,\n                                \"scoreUnit\": \"\",\n                                \"hidden\": false,\n                                \"label\": \"5+ Locations\",\n                                \"categorizedFlag\": false\n                            }\n                        ],\n                        \"products\": [],\n                        \"techAttributes\": [\n                            {\n                                \"tag\": \"25420\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Infrastructures as a Service\",\n                                \"vendor\": \"Google LLC\",\n                                \"product\": \"Google Compute Engine\",\n                                \"attribute\": \"334.194.1\",\n                                \"website\": \"https://cloud.google.com/compute/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cloud.google.com\",\n                                \"domain\": \"cloud.google.com\",\n                                \"createdTime\": \"2016-08-11 14:14:27+00:00\",\n                                \"modifiedTime\": \"2018-10-10 06:45:20+00:00\",\n                                \"description\": \"Google Compute Engine is the Infrastructure as a service component of google cloud platform which is built on the global infrastructure that runs google’s search engine, gmail, youtube and other services. It offers high performance virtual machines, customer-friendly pricing, fast networking, and carbon-neutral impact.\"\n                            },\n                            {\n                                \"tag\": \"29120\",\n                                \"categoryParent\": \"Programming\",\n                                \"category\": \"Programming Languages\",\n                                \"vendor\": \"Standard C++ Foundation\",\n                                \"product\": \"C++\",\n                                \"attribute\": \"350.67.2059962\",\n                                \"website\": \"https://isocpp.org/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/isocpp.org\",\n                                \"domain\": \"isocpp.org\",\n                                \"createdTime\": \"2016-09-20 15:31:18+00:00\",\n                                \"modifiedTime\": \"2018-12-18 22:50:32+00:00\",\n                                \"description\": \"A programming language is the language with which you write programs. It can be Python, C, Java, etc. A framework is a collection of programs that do something useful and which you can use to develop your own applications. A framework guides you on how to do something (like a predefined way of doing things).\"\n                            },\n                            {\n                                \"tag\": \"30170\",\n                                \"categoryParent\": \"DevOps\",\n                                \"category\": \"Source Code Management\",\n                                \"vendor\": \"GitHub, Inc.\",\n                                \"product\": \"Github\",\n                                \"attribute\": \"328.315.488\",\n                                \"website\": \"https://github.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/github.com\",\n                                \"domain\": \"github.com\",\n                                \"createdTime\": \"2016-10-07 15:28:37+00:00\",\n                                \"modifiedTime\": \"2017-11-27 23:41:41+00:00\",\n                                \"description\": \"GitHub is a Git repository hosting service, but it adds many of its own features. While Git is a command line tool, GitHub provides a Web-based graphical interface. It also provides access control and several collaboration features, such as a wikis and basic task management tools for every project.\"\n                            },\n                            {\n                                \"tag\": \"29122\",\n                                \"categoryParent\": \"Programming\",\n                                \"category\": \"Programming Languages\",\n                                \"vendor\": \"Python Software Foundation\",\n                                \"product\": \"Python\",\n                                \"attribute\": \"350.67.4279\",\n                                \"website\": \"https://www.python.org/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/python.org\",\n                                \"domain\": \"python.org\",\n                                \"createdTime\": \"2016-09-20 15:31:31+00:00\",\n                                \"modifiedTime\": \"2018-09-07 04:32:56+00:00\",\n                                \"description\": \"Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together.\"\n                            },\n                            {\n                                \"tag\": \"1192\",\n                                \"categoryParent\": \"Programming\",\n                                \"category\": \"Programming Languages\",\n                                \"vendor\": \"PHP Group\",\n                                \"product\": \"PHP\",\n                                \"attribute\": \"350.67.243\",\n                                \"website\": \"http://php.net\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/php.net\",\n                                \"domain\": \"php.net\",\n                                \"createdTime\": \"2014-03-19 14:09:09+00:00\",\n                                \"modifiedTime\": \"2019-01-21 00:42:01+00:00\",\n                                \"description\": \"PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.\"\n                            },\n                            {\n                                \"tag\": \"29127\",\n                                \"categoryParent\": \"Programming\",\n                                \"category\": \"Programming Languages\",\n                                \"vendor\": \"The Perl Foundation\",\n                                \"product\": \"Perl\",\n                                \"attribute\": \"350.67.1355576\",\n                                \"website\": \"https://perl.org\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/perl.org\",\n                                \"domain\": \"perl.org\",\n                                \"createdTime\": \"2016-09-20 15:32:07+00:00\",\n                                \"modifiedTime\": \"2018-12-18 22:51:30+00:00\",\n                                \"description\": \"Perl is a family of high-level, general-purpose, interpreted, dynamic programming languages. The languages in this family include Perl 5 and Perl 6.\"\n                            },\n                            {\n                                \"tag\": \"159\",\n                                \"categoryParent\": \"Marketing\",\n                                \"category\": \"Email Marketing\",\n                                \"vendor\": \"Rocket Science Group LLC\",\n                                \"product\": \"MailChimp\",\n                                \"attribute\": \"338.13.3526969\",\n                                \"website\": \"http://mailchimp.com\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/mailchimp.com\",\n                                \"domain\": \"mailchimp.com\",\n                                \"createdTime\": \"2012-04-10 00:00:00+00:00\",\n                                \"modifiedTime\": \"2018-07-09 08:04:47+00:00\",\n                                \"description\": \"MailChimp is a marketing automation platform which specializes in email marketing and provides customers with advanced reporting features.\"\n                            },\n                            {\n                                \"tag\": \"157\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Content Delivery Networks\",\n                                \"vendor\": \"Cloudflare, Inc.\",\n                                \"product\": \"Cloudflare CDN\",\n                                \"attribute\": \"334.10.4430\",\n                                \"website\": \"https://www.cloudflare.com/cdn/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cloudflare.com\",\n                                \"domain\": \"cloudflare.com\",\n                                \"createdTime\": \"2012-04-19 00:00:00+00:00\",\n                                \"modifiedTime\": \"2018-06-23 07:48:02+00:00\",\n                                \"description\": \"Cloudflare CDN is a content delivery network designed to optimize security, performance and reliability, without the bloat of legacy technologies.\"\n                            },\n                            {\n                                \"tag\": \"126617\",\n                                \"categoryParent\": \"Programming\",\n                                \"category\": \"Other Programming Software\",\n                                \"vendor\": \"Google LLC\",\n                                \"product\": \"YouTube IFrame Embed\",\n                                \"attribute\": \"350.451.1\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:07:38+00:00\",\n                                \"modifiedTime\": \"2019-12-25 07:36:21+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"24070\",\n                                \"categoryParent\": \"Miscellaneous\",\n                                \"category\": \"Miscellaneous\",\n                                \"vendor\": \"VMware, Inc\",\n                                \"product\": \"VMware (common)\",\n                                \"attribute\": \"0.68.2140\",\n                                \"website\": \"http://www.vmware.com/ap\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/vmware.com\",\n                                \"domain\": \"vmware.com\",\n                                \"createdTime\": \"2016-07-16 19:04:09+00:00\",\n                                \"modifiedTime\": \"2018-11-12 00:25:11+00:00\",\n                                \"description\": \"VMware is a software company providing cloud and virtualization services.\"\n                            },\n                            {\n                                \"tag\": \"25426\",\n                                \"categoryParent\": \"Programming\",\n                                \"category\": \"Integrated Development Environments\",\n                                \"vendor\": \"Microsoft Corporation\",\n                                \"product\": \"Microsoft Visual Studio\",\n                                \"attribute\": \"350.444.28\",\n                                \"website\": \"https://www.visualstudio.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/visualstudio.com\",\n                                \"domain\": \"visualstudio.com\",\n                                \"createdTime\": \"2016-08-11 14:18:10+00:00\",\n                                \"modifiedTime\": \"2017-11-30 01:47:49+00:00\",\n                                \"description\": \"Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop computer programs for Microsoft Windows, as well as web sites, web apps, web services and mobile apps.\"\n                            },\n                            {\n                                \"tag\": \"56737\",\n                                \"categoryParent\": \"Human Resources\",\n                                \"category\": \"Human Resource Management Systems\",\n                                \"vendor\": \"ADP, LLC.\",\n                                \"product\": \"ADP HR\",\n                                \"attribute\": \"348.206.2664\",\n                                \"website\": \"https://www.adp.com/solutions/services/human-resources-management.aspx\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/adp.com\",\n                                \"domain\": \"adp.com\",\n                                \"createdTime\": \"2017-09-27 10:16:32+00:00\",\n                                \"modifiedTime\": \"2018-03-12 01:30:44+00:00\",\n                                \"description\": \"ADP HR is a human resources management software solution.\"\n                            },\n                            {\n                                \"tag\": \"95651\",\n                                \"categoryParent\": \"Data Management\",\n                                \"category\": \"Database Management\",\n                                \"vendor\": \"Oracle Corporation\",\n                                \"product\": \"PL/SQL\",\n                                \"attribute\": \"331.316.491\",\n                                \"website\": \"https://www.oracle.com/technetwork/database/features/plsql/index.html\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/oracle.com\",\n                                \"domain\": \"oracle.com\",\n                                \"createdTime\": \"2018-09-27 07:04:53+00:00\",\n                                \"modifiedTime\": \"2018-10-18 23:00:20+00:00\",\n                                \"description\": \"PL/SQL is a procedural language designed specifically to embrace SQL statements within its syntax.\"\n                            },\n                            {\n                                \"tag\": \"108616\",\n                                \"categoryParent\": \"Hardware\",\n                                \"category\": \"Network Hardware\",\n                                \"vendor\": \"Broadcom Inc.\",\n                                \"product\": \"Brocade Switches\",\n                                \"attribute\": \"468.216.53694\",\n                                \"website\": \"http://www.brocade.com/en.html\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/brocade.com\",\n                                \"domain\": \"brocade.com\",\n                                \"createdTime\": \"2019-03-08 21:06:25+00:00\",\n                                \"modifiedTime\": \"2019-03-21 11:47:24+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"29513\",\n                                \"categoryParent\": \"Operations\",\n                                \"category\": \"Enterprise Resource Planning\",\n                                \"vendor\": \"Deltek, inc\",\n                                \"product\": \"Deltek\",\n                                \"attribute\": \"335.346.189899\",\n                                \"website\": \"https://www.deltek.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/deltek.com\",\n                                \"domain\": \"deltek.com\",\n                                \"createdTime\": \"2016-09-28 08:52:38+00:00\",\n                                \"modifiedTime\": \"2018-11-12 03:13:08+00:00\",\n                                \"description\": \"Deltek is an enterprise software and information solutions provider for professional services firms and government contractors.\"\n                            },\n                            {\n                                \"tag\": \"19217\",\n                                \"categoryParent\": \"Security\",\n                                \"category\": \"Other Security Software\",\n                                \"vendor\": \"Barracuda Networks, Inc.\",\n                                \"product\": \"Barracuda Networks\",\n                                \"attribute\": \"339.17.381097\",\n                                \"website\": \"https://www.barracuda.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/barracuda.com\",\n                                \"domain\": \"barracuda.com\",\n                                \"createdTime\": \"2016-03-14 14:27:06+00:00\",\n                                \"modifiedTime\": \"2018-11-28 21:08:28+00:00\",\n                                \"description\": \"Barracuda Networks designs, develops, manufactures, distributes, and sells email and web security appliances. It offers cloud-connected solutions that help its customers address security threats, enhance network performance, and protect and store their data.\"\n                            },\n                            {\n                                \"tag\": \"29135\",\n                                \"categoryParent\": \"Programming\",\n                                \"category\": \"Frameworks and Libraries\",\n                                \"vendor\": \"Node.js Foundation\",\n                                \"product\": \"Node.js\",\n                                \"attribute\": \"350.66.77349583\",\n                                \"website\": \"https://nodejs.org/en/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/nodejs.org\",\n                                \"domain\": \"nodejs.org\",\n                                \"createdTime\": \"2016-09-20 15:32:55+00:00\",\n                                \"modifiedTime\": \"2018-11-15 00:35:19+00:00\",\n                                \"description\": \"Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.\"\n                            },\n                            {\n                                \"tag\": \"88207\",\n                                \"categoryParent\": \"Programming\",\n                                \"category\": \"Frameworks and Libraries\",\n                                \"vendor\": \"The jQuery Foundation Inc\",\n                                \"product\": \"jQuery\",\n                                \"attribute\": \"350.66.419\",\n                                \"website\": \"https://jquery.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/jquery.com\",\n                                \"domain\": \"jquery.com\",\n                                \"createdTime\": \"2018-07-17 01:30:00+00:00\",\n                                \"modifiedTime\": \"2018-08-29 20:38:45+00:00\",\n                                \"description\": \"jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML.\"\n                            },\n                            {\n                                \"tag\": \"166\",\n                                \"categoryParent\": \"Marketing\",\n                                \"category\": \"Marketing Automation\",\n                                \"vendor\": \"Oracle Corporation\",\n                                \"product\": \"Oracle Eloqua\",\n                                \"attribute\": \"338.3.491\",\n                                \"website\": \"http://www.eloqua.com\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/eloqua.com\",\n                                \"domain\": \"eloqua.com\",\n                                \"createdTime\": \"2012-05-22 00:00:00+00:00\",\n                                \"modifiedTime\": \"2018-07-09 08:16:01+00:00\",\n                                \"description\": \"Eloqua is an Oracle-owned lead and campaign management solution.\"\n                            },\n                            {\n                                \"tag\": \"118697\",\n                                \"categoryParent\": \"Customer Service\",\n                                \"category\": \"Other Customer Service Software\",\n                                \"vendor\": \"Nickelled Ltd\",\n                                \"product\": \"Nickelled\",\n                                \"attribute\": \"330.397.120264960\",\n                                \"website\": \"https://www.nickelled.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/nickelled.com\",\n                                \"domain\": \"nickelled.com\",\n                                \"createdTime\": \"2019-03-08 21:07:08+00:00\",\n                                \"modifiedTime\": \"2019-04-11 08:33:53+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"408\",\n                                \"categoryParent\": \"Marketing\",\n                                \"category\": \"Search Marketing\",\n                                \"vendor\": \"Brightedge Technologies Inc\",\n                                \"product\": \"BrightEdge\",\n                                \"attribute\": \"338.59.29315\",\n                                \"website\": \"https://www.brightedge.com\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/brightedge.com\",\n                                \"domain\": \"brightedge.com\",\n                                \"createdTime\": \"2013-03-30 00:00:00+00:00\",\n                                \"modifiedTime\": \"2018-09-06 05:46:05+00:00\",\n                                \"description\": \"BrighEdge is a platform for search engine optimization and content performance marketing.\"\n                            },\n                            {\n                                \"tag\": \"95642\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Web and Application Servers\",\n                                \"vendor\": \"Microsoft Corporation\",\n                                \"product\": \"Windows Server 2012\",\n                                \"attribute\": \"334.425.28\",\n                                \"website\": \"https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2012-r2\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/microsoft.com\",\n                                \"domain\": \"microsoft.com\",\n                                \"createdTime\": \"2018-09-27 06:33:21+00:00\",\n                                \"modifiedTime\": \"2018-10-18 23:15:47+00:00\",\n                                \"description\": \"Windows Server 2012 is the sixth release of Windows Server.\"\n                            },\n                            {\n                                \"tag\": \"95645\",\n                                \"categoryParent\": \"Data Management\",\n                                \"category\": \"Database Management\",\n                                \"vendor\": \"Microsoft Corporation\",\n                                \"product\": \"Transact-SQL\",\n                                \"attribute\": \"331.316.28\",\n                                \"website\": \"https://docs.microsoft.com/en-us/sql/t-sql/language-reference\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/docs.microsoft.com\",\n                                \"domain\": \"docs.microsoft.com\",\n                                \"createdTime\": \"2018-09-27 06:52:09+00:00\",\n                                \"modifiedTime\": \"2019-02-13 09:57:23+00:00\",\n                                \"description\": \"Transact-SQL is an extension to the SQL used to interact with relational databases.\"\n                            },\n                            {\n                                \"tag\": \"405\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Web Hosting\",\n                                \"vendor\": \"WPEngine, Inc.\",\n                                \"product\": \"WP Engine\",\n                                \"attribute\": \"334.22.64508441\",\n                                \"website\": \"http://wpengine.com\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/wpengine.com\",\n                                \"domain\": \"wpengine.com\",\n                                \"createdTime\": \"2012-10-17 00:00:00+00:00\",\n                                \"modifiedTime\": \"2018-10-25 02:26:45+00:00\",\n                                \"description\": \"WP Engine provides managed WordPress hosting for mission critical sites around the world. It equips clients with a suite of agility, performance, intelligence, and integration solutions to build and deploy a range of online experiences from campaign sites to content hubs to ecommerce extensions.\"\n                            },\n                            {\n                                \"tag\": \"546\",\n                                \"categoryParent\": \"Communication and Collaboration\",\n                                \"category\": \"Office Suites\",\n                                \"vendor\": \"Google LLC\",\n                                \"product\": \"G Suite\",\n                                \"attribute\": \"333.370.1\",\n                                \"website\": \"https://gsuite.google.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/gsuite.google.com\",\n                                \"domain\": \"gsuite.google.com\",\n                                \"createdTime\": \"2013-02-12 00:00:00+00:00\",\n                                \"modifiedTime\": \"2018-06-14 21:40:06+00:00\",\n                                \"description\": \"G Suite (formerly Google Apps for Work and Google Apps for Your Domain) is a brand of cloud computing, productivity and collaboration tools, software and products developed by Google, launched on August 28, 2006.\"\n                            },\n                            {\n                                \"tag\": \"1716\",\n                                \"categoryParent\": \"Advertising\",\n                                \"category\": \"Advertising Networks\",\n                                \"vendor\": \"America Online , Inc.\",\n                                \"product\": \"Advertising.com\",\n                                \"attribute\": \"336.9.62\",\n                                \"website\": \"https://www.advertising.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/advertising.com\",\n                                \"domain\": \"advertising.com\",\n                                \"createdTime\": \"2014-07-31 10:12:00+00:00\",\n                                \"modifiedTime\": \"2018-11-15 00:17:12+00:00\",\n                                \"description\": \"Advertising.com was an advertising network.\"\n                            },\n                            {\n                                \"tag\": \"19216\",\n                                \"categoryParent\": \"Security\",\n                                \"category\": \"Email Security\",\n                                \"vendor\": \"Proofpoint, Inc.\",\n                                \"product\": \"Proofpoint\",\n                                \"attribute\": \"339.343.279651\",\n                                \"website\": \"http://proofpoint.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/proofpoint.com\",\n                                \"domain\": \"proofpoint.com\",\n                                \"createdTime\": \"2016-03-14 13:31:32+00:00\",\n                                \"modifiedTime\": \"2017-12-25 01:46:17+00:00\",\n                                \"description\": \"Proofpoint provides cloud-based email security, e-discovery and compliance solutions for companies to protect sensitive business data.\"\n                            },\n                            {\n                                \"tag\": \"85337\",\n                                \"categoryParent\": \"Marketing\",\n                                \"category\": \"Other Marketing Software\",\n                                \"vendor\": \"Sigstr, Inc.\",\n                                \"product\": \"Sigstr\",\n                                \"attribute\": \"338.412.18822351\",\n                                \"website\": \"https://www.sigstr.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/sigstr.com\",\n                                \"domain\": \"sigstr.com\",\n                                \"createdTime\": \"2018-06-27 07:36:52+00:00\",\n                                \"modifiedTime\": \"2018-07-15 03:08:55+00:00\",\n                                \"description\": \"Sigstr is an email signature marketing platform allows standardizing brand consistency and drive marketing ROI with every email sent.\"\n                            },\n                            {\n                                \"tag\": \"78650\",\n                                \"categoryParent\": \"Advertising\",\n                                \"category\": \"Other Advertising Software\",\n                                \"vendor\": \"Twitter, Inc.\",\n                                \"product\": \"Twitter Conversion tracking\",\n                                \"attribute\": \"336.62.9\",\n                                \"website\": \"https://business.twitter.com/en/help/campaign-measurement-and-analytics/conversion-tracking-for-websites.html\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/business.twitter.com\",\n                                \"domain\": \"business.twitter.com\",\n                                \"createdTime\": \"2018-04-25 07:35:16+00:00\",\n                                \"modifiedTime\": \"2018-08-07 00:33:28+00:00\",\n                                \"description\": \"Twitter Conversion tracking for websites allows measuring return on investment by tracking the actions users take after viewing or engaging with ads on Twitter.\"\n                            },\n                            {\n                                \"tag\": \"29139\",\n                                \"categoryParent\": \"Programming\",\n                                \"category\": \"Programming Languages\",\n                                \"vendor\": \"Microsoft Corporation\",\n                                \"product\": \"Visual Basic\",\n                                \"attribute\": \"350.67.28\",\n                                \"website\": \"https://docs.microsoft.com/en-us/dotnet/visual-basic/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/docs.microsoft.com\",\n                                \"domain\": \"docs.microsoft.com\",\n                                \"createdTime\": \"2016-09-20 15:33:25+00:00\",\n                                \"modifiedTime\": \"2019-01-21 21:39:57+00:00\",\n                                \"description\": \"Visual Basic (VB) is a programming environment from Microsoft in which a programmer uses a graphical user interface (GUI) to choose and modify preselected sections of code written in the BASIC programming language.\"\n                            },\n                            {\n                                \"tag\": \"87095\",\n                                \"categoryParent\": \"Communication and Collaboration\",\n                                \"category\": \"Other Communication and Collaboration Software\",\n                                \"vendor\": \"Microsoft Corporation\",\n                                \"product\": \"Microsoft PowerPoint\",\n                                \"attribute\": \"333.427.28\",\n                                \"website\": \"https://office.microsoft.com/powerpoint\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/office.microsoft.com\",\n                                \"domain\": \"office.microsoft.com\",\n                                \"createdTime\": \"2018-07-10 00:49:15+00:00\",\n                                \"modifiedTime\": \"2018-07-31 00:50:56+00:00\",\n                                \"description\": \"Microsoft PowerPoint is a tool for creating presentations.\"\n                            },\n                            {\n                                \"tag\": \"121309\",\n                                \"categoryParent\": \"Programming\",\n                                \"category\": \"Programming Languages\",\n                                \"vendor\": \"N/A\",\n                                \"product\": \"Really Simple Discovery\",\n                                \"attribute\": \"350.67.0\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:07:18+00:00\",\n                                \"modifiedTime\": \"2019-03-21 13:21:34+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"30186\",\n                                \"categoryParent\": \"DevOps\",\n                                \"category\": \"Build Automation\",\n                                \"vendor\": \"gulp\",\n                                \"product\": \"Gulp\",\n                                \"attribute\": \"328.317.120265154\",\n                                \"website\": \"https://gulpjs.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/gulpjs.com\",\n                                \"domain\": \"gulpjs.com\",\n                                \"createdTime\": \"2016-10-07 16:31:01+00:00\",\n                                \"modifiedTime\": \"2019-12-24 04:49:30+00:00\",\n                                \"description\": \"Gulp is software that enables its users to manage complex tasks by the use of streams and code-over-configuration. It also provides its users with a minimal API surface, simple plugins, and more.\"\n                            },\n                            {\n                                \"tag\": \"123774\",\n                                \"categoryParent\": \"Hardware\",\n                                \"category\": \"Server Hardware\",\n                                \"vendor\": \"Oracle Corporation\",\n                                \"product\": \"Sun Fire Server Systems\",\n                                \"attribute\": \"468.218.491\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:07:27+00:00\",\n                                \"modifiedTime\": \"2019-03-21 13:42:59+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"30185\",\n                                \"categoryParent\": \"DevOps\",\n                                \"category\": \"Build Automation\",\n                                \"vendor\": \"gruntjs\",\n                                \"product\": \"Grunt\",\n                                \"attribute\": \"328.317.120265156\",\n                                \"website\": \"https://gruntjs.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/gruntjs.com\",\n                                \"domain\": \"gruntjs.com\",\n                                \"createdTime\": \"2016-10-07 16:31:01+00:00\",\n                                \"modifiedTime\": \"2019-12-24 04:51:04+00:00\",\n                                \"description\": \"Grunt is a JavaScript task runner, a tool used to automatically perform frequent tasks such as minification, compilation, unit testing, and linting. It uses a command-line interface to run custom tasks defined in a file.\"\n                            },\n                            {\n                                \"tag\": \"31756\",\n                                \"categoryParent\": \"Accounting and Finance\",\n                                \"category\": \"Other Accounting and Finance Software\",\n                                \"vendor\": \"Avalara, Inc.\",\n                                \"product\": \"Avalara\",\n                                \"attribute\": \"368.256.168041\",\n                                \"website\": \"https://www.avalara.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/avalara.com\",\n                                \"domain\": \"avalara.com\",\n                                \"createdTime\": \"2016-11-09 01:54:55+00:00\",\n                                \"modifiedTime\": \"2018-06-25 08:01:56+00:00\",\n                                \"description\": \"Avalara helps businesses of all sizes achieve compliance with transactional taxes, including VAT, sales and use, excise, communications, and other tax types. It offers more than 500 hundred pre-built connectors into leading accounting, ERP, ecommerce and other business applications.\"\n                            },\n                            {\n                                \"tag\": \"1457\",\n                                \"categoryParent\": \"Web Tools and Plugins\",\n                                \"category\": \"CAPTCHA\",\n                                \"vendor\": \"N/A\",\n                                \"product\": \"CAPTCHA (common)\",\n                                \"attribute\": \"332.46.0\",\n                                \"website\": \"https://en.wikipedia.org/wiki/CAPTCHA\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/en.wikipedia.org\",\n                                \"domain\": \"en.wikipedia.org\",\n                                \"createdTime\": \"2014-06-08 09:44:31+00:00\",\n                                \"modifiedTime\": \"2019-02-13 09:57:23+00:00\",\n                                \"description\": \"CAPTCHA use is tracked.\"\n                            },\n                            {\n                                \"tag\": \"102562\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"IT Service Management\",\n                                \"vendor\": \"Freshdesk Inc\",\n                                \"product\": \"Freshservice\",\n                                \"attribute\": \"334.394.5411273\",\n                                \"website\": \"https://freshservice.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/freshservice.com\",\n                                \"domain\": \"freshservice.com\",\n                                \"createdTime\": \"2018-12-07 06:18:51+00:00\",\n                                \"modifiedTime\": \"2018-12-11 19:51:08+00:00\",\n                                \"description\": \"Freshservice is an ITSM system and ITIL-aligned service desk software.\"\n                            },\n                            {\n                                \"tag\": \"52744\",\n                                \"categoryParent\": \"Intelligence and Analytics\",\n                                \"category\": \"Web Analytics\",\n                                \"vendor\": \"Google LLC\",\n                                \"product\": \"Google Analytics Event Tracking\",\n                                \"attribute\": \"347.1.1\",\n                                \"website\": \"https://developers.google.com/analytics/devguides/collection/analyticsjs/events\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/developers.google.com\",\n                                \"domain\": \"developers.google.com\",\n                                \"createdTime\": \"2017-08-17 02:39:50+00:00\",\n                                \"modifiedTime\": \"2018-12-21 00:31:07+00:00\",\n                                \"description\": \"Google Analytics Event tracking is a feature that allows recording interactions with elements of websites which aren't tracked as standard within Google Analytics.\"\n                            },\n                            {\n                                \"tag\": \"50871\",\n                                \"categoryParent\": \"Marketing\",\n                                \"category\": \"Marketing Automation\",\n                                \"vendor\": \"Oracle Corporation\",\n                                \"product\": \"Oracle Marketing Cloud\",\n                                \"attribute\": \"338.3.491\",\n                                \"website\": \"https://www.oracle.com/marketingcloud/index.html\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/oracle.com\",\n                                \"domain\": \"oracle.com\",\n                                \"createdTime\": \"2017-07-31 05:52:12+00:00\",\n                                \"modifiedTime\": \"2018-09-19 06:24:30+00:00\",\n                                \"description\": \"Oracle Marketing Cloud personalizes customer experiences with marketing software including content marketing, social marketing, and data management.\"\n                            },\n                            {\n                                \"tag\": \"117795\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Operating Systems\",\n                                \"vendor\": \"Microsoft Corporation\",\n                                \"product\": \"Microsoft Windows Server 2003\",\n                                \"attribute\": \"334.443.28\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:07:05+00:00\",\n                                \"modifiedTime\": \"2019-03-21 12:57:00+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"29140\",\n                                \"categoryParent\": \"Programming\",\n                                \"category\": \"Programming Languages\",\n                                \"vendor\": \"The Apache Software Foundation\",\n                                \"product\": \"Apache Groovy\",\n                                \"attribute\": \"350.67.1015\",\n                                \"website\": \"http://www.groovy-lang.org/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/groovy-lang.org\",\n                                \"domain\": \"groovy-lang.org\",\n                                \"createdTime\": \"2016-09-20 15:33:32+00:00\",\n                                \"modifiedTime\": \"2018-11-12 02:46:15+00:00\",\n                                \"description\": \"Apache Groovy is an object-oriented programming language for the Java platform. It can be used as a scripting language for the Java Platform, is dynamically compiled to Java virtual machine (JVM) bytecode, and interoperates with other Java code and libraries.\"\n                            },\n                            {\n                                \"tag\": \"1070\",\n                                \"categoryParent\": \"Communication and Collaboration\",\n                                \"category\": \"Electronic Signatures\",\n                                \"vendor\": \"DocuSign Inc.\",\n                                \"product\": \"DocuSign\",\n                                \"attribute\": \"333.309.21469\",\n                                \"website\": \"https://www.docusign.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/docusign.com\",\n                                \"domain\": \"docusign.com\",\n                                \"createdTime\": \"2014-02-10 12:53:34+00:00\",\n                                \"modifiedTime\": \"2018-11-01 00:01:29+00:00\",\n                                \"description\": \"DocuSign is an electronic signature tool.\"\n                            },\n                            {\n                                \"tag\": \"123343\",\n                                \"categoryParent\": \"Security\",\n                                \"category\": \"Data Security\",\n                                \"vendor\": \"Sophos Ltd\",\n                                \"product\": \"Sophos\",\n                                \"attribute\": \"339.356.8161\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:07:25+00:00\",\n                                \"modifiedTime\": \"2019-03-21 13:39:00+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"30201\",\n                                \"categoryParent\": \"DevOps\",\n                                \"category\": \"Testing and QA\",\n                                \"vendor\": \"Mocha\",\n                                \"product\": \"Mocha\",\n                                \"attribute\": \"328.318.120265157\",\n                                \"website\": \"https://mochajs.org/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/mochajs.org\",\n                                \"domain\": \"mochajs.org\",\n                                \"createdTime\": \"2016-10-07 16:31:01+00:00\",\n                                \"modifiedTime\": \"2019-12-24 04:51:54+00:00\",\n                                \"description\": \"Mocha is a feature-rich JavaScript test framework running on Node.js and in the browser, making asynchronous testing simple and fun. Mocha tests run serially, allowing for flexible and accurate reporting, while mapping uncaught exceptions to the correct test cases.\"\n                            },\n                            {\n                                \"tag\": \"171\",\n                                \"categoryParent\": \"Marketing\",\n                                \"category\": \"Account-Based Marketing\",\n                                \"vendor\": \"Demandbase, Inc.\",\n                                \"product\": \"Demandbase\",\n                                \"attribute\": \"338.405.204821\",\n                                \"website\": \"http://www.demandbase.com\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/demandbase.com\",\n                                \"domain\": \"demandbase.com\",\n                                \"createdTime\": \"2012-06-02 00:00:00+00:00\",\n                                \"modifiedTime\": \"2018-10-10 00:33:00+00:00\",\n                                \"description\": \"Demandbase is an account-based marketing platform that features customer engagement and conversion analytics solution.\"\n                            },\n                            {\n                                \"tag\": \"25408\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Infrastructures as a Service\",\n                                \"vendor\": \"Amazon.com, Inc.\",\n                                \"product\": \"Amazon EC2\",\n                                \"attribute\": \"334.194.11\",\n                                \"website\": \"https://aws.amazon.com/ec2/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/aws.amazon.com\",\n                                \"domain\": \"aws.amazon.com\",\n                                \"createdTime\": \"2016-08-11 14:02:54+00:00\",\n                                \"modifiedTime\": \"2018-06-09 06:17:36+00:00\",\n                                \"description\": \"Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides secure, resizable compute capacity in the cloud. It is designed to make web-scale cloud computing easier for developers. Amazon EC2's simple web service interface allows you to obtain and configure capacity with minimal friction.\"\n                            },\n                            {\n                                \"tag\": \"106803\",\n                                \"categoryParent\": \"Human Resources\",\n                                \"category\": \"Other Human Resources Software\",\n                                \"vendor\": \"Amazon.com, Inc.\",\n                                \"product\": \"Amazon Mechanical Turk\",\n                                \"attribute\": \"348.376.11\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:06:18+00:00\",\n                                \"modifiedTime\": \"2019-03-21 11:34:58+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"30200\",\n                                \"categoryParent\": \"DevOps\",\n                                \"category\": \"Testing and QA\",\n                                \"vendor\": \"TestNG\",\n                                \"product\": \"TestNG\",\n                                \"attribute\": \"328.318.379356\",\n                                \"website\": \"http://testng.org/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/testng.org\",\n                                \"domain\": \"testng.org\",\n                                \"createdTime\": \"2016-10-07 16:31:01+00:00\",\n                                \"modifiedTime\": \"2018-12-20 23:18:02+00:00\",\n                                \"description\": \"TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use, such as: Annotations. Run your tests in arbitrarily big thread pools with various policies available (all methods in their own thread, one thread per test class, etc\"\n                            },\n                            {\n                                \"tag\": \"24092\",\n                                \"categoryParent\": \"Data Management\",\n                                \"category\": \"Databases\",\n                                \"vendor\": \"The Apache Software Foundation\",\n                                \"product\": \"Apache HBase\",\n                                \"attribute\": \"331.272.1015\",\n                                \"website\": \"https://hbase.apache.org/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/hbase.apache.org\",\n                                \"domain\": \"hbase.apache.org\",\n                                \"createdTime\": \"2016-07-16 19:04:10+00:00\",\n                                \"modifiedTime\": \"2018-08-01 23:02:41+00:00\",\n                                \"description\": \"Apache HBase is a column-oriented key/value data store built to run on top of the Hadoop Distributed File System (HDFS). Hadoop is a framework for handling large datasets in a distributed computing environment.\"\n                            },\n                            {\n                                \"tag\": \"113325\",\n                                \"categoryParent\": \"Programming\",\n                                \"category\": \"Programming Languages\",\n                                \"vendor\": \"Google LLC\",\n                                \"product\": \"Go (Golang)\",\n                                \"attribute\": \"350.67.1\",\n                                \"website\": \"https://golang.org/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/golang.org\",\n                                \"domain\": \"golang.org\",\n                                \"createdTime\": \"2019-03-08 21:06:45+00:00\",\n                                \"modifiedTime\": \"2020-02-27 10:21:20+00:00\",\n                                \"description\": \"Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.\"\n                            },\n                            {\n                                \"tag\": \"172\",\n                                \"categoryParent\": \"Marketing\",\n                                \"category\": \"Marketing Automation\",\n                                \"vendor\": \"Marketo, Inc.\",\n                                \"product\": \"Marketo\",\n                                \"attribute\": \"338.3.6917\",\n                                \"website\": \"https://www.marketo.com\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/marketo.com\",\n                                \"domain\": \"marketo.com\",\n                                \"createdTime\": \"2012-05-27 00:00:00+00:00\",\n                                \"modifiedTime\": \"2018-11-12 20:51:12+00:00\",\n                                \"description\": \"Marketo is a marketing automation platform. It features email, consumer, customer base and mobile marketing and includes lead management tools.\"\n                            },\n                            {\n                                \"tag\": \"410\",\n                                \"categoryParent\": \"Intelligence and Analytics\",\n                                \"category\": \"Tag Management\",\n                                \"vendor\": \"Google LLC\",\n                                \"product\": \"Google Tag Manager\",\n                                \"attribute\": \"347.18.1\",\n                                \"website\": \"https://www.google.com/tagmanager\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/google.com\",\n                                \"domain\": \"google.com\",\n                                \"createdTime\": \"2012-11-06 00:00:00+00:00\",\n                                \"modifiedTime\": \"2018-11-16 00:49:24+00:00\",\n                                \"description\": \"Google Tag Manager is a free tool that makes it easy for marketers to add and update website tags - including conversion tracking, site analytics, remarketing, and more—with just a few clicks, and without needing to edit your website code. Take a quick look at how easy it is to set up an account and manage your tags.\"\n                            },\n                            {\n                                \"tag\": \"629\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Domain Name Services\",\n                                \"vendor\": \"Cloudflare, Inc.\",\n                                \"product\": \"Cloudflare DNS\",\n                                \"attribute\": \"334.4.4430\",\n                                \"website\": \"https://www.cloudflare.com/dns/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cloudflare.com\",\n                                \"domain\": \"cloudflare.com\",\n                                \"createdTime\": \"2013-04-14 00:00:00+00:00\",\n                                \"modifiedTime\": \"2018-09-20 05:51:08+00:00\",\n                                \"description\": \"Cloudflare's free authoritative DNS network.\"\n                            },\n                            {\n                                \"tag\": \"24096\",\n                                \"categoryParent\": \"Data Management\",\n                                \"category\": \"Databases\",\n                                \"vendor\": \"Basho Technologies Inc\",\n                                \"product\": \"Riak\",\n                                \"attribute\": \"331.272.167540\",\n                                \"website\": \"http://basho.com/products/riak-kv/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/basho.com\",\n                                \"domain\": \"basho.com\",\n                                \"createdTime\": \"2016-07-16 19:04:10+00:00\",\n                                \"modifiedTime\": \"2018-06-27 03:16:24+00:00\",\n                                \"description\": \"Riak KV is a distributed NoSQL key-value database.\"\n                            },\n                            {\n                                \"tag\": \"112484\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Load Balancers\",\n                                \"vendor\": \"F5 Networks, Inc.\",\n                                \"product\": \"F5 Load Balancer\",\n                                \"attribute\": \"334.20.37231\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:06:41+00:00\",\n                                \"modifiedTime\": \"2019-03-21 12:14:39+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"110443\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Web Hosting\",\n                                \"vendor\": \"NTENT Inc\",\n                                \"product\": \"NTENT Hosting\",\n                                \"attribute\": \"334.22.13873711\",\n                                \"website\": \"https://ntent.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/ntent.com\",\n                                \"domain\": \"ntent.com\",\n                                \"createdTime\": \"2019-03-08 21:06:33+00:00\",\n                                \"modifiedTime\": \"2019-06-17 05:14:13+00:00\",\n                                \"description\": \"Web hosting by NTENT.\"\n                            },\n                            {\n                                \"tag\": \"25764\",\n                                \"categoryParent\": \"DevOps\",\n                                \"category\": \"Configuration Management\",\n                                \"vendor\": \"SaltStack Inc\",\n                                \"product\": \"Salt\",\n                                \"attribute\": \"328.313.3086492\",\n                                \"website\": \"https://saltstack.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/saltstack.com\",\n                                \"domain\": \"saltstack.com\",\n                                \"createdTime\": \"2016-08-15 10:25:32+00:00\",\n                                \"modifiedTime\": \"2018-08-13 03:11:44+00:00\",\n                                \"description\": \"Salt is open source software for management automation of data center infrastructure and application environments. Originally built to provide command and control of massive, complex technology implementations, Salt is also used for small, simple use cases.\"\n                            },\n                            {\n                                \"tag\": \"113056\",\n                                \"categoryParent\": \"Accounting and Finance\",\n                                \"category\": \"Recurring Billing\",\n                                \"vendor\": \"Fusebill Inc.\",\n                                \"product\": \"Fusebill\",\n                                \"attribute\": \"368.383.120252116\",\n                                \"website\": \"https://www.fusebill.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/fusebill.com\",\n                                \"domain\": \"fusebill.com\",\n                                \"createdTime\": \"2019-03-08 21:06:44+00:00\",\n                                \"modifiedTime\": \"2019-03-29 09:40:01+00:00\",\n                                \"description\": \"Fusebill is a subscription billing management and recurring billing software.\"\n                            },\n                            {\n                                \"tag\": \"36321\",\n                                \"categoryParent\": \"DevOps\",\n                                \"category\": \"Containerization\",\n                                \"vendor\": \"Canonical Ltd.\",\n                                \"product\": \"LXC\",\n                                \"attribute\": \"328.321.22652\",\n                                \"website\": \"https://linuxcontainers.org/lxc/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/linuxcontainers.org\",\n                                \"domain\": \"linuxcontainers.org\",\n                                \"createdTime\": \"2017-02-07 02:48:50+00:00\",\n                                \"modifiedTime\": \"2018-12-25 22:09:06+00:00\",\n                                \"description\": \"LXC is a userspace interface for the Linux kernel containment features. Through a powerful API and simple tools, it lets Linux users easily create and manage system or application containers.\"\n                            },\n                            {\n                                \"tag\": \"29019\",\n                                \"categoryParent\": \"Security\",\n                                \"category\": \"Security Information and Event Management\",\n                                \"vendor\": \"Rapid7 LLC\",\n                                \"product\": \"Rapid 7\",\n                                \"attribute\": \"339.362.120298\",\n                                \"website\": \"http://www.rapid7.com\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/rapid7.com\",\n                                \"domain\": \"rapid7.com\",\n                                \"createdTime\": \"2016-09-18 19:31:34+00:00\",\n                                \"modifiedTime\": \"2017-11-14 03:39:36+00:00\",\n                                \"description\": \"Rapid7 is a provider of security data and analytics solutions.\"\n                            },\n                            {\n                                \"tag\": \"428\",\n                                \"categoryParent\": \"Security\",\n                                \"category\": \"SSL Certificates\",\n                                \"vendor\": \"DigiCert, Inc.\",\n                                \"product\": \"DigiCert\",\n                                \"attribute\": \"339.21.30003\",\n                                \"website\": \"https://www.digicert.com\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/digicert.com\",\n                                \"domain\": \"digicert.com\",\n                                \"createdTime\": \"2012-12-03 00:00:00+00:00\",\n                                \"modifiedTime\": \"2018-04-06 02:27:15+00:00\",\n                                \"description\": \"DigiCert is the go-to provider of identity, authentication, and encryption solutions for the web and IoT devices.\"\n                            },\n                            {\n                                \"tag\": \"713\",\n                                \"categoryParent\": \"Sales\",\n                                \"category\": \"Customer Relationship Management\",\n                                \"vendor\": \"Salesforce.com, Inc.\",\n                                \"product\": \"Salesforce\",\n                                \"attribute\": \"398.33.221\",\n                                \"website\": \"https://www.salesforce.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/salesforce.com\",\n                                \"domain\": \"salesforce.com\",\n                                \"createdTime\": \"2013-06-13 00:00:00+00:00\",\n                                \"modifiedTime\": \"2018-09-07 01:50:12+00:00\",\n                                \"description\": \"Salesforce is a global cloud computing company that develops CRM solutions and provides business software on a subscription basis.\"\n                            },\n                            {\n                                \"tag\": \"610\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Web Hosting\",\n                                \"vendor\": \"DigitalOcean Inc\",\n                                \"product\": \"DigitalOcean\",\n                                \"attribute\": \"334.22.1163096\",\n                                \"website\": \"https://www.digitalocean.com/solutions/websites/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/digitalocean.com\",\n                                \"domain\": \"digitalocean.com\",\n                                \"createdTime\": \"2013-03-29 00:00:00+00:00\",\n                                \"modifiedTime\": \"2018-08-06 10:18:18+00:00\",\n                                \"description\": \"DigitalOcean is a cloud infrastructure provider focused on simplifying web infrastructure for software developers.\"\n                            },\n                            {\n                                \"tag\": \"25556\",\n                                \"categoryParent\": \"Communication and Collaboration\",\n                                \"category\": \"File Sharing\",\n                                \"vendor\": \"Google LLC\",\n                                \"product\": \"Google Drive\",\n                                \"attribute\": \"333.198.1\",\n                                \"website\": \"https://gsuite.google.com/products/drive/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/gsuite.google.com\",\n                                \"domain\": \"gsuite.google.com\",\n                                \"createdTime\": \"2016-08-12 13:57:59+00:00\",\n                                \"modifiedTime\": \"2018-10-24 08:14:22+00:00\",\n                                \"description\": \"Google Drive is a file storage and synchronization service developed by Google. Launched on April 24, 2012, Google Drive allows users to store files in the cloud, synchronize files across devices, and share files.\"\n                            },\n                            {\n                                \"tag\": \"611\",\n                                \"categoryParent\": \"Web Tools and Plugins\",\n                                \"category\": \"Social Sharing\",\n                                \"vendor\": \"ShareThis, Inc.\",\n                                \"product\": \"ShareThis\",\n                                \"attribute\": \"332.54.2393\",\n                                \"website\": \"https://sharethis.com\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/sharethis.com\",\n                                \"domain\": \"sharethis.com\",\n                                \"createdTime\": \"2013-04-01 00:00:00+00:00\",\n                                \"modifiedTime\": \"2018-10-17 10:25:15+00:00\",\n                                \"description\": \"The ShareThis button is an all-in-one widget that lets people share any content on the Web with friends via e-mail, AIM, or text message. Shar.es is the URL shortener for ShareThis.com.\"\n                            },\n                            {\n                                \"tag\": \"95352\",\n                                \"categoryParent\": \"Programming\",\n                                \"category\": \"Integrated Development Environments\",\n                                \"vendor\": \"Apple Inc.\",\n                                \"product\": \"Xcode\",\n                                \"attribute\": \"350.444.29\",\n                                \"website\": \"https://developer.apple.com/xcode/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/developer.apple.com\",\n                                \"domain\": \"developer.apple.com\",\n                                \"createdTime\": \"2018-09-25 23:43:33+00:00\",\n                                \"modifiedTime\": \"2018-10-23 03:48:04+00:00\",\n                                \"description\": \"Xcode is an integrated development environment for macOS containing a suite of software development tools for developing software for macOS, iOS, watchOS, and tvOS.\"\n                            },\n                            {\n                                \"tag\": \"114678\",\n                                \"categoryParent\": \"Marketing\",\n                                \"category\": \"Marketing Automation\",\n                                \"vendor\": \"IBM\",\n                                \"product\": \"IBM Watson Marketing (SilverPop)\",\n                                \"attribute\": \"338.3.437\",\n                                \"website\": \"https://www.ibm.com/customer-engagement/silverpop\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/ibm.com\",\n                                \"domain\": \"ibm.com\",\n                                \"createdTime\": \"2019-03-08 21:06:53+00:00\",\n                                \"modifiedTime\": \"2019-03-21 12:32:29+00:00\",\n                                \"description\": \"Silverpop merged with IBM\"\n                            },\n                            {\n                                \"tag\": \"23559\",\n                                \"categoryParent\": \"Security\",\n                                \"category\": \"DDoS and Bot Protection\",\n                                \"vendor\": \"PerimeterX, Inc\",\n                                \"product\": \"PerimeterX\",\n                                \"attribute\": \"339.354.26426394\",\n                                \"website\": \"https://www.perimeterx.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/perimeterx.com\",\n                                \"domain\": \"perimeterx.com\",\n                                \"createdTime\": \"2016-07-12 13:01:45+00:00\",\n                                \"modifiedTime\": \"2018-06-21 22:20:23+00:00\",\n                                \"description\": \"PerimeterX is a provider of scalable, behavior-based threat protection technology for the web, cloud and mobile. Its security service PerimeterX Bot Defender™ accurately protects commerce, media and enterprise websites from all types of automated or non-human attacks, at any scale.\"\n                            },\n                            {\n                                \"tag\": \"29405\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Platforms as a Service\",\n                                \"vendor\": \"Salesforce.com, Inc.\",\n                                \"product\": \"Salesforce Lightning Platform\",\n                                \"attribute\": \"334.445.221\",\n                                \"website\": \"https://www.salesforce.com/products/platform/overview/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/salesforce.com\",\n                                \"domain\": \"salesforce.com\",\n                                \"createdTime\": \"2016-09-27 09:03:30+00:00\",\n                                \"modifiedTime\": \"2018-12-03 19:46:02+00:00\",\n                                \"description\": \"Salesforce Lightning Platform is an app development platform.\"\n                            },\n                            {\n                                \"tag\": \"106787\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Enterprise Data Storage\",\n                                \"vendor\": \"Amazon.com, Inc.\",\n                                \"product\": \"Amazon Cloud Storage\",\n                                \"attribute\": \"334.236.11\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:06:18+00:00\",\n                                \"modifiedTime\": \"2019-03-21 11:34:51+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"26693\",\n                                \"categoryParent\": \"Intelligence and Analytics\",\n                                \"category\": \"Business Intelligence\",\n                                \"vendor\": \"Hitachi Vantara Corporation\",\n                                \"product\": \"Pentaho\",\n                                \"attribute\": \"347.243.72751645\",\n                                \"website\": \"http://www.pentaho.com/product/product-overview\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/pentaho.com\",\n                                \"domain\": \"pentaho.com\",\n                                \"createdTime\": \"2016-08-22 11:11:28+00:00\",\n                                \"modifiedTime\": \"2018-06-27 05:30:05+00:00\",\n                                \"description\": \"Pentaho is a unified big data integration and analytics solution.\"\n                            },\n                            {\n                                \"tag\": \"95791\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Operating Systems\",\n                                \"vendor\": \"Microsoft Corporation\",\n                                \"product\": \"Windows 10\",\n                                \"attribute\": \"334.443.28\",\n                                \"website\": \"https://www.microsoft.com/en-us/windows\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/microsoft.com\",\n                                \"domain\": \"microsoft.com\",\n                                \"createdTime\": \"2018-09-28 08:06:53+00:00\",\n                                \"modifiedTime\": \"2018-10-18 04:16:31+00:00\",\n                                \"description\": \"Windows 10 is a series of personal computer operating systems.\"\n                            },\n                            {\n                                \"tag\": \"27021\",\n                                \"categoryParent\": \"DevOps\",\n                                \"category\": \"Testing and QA\",\n                                \"vendor\": \"The JS Foundation\",\n                                \"product\": \"Appium\",\n                                \"attribute\": \"328.318.62731605\",\n                                \"website\": \"http://appium.io/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/appium.io\",\n                                \"domain\": \"appium.io\",\n                                \"createdTime\": \"2016-08-22 11:11:53+00:00\",\n                                \"modifiedTime\": \"2018-04-12 09:09:04+00:00\",\n                                \"description\": \"Appium is an open source test automation tool for mobile applications. It allows you to test all the three types of mobile applications: native, hybrid and mobile web. It also allows you to run the automated tests on actual devices, emulators and simulators.\"\n                            },\n                            {\n                                \"tag\": \"23694\",\n                                \"categoryParent\": \"Data Management\",\n                                \"category\": \"Big Data Processing\",\n                                \"vendor\": \"Cloudera, Inc.\",\n                                \"product\": \"Cloudera\",\n                                \"attribute\": \"331.204.47253\",\n                                \"website\": \"https://cloudera.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cloudera.com\",\n                                \"domain\": \"cloudera.com\",\n                                \"createdTime\": \"2016-07-16 19:04:01+00:00\",\n                                \"modifiedTime\": \"2018-08-08 02:41:46+00:00\",\n                                \"description\": \"Cloudera is a platform for machine learning and analytics optimized for the cloud. It is available in the form of free/unsupported products (CDH or Cloudera Express), or as supported, enterprise-class software (Cloudera Enterprise - in Basic, Flex, and Data Hub editions) in the form of an annual subscription.\"\n                            },\n                            {\n                                \"tag\": \"111\",\n                                \"categoryParent\": \"Web Tools and Plugins\",\n                                \"category\": \"Web Content Management Systems\",\n                                \"vendor\": \"Automattic Inc\",\n                                \"product\": \"WordPress\",\n                                \"attribute\": \"332.7.11831\",\n                                \"website\": \"http://wordpress.org\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/wordpress.org\",\n                                \"domain\": \"wordpress.org\",\n                                \"createdTime\": \"2012-03-10 00:00:00+00:00\",\n                                \"modifiedTime\": \"2018-08-31 01:13:04+00:00\",\n                                \"description\": \"WordPress is open source CMS solution that can be used to create and customize a website, blog, or app.\"\n                            },\n                            {\n                                \"tag\": \"23232\",\n                                \"categoryParent\": \"Data Management\",\n                                \"category\": \"Databases\",\n                                \"vendor\": \"Microsoft Corporation\",\n                                \"product\": \"Microsoft SQL Server\",\n                                \"attribute\": \"331.272.28\",\n                                \"website\": \"http://microsoft.com/en-us/server-cloud/products/sql-server/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/microsoft.com\",\n                                \"domain\": \"microsoft.com\",\n                                \"createdTime\": \"2016-07-02 08:34:57+00:00\",\n                                \"modifiedTime\": \"2018-08-01 22:50:51+00:00\",\n                                \"description\": \"SQL Server is a Microsoft product used to manage and store information. Technically, SQL Server is a “relational database management system” (RDMS). Broken apart, this term means two things.\"\n                            },\n                            {\n                                \"tag\": \"23696\",\n                                \"categoryParent\": \"Data Management\",\n                                \"category\": \"Big Data Processing\",\n                                \"vendor\": \"Mapr Technologies, Inc.\",\n                                \"product\": \"MapR\",\n                                \"attribute\": \"331.204.347124\",\n                                \"website\": \"https://www.mapr.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/mapr.com\",\n                                \"domain\": \"mapr.com\",\n                                \"createdTime\": \"2016-07-16 19:04:01+00:00\",\n                                \"modifiedTime\": \"2018-08-08 02:43:42+00:00\",\n                                \"description\": \"MapR provides a Converged Data Platform that enables customers to harness the power of big data by combining analytics in real-time to operational applications to improve business outcomes.\"\n                            },\n                            {\n                                \"tag\": \"126213\",\n                                \"categoryParent\": \"Hardware\",\n                                \"category\": \"Communication Hardware\",\n                                \"vendor\": \"Windstream Communications\",\n                                \"product\": \"Windstream Communications\",\n                                \"attribute\": \"468.466.120258528\",\n                                \"website\": \"http://windstream.com\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/windstream.com\",\n                                \"domain\": \"windstream.com\",\n                                \"createdTime\": \"2019-03-08 21:07:36+00:00\",\n                                \"modifiedTime\": \"2019-04-09 10:22:18+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"14644\",\n                                \"categoryParent\": \"Sales\",\n                                \"category\": \"Sales Enablement\",\n                                \"vendor\": \"Insidesales.com, Inc.\",\n                                \"product\": \"InsideSales\",\n                                \"attribute\": \"398.365.56968\",\n                                \"website\": \"http://www.insidesales.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/insidesales.com\",\n                                \"domain\": \"insidesales.com\",\n                                \"createdTime\": \"2015-07-15 18:39:17+00:00\",\n                                \"modifiedTime\": \"2018-11-08 05:22:53+00:00\",\n                                \"description\": \"InsideSales is a platform that focuses on developing solutions for a comprehensive sales system. The cutting-edge technology is able to generate more revenue in a very short period of time. The main cores include: sales communications, gamification, email and web tracking, predictive forecasting, opportunity scoring and last but not least, lead scoring and proiritization.\"\n                            },\n                            {\n                                \"tag\": \"101656\",\n                                \"categoryParent\": \"Programming\",\n                                \"category\": \"Frameworks and Libraries\",\n                                \"vendor\": \"Google LLC\",\n                                \"product\": \"Angular 7\",\n                                \"attribute\": \"350.66.1\",\n                                \"website\": \"https://angular.io/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/angular.io\",\n                                \"domain\": \"angular.io\",\n                                \"createdTime\": \"2018-12-03 07:17:02+00:00\",\n                                \"modifiedTime\": \"2018-12-09 21:39:30+00:00\",\n                                \"description\": \"Angular version 7.\"\n                            },\n                            {\n                                \"tag\": \"25070\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"IT Infrastructure Monitoring\",\n                                \"vendor\": \"Nagios Enterprises, LLC\",\n                                \"product\": \"Nagios\",\n                                \"attribute\": \"334.254.40319\",\n                                \"website\": \"https://www.nagios.org/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/nagios.org\",\n                                \"domain\": \"nagios.org\",\n                                \"createdTime\": \"2016-08-05 13:43:29+00:00\",\n                                \"modifiedTime\": \"2017-07-17 08:00:53+00:00\",\n                                \"description\": \"Nagios Core, is a free and open source computer-software application that monitors systems, networks and infrastructure. Nagios offers monitoring and alerting services for servers, switches, applications and services.\"\n                            },\n                            {\n                                \"tag\": \"113406\",\n                                \"categoryParent\": \"Marketing\",\n                                \"category\": \"Other Marketing Software\",\n                                \"vendor\": \"Google LLC\",\n                                \"product\": \"Google Plus One Platform\",\n                                \"attribute\": \"338.412.1\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:06:46+00:00\",\n                                \"modifiedTime\": \"2019-03-21 12:22:05+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"113608\",\n                                \"categoryParent\": \"Security\",\n                                \"category\": \"Other Security Software\",\n                                \"vendor\": \"HashiCorp, Inc.\",\n                                \"product\": \"HashiCorp\",\n                                \"attribute\": \"339.17.2494992\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:06:47+00:00\",\n                                \"modifiedTime\": \"2019-03-21 12:23:28+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"433\",\n                                \"categoryParent\": \"Security\",\n                                \"category\": \"SSL Certificates\",\n                                \"vendor\": \"Sectigo Limited\",\n                                \"product\": \"Sectigo\",\n                                \"attribute\": \"339.21.113807027\",\n                                \"website\": \"https://sectigo.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/sectigo.com\",\n                                \"domain\": \"sectigo.com\",\n                                \"createdTime\": \"2012-12-02 00:00:00+00:00\",\n                                \"modifiedTime\": \"2019-01-23 20:57:36+00:00\",\n                                \"description\": \"Sectigo (formerly Comodo CA) is a commercial SSL Certificate Authority (CA).\"\n                            },\n                            {\n                                \"tag\": \"25172\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Other IT Infrastructure Software\",\n                                \"vendor\": \"Microsoft Corporation\",\n                                \"product\": \"Microsoft Active Directory\",\n                                \"attribute\": \"334.429.28\",\n                                \"website\": \"https://msdn.microsoft.com/en-us/library/bb742424.aspx\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/msdn.microsoft.com\",\n                                \"domain\": \"msdn.microsoft.com\",\n                                \"createdTime\": \"2016-08-09 08:41:41+00:00\",\n                                \"modifiedTime\": \"2018-10-10 02:58:08+00:00\",\n                                \"description\": \"Active Directory is a a directory service for the Windows domain networks. Active Directory stores information about objects on the network and makes this information easy for administrators and users to find and use. Active Directory uses a structured data store as the basis for a logical, hierarchical organization of directory information.\"\n                            },\n                            {\n                                \"tag\": \"125876\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Web and Application Servers\",\n                                \"vendor\": \"VMware, Inc\",\n                                \"product\": \"VMware vFabric\",\n                                \"attribute\": \"334.425.2140\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:07:35+00:00\",\n                                \"modifiedTime\": \"2019-03-21 14:01:40+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"97749\",\n                                \"categoryParent\": \"Communication and Collaboration\",\n                                \"category\": \"Other Communication and Collaboration Software\",\n                                \"vendor\": \"Teamwork.com, Ltd.\",\n                                \"product\": \"Teamwork\",\n                                \"attribute\": \"333.427.5318013\",\n                                \"website\": \"https://www.teamwork.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/teamwork.com\",\n                                \"domain\": \"teamwork.com\",\n                                \"createdTime\": \"2018-10-19 06:21:58+00:00\",\n                                \"modifiedTime\": \"2018-11-12 02:46:08+00:00\",\n                                \"description\": \"Teamwork is online project management, help desk & team messaging software.\"\n                            },\n                            {\n                                \"tag\": \"23230\",\n                                \"categoryParent\": \"Data Management\",\n                                \"category\": \"Databases\",\n                                \"vendor\": \"Oracle Corporation\",\n                                \"product\": \"MySQL\",\n                                \"attribute\": \"331.272.491\",\n                                \"website\": \"http://mysql.com\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/mysql.com\",\n                                \"domain\": \"mysql.com\",\n                                \"createdTime\": \"2016-07-02 08:33:32+00:00\",\n                                \"modifiedTime\": \"2018-08-01 22:53:14+00:00\",\n                                \"description\": \"MySQL is a freely available open source Relational Database Management System (RDBMS) that uses Structured Query Language (SQL).\"\n                            },\n                            {\n                                \"tag\": \"93107\",\n                                \"categoryParent\": \"Data Management\",\n                                \"category\": \"Enterprise Content Management\",\n                                \"vendor\": \"OpenText Corporation\",\n                                \"product\": \"OpenText Captiva\",\n                                \"attribute\": \"331.269.46023\",\n                                \"website\": \"https://documentum.opentext.com/captiva/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/documentum.opentext.com\",\n                                \"domain\": \"documentum.opentext.com\",\n                                \"createdTime\": \"2018-09-07 00:36:43+00:00\",\n                                \"modifiedTime\": \"2018-10-23 02:30:11+00:00\",\n                                \"description\": \"OpenText Captiva Capture allows organizations to capture documents and data from paper, electronic files, and other sources.\"\n                            },\n                            {\n                                \"tag\": \"23759\",\n                                \"categoryParent\": \"Data Management\",\n                                \"category\": \"Data Warehousing\",\n                                \"vendor\": \"Snowflake Computing Inc.\",\n                                \"product\": \"Snowflake\",\n                                \"attribute\": \"331.240.12905218\",\n                                \"website\": \"http://www.snowflake.net/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/snowflake.net\",\n                                \"domain\": \"snowflake.net\",\n                                \"createdTime\": \"2016-07-16 19:04:03+00:00\",\n                                \"modifiedTime\": \"2017-07-17 07:59:09+00:00\",\n                                \"description\": \"Snowflake Computing is the only data warehouse built for the cloud. Snowflake delivers the performance, concurrency and simplicity needed to store and analyze all of an organization’s data in one solution. Snowflake’s technology combines the power of data warehousing, the flexibility of big data platforms and the elasticity of the cloud at a fraction of the cost of traditional solutions.\"\n                            },\n                            {\n                                \"tag\": \"108447\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Content Delivery Networks\",\n                                \"vendor\": \"BootstrapCDN\",\n                                \"product\": \"BootstrapCDN\",\n                                \"attribute\": \"334.10.120249944\",\n                                \"website\": \"https://www.bootstrapcdn.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/bootstrapcdn.com\",\n                                \"domain\": \"bootstrapcdn.com\",\n                                \"createdTime\": \"2019-03-08 21:06:24+00:00\",\n                                \"modifiedTime\": \"2019-03-21 11:46:15+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"86\",\n                                \"categoryParent\": \"Intelligence and Analytics\",\n                                \"category\": \"Web Analytics\",\n                                \"vendor\": \"Yahoo Inc.\",\n                                \"product\": \"Yahoo Analytics\",\n                                \"attribute\": \"347.1.4\",\n                                \"website\": \"http://advertising.yahoo.com\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/advertising.yahoo.com\",\n                                \"domain\": \"advertising.yahoo.com\",\n                                \"createdTime\": \"2012-03-09 00:00:00+00:00\",\n                                \"modifiedTime\": \"2018-07-04 07:17:57+00:00\",\n                                \"description\": \"Yahoo Web Analytics is a solution for collecting information about website visitors. The data collected includes IP addresses, links clicked, advertisements viewed, etc.\"\n                            },\n                            {\n                                \"tag\": \"707\",\n                                \"categoryParent\": \"Communication and Collaboration\",\n                                \"category\": \"Web Conferencing\",\n                                \"vendor\": \"On24, Inc.\",\n                                \"product\": \"ON24\",\n                                \"attribute\": \"333.52.6001\",\n                                \"website\": \"https://www.on24.com\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/on24.com\",\n                                \"domain\": \"on24.com\",\n                                \"createdTime\": \"2013-06-09 00:00:00+00:00\",\n                                \"modifiedTime\": \"2018-04-06 02:33:02+00:00\",\n                                \"description\": \"ON24 provides webcasting, lead generation, and virtual event solutions that are designed to meet performance requirements for businesses of all types and sizes. Founded in 1998, ON24 offers a portfolio of products for internal and external communications, available as either licensed ASP products or turnkey outsourced solutions.\"\n                            },\n                            {\n                                \"tag\": \"110016\",\n                                \"categoryParent\": \"Accounting and Finance\",\n                                \"category\": \"Other Accounting and Finance Software\",\n                                \"vendor\": \"U.S. Dataworks, Inc.\",\n                                \"product\": \"Clearingworks\",\n                                \"attribute\": \"368.256.120257963\",\n                                \"website\": \"https://www.usdataworks.com/integrated-receivables/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/usdataworks.com\",\n                                \"domain\": \"usdataworks.com\",\n                                \"createdTime\": \"2019-03-08 21:06:32+00:00\",\n                                \"modifiedTime\": \"2019-05-23 10:47:42+00:00\",\n                                \"description\": \"Integrated Receivables is a treasury management solution that augments or replaces stand-alone lockbox systems and ACH reporting.\"\n                            },\n                            {\n                                \"tag\": \"25073\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Operating Systems\",\n                                \"vendor\": \"The Open Group\",\n                                \"product\": \"Unix\",\n                                \"attribute\": \"334.443.48770\",\n                                \"website\": \"http://www.opengroup.org/unix\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/opengroup.org\",\n                                \"domain\": \"opengroup.org\",\n                                \"createdTime\": \"2016-08-05 13:46:09+00:00\",\n                                \"modifiedTime\": \"2018-07-25 23:44:20+00:00\",\n                                \"description\": \"The UNIX brand has traditionally been applied to the family of multitasking, multiuser computer operating systems that derive from the original AT&T UNIX operating system\"\n                            },\n                            {\n                                \"tag\": \"67\",\n                                \"categoryParent\": \"Intelligence and Analytics\",\n                                \"category\": \"Web Analytics\",\n                                \"vendor\": \"Google LLC\",\n                                \"product\": \"Google Analytics\",\n                                \"attribute\": \"347.1.1\",\n                                \"website\": \"https://marketingplatform.google.com/about/analytics/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/marketingplatform.google.com\",\n                                \"domain\": \"marketingplatform.google.com\",\n                                \"createdTime\": \"2012-02-17 00:00:00+00:00\",\n                                \"modifiedTime\": \"2019-02-15 14:31:02+00:00\",\n                                \"description\": \"Google Analytics is a web analytics software used to track and gather information about website visitors: from geographic information to even demographic information like age, race, gender, and more.\"\n                            },\n                            {\n                                \"tag\": \"121351\",\n                                \"categoryParent\": \"Operations\",\n                                \"category\": \"Inventory and Order Management\",\n                                \"vendor\": \"RedBeam\",\n                                \"product\": \"RedBeam\",\n                                \"attribute\": \"335.388.120256081\",\n                                \"website\": \"http://www.redbeam.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/redbeam.com\",\n                                \"domain\": \"redbeam.com\",\n                                \"createdTime\": \"2019-03-08 21:07:18+00:00\",\n                                \"modifiedTime\": \"2019-03-21 13:21:51+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"36001\",\n                                \"categoryParent\": \"Accounting and Finance\",\n                                \"category\": \"Travel and Expense Management\",\n                                \"vendor\": \"Egencia LLC\",\n                                \"product\": \"Egencia\",\n                                \"attribute\": \"368.344.73546\",\n                                \"website\": \"http://www.egencia.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/egencia.com\",\n                                \"domain\": \"egencia.com\",\n                                \"createdTime\": \"2017-01-31 01:35:08+00:00\",\n                                \"modifiedTime\": \"2017-10-24 07:45:02+00:00\",\n                                \"description\": \"Egencia makes business travel better. Each year Egencia helps thousands of companies in nearly 60 countries better manage travel programs. They provide modern solutions and exceptional service to millions of travelers as they plan and complete every business trip. They deliver bottom-line savings to their clients and support the needs of the modern business traveler.\"\n                            },\n                            {\n                                \"tag\": \"23228\",\n                                \"categoryParent\": \"Data Management\",\n                                \"category\": \"Databases\",\n                                \"vendor\": \"MongoDB, Inc.\",\n                                \"product\": \"MongoDB\",\n                                \"attribute\": \"331.272.2402787\",\n                                \"website\": \"http://mongodb.com\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/mongodb.com\",\n                                \"domain\": \"mongodb.com\",\n                                \"createdTime\": \"2016-07-02 08:32:32+00:00\",\n                                \"modifiedTime\": \"2018-08-01 22:55:22+00:00\",\n                                \"description\": \"MongoDB is a free and open-source cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with schemas.\"\n                            },\n                            {\n                                \"tag\": \"127\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Web Accelerators\",\n                                \"vendor\": \"Cloudflare, Inc.\",\n                                \"product\": \"Cloudflare Website Optimization\",\n                                \"attribute\": \"334.5.4430\",\n                                \"website\": \"https://www.cloudflare.com/website-optimization/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cloudflare.com\",\n                                \"domain\": \"cloudflare.com\",\n                                \"createdTime\": \"2012-02-10 00:00:00+00:00\",\n                                \"modifiedTime\": \"2018-11-09 02:26:23+00:00\",\n                                \"description\": \"CloudFlare Website Optimization offers several Optimization Features such as Argo Smart Routing, Accelerated Mobile Links, Rocket Loader, Local Storage Caching and much more.\"\n                            },\n                            {\n                                \"tag\": \"23227\",\n                                \"categoryParent\": \"Data Management\",\n                                \"category\": \"Databases\",\n                                \"vendor\": \"The Apache Software Foundation\",\n                                \"product\": \"Apache Cassandra\",\n                                \"attribute\": \"331.272.1015\",\n                                \"website\": \"http://cassandra.apache.org\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cassandra.apache.org\",\n                                \"domain\": \"cassandra.apache.org\",\n                                \"createdTime\": \"2016-07-02 08:31:40+00:00\",\n                                \"modifiedTime\": \"2018-08-01 22:59:51+00:00\",\n                                \"description\": \"Apache Cassandra is a highly scalable, high-performance distributed database designed to handle large amounts of data across many commodity servers, providing high availability with no single point of failure. It is a type of NoSQL database.\"\n                            },\n                            {\n                                \"tag\": \"31334\",\n                                \"categoryParent\": \"Intelligence and Analytics\",\n                                \"category\": \"Business Intelligence\",\n                                \"vendor\": \"TIBCO Software Inc.\",\n                                \"product\": \"Jaspersoft\",\n                                \"attribute\": \"347.243.79658\",\n                                \"website\": \"https://www.jaspersoft.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/jaspersoft.com\",\n                                \"domain\": \"jaspersoft.com\",\n                                \"createdTime\": \"2016-10-27 13:24:12+00:00\",\n                                \"modifiedTime\": \"2018-11-16 01:16:51+00:00\",\n                                \"description\": \"TIBCO Jaspersoft is a comprehensive family of Business Intelligence (BI) products, providing robust static and interactive reporting, report server, and data analysis capabilities. These capabilities are available as either stand-alone products, or as part of an integrated end-to-end BI suite utilizing common metadata and provide shared services, such as security, a repository, and scheduling.\"\n                            },\n                            {\n                                \"tag\": \"87227\",\n                                \"categoryParent\": \"Communication and Collaboration\",\n                                \"category\": \"Other Communication and Collaboration Software\",\n                                \"vendor\": \"Microsoft Corporation\",\n                                \"product\": \"Microsoft Word\",\n                                \"attribute\": \"333.427.28\",\n                                \"website\": \"https://office.microsoft.com/word\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/office.microsoft.com\",\n                                \"domain\": \"office.microsoft.com\",\n                                \"createdTime\": \"2018-07-10 01:20:00+00:00\",\n                                \"modifiedTime\": \"2018-07-31 00:50:45+00:00\",\n                                \"description\": \"Microsoft Word is a text processor for creating, editing, publishing documents.\"\n                            },\n                            {\n                                \"tag\": \"63185\",\n                                \"categoryParent\": \"Sales\",\n                                \"category\": \"Sales Performance Management\",\n                                \"vendor\": \"AffectLayer, Inc.\",\n                                \"product\": \"Chorus.ai\",\n                                \"attribute\": \"398.247.61574393\",\n                                \"website\": \"http://Chorus.ai\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/Chorus.ai\",\n                                \"domain\": \"Chorus.ai\",\n                                \"createdTime\": \"2017-11-22 08:15:53+00:00\",\n                                \"modifiedTime\": \"2018-11-15 01:17:21+00:00\",\n                                \"description\": \"Chorus.ai is a conversation intelligence software solution for sales teams that records, transcribes and provides a summary for meetings.\"\n                            },\n                            {\n                                \"tag\": \"126927\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Infrastructures as a Service\",\n                                \"vendor\": \"Amazon.com, Inc.\",\n                                \"product\": \"Amazon AWS\",\n                                \"attribute\": \"334.194.11\",\n                                \"website\": \"https://aws.amazon.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/aws.amazon.com\",\n                                \"domain\": \"aws.amazon.com\",\n                                \"createdTime\": \"2019-07-17 06:22:07+00:00\",\n                                \"modifiedTime\": \"2019-07-17 06:24:22+00:00\",\n                                \"description\": \"Amazon Web Services provides information technology infrastructure services to businesses in the form of web services.\"\n                            },\n                            {\n                                \"tag\": \"126532\",\n                                \"categoryParent\": \"Programming\",\n                                \"category\": \"Other Programming Software\",\n                                \"vendor\": \"N/A\",\n                                \"product\": \"X-UA-Compatible\",\n                                \"attribute\": \"350.451.0\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:07:38+00:00\",\n                                \"modifiedTime\": \"2019-03-21 14:06:17+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"126928\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Content Delivery Networks\",\n                                \"vendor\": \"Cloudflare, Inc.\",\n                                \"product\": \"Cloudflare\",\n                                \"attribute\": \"334.10.4430\",\n                                \"website\": \"cloudflare.com\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-07-17 07:15:00+00:00\",\n                                \"modifiedTime\": \"2019-07-17 07:16:41+00:00\",\n                                \"description\": \"Cloudflare is a web performance and security company that provides online services to protect and accelerate websites online.\"\n                            },\n                            {\n                                \"tag\": \"973\",\n                                \"categoryParent\": \"Data Management\",\n                                \"category\": \"Enterprise Search\",\n                                \"vendor\": \"Elasticsearch, Inc.\",\n                                \"product\": \"Elasticsearch\",\n                                \"attribute\": \"331.287.33870035\",\n                                \"website\": \"https://www.elastic.co/products/elasticsearch\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/elastic.co\",\n                                \"domain\": \"elastic.co\",\n                                \"createdTime\": \"2014-01-27 00:00:00+00:00\",\n                                \"modifiedTime\": \"2018-11-30 01:50:58+00:00\",\n                                \"description\": \"Elasticsearch is an open-source, RESTful, distributed full-text search and analytics engine based on Apache Lucene.\"\n                            },\n                            {\n                                \"tag\": \"28988\",\n                                \"categoryParent\": \"Sales\",\n                                \"category\": \"Sales Enablement\",\n                                \"vendor\": \"Showpad Inc\",\n                                \"product\": \"Showpad\",\n                                \"attribute\": \"398.365.1175438\",\n                                \"website\": \"https://www.showpad.com\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/showpad.com\",\n                                \"domain\": \"showpad.com\",\n                                \"createdTime\": \"2016-09-16 09:11:09+00:00\",\n                                \"modifiedTime\": \"2018-11-29 06:33:40+00:00\",\n                                \"description\": \"Showpad delivers the most intuitive sales enablement platform to make content incredibly easy to find, present, share, and measure. Showpad allows marketers to regain control over their content.\"\n                            },\n                            {\n                                \"tag\": \"125145\",\n                                \"categoryParent\": \"Web Tools and Plugins\",\n                                \"category\": \"Other Web Tools and Plugins\",\n                                \"vendor\": \"WordPress\",\n                                \"product\": \"Twenty Twelve\",\n                                \"attribute\": \"332.433.93\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:07:32+00:00\",\n                                \"modifiedTime\": \"2019-03-21 13:55:37+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"116824\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Other IT Infrastructure Software\",\n                                \"vendor\": \"MakerBot\",\n                                \"product\": \"MakerBot\",\n                                \"attribute\": \"334.429.120253955\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:07:01+00:00\",\n                                \"modifiedTime\": \"2019-03-21 12:50:02+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"445\",\n                                \"categoryParent\": \"Advertising\",\n                                \"category\": \"Advertising Networks\",\n                                \"vendor\": \"Google LLC\",\n                                \"product\": \"Google Ads\",\n                                \"attribute\": \"336.9.1\",\n                                \"website\": \"https://ads.google.com\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/ads.google.com\",\n                                \"domain\": \"ads.google.com\",\n                                \"createdTime\": \"2013-03-08 00:00:00+00:00\",\n                                \"modifiedTime\": \"2018-10-24 02:09:52+00:00\",\n                                \"description\": \"Google Ads (formerly Google Adwords) is a technology for advertisers to pay for advertisements, offerings, product listings, and video content to be displayed within the Google ad network.\"\n                            },\n                            {\n                                \"tag\": \"119905\",\n                                \"categoryParent\": \"Data Management\",\n                                \"category\": \"Other Data Management Software\",\n                                \"vendor\": \"P3P\",\n                                \"product\": \"P3P Policy\",\n                                \"attribute\": \"331.438.120255166\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:07:13+00:00\",\n                                \"modifiedTime\": \"2019-03-21 13:11:46+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"92112\",\n                                \"categoryParent\": \"Intelligence and Analytics\",\n                                \"category\": \"Business Intelligence\",\n                                \"vendor\": \"Microsoft Corporation\",\n                                \"product\": \"Microsoft SQL Server Reporting\",\n                                \"attribute\": \"347.243.28\",\n                                \"website\": \"https://docs.microsoft.com/en-us/sql/reporting-services/create-deploy-and-manage-mobile-and-paginated-reports?view=sql-server-2017\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/docs.microsoft.com\",\n                                \"domain\": \"docs.microsoft.com\",\n                                \"createdTime\": \"2018-08-30 09:08:10+00:00\",\n                                \"modifiedTime\": \"2018-09-05 21:30:14+00:00\",\n                                \"description\": \"Microsoft SQL Server Reporting is a server-based report generating software system\"\n                            },\n                            {\n                                \"tag\": \"120344\",\n                                \"categoryParent\": \"Customer Service\",\n                                \"category\": \"Other Customer Service Software\",\n                                \"vendor\": \"Pingback\",\n                                \"product\": \"Pingback Support\",\n                                \"attribute\": \"330.397.120255452\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:07:14+00:00\",\n                                \"modifiedTime\": \"2019-03-21 13:14:50+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"92962\",\n                                \"categoryParent\": \"Audio, Video, Graphics\",\n                                \"category\": \"Other Audio, Video, Graphics Software\",\n                                \"vendor\": \"Adobe Inc.\",\n                                \"product\": \"Adobe After Effects\",\n                                \"attribute\": \"349.419.67\",\n                                \"website\": \"https://www.adobe.com/products/aftereffects.html\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/adobe.com\",\n                                \"domain\": \"adobe.com\",\n                                \"createdTime\": \"2018-09-06 02:35:02+00:00\",\n                                \"modifiedTime\": \"2019-01-17 05:32:04+00:00\",\n                                \"description\": \"Adobe After Effects is a digital visual effects, motion graphics, and compositing application.\"\n                            },\n                            {\n                                \"tag\": \"115705\",\n                                \"categoryParent\": \"Communication and Collaboration\",\n                                \"category\": \"Other Communication and Collaboration Software\",\n                                \"vendor\": \"Oracle Corporation\",\n                                \"product\": \"Java Message Service (JMS)\",\n                                \"attribute\": \"333.427.491\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:06:57+00:00\",\n                                \"modifiedTime\": \"2019-03-21 12:40:49+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"115704\",\n                                \"categoryParent\": \"Programming\",\n                                \"category\": \"Programming Languages\",\n                                \"vendor\": \"Oracle Corporation\",\n                                \"product\": \"Java Enterprise Edition\",\n                                \"attribute\": \"350.67.491\",\n                                \"website\": \"https://www.oracle.com/java/technologies/java-ee.html\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/oracle.com\",\n                                \"domain\": \"oracle.com\",\n                                \"createdTime\": \"2019-03-08 21:06:57+00:00\",\n                                \"modifiedTime\": \"2019-03-21 12:40:48+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"25068\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Operating Systems\",\n                                \"vendor\": \"Microsoft Corporation\",\n                                \"product\": \"Windows Server\",\n                                \"attribute\": \"334.443.28\",\n                                \"website\": \"https://www.microsoft.com/en-us/cloud-platform/windows-server-2016\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/microsoft.com\",\n                                \"domain\": \"microsoft.com\",\n                                \"createdTime\": \"2016-08-05 13:41:50+00:00\",\n                                \"modifiedTime\": \"2018-07-25 23:45:21+00:00\",\n                                \"description\": \"A series of server operating systems developed by Microsoft Corporation. Windows servers are more powerful versions of their desktop operating system counterparts and are designed to more efficiently handle corporate networking, Internet/intranet hosting, databases, enterprise-scale messaging and similar functions.\"\n                            },\n                            {\n                                \"tag\": \"449\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Web Hosting\",\n                                \"vendor\": \"Amazon.com, Inc.\",\n                                \"product\": \"AWS Web Hosting\",\n                                \"attribute\": \"334.22.11\",\n                                \"website\": \"https://aws.amazon.com/websites/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/aws.amazon.com\",\n                                \"domain\": \"aws.amazon.com\",\n                                \"createdTime\": \"2012-12-06 00:00:00+00:00\",\n                                \"modifiedTime\": \"2018-06-23 10:17:52+00:00\",\n                                \"description\": \"Amazon Web Services Web Hosting provides hosting of websites and web applications.\"\n                            },\n                            {\n                                \"tag\": \"25062\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Infrastructures as a Service\",\n                                \"vendor\": \"OpenStack Foundation\",\n                                \"product\": \"OpenStack\",\n                                \"attribute\": \"334.194.55689\",\n                                \"website\": \"https://www.openstack.org/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/openstack.org\",\n                                \"domain\": \"openstack.org\",\n                                \"createdTime\": \"2016-08-05 13:31:51+00:00\",\n                                \"modifiedTime\": \"2017-07-17 08:00:51+00:00\",\n                                \"description\": \"OpenStack is a set of software tools for building and managing cloud computing platforms for public and private clouds. Backed by some of the biggest companies in software development and hosting, as well as thousands of individual community members, many think that OpenStack is the future of cloud computing.\"\n                            },\n                            {\n                                \"tag\": \"25063\",\n                                \"categoryParent\": \"DevOps\",\n                                \"category\": \"Continuous Integration\",\n                                \"vendor\": \"Jenkins\",\n                                \"product\": \"Jenkins\",\n                                \"attribute\": \"328.319.52100370\",\n                                \"website\": \"https://jenkins.io/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/jenkins.io\",\n                                \"domain\": \"jenkins.io\",\n                                \"createdTime\": \"2016-08-05 13:32:23+00:00\",\n                                \"modifiedTime\": \"2018-10-16 03:25:22+00:00\",\n                                \"description\": \"Jenkins is a Continuous Integration server. Basically Continuous Integration is the practice of running your tests on a non-developer machine automatically everytime someone pushes new code into the source repository.\"\n                            },\n                            {\n                                \"tag\": \"58649\",\n                                \"categoryParent\": \"Intelligence and Analytics\",\n                                \"category\": \"Web Analytics\",\n                                \"vendor\": \"Twitter, Inc.\",\n                                \"product\": \"Twitter Analytics\",\n                                \"attribute\": \"347.1.9\",\n                                \"website\": \"https://analytics.twitter.com/about\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/analytics.twitter.com\",\n                                \"domain\": \"analytics.twitter.com\",\n                                \"createdTime\": \"2017-10-16 08:39:16+00:00\",\n                                \"modifiedTime\": \"2017-11-27 23:47:15+00:00\",\n                                \"description\": \"Twitter Analytics is a web analytics solution that allows to see traffic received from Twitter and the effectiveness of Twitter integrations on websites.\"\n                            },\n                            {\n                                \"tag\": \"25058\",\n                                \"categoryParent\": \"DevOps\",\n                                \"category\": \"Configuration Management\",\n                                \"vendor\": \"Puppet, Inc.\",\n                                \"product\": \"Puppet\",\n                                \"attribute\": \"328.313.13440254\",\n                                \"website\": \"https://puppet.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/puppet.com\",\n                                \"domain\": \"puppet.com\",\n                                \"createdTime\": \"2016-08-05 13:24:01+00:00\",\n                                \"modifiedTime\": \"2017-07-17 08:00:51+00:00\",\n                                \"description\": \"Puppet is an information technology automation software company designed for system administrators.\"\n                            },\n                            {\n                                \"tag\": \"967\",\n                                \"categoryParent\": \"Human Resources\",\n                                \"category\": \"Applicant Tracking Systems\",\n                                \"vendor\": \"Greenhouse Software, Inc.\",\n                                \"product\": \"Greenhouse\",\n                                \"attribute\": \"348.28.3249577\",\n                                \"website\": \"http://www.greenhouse.io\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/greenhouse.io\",\n                                \"domain\": \"greenhouse.io\",\n                                \"createdTime\": \"2014-02-08 00:00:00+00:00\",\n                                \"modifiedTime\": \"2018-06-23 11:47:44+00:00\",\n                                \"description\": \"Greenhouse is a recruiting optimization platform to help companies build and scale their recruiting processes in social media, referrals, job boards, in-person events, meetups, campus recruiting, etc.\"\n                            },\n                            {\n                                \"tag\": \"125156\",\n                                \"categoryParent\": \"Intelligence and Analytics\",\n                                \"category\": \"Tag Management\",\n                                \"vendor\": \"Twitter, Inc.\",\n                                \"product\": \"Twitter Universal Website Tag\",\n                                \"attribute\": \"347.18.9\",\n                                \"website\": \"https://twitter.com/?lang=en\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/twitter.com\",\n                                \"domain\": \"twitter.com\",\n                                \"createdTime\": \"2019-03-08 21:07:32+00:00\",\n                                \"modifiedTime\": \"2019-03-21 13:55:43+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"108260\",\n                                \"categoryParent\": \"Sales\",\n                                \"category\": \"Lead Generation\",\n                                \"vendor\": \"Blitzen\",\n                                \"product\": \"Blitzen\",\n                                \"attribute\": \"398.58.120249863\",\n                                \"website\": \"https://blitzen.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/blitzen.com\",\n                                \"domain\": \"blitzen.com\",\n                                \"createdTime\": \"2019-03-08 21:06:23+00:00\",\n                                \"modifiedTime\": \"2019-05-06 13:18:04+00:00\",\n                                \"description\": \"Blitzen is a personal marketing platform.\"\n                            },\n                            {\n                                \"tag\": \"23777\",\n                                \"categoryParent\": \"Security\",\n                                \"category\": \"Security Information and Event Management\",\n                                \"vendor\": \"Splunk Inc\",\n                                \"product\": \"Splunk\",\n                                \"attribute\": \"339.362.50264\",\n                                \"website\": \"http://www.splunk.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/splunk.com\",\n                                \"domain\": \"splunk.com\",\n                                \"createdTime\": \"2016-07-16 19:04:03+00:00\",\n                                \"modifiedTime\": \"2017-11-15 03:57:45+00:00\",\n                                \"description\": \"Splunk is the market leader in analyzing machine data to deliver Operational Intelligence for security, IT and the business.\"\n                            },\n                            {\n                                \"tag\": \"30198\",\n                                \"categoryParent\": \"DevOps\",\n                                \"category\": \"Testing and QA\",\n                                \"vendor\": \"The JUnit Team\",\n                                \"product\": \"JUnit\",\n                                \"attribute\": \"328.318.229352\",\n                                \"website\": \"http://junit.org/junit4/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/junit.org\",\n                                \"domain\": \"junit.org\",\n                                \"createdTime\": \"2016-10-07 16:31:01+00:00\",\n                                \"modifiedTime\": \"2017-12-13 06:36:14+00:00\",\n                                \"description\": \"JUnit is a unit testing framework for the Java programming language. JUnit has been important in the development of test-driven development, and is one of a family of unit testing frameworks which is collectively known as xUnit that originated with SUnit.\"\n                            },\n                            {\n                                \"tag\": \"92885\",\n                                \"categoryParent\": \"Communication and Collaboration\",\n                                \"category\": \"Other Communication and Collaboration Software\",\n                                \"vendor\": \"Google LLC\",\n                                \"product\": \"Google Docs\",\n                                \"attribute\": \"333.427.1\",\n                                \"website\": \"https://gsuite.google.com/products/docs/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/gsuite.google.com\",\n                                \"domain\": \"gsuite.google.com\",\n                                \"createdTime\": \"2018-09-06 00:48:40+00:00\",\n                                \"modifiedTime\": \"2018-09-18 02:21:48+00:00\",\n                                \"description\": \"Google Docs is a word processor.\"\n                            },\n                            {\n                                \"tag\": \"30199\",\n                                \"categoryParent\": \"DevOps\",\n                                \"category\": \"Testing and QA\",\n                                \"vendor\": \"The Apache Software Foundation\",\n                                \"product\": \"Apache JMeter\",\n                                \"attribute\": \"328.318.1015\",\n                                \"website\": \"https://jmeter.apache.org/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/jmeter.apache.org\",\n                                \"domain\": \"jmeter.apache.org\",\n                                \"createdTime\": \"2016-10-07 16:31:01+00:00\",\n                                \"modifiedTime\": \"2017-11-27 23:41:47+00:00\",\n                                \"description\": \"The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field.\"\n                            },\n                            {\n                                \"tag\": \"107095\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Other IT Infrastructure Software\",\n                                \"vendor\": \"Apple Inc.\",\n                                \"product\": \"Apple Mobile Web Clips Icon\",\n                                \"attribute\": \"334.429.29\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:06:19+00:00\",\n                                \"modifiedTime\": \"2019-03-21 11:37:01+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"558\",\n                                \"categoryParent\": \"Audio, Video, Graphics\",\n                                \"category\": \"Online Video Platforms\",\n                                \"vendor\": \"Buildscale, Inc\",\n                                \"product\": \"Vidyard\",\n                                \"attribute\": \"349.12.256254\",\n                                \"website\": \"https://www.vidyard.com\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/vidyard.com\",\n                                \"domain\": \"vidyard.com\",\n                                \"createdTime\": \"2013-03-02 00:00:00+00:00\",\n                                \"modifiedTime\": \"2018-10-24 01:32:41+00:00\",\n                                \"description\": \"Vidyard is a video marketing platform enabling customers to derive information on viewer-behavior for marketing automation systems and CRM. Going beyond video hosting and management, Vidyard helps businesses drive greater engagement in their video content, track the viewing activities of each individual viewer, and turn those views into actions.\"\n                            },\n                            {\n                                \"tag\": \"95638\",\n                                \"categoryParent\": \"Programming\",\n                                \"category\": \"Other Programming Software\",\n                                \"vendor\": \"Oracle Corporation\",\n                                \"product\": \"Java Platform, Enterprise Edition\",\n                                \"attribute\": \"350.451.491\",\n                                \"website\": \"https://www.oracle.com/technetwork/java/javaee/overview/index.html\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/oracle.com\",\n                                \"domain\": \"oracle.com\",\n                                \"createdTime\": \"2018-09-27 05:51:58+00:00\",\n                                \"modifiedTime\": \"2018-10-18 23:37:09+00:00\",\n                                \"description\": \"Java Platform, Enterprise Edition, is a set of specifications, extending Java SE with specifications for enterprise features such as distributed computing and web services.\"\n                            },\n                            {\n                                \"tag\": \"459\",\n                                \"categoryParent\": \"Security\",\n                                \"category\": \"DDoS and Bot Protection\",\n                                \"vendor\": \"Cloudflare, Inc.\",\n                                \"product\": \"Cloudflare Security\",\n                                \"attribute\": \"339.354.4430\",\n                                \"website\": \"https://www.cloudflare.com/security/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cloudflare.com\",\n                                \"domain\": \"cloudflare.com\",\n                                \"createdTime\": \"2012-12-07 00:00:00+00:00\",\n                                \"modifiedTime\": \"2018-02-01 04:27:31+00:00\",\n                                \"description\": \"Cloudflare Security services protect against denial-of-service attacks, data compromise, and bots.\"\n                            },\n                            {\n                                \"tag\": \"8521\",\n                                \"categoryParent\": \"Intelligence and Analytics\",\n                                \"category\": \"Web Analytics\",\n                                \"vendor\": \"Amplitude Inc.\",\n                                \"product\": \"Amplitude\",\n                                \"attribute\": \"347.1.4803204\",\n                                \"website\": \"https://amplitude.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/amplitude.com\",\n                                \"domain\": \"amplitude.com\",\n                                \"createdTime\": \"2015-03-10 09:47:19+00:00\",\n                                \"modifiedTime\": \"2017-07-17 07:48:42+00:00\",\n                                \"description\": \"Amplitude provides product analytics to help companies understand user behavior. Product, marketing, and growth teams use Amplitude to discover and share insights about user engagement, retention, and revenue.\"\n                            },\n                            {\n                                \"tag\": \"92740\",\n                                \"categoryParent\": \"Audio, Video, Graphics\",\n                                \"category\": \"Graphics\",\n                                \"vendor\": \"Adobe Inc.\",\n                                \"product\": \"Adobe Illustrator\",\n                                \"attribute\": \"349.462.67\",\n                                \"website\": \"https://www.adobe.com/products/illustrator.html\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/adobe.com\",\n                                \"domain\": \"adobe.com\",\n                                \"createdTime\": \"2018-09-05 05:47:44+00:00\",\n                                \"modifiedTime\": \"2019-01-18 00:08:28+00:00\",\n                                \"description\": \"Adobe Illustrator is a vector graphics editor.\"\n                            },\n                            {\n                                \"tag\": \"89960\",\n                                \"categoryParent\": \"Audio, Video, Graphics\",\n                                \"category\": \"Other Audio, Video, Graphics Software\",\n                                \"vendor\": \"Adobe Inc.\",\n                                \"product\": \"Adobe Premiere Pro\",\n                                \"attribute\": \"349.419.67\",\n                                \"website\": \"https://www.adobe.com/products/premiere.html\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/adobe.com\",\n                                \"domain\": \"adobe.com\",\n                                \"createdTime\": \"2018-08-09 04:44:50+00:00\",\n                                \"modifiedTime\": \"2018-08-24 01:28:36+00:00\",\n                                \"description\": \"Adobe Premiere Pro is a timeline-based video editing application.\"\n                            },\n                            {\n                                \"tag\": \"1407\",\n                                \"categoryParent\": \"Miscellaneous\",\n                                \"category\": \"Miscellaneous\",\n                                \"vendor\": \"Google LLC\",\n                                \"product\": \"Google Play Badges\",\n                                \"attribute\": \"0.68.1\",\n                                \"website\": \"https://play.google.com/intl/en_us/badges/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/play.google.com\",\n                                \"domain\": \"play.google.com\",\n                                \"createdTime\": \"2014-05-27 12:22:07+00:00\",\n                                \"modifiedTime\": \"2018-10-29 08:16:50+00:00\",\n                                \"description\": \"Google Play badges allow you to promote your app with official branding in your online ads, promotional materials, or anywhere else you want a link to your app. In the form below, input your app's package name or publisher name, choose the badge style, click Build my badge, then paste the HTML into your web content.\"\n                            },\n                            {\n                                \"tag\": \"25452\",\n                                \"categoryParent\": \"DevOps\",\n                                \"category\": \"Configuration Management\",\n                                \"vendor\": \"Terraform\",\n                                \"product\": \"HashiCorp Terraform\",\n                                \"attribute\": \"328.313.18834409\",\n                                \"website\": \"https://www.terraform.io/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/terraform.io\",\n                                \"domain\": \"terraform.io\",\n                                \"createdTime\": \"2016-08-11 14:39:31+00:00\",\n                                \"modifiedTime\": \"2017-12-07 13:52:49+00:00\",\n                                \"description\": \"Terraform is a tool for building, changing, and versioning infrastructure safely and efficiently. Terraform can manage existing and popular service providers as well as custom in-house solutions. Configuration files describe to Terraform the components needed to run a single application or your entire datacenter.\"\n                            },\n                            {\n                                \"tag\": \"125978\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Other IT Infrastructure Software\",\n                                \"vendor\": \"N/A\",\n                                \"product\": \"W3 Total Cache\",\n                                \"attribute\": \"334.429.0\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:07:35+00:00\",\n                                \"modifiedTime\": \"2019-03-21 14:02:22+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"13650\",\n                                \"categoryParent\": \"Web Tools and Plugins\",\n                                \"category\": \"Charting\",\n                                \"vendor\": \"amCharts\",\n                                \"product\": \"amCharts\",\n                                \"attribute\": \"332.446.34563\",\n                                \"website\": \"https://www.amcharts.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/amcharts.com\",\n                                \"domain\": \"amcharts.com\",\n                                \"createdTime\": \"2015-06-12 14:26:06+00:00\",\n                                \"modifiedTime\": \"2018-11-02 06:41:43+00:00\",\n                                \"description\": \"amCharts is a java script charting library that enables its users to add charting capabilities to their websites and applications.\"\n                            },\n                            {\n                                \"tag\": \"29119\",\n                                \"categoryParent\": \"Programming\",\n                                \"category\": \"Programming Languages\",\n                                \"vendor\": \"Microsoft Corporation\",\n                                \"product\": \"C#\",\n                                \"attribute\": \"350.67.28\",\n                                \"website\": \"https://docs.microsoft.com/en-us/dotnet/csharp/index\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/docs.microsoft.com\",\n                                \"domain\": \"docs.microsoft.com\",\n                                \"createdTime\": \"2016-09-20 15:31:09+00:00\",\n                                \"modifiedTime\": \"2018-12-03 22:50:56+00:00\",\n                                \"description\": \"C# is a multi-paradigm programming language encompassing strong typing, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines.\"\n                            },\n                            {\n                                \"tag\": \"29118\",\n                                \"categoryParent\": \"Programming\",\n                                \"category\": \"Programming Languages\",\n                                \"vendor\": \"Oracle Corporation\",\n                                \"product\": \"Java\",\n                                \"attribute\": \"350.67.491\",\n                                \"website\": \"https://java.com\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/java.com\",\n                                \"domain\": \"java.com\",\n                                \"createdTime\": \"2016-09-20 15:30:39+00:00\",\n                                \"modifiedTime\": \"2018-10-18 23:37:21+00:00\",\n                                \"description\": \"Java is a general-purpose computer programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible.\"\n                            },\n                            {\n                                \"tag\": \"62570\",\n                                \"categoryParent\": \"Intelligence and Analytics\",\n                                \"category\": \"Web Analytics\",\n                                \"vendor\": \"Google LLC\",\n                                \"product\": \"Google Global Site Tag\",\n                                \"attribute\": \"347.1.1\",\n                                \"website\": \"https://developers.google.com/gtagjs/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/developers.google.com\",\n                                \"domain\": \"developers.google.com\",\n                                \"createdTime\": \"2017-11-16 07:33:04+00:00\",\n                                \"modifiedTime\": \"2018-08-01 03:54:11+00:00\",\n                                \"description\": \"Google Global Site Tag is a site tracking tag to send data to multiple Google products.\"\n                            },\n                            {\n                                \"tag\": \"29117\",\n                                \"categoryParent\": \"DevOps\",\n                                \"category\": \"Configuration Management\",\n                                \"vendor\": \"Red Hat, Inc.\",\n                                \"product\": \"Ansible\",\n                                \"attribute\": \"328.313.5358\",\n                                \"website\": \"http://www.ansible.com\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/ansible.com\",\n                                \"domain\": \"ansible.com\",\n                                \"createdTime\": \"2016-09-20 11:14:35+00:00\",\n                                \"modifiedTime\": \"2017-09-11 00:04:34+00:00\",\n                                \"description\": \"Ansible is a radically simple IT automation engine that automates cloud provisioning, configuration management, application deployment, intra-service orchestration, and many other IT needs.\"\n                            },\n                            {\n                                \"tag\": \"95494\",\n                                \"categoryParent\": \"Programming\",\n                                \"category\": \"Frameworks and Libraries\",\n                                \"vendor\": \"EasyMock\",\n                                \"product\": \"EasyMock\",\n                                \"attribute\": \"350.66.6977725\",\n                                \"website\": \"http://easymock.org/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/easymock.org\",\n                                \"domain\": \"easymock.org\",\n                                \"createdTime\": \"2018-09-26 08:16:26+00:00\",\n                                \"modifiedTime\": \"2018-10-23 00:38:22+00:00\",\n                                \"description\": \"EasyMock is a Java library that provides an easy way to use Mock Objects in unit testing.\"\n                            },\n                            {\n                                \"tag\": \"30235\",\n                                \"categoryParent\": \"DevOps\",\n                                \"category\": \"Virtualization\",\n                                \"vendor\": \"KVM\",\n                                \"product\": \"KVM\",\n                                \"attribute\": \"328.193.124590\",\n                                \"website\": \"https://www.linux-kvm.org\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/linux-kvm.org\",\n                                \"domain\": \"linux-kvm.org\",\n                                \"createdTime\": \"2016-10-07 17:12:56+00:00\",\n                                \"modifiedTime\": \"2018-11-14 00:26:31+00:00\",\n                                \"description\": \"KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware containing virtualization extensions (Intel VT or AMD-V). It consists of a loadable kernel module, kvm.ko, that provides the core virtualization infrastructure and a processor specific module, kvm-intel.ko or kvm-amd.ko.\"\n                            },\n                            {\n                                \"tag\": \"126314\",\n                                \"categoryParent\": \"Accounting and Finance\",\n                                \"category\": \"Accounting\",\n                                \"vendor\": \"Workiva Inc.\",\n                                \"product\": \"Workiva\",\n                                \"attribute\": \"368.352.17403650\",\n                                \"website\": \"https://www.workiva.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/workiva.com\",\n                                \"domain\": \"workiva.com\",\n                                \"createdTime\": \"2019-03-08 21:07:37+00:00\",\n                                \"modifiedTime\": \"2019-03-22 11:01:59+00:00\",\n                                \"description\": \"Workiva is a cloud platform for connected reporting across accounting, finance, audit, and internal controls. \"\n                            },\n                            {\n                                \"tag\": \"27804\",\n                                \"categoryParent\": \"Hardware\",\n                                \"category\": \"Network Hardware\",\n                                \"vendor\": \"Cisco Systems, Inc\",\n                                \"product\": \"Cisco Meraki\",\n                                \"attribute\": \"468.216.1096\",\n                                \"website\": \"https://www.meraki.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/meraki.com\",\n                                \"domain\": \"meraki.com\",\n                                \"createdTime\": \"2016-08-25 14:26:08+00:00\",\n                                \"modifiedTime\": \"2018-06-25 07:42:01+00:00\",\n                                \"description\": \"Cisco Meraki specialty is cloud-controlled WiFi, routing, and security. It includes a portfolio of wireless LAN, switching, security appliances, and mobile device management, all centrally managed from the cloud.\"\n                            },\n                            {\n                                \"tag\": \"76286\",\n                                \"categoryParent\": \"Human Resources\",\n                                \"category\": \"Corporate Learning Management Systems\",\n                                \"vendor\": \"Adobe Inc.\",\n                                \"product\": \"Adobe Captivate\",\n                                \"attribute\": \"348.441.67\",\n                                \"website\": \"https://www.adobe.com/products/captivate.html\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/adobe.com\",\n                                \"domain\": \"adobe.com\",\n                                \"createdTime\": \"2018-03-21 09:04:29+00:00\",\n                                \"modifiedTime\": \"2018-07-31 08:49:27+00:00\",\n                                \"description\": \"Adobe Captivate is a learning management platform that helps in delivering learning experiences in a personalized manner across devices.\"\n                            },\n                            {\n                                \"tag\": \"23715\",\n                                \"categoryParent\": \"DevOps\",\n                                \"category\": \"Containerization\",\n                                \"vendor\": \"The Kubernetes Authors\",\n                                \"product\": \"Kubernetes\",\n                                \"attribute\": \"328.321.25880464\",\n                                \"website\": \"http://kubernetes.io/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/kubernetes.io\",\n                                \"domain\": \"kubernetes.io\",\n                                \"createdTime\": \"2016-07-16 19:04:02+00:00\",\n                                \"modifiedTime\": \"2018-06-27 03:03:22+00:00\",\n                                \"description\": \"Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications.\"\n                            },\n                            {\n                                \"tag\": \"122549\",\n                                \"categoryParent\": \"Human Resources\",\n                                \"category\": \"Job Boards\",\n                                \"vendor\": \"SelectLeaders\",\n                                \"product\": \"SelectLeaders\",\n                                \"attribute\": \"348.377.120256603\",\n                                \"website\": \"https://www.selectleaders.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/selectleaders.com\",\n                                \"domain\": \"selectleaders.com\",\n                                \"createdTime\": \"2019-03-08 21:07:23+00:00\",\n                                \"modifiedTime\": \"2019-06-06 09:47:05+00:00\",\n                                \"description\": \"SelectLeaders is a real estate online job site.\"\n                            },\n                            {\n                                \"tag\": \"23717\",\n                                \"categoryParent\": \"DevOps\",\n                                \"category\": \"Containerization\",\n                                \"vendor\": \"Docker Inc\",\n                                \"product\": \"Docker\",\n                                \"attribute\": \"328.321.7208456\",\n                                \"website\": \"https://www.docker.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/docker.com\",\n                                \"domain\": \"docker.com\",\n                                \"createdTime\": \"2016-07-16 19:04:02+00:00\",\n                                \"modifiedTime\": \"2018-08-08 02:45:59+00:00\",\n                                \"description\": \"Docker is a software container platform. Developers use Docker to eliminate “works on my machine” problems when collaborating on code with co-workers. Operators use Docker to run and manage apps side-by-side in isolated containers to get better compute density. Enterprises use Docker to build agile software delivery pipelines.\"\n                            },\n                            {\n                                \"tag\": \"94028\",\n                                \"categoryParent\": \"Communication and Collaboration\",\n                                \"category\": \"Other Communication and Collaboration Software\",\n                                \"vendor\": \"Google LLC\",\n                                \"product\": \"Google Sheets\",\n                                \"attribute\": \"333.427.1\",\n                                \"website\": \"https://gsuite.google.com/products/sheets/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/gsuite.google.com\",\n                                \"domain\": \"gsuite.google.com\",\n                                \"createdTime\": \"2018-09-13 04:45:32+00:00\",\n                                \"modifiedTime\": \"2018-09-20 21:54:35+00:00\",\n                                \"description\": \"Google Sheets is an online spreadsheet application.\"\n                            },\n                            {\n                                \"tag\": \"124797\",\n                                \"categoryParent\": \"Hardware\",\n                                \"category\": \"Communication Hardware\",\n                                \"vendor\": \"T-Mobile\",\n                                \"product\": \"T-Mobile\",\n                                \"attribute\": \"468.466.120257380\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:07:31+00:00\",\n                                \"modifiedTime\": \"2019-03-21 13:52:25+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"122544\",\n                                \"categoryParent\": \"Programming\",\n                                \"category\": \"Frameworks and Libraries\",\n                                \"vendor\": \"Kevin Brown\",\n                                \"product\": \"Select2\",\n                                \"attribute\": \"350.66.120253333\",\n                                \"website\": \"https://select2.org/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/select2.org\",\n                                \"domain\": \"select2.org\",\n                                \"createdTime\": \"2019-03-08 21:07:23+00:00\",\n                                \"modifiedTime\": \"2019-03-21 13:31:48+00:00\",\n                                \"description\": \"jQuery replacement for select boxes\"\n                            },\n                            {\n                                \"tag\": \"32354\",\n                                \"categoryParent\": \"Communication and Collaboration\",\n                                \"category\": \"Project Management\",\n                                \"vendor\": \"Asana, Inc.\",\n                                \"product\": \"Asana\",\n                                \"attribute\": \"333.217.10121\",\n                                \"website\": \"http://asana.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/asana.com\",\n                                \"domain\": \"asana.com\",\n                                \"createdTime\": \"2016-11-28 06:36:00+00:00\",\n                                \"modifiedTime\": \"2018-06-25 08:04:51+00:00\",\n                                \"description\": \"Asana is a project management solution that enables teams to organize, track, and manage their work.\"\n                            },\n                            {\n                                \"tag\": \"282\",\n                                \"categoryParent\": \"Audio, Video, Graphics\",\n                                \"category\": \"Online Video Platforms\",\n                                \"vendor\": \"Google LLC\",\n                                \"product\": \"YouTube\",\n                                \"attribute\": \"349.12.1\",\n                                \"website\": \"http://www.youtube.com\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/youtube.com\",\n                                \"domain\": \"youtube.com\",\n                                \"createdTime\": \"2012-07-12 00:00:00+00:00\",\n                                \"modifiedTime\": \"2018-06-23 08:31:31+00:00\",\n                                \"description\": \"YouTube is an American video-sharing service allowing users to upload, view, rate, share, add to favorites, report and comment on videos, subscribe to other users, and a wide variety of user-generated and corporate media videos on websites.\"\n                            },\n                            {\n                                \"tag\": \"92574\",\n                                \"categoryParent\": \"Communication and Collaboration\",\n                                \"category\": \"Team Collaboration\",\n                                \"vendor\": \"Microsoft Corporation\",\n                                \"product\": \"Microsoft Exchange Server\",\n                                \"attribute\": \"333.267.28\",\n                                \"website\": \"https://products.office.com/en/microsoft-exchange-2013\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/products.office.com\",\n                                \"domain\": \"products.office.com\",\n                                \"createdTime\": \"2018-09-04 04:02:12+00:00\",\n                                \"modifiedTime\": \"2020-06-26 16:45:57+00:00\",\n                                \"description\": \"Microsoft Exchange is a messaging and collaborative software solution used for managing e-mail, calendaring, contacts, and tasks.\"\n                            },\n                            {\n                                \"tag\": \"89949\",\n                                \"categoryParent\": \"Marketing\",\n                                \"category\": \"Other Marketing Software\",\n                                \"vendor\": \"Twitter, Inc.\",\n                                \"product\": \"Twitter Cards\",\n                                \"attribute\": \"338.412.9\",\n                                \"website\": \"https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/abouts-cards\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/developer.twitter.com\",\n                                \"domain\": \"developer.twitter.com\",\n                                \"createdTime\": \"2018-08-09 03:00:31+00:00\",\n                                \"modifiedTime\": \"2018-08-13 06:36:16+00:00\",\n                                \"description\": \"Twitter Cards allows attaching rich photos and videos to Tweets.\"\n                            },\n                            {\n                                \"tag\": \"114002\",\n                                \"categoryParent\": \"Hardware\",\n                                \"category\": \"Network Hardware\",\n                                \"vendor\": \"HP Development Company, L.P\",\n                                \"product\": \"HP ProCurve\",\n                                \"attribute\": \"468.216.120252534\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:06:50+00:00\",\n                                \"modifiedTime\": \"2019-03-21 12:26:49+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"5849\",\n                                \"categoryParent\": \"Security\",\n                                \"category\": \"Email Security\",\n                                \"vendor\": \"Mimecast Services Limited\",\n                                \"product\": \"Mimecast\",\n                                \"attribute\": \"339.343.81530\",\n                                \"website\": \"http://mimecast.com\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/mimecast.com\",\n                                \"domain\": \"mimecast.com\",\n                                \"createdTime\": \"2014-09-04 16:45:25+00:00\",\n                                \"modifiedTime\": \"2017-10-12 05:27:26+00:00\",\n                                \"description\": \"Mimecast is an international company specializing in cloud-based email management for Microsoft Exchange and Microsoft Office 365, including security, archiving, and continuity services to protect business mail. In summary, this is a company offering Cloud services for Microsoft Exchange designed to remove risk, lower costs and help businesses make sense of their email data.\"\n                            },\n                            {\n                                \"tag\": \"23703\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Infrastructures as a Service\",\n                                \"vendor\": \"Microsoft Corporation\",\n                                \"product\": \"Microsoft Azure\",\n                                \"attribute\": \"334.194.28\",\n                                \"website\": \"https://azure.microsoft.com/en-us/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/azure.microsoft.com\",\n                                \"domain\": \"azure.microsoft.com\",\n                                \"createdTime\": \"2016-07-16 19:04:01+00:00\",\n                                \"modifiedTime\": \"2018-06-04 03:40:48+00:00\",\n                                \"description\": \"Microsoft Azure (formerly Windows Azure) /ˈæʒər/ is a cloud computing service created by Microsoft for building, testing, deploying, and managing applications and services through a global network of Microsoft-managed data centers.\"\n                            },\n                            {\n                                \"tag\": \"125837\",\n                                \"categoryParent\": \"DevOps\",\n                                \"category\": \"Virtualization\",\n                                \"vendor\": \"VMware, Inc\",\n                                \"product\": \"VMware ESX Server\",\n                                \"attribute\": \"328.193.2140\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:07:35+00:00\",\n                                \"modifiedTime\": \"2019-03-21 14:01:24+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"29784\",\n                                \"categoryParent\": \"Programming\",\n                                \"category\": \"Programming Languages\",\n                                \"vendor\": \"Ruby\",\n                                \"product\": \"Ruby\",\n                                \"attribute\": \"350.67.120265183\",\n                                \"website\": \"https://www.ruby-lang.org/en/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/ruby-lang.org\",\n                                \"domain\": \"ruby-lang.org\",\n                                \"createdTime\": \"2016-10-03 07:55:28+00:00\",\n                                \"modifiedTime\": \"2019-12-24 11:27:46+00:00\",\n                                \"description\": \"A dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.\"\n                            },\n                            {\n                                \"tag\": \"24106\",\n                                \"categoryParent\": \"Data Management\",\n                                \"category\": \"Big Data Processing\",\n                                \"vendor\": \"The Apache Software Foundation\",\n                                \"product\": \"Apache Storm\",\n                                \"attribute\": \"331.204.1015\",\n                                \"website\": \"http://storm.apache.org/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/storm.apache.org\",\n                                \"domain\": \"storm.apache.org\",\n                                \"createdTime\": \"2016-07-16 19:04:10+00:00\",\n                                \"modifiedTime\": \"2018-10-23 23:23:41+00:00\",\n                                \"description\": \"Apache Storm is a free and open source distributed realtime computation system. Storm makes it easy to reliably process unbounded streams of data, doing for realtime processing what Hadoop did for batch processing. Storm is simple, can be used with any programming language, and is a lot of fun to use!\"\n                            },\n                            {\n                                \"tag\": \"23704\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Infrastructures as a Service\",\n                                \"vendor\": \"Google LLC\",\n                                \"product\": \"Google Cloud Platform\",\n                                \"attribute\": \"334.194.1\",\n                                \"website\": \"https://cloud.google.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cloud.google.com\",\n                                \"domain\": \"cloud.google.com\",\n                                \"createdTime\": \"2016-07-16 19:04:01+00:00\",\n                                \"modifiedTime\": \"2019-02-01 02:44:02+00:00\",\n                                \"description\": \"Google Cloud Platform, offered by Google, is a suite of cloud computing services that runs on the same infrastructure that Google uses internally for its end-user products, such as Google Search and YouTube. Alongside a set of management tools, it provides, a series of modular cloud services including computing, data storage, data analytics and machine learning.\"\n                            },\n                            {\n                                \"tag\": \"96261\",\n                                \"categoryParent\": \"Data Management\",\n                                \"category\": \"Backup and Recovery\",\n                                \"vendor\": \"Veritas Technologies LLC\",\n                                \"product\": \"Veritas Backup Exec\",\n                                \"attribute\": \"331.211.1751389\",\n                                \"website\": \"https://www.veritas.com/product/backup-and-recovery/backup-exec\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/veritas.com\",\n                                \"domain\": \"veritas.com\",\n                                \"createdTime\": \"2018-10-03 01:30:26+00:00\",\n                                \"modifiedTime\": \"2018-10-22 00:37:55+00:00\",\n                                \"description\": \"Veritas Backup Exec is a unified backup and recovery solution.\"\n                            },\n                            {\n                                \"tag\": \"672\",\n                                \"categoryParent\": \"Marketing\",\n                                \"category\": \"Marketing Automation\",\n                                \"vendor\": \"Salesfusion, Inc.\",\n                                \"product\": \"Salesfusion\",\n                                \"attribute\": \"338.3.505213\",\n                                \"website\": \"http://www.salesfusion.com\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/salesfusion.com\",\n                                \"domain\": \"salesfusion.com\",\n                                \"createdTime\": \"2013-06-11 00:00:00+00:00\",\n                                \"modifiedTime\": \"2017-07-17 07:42:44+00:00\",\n                                \"description\": \"Salesfusion is a marketing automation solution that is designed to help B2B companies align marketing and sales to generate more revenue. The application helps businesses build a large revenue funnel for sales and marketing by creating customized digital conversations that can be seamlessly used between departments\"\n                            },\n                            {\n                                \"tag\": \"42570\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"IT Infrastructure Monitoring\",\n                                \"vendor\": \"PagerDuty, Inc.\",\n                                \"product\": \"PagerDuty\",\n                                \"attribute\": \"334.254.330976\",\n                                \"website\": \"http://pagerduty.com\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/pagerduty.com\",\n                                \"domain\": \"pagerduty.com\",\n                                \"createdTime\": \"2017-04-26 06:20:41+00:00\",\n                                \"modifiedTime\": \"2018-11-16 01:22:09+00:00\",\n                                \"description\": \"PagerDuty is an IT Infrastructure Monitoring service that helps create better customer, employee, and business value. Main features are contextual insights and interactive applications, optimized response orchestration, and continuous development and delivery.\"\n                            },\n                            {\n                                \"tag\": \"83763\",\n                                \"categoryParent\": \"DevOps\",\n                                \"category\": \"Testing and QA\",\n                                \"vendor\": \"N/A\",\n                                \"product\": \"Bugzilla\",\n                                \"attribute\": \"328.318.0\",\n                                \"website\": \"http://www.bugzilla.org\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/bugzilla.org\",\n                                \"domain\": \"bugzilla.org\",\n                                \"createdTime\": \"2018-06-18 05:20:45+00:00\",\n                                \"modifiedTime\": \"2019-02-13 09:54:25+00:00\",\n                                \"description\": \"Bugzilla is a web-based general-purpose bugtracker and testing tool.\"\n                            },\n                            {\n                                \"tag\": \"117355\",\n                                \"categoryParent\": \"Marketing\",\n                                \"category\": \"Search Marketing\",\n                                \"vendor\": \"MetaCommunications\",\n                                \"product\": \"Meta Robot\",\n                                \"attribute\": \"338.59.120254217\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:07:03+00:00\",\n                                \"modifiedTime\": \"2019-03-21 12:53:51+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"114147\",\n                                \"categoryParent\": \"Intelligence and Analytics\",\n                                \"category\": \"Advanced Analytics and Data Science\",\n                                \"vendor\": \"HubSpot, Inc\",\n                                \"product\": \"HubSpot Analytics\",\n                                \"attribute\": \"347.241.592\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:06:51+00:00\",\n                                \"modifiedTime\": \"2019-03-21 12:28:05+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"109948\",\n                                \"categoryParent\": \"DevOps\",\n                                \"category\": \"Virtualization\",\n                                \"vendor\": \"Citrix Systems, Inc.\",\n                                \"product\": \"Citrix NetScaler\",\n                                \"attribute\": \"328.193.7728\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:06:32+00:00\",\n                                \"modifiedTime\": \"2019-03-21 11:56:36+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"29644\",\n                                \"categoryParent\": \"Operations\",\n                                \"category\": \"Enterprise Resource Planning\",\n                                \"vendor\": \"Microsoft Corporation\",\n                                \"product\": \"Microsoft Dynamics\",\n                                \"attribute\": \"335.346.28\",\n                                \"website\": \"https://www.microsoft.com/en-us/dynamics/default.aspx\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/microsoft.com\",\n                                \"domain\": \"microsoft.com\",\n                                \"createdTime\": \"2016-09-29 03:04:39+00:00\",\n                                \"modifiedTime\": \"2017-10-26 07:18:55+00:00\",\n                                \"description\": \"Microsoft Dynamics is a line of enterprise resource planning (ERP) and customer relationship management (CRM) software applications. Microsoft Dynamics applications are delivered through a network of reselling partners who provide specialized services.\"\n                            },\n                            {\n                                \"tag\": \"117645\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Web and Application Servers\",\n                                \"vendor\": \"Microsoft Corporation\",\n                                \"product\": \"Microsoft IIS Application Request Routing (ARR)\",\n                                \"attribute\": \"334.425.28\",\n                                \"website\": \"https://www.iis.net/downloads/microsoft/application-request-routing\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/iis.net\",\n                                \"domain\": \"iis.net\",\n                                \"createdTime\": \"2019-03-08 21:07:04+00:00\",\n                                \"modifiedTime\": \"2019-03-21 12:55:57+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"1512\",\n                                \"categoryParent\": \"Intelligence and Analytics\",\n                                \"category\": \"Web Analytics\",\n                                \"vendor\": \"Google LLC\",\n                                \"product\": \"Google Universal Analytics\",\n                                \"attribute\": \"347.1.1\",\n                                \"website\": \"https://developers.google.com/analytics/devguides/collection/analyticsjs/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/developers.google.com\",\n                                \"domain\": \"developers.google.com\",\n                                \"createdTime\": \"2014-06-19 11:28:12+00:00\",\n                                \"modifiedTime\": \"2018-06-19 04:22:05+00:00\",\n                                \"description\": \"Google Universal Analytics is an advanced version of the existing Google Analytics software.\"\n                            },\n                            {\n                                \"tag\": \"278\",\n                                \"categoryParent\": \"Web Tools and Plugins\",\n                                \"category\": \"Web Fonts\",\n                                \"vendor\": \"Google LLC\",\n                                \"product\": \"Google Font API\",\n                                \"attribute\": \"332.16.1\",\n                                \"website\": \"https://developers.google.com/fonts\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/developers.google.com\",\n                                \"domain\": \"developers.google.com\",\n                                \"createdTime\": \"2012-07-12 00:00:00+00:00\",\n                                \"modifiedTime\": \"2018-10-26 00:56:40+00:00\",\n                                \"description\": \"Google Fonts API is an application extension that web developers can add to the programming code on their websites in order to give themselves access to a large database of web-ready fonts provided by Google.\"\n                            },\n                            {\n                                \"tag\": \"32167\",\n                                \"categoryParent\": \"Communication and Collaboration\",\n                                \"category\": \"Team Collaboration\",\n                                \"vendor\": \"Slack Technologies, Inc.\",\n                                \"product\": \"Slack\",\n                                \"attribute\": \"333.267.6744285\",\n                                \"website\": \"https://slack.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/slack.com\",\n                                \"domain\": \"slack.com\",\n                                \"createdTime\": \"2016-11-22 04:04:41+00:00\",\n                                \"modifiedTime\": \"2019-01-16 22:42:25+00:00\",\n                                \"description\": \"Slack is a team communication application providing services such as real-time messaging, archiving, and to search for modern teams. It offers one-on-one messaging, private groups, persistent chat rooms, and direct messaging as well as group chats organized by topic.\"\n                            },\n                            {\n                                \"tag\": \"80176\",\n                                \"categoryParent\": \"Sales\",\n                                \"category\": \"Sales Performance Management\",\n                                \"vendor\": \"ExecVision Inc.\",\n                                \"product\": \"ExecVision\",\n                                \"attribute\": \"398.247.41218127\",\n                                \"website\": \"https://www.execvision.io/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/execvision.io\",\n                                \"domain\": \"execvision.io\",\n                                \"createdTime\": \"2018-05-17 01:43:09+00:00\",\n                                \"modifiedTime\": \"2018-09-24 02:59:35+00:00\",\n                                \"description\": \"ExecVision is a conversation intelligence software for coaching.\"\n                            },\n                            {\n                                \"tag\": \"24100\",\n                                \"categoryParent\": \"Data Management\",\n                                \"category\": \"Big Data Processing\",\n                                \"vendor\": \"The Apache Software Foundation\",\n                                \"product\": \"Apache Kafka\",\n                                \"attribute\": \"331.204.1015\",\n                                \"website\": \"http://kafka.apache.org/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/kafka.apache.org\",\n                                \"domain\": \"kafka.apache.org\",\n                                \"createdTime\": \"2016-07-16 19:04:10+00:00\",\n                                \"modifiedTime\": \"2018-08-15 21:30:01+00:00\",\n                                \"description\": \"Apache Kafka, an open source technology that acts as a real-time, fault tolerant, scalable messaging system. It is adopted for use cases ranging from collecting user activity data, logs, application metrics to stock ticker data, and device instrumentation.\"\n                            },\n                            {\n                                \"tag\": \"30525\",\n                                \"categoryParent\": \"Communication and Collaboration\",\n                                \"category\": \"Project Management\",\n                                \"vendor\": \"Atlassian Corporation Plc\",\n                                \"product\": \"Jira\",\n                                \"attribute\": \"333.217.5766\",\n                                \"website\": \"https://www.atlassian.com/software/jira\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/atlassian.com\",\n                                \"domain\": \"atlassian.com\",\n                                \"createdTime\": \"2016-10-13 16:22:29+00:00\",\n                                \"modifiedTime\": \"2018-12-21 00:07:45+00:00\",\n                                \"description\": \"Jira is a proprietary issue tracking product, developed by Atlassian. It provides bug tracking, issue tracking, and project management functions.\"\n                            },\n                            {\n                                \"tag\": \"874\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Web and Application Servers\",\n                                \"vendor\": \"The Apache Software Foundation\",\n                                \"product\": \"Apache HTTP Server\",\n                                \"attribute\": \"334.425.1015\",\n                                \"website\": \"https://httpd.apache.org/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/httpd.apache.org\",\n                                \"domain\": \"httpd.apache.org\",\n                                \"createdTime\": \"2013-10-13 00:00:00+00:00\",\n                                \"modifiedTime\": \"2018-06-23 11:36:48+00:00\",\n                                \"description\": \"Apache is a free, open source HTTP web server.\"\n                            },\n                            {\n                                \"tag\": \"125569\",\n                                \"categoryParent\": \"Hardware\",\n                                \"category\": \"Communication Hardware\",\n                                \"vendor\": \"Verizon Digital Media Services\",\n                                \"product\": \"Verizon Wireless\",\n                                \"attribute\": \"468.466.6701832\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:07:34+00:00\",\n                                \"modifiedTime\": \"2019-03-21 13:59:33+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"29776\",\n                                \"categoryParent\": \"Programming\",\n                                \"category\": \"Programming Languages\",\n                                \"vendor\": \"The R Foundation\",\n                                \"product\": \"R\",\n                                \"attribute\": \"350.67.32841\",\n                                \"website\": \"https://www.r-project.org/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/r-project.org\",\n                                \"domain\": \"r-project.org\",\n                                \"createdTime\": \"2016-10-03 03:15:02+00:00\",\n                                \"modifiedTime\": \"2018-11-12 03:21:30+00:00\",\n                                \"description\": \"R is a free software environment for statistical computing and graphics. It compiles and runs on a wide variety of UNIX platforms, Windows and MacOS. To download R, please choose your preferred CRAN mirror.\"\n                            },\n                            {\n                                \"tag\": \"95702\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Operating Systems\",\n                                \"vendor\": \"Microsoft Corporation\",\n                                \"product\": \"Windows 7\",\n                                \"attribute\": \"334.443.28\",\n                                \"website\": \"https://www.microsoft.com/en-us/software-download/windows7\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/microsoft.com\",\n                                \"domain\": \"microsoft.com\",\n                                \"createdTime\": \"2018-09-28 03:31:23+00:00\",\n                                \"modifiedTime\": \"2018-10-18 23:53:46+00:00\",\n                                \"description\": \"Windows 7 is a personal computer operating system.\"\n                            },\n                            {\n                                \"tag\": \"95701\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Operating Systems\",\n                                \"vendor\": \"Linux Kernel Organization\",\n                                \"product\": \"Linux\",\n                                \"attribute\": \"334.443.16539\",\n                                \"website\": \"https://www.kernel.org/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/kernel.org\",\n                                \"domain\": \"kernel.org\",\n                                \"createdTime\": \"2018-09-28 03:21:42+00:00\",\n                                \"modifiedTime\": \"2018-10-18 23:55:35+00:00\",\n                                \"description\": \"Linux is a family of free and open-source software operating systems built around the Linux kernel.\"\n                            },\n                            {\n                                \"tag\": \"23836\",\n                                \"categoryParent\": \"Intelligence and Analytics\",\n                                \"category\": \"Business Intelligence\",\n                                \"vendor\": \"Looker Data Sciences, Inc.\",\n                                \"product\": \"Looker\",\n                                \"attribute\": \"347.243.3771635\",\n                                \"website\": \"http://www.looker.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/looker.com\",\n                                \"domain\": \"looker.com\",\n                                \"createdTime\": \"2016-07-16 19:04:04+00:00\",\n                                \"modifiedTime\": \"2017-07-17 07:59:25+00:00\",\n                                \"description\": \"Looker is a software company employing business intelligence to make data accessible to organizations and data analysts.\"\n                            },\n                            {\n                                \"tag\": \"114115\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"IT Service Management\",\n                                \"vendor\": \"HTML5\",\n                                \"product\": \"HTML5\",\n                                \"attribute\": \"334.394.120252452\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:06:50+00:00\",\n                                \"modifiedTime\": \"2019-03-21 12:27:48+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"36494\",\n                                \"categoryParent\": \"Sales\",\n                                \"category\": \"Sales Intelligence\",\n                                \"vendor\": \"Zoom Information, Inc.\",\n                                \"product\": \"ZoomInfo\",\n                                \"attribute\": \"398.457.13289\",\n                                \"website\": \"http://www.zoominfo.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/zoominfo.com\",\n                                \"domain\": \"zoominfo.com\",\n                                \"createdTime\": \"2017-02-09 09:54:47+00:00\",\n                                \"modifiedTime\": \"2019-12-03 21:39:46+00:00\",\n                                \"description\": \"Zoominfo is a market intelligence provider supported by the most comprehensive B2B database. This sales enablement platform is designed to get company in touch with the right customer through features like contacts & company search, targeted list building, and database management.\"\n                            },\n                            {\n                                \"tag\": \"29470\",\n                                \"categoryParent\": \"Sales\",\n                                \"category\": \"Sales Enablement\",\n                                \"vendor\": \"Outreach Corporation\",\n                                \"product\": \"Outreach.io\",\n                                \"attribute\": \"398.365.20750283\",\n                                \"website\": \"https://outreach.io/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/outreach.io\",\n                                \"domain\": \"outreach.io\",\n                                \"createdTime\": \"2016-09-28 05:57:10+00:00\",\n                                \"modifiedTime\": \"2018-11-15 01:05:16+00:00\",\n                                \"description\": \"Outreach.io is a sales performance management solution provider. It helps effectively engage prospects to drive more pipeline and close more deals.\"\n                            },\n                            {\n                                \"tag\": \"114318\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Enterprise Data Storage\",\n                                \"vendor\": \"IBM\",\n                                \"product\": \"IBM DS4300\",\n                                \"attribute\": \"334.236.437\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:06:52+00:00\",\n                                \"modifiedTime\": \"2019-03-21 12:29:31+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"6580\",\n                                \"categoryParent\": \"Advertising\",\n                                \"category\": \"Advertising Networks\",\n                                \"vendor\": \"Twitter, Inc.\",\n                                \"product\": \"Twitter Ads\",\n                                \"attribute\": \"336.9.9\",\n                                \"website\": \"https://business.twitter.com/en/solutions/twitter-ads.html\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/business.twitter.com\",\n                                \"domain\": \"business.twitter.com\",\n                                \"createdTime\": \"2014-11-04 17:46:02+00:00\",\n                                \"modifiedTime\": \"2018-08-23 03:33:36+00:00\",\n                                \"description\": \"Twitter advertising includes conversion tracking and re-marketing tools.\"\n                            },\n                            {\n                                \"tag\": \"106305\",\n                                \"categoryParent\": \"Audio, Video, Graphics\",\n                                \"category\": \"Other Audio, Video, Graphics Software\",\n                                \"vendor\": \"Adobe Inc.\",\n                                \"product\": \"Adobe Creative Suite\",\n                                \"attribute\": \"349.419.67\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:06:16+00:00\",\n                                \"modifiedTime\": \"2019-03-21 11:31:09+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"26149\",\n                                \"categoryParent\": \"Hardware\",\n                                \"category\": \"Network Hardware\",\n                                \"vendor\": \"Broadcom Inc.\",\n                                \"product\": \"Brocade\",\n                                \"attribute\": \"468.216.53694\",\n                                \"website\": \"http://www.brocade.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/brocade.com\",\n                                \"domain\": \"brocade.com\",\n                                \"createdTime\": \"2016-08-17 15:05:15+00:00\",\n                                \"modifiedTime\": \"2018-06-27 05:08:41+00:00\",\n                                \"description\": \"Brocade provides data center networking solutions and information assets management services.\"\n                            },\n                            {\n                                \"tag\": \"1508\",\n                                \"categoryParent\": \"Human Resources\",\n                                \"category\": \"Human Resource Management Systems\",\n                                \"vendor\": \"Deltek, inc\",\n                                \"product\": \"Deltek Talent Management\",\n                                \"attribute\": \"348.206.189899\",\n                                \"website\": \"https://www.deltek.com/en/products/hr-and-talent-management/talent-management\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/deltek.com\",\n                                \"domain\": \"deltek.com\",\n                                \"createdTime\": \"2014-06-18 10:39:06+00:00\",\n                                \"modifiedTime\": \"2018-08-02 04:34:01+00:00\",\n                                \"description\": \"Deltek Talent Management provides full-service tools & solutions for career development, training, and performance.\"\n                            },\n                            {\n                                \"tag\": \"64515\",\n                                \"categoryParent\": \"Marketing\",\n                                \"category\": \"Marketing Automation\",\n                                \"vendor\": \"PublicBeta Limited\",\n                                \"product\": \"CM Commerce\",\n                                \"attribute\": \"338.3.27550781\",\n                                \"website\": \"https://cm-commerce.com\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cm-commerce.com\",\n                                \"domain\": \"cm-commerce.com\",\n                                \"createdTime\": \"2017-12-04 05:03:36+00:00\",\n                                \"modifiedTime\": \"2020-03-16 23:10:26+00:00\",\n                                \"description\": \"CM Commerce is a marketing dashboard for ecommerce stores offering receipts, coupon codes, suggested products, customer follow-ups, layout tools\"\n                            },\n                            {\n                                \"tag\": \"92590\",\n                                \"categoryParent\": \"Communication and Collaboration\",\n                                \"category\": \"Team Collaboration\",\n                                \"vendor\": \"Microsoft Corporation\",\n                                \"product\": \"Microsoft Exchange Server 2013\",\n                                \"attribute\": \"333.267.28\",\n                                \"website\": \"https://products.office.com/en/microsoft-exchange-2013\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/products.office.com\",\n                                \"domain\": \"products.office.com\",\n                                \"createdTime\": \"2018-09-04 06:04:18+00:00\",\n                                \"modifiedTime\": \"2020-06-26 16:43:33+00:00\",\n                                \"description\": \"A 2013 version of Microsoft Exchange Server.\"\n                            },\n                            {\n                                \"tag\": \"7110\",\n                                \"categoryParent\": \"Web Tools and Plugins\",\n                                \"category\": \"CAPTCHA\",\n                                \"vendor\": \"Google LLC\",\n                                \"product\": \"reCAPTCHA v2.0\",\n                                \"attribute\": \"332.46.1\",\n                                \"website\": \"https://developers.google.com/recaptcha/docs/display\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/developers.google.com\",\n                                \"domain\": \"developers.google.com\",\n                                \"createdTime\": \"2015-01-13 11:39:31+00:00\",\n                                \"modifiedTime\": \"2018-08-15 00:36:50+00:00\",\n                                \"description\": \"reCAPTCHA is a CAPTCHA-like system designed to establish that a computer user is human and, at the same time, assist in the digitization of books.\"\n                            },\n                            {\n                                \"tag\": \"109563\",\n                                \"categoryParent\": \"Security\",\n                                \"category\": \"Web Application Firewalls\",\n                                \"vendor\": \"Cisco Systems, Inc\",\n                                \"product\": \"Cisco Adaptive Security Appliance (ASA)\",\n                                \"attribute\": \"339.358.1096\",\n                                \"website\": \"https://www.cisco.com/c/en/us/products/security/adaptive-security-appliance-asa-software/index.html\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cisco.com\",\n                                \"domain\": \"cisco.com\",\n                                \"createdTime\": \"2019-03-08 21:06:30+00:00\",\n                                \"modifiedTime\": \"2019-03-21 11:53:55+00:00\",\n                                \"description\": \"Firewall and Network Security\"\n                            },\n                            {\n                                \"tag\": \"78504\",\n                                \"categoryParent\": \"Intelligence and Analytics\",\n                                \"category\": \"Business Intelligence\",\n                                \"vendor\": \"Google LLC\",\n                                \"product\": \"Google Data Studio\",\n                                \"attribute\": \"347.243.1\",\n                                \"website\": \"https://marketingplatform.google.com/about/data-studio/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/marketingplatform.google.com\",\n                                \"domain\": \"marketingplatform.google.com\",\n                                \"createdTime\": \"2018-04-24 06:58:50+00:00\",\n                                \"modifiedTime\": \"2018-07-30 21:31:31+00:00\",\n                                \"description\": \"Google Data Studio turns data into dashboards and reports.\"\n                            },\n                            {\n                                \"tag\": \"29461\",\n                                \"categoryParent\": \"Sales\",\n                                \"category\": \"Sales Intelligence\",\n                                \"vendor\": \"Zoom Information, Inc.\",\n                                \"product\": \"DiscoverOrg\",\n                                \"attribute\": \"398.457.13289\",\n                                \"website\": \"https://discoverorg.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/discoverorg.com\",\n                                \"domain\": \"discoverorg.com\",\n                                \"createdTime\": \"2016-09-28 05:28:28+00:00\",\n                                \"modifiedTime\": \"2020-06-26 16:51:25+00:00\",\n                                \"description\": \"DiscoverOrg has been a pioneer in the marketing and sales intelligence software. From IT reliability software startups and enterprise market research organizations to cloud-based collaboration providers and fast-growing startups, DiscoverOrg helps companies across all verticals and stages fill their pipelines and improve their bottom lines.\"\n                            },\n                            {\n                                \"tag\": \"119207\",\n                                \"categoryParent\": \"Programming\",\n                                \"category\": \"Other Programming Software\",\n                                \"vendor\": \"Facebook, Inc.\",\n                                \"product\": \"Open Graph Protocol\",\n                                \"attribute\": \"350.451.2\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:07:10+00:00\",\n                                \"modifiedTime\": \"2019-03-21 13:06:53+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"126448\",\n                                \"categoryParent\": \"Data Management\",\n                                \"category\": \"Other Data Management Software\",\n                                \"vendor\": \"N/A\",\n                                \"product\": \"X-Frame-Options\",\n                                \"attribute\": \"331.438.0\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:07:37+00:00\",\n                                \"modifiedTime\": \"2019-03-21 14:05:42+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"93368\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Other IT Infrastructure Software\",\n                                \"vendor\": \"Amazon.com, Inc.\",\n                                \"product\": \"AWS CloudFormation\",\n                                \"attribute\": \"334.429.11\",\n                                \"website\": \"https://aws.amazon.com/cloudformation/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/aws.amazon.com\",\n                                \"domain\": \"aws.amazon.com\",\n                                \"createdTime\": \"2018-09-10 06:07:32+00:00\",\n                                \"modifiedTime\": \"2019-01-22 00:27:00+00:00\",\n                                \"description\": \"AWS CloudFormation is a language for provisioning infrastructure resources in cloud environments.\"\n                            },\n                            {\n                                \"tag\": \"23826\",\n                                \"categoryParent\": \"Intelligence and Analytics\",\n                                \"category\": \"Business Intelligence\",\n                                \"vendor\": \"Tableau Software, Inc.\",\n                                \"product\": \"Tableau\",\n                                \"attribute\": \"347.243.1785191\",\n                                \"website\": \"http://www.tableau.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/tableau.com\",\n                                \"domain\": \"tableau.com\",\n                                \"createdTime\": \"2016-07-16 19:04:04+00:00\",\n                                \"modifiedTime\": \"2018-08-29 04:11:13+00:00\",\n                                \"description\": \"Tableau develops and manufactures products for the computer forensics community.\"\n                            },\n                            {\n                                \"tag\": \"126840\",\n                                \"categoryParent\": \"Vertical Industries\",\n                                \"category\": \"Other Vertical Industries Software\",\n                                \"vendor\": \"Tripleseat Software, LLC\",\n                                \"product\": \"Tripleseat\",\n                                \"attribute\": \"329.437.120265001\",\n                                \"website\": \"https://www.tripleseat.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/tripleseat.com\",\n                                \"domain\": \"tripleseat.com\",\n                                \"createdTime\": \"2019-04-19 06:38:05+00:00\",\n                                \"modifiedTime\": \"2019-04-19 06:53:30+00:00\",\n                                \"description\": \"Tripleseat is a sales and event management web application for restaurants, hotels and unique venues\"\n                            },\n                            {\n                                \"tag\": \"122553\",\n                                \"categoryParent\": \"Data Management\",\n                                \"category\": \"Other Data Management Software\",\n                                \"vendor\": \"Selenium HQ\",\n                                \"product\": \"Selenium\",\n                                \"attribute\": \"331.438.28068\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:07:23+00:00\",\n                                \"modifiedTime\": \"2019-03-21 13:31:53+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"110908\",\n                                \"categoryParent\": \"Sales\",\n                                \"category\": \"Sales Intelligence\",\n                                \"vendor\": \"Datanyze\",\n                                \"product\": \"Datanyze\",\n                                \"attribute\": \"398.457.120251152\",\n                                \"website\": \"datanyze.com\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:06:35+00:00\",\n                                \"modifiedTime\": \"2019-09-25 10:12:39+00:00\",\n                                \"description\": \"Datanyze is the leader in technographics -- real-time insights based on a company's technology choices and buying signals.\"\n                            },\n                            {\n                                \"tag\": \"92977\",\n                                \"categoryParent\": \"Audio, Video, Graphics\",\n                                \"category\": \"Graphics\",\n                                \"vendor\": \"Adobe Inc.\",\n                                \"product\": \"Adobe InDesign\",\n                                \"attribute\": \"349.462.67\",\n                                \"website\": \"https://www.adobe.com/InDesign\\u200e\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/adobe.com\",\n                                \"domain\": \"adobe.com\",\n                                \"createdTime\": \"2018-09-06 03:01:11+00:00\",\n                                \"modifiedTime\": \"2019-01-18 00:07:33+00:00\",\n                                \"description\": \"Adobe InDesign is a desktop publishing and typesetting software application.\"\n                            },\n                            {\n                                \"tag\": \"106984\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Web and Application Servers\",\n                                \"vendor\": \"The Apache Software Foundation\",\n                                \"product\": \"Apache Servers\",\n                                \"attribute\": \"334.425.1015\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:06:18+00:00\",\n                                \"modifiedTime\": \"2019-03-21 11:36:15+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"13426\",\n                                \"categoryParent\": \"Communication and Collaboration\",\n                                \"category\": \"Web Conferencing\",\n                                \"vendor\": \"Zoom Video Communications, Inc.\",\n                                \"product\": \"Zoom\",\n                                \"attribute\": \"333.52.2040210\",\n                                \"website\": \"https://zoom.us\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/zoom.us\",\n                                \"domain\": \"zoom.us\",\n                                \"createdTime\": \"2015-06-02 22:02:29+00:00\",\n                                \"modifiedTime\": \"2019-01-20 23:38:34+00:00\",\n                                \"description\": \"Zoom is a cloud platform for video and audio conferencing, chat, and webinars.\"\n                            },\n                            {\n                                \"tag\": \"6576\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Content Delivery Networks\",\n                                \"vendor\": \"Cloudinary Ltd.\",\n                                \"product\": \"Cloudinary\",\n                                \"attribute\": \"334.10.1035741\",\n                                \"website\": \"http://cloudinary.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cloudinary.com\",\n                                \"domain\": \"cloudinary.com\",\n                                \"createdTime\": \"2014-11-04 17:02:41+00:00\",\n                                \"modifiedTime\": \"2017-07-17 07:47:12+00:00\",\n                                \"description\": \"Cloudinary is an end-to-end image management solution for your website and mobile apps. Cloudinary covers everything from image uploads, storage, manipulations, optimizations to delivery. You can easily upload images to the cloud, automatically perform smart image manipulations without installing any complex software.\"\n                            },\n                            {\n                                \"tag\": \"96282\",\n                                \"categoryParent\": \"Data Management\",\n                                \"category\": \"Other Data Management Software\",\n                                \"vendor\": \"Rabbit Technologies Ltd\",\n                                \"product\": \"RabbitMQ\",\n                                \"attribute\": \"331.438.61730\",\n                                \"website\": \"https://www.rabbitmq.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/rabbitmq.com\",\n                                \"domain\": \"rabbitmq.com\",\n                                \"createdTime\": \"2018-10-03 02:33:09+00:00\",\n                                \"modifiedTime\": \"2018-10-22 00:10:09+00:00\",\n                                \"description\": \"RabbitMQ is an open source message broker software.\"\n                            },\n                            {\n                                \"tag\": \"126664\",\n                                \"categoryParent\": \"Customer Service\",\n                                \"category\": \"Help Desk\",\n                                \"vendor\": \"Zendesk, Inc.\",\n                                \"product\": \"Zendesk Help Desk Software\",\n                                \"attribute\": \"330.395.782\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:07:38+00:00\",\n                                \"modifiedTime\": \"2019-03-21 14:07:13+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"1253\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Platforms as a Service\",\n                                \"vendor\": \"Salesforce.com, Inc.\",\n                                \"product\": \"Heroku\",\n                                \"attribute\": \"334.445.221\",\n                                \"website\": \"http://heroku.com\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/heroku.com\",\n                                \"domain\": \"heroku.com\",\n                                \"createdTime\": \"2014-04-14 15:31:09+00:00\",\n                                \"modifiedTime\": \"2017-11-30 02:29:45+00:00\",\n                                \"description\": \"US based open language cloud application hosting platform supporting multiple languages such as Ruby, Java, NodeJS and Clojure. That is, multi-language cloud application platform that enables developers to deploy, scale, and manage their applications.\"\n                            },\n                            {\n                                \"tag\": \"65518\",\n                                \"categoryParent\": \"Accounting and Finance\",\n                                \"category\": \"Corporate Performance Management\",\n                                \"vendor\": \"Adaptive Insights, Inc.\",\n                                \"product\": \"Adaptive Suite\",\n                                \"attribute\": \"368.447.10282193\",\n                                \"website\": \"https://www.adaptiveinsights.com/products/adaptive-suite\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/adaptiveinsights.com\",\n                                \"domain\": \"adaptiveinsights.com\",\n                                \"createdTime\": \"2017-12-13 01:43:04+00:00\",\n                                \"modifiedTime\": \"2018-12-24 01:23:53+00:00\",\n                                \"description\": \"Adaptive Suite is cloud-based corporate performance management and business intelligence software\"\n                            },\n                            {\n                                \"tag\": \"24135\",\n                                \"categoryParent\": \"Miscellaneous\",\n                                \"category\": \"Miscellaneous\",\n                                \"vendor\": \"Apple Inc.\",\n                                \"product\": \"Apple (common)\",\n                                \"attribute\": \"0.68.29\",\n                                \"website\": \"http://www.apple.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/apple.com\",\n                                \"domain\": \"apple.com\",\n                                \"createdTime\": \"2016-07-16 19:04:11+00:00\",\n                                \"modifiedTime\": \"2018-11-12 00:25:56+00:00\",\n                                \"description\": \"This technology tracks users of various Apple products identified by advanced tracking methods.\"\n                            },\n                            {\n                                \"tag\": \"84385\",\n                                \"categoryParent\": \"Communication and Collaboration\",\n                                \"category\": \"Project Management\",\n                                \"vendor\": \"Pivotal Software, Inc.\",\n                                \"product\": \"Pivotal Tracker\",\n                                \"attribute\": \"333.217.6370429\",\n                                \"website\": \"https://www.pivotaltracker.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/pivotaltracker.com\",\n                                \"domain\": \"pivotaltracker.com\",\n                                \"createdTime\": \"2018-06-21 06:27:42+00:00\",\n                                \"modifiedTime\": \"2018-06-29 02:58:03+00:00\",\n                                \"description\": \"Pivotal Tracker is an agile project management solution.\"\n                            },\n                            {\n                                \"tag\": \"1669\",\n                                \"categoryParent\": \"Programming\",\n                                \"category\": \"Frameworks and Libraries\",\n                                \"vendor\": \"Twitter, Inc.\",\n                                \"product\": \"Bootstrap\",\n                                \"attribute\": \"350.66.9\",\n                                \"website\": \"http://getbootstrap.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/getbootstrap.com\",\n                                \"domain\": \"getbootstrap.com\",\n                                \"createdTime\": \"2014-07-23 16:39:22+00:00\",\n                                \"modifiedTime\": \"2018-10-16 08:00:42+00:00\",\n                                \"description\": \"Bootstrap is a free and open-source front-end web framework for designing websites and web applications. It contains HTML- and CSS-based design templates for typography, forms, buttons, navigation and other interface components, as well as optional JavaScript extensions.\"\n                            },\n                            {\n                                \"tag\": \"5888\",\n                                \"categoryParent\": \"Programming\",\n                                \"category\": \"Frameworks and Libraries\",\n                                \"vendor\": \"Node.js Foundation\",\n                                \"product\": \"Express\",\n                                \"attribute\": \"350.66.77349583\",\n                                \"website\": \"http://expressjs.com\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/expressjs.com\",\n                                \"domain\": \"expressjs.com\",\n                                \"createdTime\": \"2014-09-08 17:46:57+00:00\",\n                                \"modifiedTime\": \"2018-11-15 01:24:40+00:00\",\n                                \"description\": \"Express is a minimalist web application development framework for Node.js, released as free and open-source software under the MIT License.\"\n                            },\n                            {\n                                \"tag\": \"1151\",\n                                \"categoryParent\": \"Web Tools and Plugins\",\n                                \"category\": \"CAPTCHA\",\n                                \"vendor\": \"Google LLC\",\n                                \"product\": \"reCAPTCHA\",\n                                \"attribute\": \"332.46.1\",\n                                \"website\": \"https://www.google.com/recaptcha/intro/index.html\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/google.com\",\n                                \"domain\": \"google.com\",\n                                \"createdTime\": \"2014-03-14 14:35:46+00:00\",\n                                \"modifiedTime\": \"2018-10-25 05:44:21+00:00\",\n                                \"description\": \"Part of the Google suite of applications, reCAPTCHA is a leading web security software service that helps websites protect their valuable data from bots and other spam software and ensure that only human interactions are occurring on their site.\"\n                            },\n                            {\n                                \"tag\": \"26799\",\n                                \"categoryParent\": \"Miscellaneous\",\n                                \"category\": \"Miscellaneous\",\n                                \"vendor\": \"Zoho Corporation Private Limited\",\n                                \"product\": \"Zoho (common)\",\n                                \"attribute\": \"0.68.389168\",\n                                \"website\": \"https://www.zoho.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/zoho.com\",\n                                \"domain\": \"zoho.com\",\n                                \"createdTime\": \"2016-08-22 11:11:30+00:00\",\n                                \"modifiedTime\": \"2019-03-15 08:44:39+00:00\",\n                                \"description\": \"This technology tracks users of various Zoho products identified by advanced tracking methods.\"\n                            },\n                            {\n                                \"tag\": \"248\",\n                                \"categoryParent\": \"Marketing\",\n                                \"category\": \"Marketing Automation\",\n                                \"vendor\": \"HubSpot, Inc\",\n                                \"product\": \"HubSpot\",\n                                \"attribute\": \"338.3.592\",\n                                \"website\": \"https://www.hubspot.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/hubspot.com\",\n                                \"domain\": \"hubspot.com\",\n                                \"createdTime\": \"2012-07-04 00:00:00+00:00\",\n                                \"modifiedTime\": \"2017-07-17 07:40:53+00:00\",\n                                \"description\": \"HubSpot is a developer and marketer of software products for inbound marketing and sales. It was founded by Brian Halligan and Dharmesh Shah in 2006. Its products and services aim to provide tools for social media marketing, content management, web analytics and search engine optimization.\"\n                            },\n                            {\n                                \"tag\": \"93596\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Other IT Infrastructure Software\",\n                                \"vendor\": \"VMware, Inc\",\n                                \"product\": \"VMware vCloud Suite\",\n                                \"attribute\": \"334.429.2140\",\n                                \"website\": \"https://www.vmware.com/products/vcloud-suite.html\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/vmware.com\",\n                                \"domain\": \"vmware.com\",\n                                \"createdTime\": \"2018-09-11 07:03:05+00:00\",\n                                \"modifiedTime\": \"2019-01-17 06:12:29+00:00\",\n                                \"description\": \"VMware vCloud Suite is an enterprise-ready cloud software that brings together VMware vSphere hypervisor and VMware vRealize Suite cloud management platform.\"\n                            },\n                            {\n                                \"tag\": \"108907\",\n                                \"categoryParent\": \"Web Tools and Plugins\",\n                                \"category\": \"Web Design and Development Services\",\n                                \"vendor\": \"Cache Control\",\n                                \"product\": \"Cache Control\",\n                                \"attribute\": \"332.420.120250233\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:06:27+00:00\",\n                                \"modifiedTime\": \"2019-03-21 11:49:24+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"5882\",\n                                \"categoryParent\": \"Vertical Industries\",\n                                \"category\": \"Healthcare Marketing\",\n                                \"vendor\": \"AVImark\",\n                                \"product\": \"PetWise Marketing\",\n                                \"attribute\": \"329.130.3948172\",\n                                \"website\": \"http://www.petwisemarketing.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/petwisemarketing.com\",\n                                \"domain\": \"petwisemarketing.com\",\n                                \"createdTime\": \"2014-09-08 16:11:27+00:00\",\n                                \"modifiedTime\": \"2017-12-13 09:32:16+00:00\",\n                                \"description\": \"PetWise Marketing is a technology company that provides a veterinary practice management software that aims to offers solutions and features that will facilitate the paperless environment. PetWise Marketing is an easy to use software with unlimited seat licenses and advanced features.\"\n                            },\n                            {\n                                \"tag\": \"81660\",\n                                \"categoryParent\": \"Web Tools and Plugins\",\n                                \"category\": \"Visitor Counters\",\n                                \"vendor\": \"Marketo, Inc.\",\n                                \"product\": \"Munchkin\",\n                                \"attribute\": \"332.393.6917\",\n                                \"website\": \"https://docs.marketo.com/display/public/DOCS/Munchkin\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/docs.marketo.com\",\n                                \"domain\": \"docs.marketo.com\",\n                                \"createdTime\": \"2018-05-29 04:52:49+00:00\",\n                                \"modifiedTime\": \"2018-06-13 22:31:44+00:00\",\n                                \"description\": \"Munchkin is the JavaScript snippet that tracks visits, clicks and form fill outs.\"\n                            },\n                            {\n                                \"tag\": \"508\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Domain Name Services\",\n                                \"vendor\": \"Amazon.com, Inc.\",\n                                \"product\": \"Amazon Route 53\",\n                                \"attribute\": \"334.4.11\",\n                                \"website\": \"http://aws.amazon.com/route53/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/aws.amazon.com\",\n                                \"domain\": \"aws.amazon.com\",\n                                \"createdTime\": \"2012-03-26 00:00:00+00:00\",\n                                \"modifiedTime\": \"2018-10-24 00:28:42+00:00\",\n                                \"description\": \"Amazon Route 53 is a cloud Domain Name System (DNS) web service.\"\n                            },\n                            {\n                                \"tag\": \"373\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Email Delivery\",\n                                \"vendor\": \"Rocket Science Group LLC\",\n                                \"product\": \"Mandrill\",\n                                \"attribute\": \"334.19.3526969\",\n                                \"website\": \"http://mandrill.com\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/mandrill.com\",\n                                \"domain\": \"mandrill.com\",\n                                \"createdTime\": \"2012-09-10 00:00:00+00:00\",\n                                \"modifiedTime\": \"2018-03-29 21:46:05+00:00\",\n                                \"description\": \"Mandrill, a transactional email platform built by MailChimp, is a powerful delivery service that can be used for personalized, one-to-one e-commerce emails, and automated transactional emails like password resets, order confirmations, and welcome messages.\"\n                            },\n                            {\n                                \"tag\": \"75757\",\n                                \"categoryParent\": \"Human Resources\",\n                                \"category\": \"Applicant Tracking Systems\",\n                                \"vendor\": \"TalentNest\",\n                                \"product\": \"TalentNest\",\n                                \"attribute\": \"348.28.2125593\",\n                                \"website\": \"http://talentnest.com\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/talentnest.com\",\n                                \"domain\": \"talentnest.com\",\n                                \"createdTime\": \"2018-03-15 02:12:54+00:00\",\n                                \"modifiedTime\": \"2019-01-09 00:13:09+00:00\",\n                                \"description\": \"TalentNest is an all-in-one applicant recruiting and tracking software solution.\"\n                            },\n                            {\n                                \"tag\": \"99517\",\n                                \"categoryParent\": \"Data Management\",\n                                \"category\": \"Data Quality Management\",\n                                \"vendor\": \"Symphonic Source, Inc.\",\n                                \"product\": \"Cloudingo\",\n                                \"attribute\": \"331.448.2316786\",\n                                \"website\": \"http://www.cloudingo.com\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cloudingo.com\",\n                                \"domain\": \"cloudingo.com\",\n                                \"createdTime\": \"2018-11-16 01:03:42+00:00\",\n                                \"modifiedTime\": \"2018-11-30 02:41:00+00:00\",\n                                \"description\": \"Cloudingo is a Salesforce data cleansing application.\"\n                            },\n                            {\n                                \"tag\": \"113692\",\n                                \"categoryParent\": \"Programming\",\n                                \"category\": \"Frameworks and Libraries\",\n                                \"vendor\": \"Hibernate\",\n                                \"product\": \"Hibernate\",\n                                \"attribute\": \"350.66.120252546\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:06:48+00:00\",\n                                \"modifiedTime\": \"2019-03-21 12:24:07+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"126997\",\n                                \"categoryParent\": \"Human Resources\",\n                                \"category\": \"Other Human Resources Software\",\n                                \"vendor\": \"O5 Systems Inc.\",\n                                \"product\": \"Ideal\",\n                                \"attribute\": \"348.376.120265138\",\n                                \"website\": \"https://ideal.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/ideal.com\",\n                                \"domain\": \"ideal.com\",\n                                \"createdTime\": \"2019-10-18 11:34:48+00:00\",\n                                \"modifiedTime\": \"2019-10-18 11:37:39+00:00\",\n                                \"description\": \"Ideal is recruitment automation software that acts as a virtual assistant to automate time-consuming, high-volume hiring tasks.\"\n                            },\n                            {\n                                \"tag\": \"41882\",\n                                \"categoryParent\": \"Web Tools and Plugins\",\n                                \"category\": \"Other Web Tools and Plugins\",\n                                \"vendor\": \"Fonticons, Inc.\",\n                                \"product\": \"Font Awesome\",\n                                \"attribute\": \"332.433.6501195\",\n                                \"website\": \"https://fontawesome.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/fontawesome.com\",\n                                \"domain\": \"fontawesome.com\",\n                                \"createdTime\": \"2017-04-18 12:00:00+00:00\",\n                                \"modifiedTime\": \"2018-11-15 00:13:28+00:00\",\n                                \"description\": \"Font Awesome is a font and icon toolkit that allows to add vector icons and social logos to a user website.\"\n                            },\n                            {\n                                \"tag\": \"126176\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Web and Application Servers\",\n                                \"vendor\": \"Red Hat, Inc.\",\n                                \"product\": \"WildFly (Formerly JBoss)\",\n                                \"attribute\": \"334.425.5358\",\n                                \"website\": \"http://wildfly.org/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/wildfly.org\",\n                                \"domain\": \"wildfly.org\",\n                                \"createdTime\": \"2019-03-08 21:07:36+00:00\",\n                                \"modifiedTime\": \"2019-03-21 14:03:46+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"38271\",\n                                \"categoryParent\": \"Hardware\",\n                                \"category\": \"Network Hardware\",\n                                \"vendor\": \"Cisco Systems, Inc\",\n                                \"product\": \"Cisco Firewalls\",\n                                \"attribute\": \"468.216.1096\",\n                                \"website\": \"https://www.cisco.com/c/en/us/products/security/product-listing.html#Firewalls\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cisco.com\",\n                                \"domain\": \"cisco.com\",\n                                \"createdTime\": \"2017-03-07 04:58:40+00:00\",\n                                \"modifiedTime\": \"2018-12-03 00:57:07+00:00\",\n                                \"description\": \"Cisco ASA is a security device that combines firewall, antivirus, intrusion prevention, and virtual private network (VPN) capabilities. It provides proactive threat defense that stops attacks before they spread through the network. Cisco ASA can be used as a security solution for both small and large networks.\"\n                            },\n                            {\n                                \"tag\": \"121903\",\n                                \"categoryParent\": \"Programming\",\n                                \"category\": \"Frameworks and Libraries\",\n                                \"vendor\": \"Salesforce.com, Inc.\",\n                                \"product\": \"SalesForce VisualForce\",\n                                \"attribute\": \"350.66.221\",\n                                \"website\": \"https://trailhead.salesforce.com/en/content/learn/modules/visualforce_fundamentals/visualforce_intro\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/trailhead.salesforce.com\",\n                                \"domain\": \"trailhead.salesforce.com\",\n                                \"createdTime\": \"2019-03-08 21:07:20+00:00\",\n                                \"modifiedTime\": \"2019-03-21 13:26:03+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"123516\",\n                                \"categoryParent\": \"Programming\",\n                                \"category\": \"Programming Languages\",\n                                \"vendor\": \"International Organization for Standardization\",\n                                \"product\": \"SQL\",\n                                \"attribute\": \"350.67.120265221\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:07:26+00:00\",\n                                \"modifiedTime\": \"2019-12-25 07:47:41+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"25940\",\n                                \"categoryParent\": \"Customer Service\",\n                                \"category\": \"Contact Center Solutions\",\n                                \"vendor\": \"Salesforce.com, Inc.\",\n                                \"product\": \"Salesforce Service Cloud\",\n                                \"attribute\": \"330.219.221\",\n                                \"website\": \"http://www.salesforce.com/service-cloud/overview/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/salesforce.com\",\n                                \"domain\": \"salesforce.com\",\n                                \"createdTime\": \"2016-08-17 02:35:56+00:00\",\n                                \"modifiedTime\": \"2018-06-27 05:00:30+00:00\",\n                                \"description\": \"Salesforce Service Cloud is a customer relationship management platform for customer service and support, based on the company's CRM product.\"\n                            },\n                            {\n                                \"tag\": \"51978\",\n                                \"categoryParent\": \"Data Management\",\n                                \"category\": \"Databases\",\n                                \"vendor\": \"N/A\",\n                                \"product\": \"NoSQL\",\n                                \"attribute\": \"331.272.0\",\n                                \"website\": \"https://en.wikipedia.org/wiki/NoSQL\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/en.wikipedia.org\",\n                                \"domain\": \"en.wikipedia.org\",\n                                \"createdTime\": \"2017-08-10 01:21:02+00:00\",\n                                \"modifiedTime\": \"2019-02-13 09:57:23+00:00\",\n                                \"description\": \"Domains where NoSQL keyword is used in the tech stack.\"\n                            },\n                            {\n                                \"tag\": \"77288\",\n                                \"categoryParent\": \"Human Resources\",\n                                \"category\": \"Other Human Resources Software\",\n                                \"vendor\": \"All4Staff, Inc.\",\n                                \"product\": \"WorkBright\",\n                                \"attribute\": \"348.376.41674165\",\n                                \"website\": \"https://workbright.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/workbright.com\",\n                                \"domain\": \"workbright.com\",\n                                \"createdTime\": \"2018-04-04 04:11:05+00:00\",\n                                \"modifiedTime\": \"2018-04-24 04:51:43+00:00\",\n                                \"description\": \"WorkBright is a cloud-based software solution for automating employee onboarding.\"\n                            },\n                            {\n                                \"tag\": \"39687\",\n                                \"categoryParent\": \"Sales\",\n                                \"category\": \"Sales Enablement\",\n                                \"vendor\": \"SalesLoft, Inc.\",\n                                \"product\": \"SalesLoft\",\n                                \"attribute\": \"398.365.1935519\",\n                                \"website\": \"https://salesloft.com\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/salesloft.com\",\n                                \"domain\": \"salesloft.com\",\n                                \"createdTime\": \"2017-03-22 03:36:08+00:00\",\n                                \"modifiedTime\": \"2018-07-09 01:22:08+00:00\",\n                                \"description\": \"SalesLoft is a sales performance platform designed for modern sales engagement. It enables companies to personalize sales communication, establish human connection, seamlessly tap into sales engagement cloud, and make data driven decisions.\"\n                            },\n                            {\n                                \"tag\": \"113367\",\n                                \"categoryParent\": \"Advertising\",\n                                \"category\": \"Other Advertising Software\",\n                                \"vendor\": \"Google LLC\",\n                                \"product\": \"Google AdWords\",\n                                \"attribute\": \"336.62.1\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:06:46+00:00\",\n                                \"modifiedTime\": \"2019-03-21 12:21:49+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"102063\",\n                                \"categoryParent\": \"Programming\",\n                                \"category\": \"Frameworks and Libraries\",\n                                \"vendor\": \"Google LLC\",\n                                \"product\": \"Angular 2\",\n                                \"attribute\": \"350.66.1\",\n                                \"website\": \"https://angular.io/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/angular.io\",\n                                \"domain\": \"angular.io\",\n                                \"createdTime\": \"2018-12-05 06:38:04+00:00\",\n                                \"modifiedTime\": \"2018-12-17 19:47:07+00:00\",\n                                \"description\": \"Angular version 2.\"\n                            },\n                            {\n                                \"tag\": \"107527\",\n                                \"categoryParent\": \"Programming\",\n                                \"category\": \"Other Programming Software\",\n                                \"vendor\": \"Atom\",\n                                \"product\": \"Atom Introspection\",\n                                \"attribute\": \"350.451.120249482\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:06:21+00:00\",\n                                \"modifiedTime\": \"2019-03-21 11:39:56+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"113366\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Email Hosting\",\n                                \"vendor\": \"Google LLC\",\n                                \"product\": \"Google (mail server)\",\n                                \"attribute\": \"334.23.1\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:06:46+00:00\",\n                                \"modifiedTime\": \"2019-03-21 12:21:48+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"95301\",\n                                \"categoryParent\": \"Communication and Collaboration\",\n                                \"category\": \"Other Communication and Collaboration Software\",\n                                \"vendor\": \"Axure Software Solutions, Inc.\",\n                                \"product\": \"Axure RP\",\n                                \"attribute\": \"333.427.19469\",\n                                \"website\": \"https://www.axure.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/axure.com\",\n                                \"domain\": \"axure.com\",\n                                \"createdTime\": \"2018-09-25 04:41:37+00:00\",\n                                \"modifiedTime\": \"2018-10-23 03:45:18+00:00\",\n                                \"description\": \"Axure RP Pro is a wireframing, rapid prototyping, documentation and specification software tool.\"\n                            },\n                            {\n                                \"tag\": \"113369\",\n                                \"categoryParent\": \"Data Management\",\n                                \"category\": \"API Management\",\n                                \"vendor\": \"Google LLC\",\n                                \"product\": \"Google AJAX Libraries API\",\n                                \"attribute\": \"331.430.1\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:06:46+00:00\",\n                                \"modifiedTime\": \"2019-03-21 12:21:50+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"93023\",\n                                \"categoryParent\": \"Vertical Industries\",\n                                \"category\": \"Education Management\",\n                                \"vendor\": \"Articulate Global, Inc.\",\n                                \"product\": \"Articulate 360\",\n                                \"attribute\": \"329.78.25277\",\n                                \"website\": \"https://articulate.com/360/storyline\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/articulate.com\",\n                                \"domain\": \"articulate.com\",\n                                \"createdTime\": \"2018-09-06 06:46:53+00:00\",\n                                \"modifiedTime\": \"2018-12-11 05:53:49+00:00\",\n                                \"description\": \"Articulate 360 is an e-learning software solution.\"\n                            },\n                            {\n                                \"tag\": \"24689\",\n                                \"categoryParent\": \"Data Management\",\n                                \"category\": \"Big Data Processing\",\n                                \"vendor\": \"The Apache Software Foundation\",\n                                \"product\": \"Apache Hadoop\",\n                                \"attribute\": \"331.204.1015\",\n                                \"website\": \"http://hadoop.apache.org\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/hadoop.apache.org\",\n                                \"domain\": \"hadoop.apache.org\",\n                                \"createdTime\": \"2016-07-28 09:02:25+00:00\",\n                                \"modifiedTime\": \"2018-09-05 22:50:20+00:00\",\n                                \"description\": \"The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using simple programming models. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage.\"\n                            },\n                            {\n                                \"tag\": \"113371\",\n                                \"categoryParent\": \"Data Management\",\n                                \"category\": \"API Management\",\n                                \"vendor\": \"Google LLC\",\n                                \"product\": \"Google API\",\n                                \"attribute\": \"331.430.1\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:06:46+00:00\",\n                                \"modifiedTime\": \"2019-03-21 12:21:51+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"25745\",\n                                \"categoryParent\": \"Human Resources\",\n                                \"category\": \"Human Resource Management Systems\",\n                                \"vendor\": \"ADP, LLC.\",\n                                \"product\": \"ADP\",\n                                \"attribute\": \"348.206.2664\",\n                                \"website\": \"https://adpvantage.adp.com/public/index.htm\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/adpvantage.adp.com\",\n                                \"domain\": \"adpvantage.adp.com\",\n                                \"createdTime\": \"2016-08-15 08:31:54+00:00\",\n                                \"modifiedTime\": \"2018-08-30 03:04:01+00:00\",\n                                \"description\": \"ADP provides business outsourcing solutions that facilitate businesses in HR, payroll and administration processes.\"\n                            },\n                            {\n                                \"tag\": \"25743\",\n                                \"categoryParent\": \"Security\",\n                                \"category\": \"Identity and Access Management\",\n                                \"vendor\": \"Microsoft Corporation\",\n                                \"product\": \"Microsoft Azure Active Directory\",\n                                \"attribute\": \"339.214.28\",\n                                \"website\": \"http://www.microsoft.com/en-us/cloud-platform/azure-active-directory\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/microsoft.com\",\n                                \"domain\": \"microsoft.com\",\n                                \"createdTime\": \"2016-08-15 08:25:50+00:00\",\n                                \"modifiedTime\": \"2018-11-15 01:13:21+00:00\",\n                                \"description\": \"Azure Active Directory Premium is a cloud-based directory & identity management tool.\"\n                            },\n                            {\n                                \"tag\": \"43038\",\n                                \"categoryParent\": \"Accounting and Finance\",\n                                \"category\": \"Corporate Performance Management\",\n                                \"vendor\": \"Workiva Inc.\",\n                                \"product\": \"Wdesk\",\n                                \"attribute\": \"368.447.17403650\",\n                                \"website\": \"https://www.workiva.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/workiva.com\",\n                                \"domain\": \"workiva.com\",\n                                \"createdTime\": \"2017-05-02 02:59:39+00:00\",\n                                \"modifiedTime\": \"2018-12-10 06:45:03+00:00\",\n                                \"description\": \"The Wdesk cloud platform connects documents, data, and people in new and powerful ways. Wdesk enables your organization to improve productivity, uncover insights, and manage the data that drives your business.\"\n                            },\n                            {\n                                \"tag\": \"106694\",\n                                \"categoryParent\": \"Communication and Collaboration\",\n                                \"category\": \"Unified Communications\",\n                                \"vendor\": \"Allworx\",\n                                \"product\": \"Allworx\",\n                                \"attribute\": \"333.202.120249155\",\n                                \"website\": \"http://www.allworx.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/allworx.com\",\n                                \"domain\": \"allworx.com\",\n                                \"createdTime\": \"2019-03-08 21:06:17+00:00\",\n                                \"modifiedTime\": \"2019-03-21 11:34:05+00:00\",\n                                \"description\": \"VoIP\"\n                            },\n                            {\n                                \"tag\": \"8999\",\n                                \"categoryParent\": \"Intelligence and Analytics\",\n                                \"category\": \"Web Analytics\",\n                                \"vendor\": \"Hotjar Ltd.\",\n                                \"product\": \"Hotjar\",\n                                \"attribute\": \"347.1.15516967\",\n                                \"website\": \"https://www.hotjar.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/hotjar.com\",\n                                \"domain\": \"hotjar.com\",\n                                \"createdTime\": \"2015-04-13 14:35:54+00:00\",\n                                \"modifiedTime\": \"2018-07-19 07:54:24+00:00\",\n                                \"description\": \"Hotjar is a new powerful tool that reveals the online behaviour and voice of your users. By combining both A) Analysis and B) Feedback tools, Hotjar gives you the 'big picture' of how to improve your site's user experience and performance (conversion rates).\"\n                            },\n                            {\n                                \"tag\": \"52192\",\n                                \"categoryParent\": \"Audio, Video, Graphics\",\n                                \"category\": \"Graphics\",\n                                \"vendor\": \"Adobe Inc.\",\n                                \"product\": \"Adobe Photoshop\",\n                                \"attribute\": \"349.462.67\",\n                                \"website\": \"http://www.adobe.com/products/photoshop.html\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/adobe.com\",\n                                \"domain\": \"adobe.com\",\n                                \"createdTime\": \"2017-08-15 01:19:12+00:00\",\n                                \"modifiedTime\": \"2019-01-18 00:12:10+00:00\",\n                                \"description\": \"Adobe Photoshop is a raster graphics editor used in nearly all aspects of design and production for multiple disciplines.\"\n                            },\n                            {\n                                \"tag\": \"90696\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"IT Infrastructure Monitoring\",\n                                \"vendor\": \"Amazon.com, Inc.\",\n                                \"product\": \"Amazon CloudWatch\",\n                                \"attribute\": \"334.254.11\",\n                                \"website\": \"https://aws.amazon.com/cloudwatch/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/aws.amazon.com\",\n                                \"domain\": \"aws.amazon.com\",\n                                \"createdTime\": \"2018-08-16 01:04:05+00:00\",\n                                \"modifiedTime\": \"2018-08-21 22:45:56+00:00\",\n                                \"description\": \"Amazon CloudWatch is an application and infrastructure monitoring tool.\"\n                            },\n                            {\n                                \"tag\": \"109968\",\n                                \"categoryParent\": \"DevOps\",\n                                \"category\": \"Virtualization\",\n                                \"vendor\": \"Citrix Systems, Inc.\",\n                                \"product\": \"Citrix XenServer (Virtualization)\",\n                                \"attribute\": \"328.193.7728\",\n                                \"website\": \"\",\n                                \"logo\": null,\n                                \"domain\": null,\n                                \"createdTime\": \"2019-03-08 21:06:32+00:00\",\n                                \"modifiedTime\": \"2019-03-21 11:56:44+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"650\",\n                                \"categoryParent\": \"Web Tools and Plugins\",\n                                \"category\": \"Widgets\",\n                                \"vendor\": \"Facebook, Inc.\",\n                                \"product\": \"Facebook SDK\",\n                                \"attribute\": \"332.2.2\",\n                                \"website\": \"https://developers.facebook.com/docs/plugins/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/developers.facebook.com\",\n                                \"domain\": \"developers.facebook.com\",\n                                \"createdTime\": \"2013-05-03 00:00:00+00:00\",\n                                \"modifiedTime\": \"2019-01-21 05:38:40+00:00\",\n                                \"description\": \"The Facebook widget is a plug-in application to integrate the users Facebook feed into websites.\"\n                            },\n                            {\n                                \"tag\": \"106939\",\n                                \"categoryParent\": \"IT Infrastructure\",\n                                \"category\": \"Web and Application Servers\",\n                                \"vendor\": \"The Apache Software Foundation\",\n                                \"product\": \"Apache\",\n                                \"attribute\": \"334.425.1015\",\n                                \"website\": \"https://www.apache.org/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/apache.org\",\n                                \"domain\": \"apache.org\",\n                                \"createdTime\": \"2019-03-08 21:06:18+00:00\",\n                                \"modifiedTime\": \"2019-03-21 11:35:54+00:00\",\n                                \"description\": \"\"\n                            },\n                            {\n                                \"tag\": \"103096\",\n                                \"categoryParent\": \"Web Tools and Plugins\",\n                                \"category\": \"Other Web Tools and Plugins\",\n                                \"vendor\": \"Twitter, Inc.\",\n                                \"product\": \"Twitter for Websites\",\n                                \"attribute\": \"332.433.9\",\n                                \"website\": \"https://developer.twitter.com/en/docs/twitter-for-websites/overview\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/developer.twitter.com\",\n                                \"domain\": \"developer.twitter.com\",\n                                \"createdTime\": \"2018-12-17 03:03:29+00:00\",\n                                \"modifiedTime\": \"2019-01-21 01:26:39+00:00\",\n                                \"description\": \"Twitter for Websites is a suite of tools bringing Twitter content and functionality to web pages and apps.\"\n                            },\n                            {\n                                \"tag\": \"107545\",\n                                \"categoryParent\": \"Vertical Industries\",\n                                \"category\": \"Event Management\",\n                                \"vendor\": \"Event Farm, Inc.\",\n                                \"product\": \"Attend\",\n                                \"attribute\": \"329.57.723424\",\n                                \"website\": \"https://www.attend.com\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/attend.com\",\n                                \"domain\": \"attend.com\",\n                                \"createdTime\": \"2019-03-08 21:06:21+00:00\",\n                                \"modifiedTime\": \"2019-03-21 11:40:03+00:00\",\n                                \"description\": \"Event Marketing software\"\n                            },\n                            {\n                                \"tag\": \"1677\",\n                                \"categoryParent\": \"Programming\",\n                                \"category\": \"Frameworks and Libraries\",\n                                \"vendor\": \"Google LLC\",\n                                \"product\": \"Angular\",\n                                \"attribute\": \"350.66.1\",\n                                \"website\": \"https://angular.io/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/angular.io\",\n                                \"domain\": \"angular.io\",\n                                \"createdTime\": \"2014-07-24 15:33:48+00:00\",\n                                \"modifiedTime\": \"2018-12-09 21:38:50+00:00\",\n                                \"description\": \"Angular is a structural framework for dynamic web apps. It lets you use HTML as your template language and lets you extend HTML's syntax to express your application's components clearly and succinctly. AngularJS's data binding and dependency injection eliminate much of the code you would otherwise have to write.\"\n                            },\n                            {\n                                \"tag\": \"104466\",\n                                \"categoryParent\": \"Vertical Industries\",\n                                \"category\": \"Real Estate Property Management\",\n                                \"vendor\": \"Lodgify\",\n                                \"product\": \"Lodgify\",\n                                \"attribute\": \"329.428.6780744\",\n                                \"website\": \"https://www.lodgify.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/lodgify.com\",\n                                \"domain\": \"lodgify.com\",\n                                \"createdTime\": \"2019-01-23 00:08:21+00:00\",\n                                \"modifiedTime\": \"2019-01-31 20:42:37+00:00\",\n                                \"description\": \"Lodgify is a vacation rental software.\"\n                            },\n                            {\n                                \"tag\": \"1163\",\n                                \"categoryParent\": \"Human Resources\",\n                                \"category\": \"Applicant Tracking Systems\",\n                                \"vendor\": \"iCIMS, Inc.\",\n                                \"product\": \"iCIMS\",\n                                \"attribute\": \"348.28.3578\",\n                                \"website\": \"https://www.icims.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/icims.com\",\n                                \"domain\": \"icims.com\",\n                                \"createdTime\": \"2014-03-18 16:59:55+00:00\",\n                                \"modifiedTime\": \"2018-10-05 08:58:15+00:00\",\n                                \"description\": \"iCIMS is a cloud-based recruitment platform that offers candidate search, applicant tracking and offer-making capabilities.\"\n                            },\n                            {\n                                \"tag\": \"32009\",\n                                \"categoryParent\": \"Vertical Industries\",\n                                \"category\": \"Computer Aided Design\",\n                                \"vendor\": \"InVisionApp Inc.\",\n                                \"product\": \"InVision\",\n                                \"attribute\": \"329.371.87488\",\n                                \"website\": \"https://www.invisionapp.com/\",\n                                \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/invisionapp.com\",\n                                \"domain\": \"invisionapp.com\",\n                                \"createdTime\": \"2016-11-16 04:53:21+00:00\",\n                                \"modifiedTime\": \"2018-02-05 23:37:31+00:00\",\n                                \"description\": \"InVision is a digital product design platform which gives businesses everything they need for digital product design. It has intuitive tools for ideation, design, prototyping, and design management.\"\n                            }\n                        ],\n                        \"revenueRange\": \"$250 mil. - $500 mil.\",\n                        \"employeeRange\": \"1,000 - 5,000\",\n                        \"companyFunding\": [\n                            {\n                                \"date\": \"2020-06-04T07:00:00.000Z\",\n                                \"type\": \"Stock Issuance/Offering\",\n                                \"amount\": 935000\n                            },\n                            {\n                                \"date\": \"2014-05-30T07:00:00.000Z\",\n                                \"type\": \"Private Equity\",\n                                \"amount\": 0\n                            },\n                            {\n                                \"date\": \"2018-03-19T07:00:00.000Z\",\n                                \"type\": \"Private Equity\",\n                                \"amount\": 0\n                            },\n                            {\n                                \"date\": \"2004-07-19T00:00:00.000Z\",\n                                \"type\": \"Series A\",\n                                \"amount\": 7000\n                            },\n                            {\n                                \"date\": \"2017-08-14T00:00:00.000Z\",\n                                \"type\": \"Private Equity\",\n                                \"amount\": 240000\n                            }\n                        ],\n                        \"recentFundingAmount\": 0,\n                        \"recentFundingDate\": \"\",\n                        \"totalFundingAmount\": 1182000,\n                        \"employeeGrowth\": {\n                            \"oneYearGrowthRate\": \"52.9\",\n                            \"twoYearGrowthRate\": \"333.3\",\n                            \"employeeGrowthDataPoints\": [\n                                {\n                                    \"label\": \"'18 - Q1\",\n                                    \"employeeCount\": 300\n                                },\n                                {\n                                    \"label\": \"'18 - Q2\",\n                                    \"employeeCount\": 325\n                                },\n                                {\n                                    \"label\": \"'18 - Q3\",\n                                    \"employeeCount\": 350\n                                },\n                                {\n                                    \"label\": \"'18 - Q4\",\n                                    \"employeeCount\": 400\n                                },\n                                {\n                                    \"label\": \"'19 - Q1\",\n                                    \"employeeCount\": 850\n                                },\n                                {\n                                    \"label\": \"'19 - Q2\",\n                                    \"employeeCount\": 925\n                                },\n                                {\n                                    \"label\": \"'19 - Q3\",\n                                    \"employeeCount\": 1000\n                                },\n                                {\n                                    \"label\": \"'19 - Q4\",\n                                    \"employeeCount\": 1100\n                                },\n                                {\n                                    \"label\": \"'20 - Q1\",\n                                    \"employeeCount\": 1300\n                                }\n                            ]\n                        }\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"2511e5ef-5be5-45fe-b2d7-fcff698187cf","name":"Enrich company by location","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"matchCompanyInput\": [\n    \t{\n    \t\t\"companyName\":\"ZoomInfo\",\n    \t\t\"companyWebsite\":\"zoominfo.com\",\n    \t\t\"companyStreet\":\"170 Data\",\n    \t\t\"companyCity\":\"Waltham\",\n    \t\t\"companyState\":\"MA\"\n    \t}\n    ],\n    \"outputFields\": [\n    \t\"id\",\n    \t\"name\",\n        \"locationMatch\",\n        \"website\",\n        \"state\",\n        \"city\"\n    ]\n}"},"url":"{{protocol}}://{{url}}/enrich/company"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 19 May 2020 22:09:13 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"596124127f8eebec-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=533f98300b99c5431f86bb221c6e877daac516468d9a13fc0e1fc33171b5ac05:197a38e1-94a0-11ea-a0cd-9f819741a458; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1589926213","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999996722","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999965298","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9999957","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9999912","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000000","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99999912","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"cf-request-id","value":"02d094df8f0000ebec8f28d200000001","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"outputFields\": [\n            [\n                \"id\",\n                \"name\",\n                \"locationmatch\",\n                \"website\",\n                \"state\",\n                \"city\"\n            ]\n        ],\n        \"result\": [\n            {\n                \"input\": {\n                    \"companycity\": \"waltham\",\n                    \"companyname\": \"zoominfo\",\n                    \"companystate\": \"ma\",\n                    \"companystreet\": \"170 data\",\n                    \"companywebsite\": \"zoominfo.com\"\n                },\n                \"data\": [\n                    {\n                        \"id\": 344589814,\n                        \"name\": \"ZoomInfo\",\n                        \"locationMatch\": {\n                            \"companyId\": 476310572,\n                            \"address\": {\n                                \"street\": \"170 Data Dr.\",\n                                \"city\": \"Waltham\",\n                                \"state\": \"Massachusetts\",\n                                \"country\": \"United States\",\n                                \"zipCode\": \"02451\"\n                            },\n                            \"addressStatus\": \"CURRENT\"\n                        },\n                        \"website\": \"www.zoominfo.com\",\n                        \"state\": \"Washington\",\n                        \"city\": \"Vancouver\"\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"6465bab7-aec2-4e44-b458-369ac658e9ce","name":"Enrich companies by name","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"matchCompanyInput\": [\n        {\n            \"companyName\": \"ZoomInfo\"\n        },\n        {\n        \t\"companyName\": \"Neverbounce\"\n        }\n    ],\n    \"outputFields\": [\n        \"id\",\n        \"ticker\",\n        \"name\",\n        \"website\",\n        \"domainList\",\n        \"logo\",\n        \"SocialMediaUrls\",\n        \"revenue\",\n        \"employeeCount\",\n        \"numberOfContactsInZoomInfo\",\n        \"phone\",\n        \"fax\",\n        \"street\",\n        \"city\",\n        \"state\",\n        \"zipCode\",\n        \"country\",\n        \"continent\",\n        \"companyStatus\",\n        \"companyStatusDate\",\n        \"employeeGrowth\",\n        \"type\"\n    ]\n}"},"url":"{{protocol}}://{{url}}/enrich/company"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Aug 2020 18:58:16 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"5bd244df2c82ff90-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=4b427f7d2275ccb965f80f70fde1a4b3977f8eb9e54c2797ccb062452ce5df10:7a025361-d0cc-11ea-a5dd-3fc64f61a901; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"0457495f7c0000ff90d89e2200000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1596481156","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999957764","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999952937","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9998845","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9999581","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000000","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99999581","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"outputFields\": [\n            [\n                \"id\",\n                \"ticker\",\n                \"name\",\n                \"website\",\n                \"domainlist\",\n                \"logo\",\n                \"socialmediaurls\",\n                \"revenue\",\n                \"employeecount\",\n                \"numberofcontactsinzoominfo\",\n                \"phone\",\n                \"fax\",\n                \"street\",\n                \"city\",\n                \"state\",\n                \"zipcode\",\n                \"country\",\n                \"continent\",\n                \"companystatus\",\n                \"companystatusdate\",\n                \"employeegrowth\",\n                \"type\"\n            ]\n        ],\n        \"result\": [\n            {\n                \"input\": {\n                    \"companyname\": \"zoominfo\"\n                },\n                \"data\": [\n                    {\n                        \"id\": 344589814,\n                        \"ticker\": \"NASDAQ: ZI\",\n                        \"name\": \"ZoomInfo\",\n                        \"website\": \"www.zoominfo.com\",\n                        \"domainList\": [\n                            \"www.zoominfo.com\",\n                            \"zoominfo.com\",\n                            \"about.zoominfo.com\",\n                            \"blog.zoominfo.com\",\n                            \"bw.zoominfo.com\",\n                            \"cache.zoominfo.com\",\n                            \"contacts.zoominfo.com\",\n                            \"developer.zoominfo.com\",\n                            \"email.zoominfo.com\",\n                            \"events.zoominfo.com\",\n                            \"followthelead.zoominfo.com\",\n                            \"grow.zoominfo.com\",\n                            \"help.zoominfo.com\",\n                            \"login.zoominfo.com\",\n                            \"mkt.zoominfo.com\",\n                            \"networking.zoominfo.com\",\n                            \"networking2.zoominfo.com\",\n                            \"networking3.zoominfo.com\",\n                            \"networking4.zoominfo.com\",\n                            \"networking5.zoominfo.com\",\n                            \"networking7.zoominfo.com\",\n                            \"partners.zoominfo.com\",\n                            \"succeed.zoominfo.com\",\n                            \"www.events.zoominfo.com\",\n                            \"www.go.zoominfo.com\",\n                            \"www.staging.zoominfo.com\",\n                            \"www.user.zoominfo.com\",\n                            \"discoverorg.com\",\n                            \"www.discoverorg.com\",\n                            \"www.zoominfo.biz\",\n                            \"zoominfo.biz\",\n                            \"gzconsulting.org\",\n                            \"www.gzconsulting.org\",\n                            \"pr-4412-dot-website-staging-dot-zoominfo-2.appspot.com\",\n                            \"www.pr-4412-dot-website-staging-dot-zoominfo-2.appspot.com\"\n                        ],\n                        \"logo\": \"http://www.zoominfo.com/business/mktg/images/zi_logo.png\",\n                        \"socialMediaUrls\": [\n                            {\n                                \"type\": \"TWITTER\",\n                                \"url\": \"https://www.twitter.com/zoominfo/\",\n                                \"followerCount\": \"15528\"\n                            },\n                            {\n                                \"type\": \"LINKED_IN\",\n                                \"url\": \"https://www.linkedin.com/company/zoominfo\",\n                                \"followerCount\": \"\"\n                            },\n                            {\n                                \"type\": \"FACEBOOK\",\n                                \"url\": \"https://www.facebook.com/ZoomInformation\",\n                                \"followerCount\": \"20683\"\n                            }\n                        ],\n                        \"revenue\": 400000,\n                        \"employeeCount\": 1300,\n                        \"numberOfContactsInZoomInfo\": 1207,\n                        \"phone\": \"(360) 783-6800\",\n                        \"fax\": \"(617) 507-8187\",\n                        \"street\": \"805 Broadway St, Ste 900\",\n                        \"city\": \"Vancouver\",\n                        \"state\": \"Washington\",\n                        \"zipCode\": \"98660\",\n                        \"country\": \"United States\",\n                        \"continent\": \"North America\",\n                        \"companyStatus\": \"ALIVE\",\n                        \"companyStatusDate\": \"2020-03-24T00:00:00.000Z\",\n                        \"employeeGrowth\": {\n                            \"oneYearGrowthRate\": \"52.9\",\n                            \"twoYearGrowthRate\": \"333.3\",\n                            \"employeeGrowthDataPoints\": [\n                                {\n                                    \"label\": \"'18 - Q1\",\n                                    \"employeeCount\": 300\n                                },\n                                {\n                                    \"label\": \"'18 - Q2\",\n                                    \"employeeCount\": 325\n                                },\n                                {\n                                    \"label\": \"'18 - Q3\",\n                                    \"employeeCount\": 350\n                                },\n                                {\n                                    \"label\": \"'18 - Q4\",\n                                    \"employeeCount\": 400\n                                },\n                                {\n                                    \"label\": \"'19 - Q1\",\n                                    \"employeeCount\": 850\n                                },\n                                {\n                                    \"label\": \"'19 - Q2\",\n                                    \"employeeCount\": 925\n                                },\n                                {\n                                    \"label\": \"'19 - Q3\",\n                                    \"employeeCount\": 1000\n                                },\n                                {\n                                    \"label\": \"'19 - Q4\",\n                                    \"employeeCount\": 1100\n                                },\n                                {\n                                    \"label\": \"'20 - Q1\",\n                                    \"employeeCount\": 1300\n                                }\n                            ]\n                        },\n                        \"type\": \"PUBLIC\"\n                    }\n                ]\n            },\n            {\n                \"input\": {\n                    \"companyname\": \"neverbounce\"\n                },\n                \"data\": [\n                    {\n                        \"id\": 405950842,\n                        \"ticker\": \"\",\n                        \"name\": \"NeverBounce\",\n                        \"website\": \"www.neverbounce.com\",\n                        \"domainList\": [\n                            \"www.neverbounce.com\",\n                            \"neverbounce.com\",\n                            \"app.neverbounce.com\",\n                            \"developers.neverbounce.com\",\n                            \"help.neverbounce.com\",\n                            \"www.app.neverbounce.com\",\n                            \"www.pm.neverbounce.com\"\n                        ],\n                        \"logo\": \"https://neverbounce.com/images/neverbounce-logo-black.svg\",\n                        \"socialMediaUrls\": [\n                            {\n                                \"type\": \"TWITTER\",\n                                \"url\": \"https://twitter.com/neverbounce\",\n                                \"followerCount\": \"\"\n                            },\n                            {\n                                \"type\": \"LINKED_IN\",\n                                \"url\": \"https://www.linkedin.com/company/neverbounce/\",\n                                \"followerCount\": \"\"\n                            }\n                        ],\n                        \"revenue\": 1625,\n                        \"employeeCount\": 8,\n                        \"numberOfContactsInZoomInfo\": 4,\n                        \"phone\": \"(888) 988-6694\",\n                        \"fax\": \"\",\n                        \"street\": \"3690 Orange Pl, Ste 310\",\n                        \"city\": \"Cleveland\",\n                        \"state\": \"Ohio\",\n                        \"zipCode\": \"44122\",\n                        \"country\": \"United States\",\n                        \"continent\": \"North America\",\n                        \"companyStatus\": \"ALIVE\",\n                        \"companyStatusDate\": \"2020-07-28T00:00:00.000Z\",\n                        \"employeeGrowth\": {\n                            \"oneYearGrowthRate\": \"0.0\",\n                            \"twoYearGrowthRate\": \"0.0\",\n                            \"employeeGrowthDataPoints\": []\n                        },\n                        \"type\": \"PRIVATE\"\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"59a59d9e-7eb9-44fa-904a-f10f9ab7c5fd"},{"name":"Company Enrich Inputs","id":"7a915792-e8cd-4e3a-9f0e-c19b850be536","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/company/enrich","description":"<p>Returns a list of fields you can use as input for the <a href=\"#59a59d9e-7eb9-44fa-904a-f10f9ab7c5fd\">Company Enrich</a> endpoint.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","inputfields","company","enrich"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"85c618fa-fbbe-4334-ac47-691dd802a105","name":"Company Enrich Inputs","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/company/enrich"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 19 May 2020 17:55:52 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"595fb0f9ccf3ebf0-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=533f98300b99c5431f86bb221c6e877daac516468d9a13fc0e1fc33171b5ac05:197a38e1-94a0-11ea-a0cd-9f819741a458; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1589911013","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"cf-request-id","value":"02cfacf01a0000ebf06882e200000001","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fieldName\": \"companyId\",\n        \"fieldType\": \"Long\",\n        \"description\": \"Unique ZoomInfo identifier for a company\"\n    },\n    {\n        \"fieldName\": \"companyName\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company name\"\n    },\n    {\n        \"fieldName\": \"companyWebsite\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company website URL in http://www.example.com format\"\n    },\n    {\n        \"fieldName\": \"companyTicker\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company stock ticker symbol\"\n    },\n    {\n        \"fieldName\": \"companyPhone\",\n        \"fieldType\": \"String\",\n        \"description\": \"Phone number of the company headquarters\"\n    },\n    {\n        \"fieldName\": \"companyFax\",\n        \"fieldType\": \"String\",\n        \"description\": \"Fax number of the company headquarters\"\n    },\n    {\n        \"fieldName\": \"companyStreet\",\n        \"fieldType\": \"String\",\n        \"description\": \"Street address for the company's primary address\"\n    },\n    {\n        \"fieldName\": \"companyCity\",\n        \"fieldType\": \"String\",\n        \"description\": \"City for the company's primary address\"\n    },\n    {\n        \"fieldName\": \"companyState\",\n        \"fieldType\": \"String\",\n        \"description\": \"State for the company's primary address \"\n    },\n    {\n        \"fieldName\": \"companyZipCode\",\n        \"fieldType\": \"String\",\n        \"description\": \"Zip Code or Postal Code for the company's primary address\"\n    },\n    {\n        \"fieldName\": \"companyCountry\",\n        \"fieldType\": \"String\",\n        \"description\": \"Country code for the company's primary address \"\n    },\n    {\n        \"fieldName\": \"ipAddress\",\n        \"fieldType\": \"String\",\n        \"description\": \"IP address associated with the company\"\n    }\n]"}],"_postman_id":"7a915792-e8cd-4e3a-9f0e-c19b850be536"},{"name":"Company Enrich Outputs","event":[{"listen":"test","script":{"id":"1ebda987-2fb0-40b7-b44c-edb5e2f15ad5","exec":[""],"type":"text/javascript"}}],"id":"d05239c3-2597-45f8-9384-f2dbd3518cfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/outputfields/company/enrich","description":"<p>Returns a list of fields you can specify as output for the <a href=\"#59a59d9e-7eb9-44fa-904a-f10f9ab7c5fd\">Company Enrich</a> endpoint.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","outputfields","company","enrich"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a4a470b0-244f-4c9b-9412-8035e34b543f","name":"Company Enrich Outputs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}"}],"url":"{{protocol}}://{{url}}/lookup/outputfields/company/enrich"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Oct 2024 12:28:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin,Access-Control-Request-Method,Access-Control-Request-Headers"},{"key":"x-envoy-upstream-service-time","value":"35"},{"key":"service","value":"gke"},{"key":"x-request-id","value":"UUh7buaCWXc7GxDFhfpwCkftRUeFp92gJ9XC"},{"key":"x-ratelimit-limit","value":"1500"},{"key":"x-ratelimit-remaining","value":"1499"},{"key":"x-envoy-decorator-operation","value":"apps-gateway-active.main.svc.cluster.local:8080/*"},{"key":"via","value":"1.1 google"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Origin-Trial","value":"AyXGdeyTa0Lq3roJGvPBs/Ps9duHL7Vf/Q5YJQJwQN4fdGLbtMPms4BfmK2HapcHVkvBjyAVhxe5deDNI1TFXgcAAABxeyJvcmlnaW4iOiJodHRwczovL3pvb21pbmZvLmNvbTo0NDMiLCJmZWF0dXJlIjoiVHBjZCIsImV4cGlyeSI6MTczNTM0Mzk5OSwiaXNTdWJkb21haW4iOnRydWUsImlzVGhpcmRQYXJ0eSI6dHJ1ZX0="},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8d697ca2888ec953-IAD"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fieldName\": \"id\",\n        \"description\": \"Unique ZoomInfo identifier for a company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"ticker\",\n        \"description\": \"Company public stock exchange ticker\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"name\",\n        \"description\": \"Company name\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"website\",\n        \"description\": \"Company website URL\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"domainList\",\n        \"description\": \"List of domains associated with a company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"logo\",\n        \"description\": \"The URL which can be used to retrieve the logo for the company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"socialMediaUrls\",\n        \"description\": \"Social media URLs for the company (e.g., Facebook, Twitter, LinkedIn and so on)\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"revenue\",\n        \"description\": \"Approximate yearly revenue for the company in 1000's. For example, a 100M company is expressed as 100000.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"employeeCount\",\n        \"description\": \"Approximate number of people employed by the company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"numberOfContactsInZoomInfo\",\n        \"description\": \"Number of ZoomInfo contacts associated with company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"phone\",\n        \"description\": \"Phone number of the company's primary address\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"fax\",\n        \"description\": \"Fax number of the company's primary address\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"street\",\n        \"description\": \"Street of the company's primary address\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"city\",\n        \"description\": \"City of the company's primary address\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"state\",\n        \"description\": \"State or province of the company's primary address\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"zipCode\",\n        \"description\": \"Zip Code or Postal Code of the company's primary address\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"country\",\n        \"description\": \"Country of the company's primary address\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyStatus\",\n        \"description\": \"Company status\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyStatusDate\",\n        \"description\": \"Date of last company status update\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"descriptionList\",\n        \"description\": \"List of descriptions associated with the company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"sicCodes\",\n        \"description\": \"Four-digit numerical codes assigned by the U.S. government to business establishments to identify the primary business of the establishment\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"naicsCodes\",\n        \"description\": \"Four-digit numerical codes assigned by the U.S. government to business establishments to identify the primary business of the establishment\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"competitors\",\n        \"description\": \"List of competitors\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"ultimateParentId\",\n        \"description\": \"Ultimate parent company id (if exists)\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"ultimateParentName\",\n        \"description\": \"Ultimate parent company name (if exists)\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"ultimateParentRevenue\",\n        \"description\": \"Approximate yearly revenue for the ultimate parent company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"ultimateParentEmployees\",\n        \"description\": \"Approximate number of people employed by the ultimate parent company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"subUnitType\",\n        \"description\": \"Company sub unit types (e.g., division, subsidiary and so on)\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"subUnitIndustries\",\n        \"description\": \"Company sub unit industries\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"primaryIndustry\",\n        \"description\": \"Top-level industry for a company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"primaryIndustryCode\",\n        \"description\": \"Top-level industry code for a company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"primarySubIndustryCode\",\n        \"description\": \"Top-level sub industry code for a company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"industries\",\n        \"description\": \"The industry grouping for the company. A company can have multiple industries.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"industryCodes\",\n        \"description\": \"The industry grouping codes for the company. A company can have multiple industry codes.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"locationMatch\",\n        \"description\": \"Location of the matched company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"parentId\",\n        \"description\": \"ZoomInfo Company ID associated with the parent company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"parentName\",\n        \"description\": \"ZoomInfo Company Name associated with the parent company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"locationCount\",\n        \"description\": \"Number of office locations associated with a company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"metroArea\",\n        \"description\": \"Company metro area\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"lastUpdatedDate\",\n        \"description\": \"Date on which the company record was last updated\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"createdDate\",\n        \"description\": \"Date on which the company record was created\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"certificationDate\",\n        \"description\": \"Date of certification\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"certified\",\n        \"description\": \"Denotes if ZoomInfo's research and data team has confirmed activity within the past 12 months\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"products\",\n        \"description\": \"List of products associated with a company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"revenueRange\",\n        \"description\": \"Revenue Range of the company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"employeeRange\",\n        \"description\": \"Employee Range of the company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"companyFunding\",\n        \"description\": \"List of funding rounds including date, type, amount and investors\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"recentFundingAmount\",\n        \"description\": \"Most recent funding amount\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"recentFundingDate\",\n        \"description\": \"Date of most recent funding\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"totalFundingAmount\",\n        \"description\": \"Total funding to date\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"employeeGrowth\",\n        \"description\": \"Employee Growth of the company in the past two years.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"continent\",\n        \"description\": \"Continent of the company's primary address\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"type\",\n        \"description\": \"Company type (private, public, and so on)\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"foundedYear\",\n        \"description\": \"Founded year of the company.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"businessModel\",\n        \"description\": \"Business Model for a company\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"isDefunct\",\n        \"description\": \"Indicates whether the company still exists\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"departmentBudgets\",\n        \"description\": \"Estimated department budgets. Returns estimated budget values including marketingBudget, financeBudget, itBudget and hrBudget.\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"employeeCountByDepartment\",\n        \"description\": \"Department employee count\",\n        \"accessGranted\": \"true\"\n    },\n    {\n        \"fieldName\": \"engagements\",\n        \"description\": \"List of the company's engagements. Includes the date and type of each engagement\",\n        \"accessGranted\": \"false\"\n    }\n]"}],"_postman_id":"d05239c3-2597-45f8-9384-f2dbd3518cfc"}],"id":"5fdf6e5e-f71e-4e1f-9807-0f8296094dcc","description":"<p>Use <a href=\"#59a59d9e-7eb9-44fa-904a-f10f9ab7c5fd\">Company Enrich</a> to retrieve company detail using valid query parameters. A Company Enrich request requires you to specify both input parameters about the company you are enriching, and the output fields you want to retrieve.</p>\n<p>Refer to the examples provided to build a valid JSON request. For supported input and output parameters:</p>\n<ul>\n<li>Use the <a href=\"#7a915792-e8cd-4e3a-9f0e-c19b850be536\">Company Enrich Inputs</a> endpoint to retrieve a list of valid input parameters you can provide</li>\n<li>Use the <a href=\"#d05239c3-2597-45f8-9384-f2dbd3518cfc\">Company Enrich Outputs</a> endpoint to retrieve a list of valid output fields that can be returned</li>\n</ul>\n","_postman_id":"5fdf6e5e-f71e-4e1f-9807-0f8296094dcc"},{"name":"Company Master Data Enrich","item":[{"name":"Company Master Data Enrich","id":"8b6cffe4-cb34-44ab-ad5d-1953d372ffd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"matchCompanyInput\": [\n       {\n           \"zi_c_url\": \"zoominfo.com\"\n       }\n   ],\n    \"outputFields\": [\n        \"zi_c_location_id\",\n        \"zi_es_ecid\",\n        \"zi_es_location_id\",\n        \"zi_c_is_hq\",\n        \"zi_c_tier_grade\",\n        \"zi_c_name\",\n        \"zi_c_name_display\",\n        \"zi_c_legal_entity_type\",\n        \"zi_c_url\",\n        \"zi_c_street\",\n        \"zi_c_street_2\",\n        \"zi_c_city\",\n        \"zi_c_state\",\n        \"zi_c_zip\",\n        \"zi_c_country\",\n        \"zi_match_reason\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/enrich/company-master","description":"<p>Use this endpoint to match company information based on <a href=\"#d305402c-33d1-488c-8b8f-b5b079868a61\">input values</a> and return the desired <a href=\"#58b47522-753a-4104-a0c6-454adf4b6a1d\">output fields</a> in the response.</p>\n<p><strong>Maximum inputs per request</strong></p>\n<p>You can input a maximum of 25 companies in a single enrich request, returning the equivalent number of matching records. See the endpoint examples for how to build queries using multiple inputs.</p>\n<p><strong>Declaring desired output</strong></p>\n<p>You must explicitly list the desired output fields in your request. For example, a simple request might look like this:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"matchCompanyInput\": [\n        {\n            \"address\": {\n                \"zi_c_street\": \"805 Broadway St\",\n                \"zi_c_state\": \"Washington\",\n                \"zi_c_city\": \"Vancouver\",\n                \"zi_c_zip\": \"98660\",\n                \"zi_c_country\": \"United States\"\n            },\n            \"phone\": {\n                \"zi_c_phone\": \"+1 3607836800\",\n                \"zi_c_country\": \"United States\"\n            },\n            \"zi_c_location_id\": 2079041960,\n            \"zi_c_url\": \"zoomInfo.com\",\n            \"zi_c_name\": \"zoomInfo\"\n        }\n    ],\n    \"outputFields\": [\n        \"zi_c_location_id\",\n        \"zi_es_ecid\",\n        \"zi_es_location_id\",\n        \"zi_c_is_hq\",\n        \"zi_c_tier_grade\",\n        \"zi_c_name\",\n        \"zi_c_name_display\",\n        \"zi_c_legal_entity_type\",\n        \"zi_c_url\",\n        \"zi_c_street\",\n        \"zi_c_street_2\",\n        \"zi_c_city\",\n        \"zi_c_state\",\n        \"zi_c_zip\",\n        \"zi_c_country\"\n   ]\n}\n\n</code></pre><p>To keep the response data clean and unambiguous, if there is no data for a requested field, or it is NULL/EMPTY, the API will not return the field in the response.</p>\n<p><strong>Response status codes and error handling</strong></p>\n<p>This endpoint supports up to 25 inputs per request and will return a HTTP status code in the response indicating a 200, 400 or 5xx status.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Request inputs are acceptable. The API can return a successful match or no match.</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Indicates an error in the request input.</td>\n</tr>\n<tr>\n<td>5xx</td>\n<td>Indicates a server-side error. Retry the request or contact ZoomInfo Support if the issue persists.</td>\n</tr>\n</tbody>\n</table>\n</div><p>When a request includes multiple companies, the following will occur:</p>\n<ul>\n<li>If at least 1 input succeeds in a request containing multiple inputs (up to the limit of 25), a 200 HTTP status code will be returned.</li>\n<li>If none of the inputs succeed and the request includes only a combination of bad inputs and internal errors, the API will return a 400 HTTP status code.</li>\n<li>If all inputs fail due to a server-side error, the response body of all of the input will return a status code of 500.</li>\n</ul>\n<p><strong>Input params</strong></p>\n<p>See the examples for how to structure your request. You must explicitly list the desired output fields in your request. See the examples included with this endpoint for how to structure a request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>DataType</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>zi_c_location_id</td>\n<td>Long integer or string</td>\n<td>Unique ZoomInfo identifier for a company</td>\n</tr>\n<tr>\n<td>zi_es_ecid</td>\n<td>Long integer</td>\n<td>Unique EverString identifier for a company</td>\n</tr>\n<tr>\n<td>zi_c_company_id</td>\n<td>String</td>\n<td>Unique ZoomInfo identifier for a company HQ location (parent)</td>\n</tr>\n<tr>\n<td>zi_es_location_id</td>\n<td>String</td>\n<td>Unique EverString location id of a company</td>\n</tr>\n<tr>\n<td>zi_c_url</td>\n<td>String</td>\n<td>Website of the company to enrich</td>\n</tr>\n<tr>\n<td>zi_c_name</td>\n<td>String</td>\n<td>Name of the company to enrich</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>Object</td>\n<td>Phone number of a company. The input format is {“zi_c_country”: “United States”, “zi_c_phone”: “xxxxxxx”}. If \"zi_c_phone\" already has a country code, you do not need to input \"zi_c_country\".</td>\n</tr>\n<tr>\n<td>address</td>\n<td>Object</td>\n<td>Address of the company to enrich. Input format is {“zi_c_street”: “xxxxxxx”, “zi_c_city”: “xxxxxxx”, “zi_c_state”: “xxxxxxx”, “zi_c_zip”: “xxxxxxx”, “zi_c_country”: “xxxxxxx”}</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>An email of a contact from the company</td>\n</tr>\n<tr>\n<td>match_reasons</td>\n<td>ArrayList</td>\n<td>Minimum Match criteria to enrich the company. Accepts an array of objects. Optional customized match reasons specified on different attributes and match_score to decide how the match for that particular attribute should be. Acceptable attributes: zi_c_name, zi_c_url, bldg_name, bldg_number, road_name, road_type, directional, unit, zi_c_city, zi_c_state, zi_c_zip, zi_c_country, zi_c_phone, biz_type and match_score. Acceptable values for attributes: E (exact match), F (fuzzy match), D (different match) and M (missing). Input format is [{ “zi_c_name“: “F“, “zi_c_url“: “E“, “zi_c_state“: “E“, “match_score“: 3 }, { “zi_c_name“: “E“, “zi_c_phone“: “E“, “match_score“: 3 }]</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Output fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>zi_c_location_id</td>\n<td>Long integer</td>\n<td>ZoomInfo unique identifier for company location</td>\n</tr>\n<tr>\n<td>zi_es_ecid</td>\n<td>Long integer</td>\n<td>EverString Company ID (ECID) is a unique identifier for a company entity</td>\n</tr>\n<tr>\n<td>zi_es_location_id</td>\n<td>String</td>\n<td>Location ID, which uniquely identifies each separate physical location, office, or branch of a company</td>\n</tr>\n<tr>\n<td>zi_c_is_hq</td>\n<td>String</td>\n<td>This flag indicates if this record is the HQ entity</td>\n</tr>\n<tr>\n<td>zi_c_tier_grade</td>\n<td>String</td>\n<td>Overall data quality tier for a record (A, B, C)</td>\n</tr>\n<tr>\n<td>zi_c_name</td>\n<td>String</td>\n<td>Company name for location</td>\n</tr>\n<tr>\n<td>zi_c_name_display</td>\n<td>String</td>\n<td>Colloquial name of the company</td>\n</tr>\n<tr>\n<td>zi_c_legal_entity_type</td>\n<td>String</td>\n<td>Legal structure of company, generally parsed from the end of the legal name (Inc, LLC)</td>\n</tr>\n<tr>\n<td>zi_c_url</td>\n<td>String</td>\n<td>Primary website of the company. May contain yelp.com URLs for companies without a top-level domain.</td>\n</tr>\n<tr>\n<td>zi_c_street</td>\n<td>String</td>\n<td>Company's physical street address</td>\n</tr>\n<tr>\n<td>zi_c_street_2</td>\n<td>String</td>\n<td>Company's physical street address continued</td>\n</tr>\n<tr>\n<td>zi_c_city</td>\n<td>String</td>\n<td>Company's physical city</td>\n</tr>\n<tr>\n<td>zi_c_state</td>\n<td>String</td>\n<td>Company's physical state</td>\n</tr>\n<tr>\n<td>zi_c_zip</td>\n<td>String</td>\n<td>Company's physical zip/postal code</td>\n</tr>\n<tr>\n<td>zi_c_country</td>\n<td>String</td>\n<td>Company's physical country</td>\n</tr>\n<tr>\n<td>zi_c_cbsa_name</td>\n<td>String</td>\n<td>Company's core-based statistical area</td>\n</tr>\n<tr>\n<td>zi_c_county</td>\n<td>String</td>\n<td>Company's physical county</td>\n</tr>\n<tr>\n<td>zi_c_latitude</td>\n<td>Float</td>\n<td>Latitude geo-coordinate for company's physical location</td>\n</tr>\n<tr>\n<td>zi_c_longitude</td>\n<td>Float</td>\n<td>Longitude geo-coordinate for company's physical location</td>\n</tr>\n<tr>\n<td>zi_c_verified_address</td>\n<td>String</td>\n<td>Verification of whether this address is deliverable</td>\n</tr>\n<tr>\n<td>zi_c_employee_range</td>\n<td>String</td>\n<td>Employee category band. See the Employee Category Band lookup endpoint for valid ranges.</td>\n</tr>\n<tr>\n<td>zi_c_employees</td>\n<td>Long integer</td>\n<td>Raw employee count for a company</td>\n</tr>\n<tr>\n<td>zi_c_revenue_range</td>\n<td>String</td>\n<td>Revenue category band in USD. See the Revenue Category Band lookup endpoint for valid ranges.</td>\n</tr>\n<tr>\n<td>zi_c_revenue</td>\n<td>Long integer</td>\n<td>Raw revenue number in USD (in thousands)</td>\n</tr>\n<tr>\n<td>zi_c_phone</td>\n<td>String</td>\n<td>Company location phone number</td>\n</tr>\n<tr>\n<td>zi_c_fax</td>\n<td>String</td>\n<td>Primary fax number for company location</td>\n</tr>\n<tr>\n<td>zi_c_industry_primary</td>\n<td>String</td>\n<td>Top-level primary industry of the company</td>\n</tr>\n<tr>\n<td>zi_c_sub_industry_primary</td>\n<td>String</td>\n<td>Top-level primary sub-industry of the company location</td>\n</tr>\n<tr>\n<td>zi_c_industries</td>\n<td>ArrayList</td>\n<td>All industries</td>\n</tr>\n<tr>\n<td>zi_c_sub_industries</td>\n<td>ArrayList</td>\n<td>All sub-industries</td>\n</tr>\n<tr>\n<td>zi_es_industry</td>\n<td>String</td>\n<td>Primary industry based on EverString's industry taxonomy</td>\n</tr>\n<tr>\n<td>zi_es_industries_top3</td>\n<td>ArrayList</td>\n<td>The top three industries predicted, as many larger companies can operate in multiple industries.</td>\n</tr>\n<tr>\n<td>zi_c_naics2</td>\n<td>String</td>\n<td>Primary 2-digit NAICS code</td>\n</tr>\n<tr>\n<td>zi_c_naics4</td>\n<td>String</td>\n<td>Primary 4-digit NAICS code</td>\n</tr>\n<tr>\n<td>zi_c_naics6</td>\n<td>String</td>\n<td>Primary 6-digit NAICS code</td>\n</tr>\n<tr>\n<td>zi_c_naics_top3</td>\n<td>ArrayList</td>\n<td>The top three NAICS predicted, as many larger companies can operate in multiple industries.</td>\n</tr>\n<tr>\n<td>zi_c_sic2</td>\n<td>String</td>\n<td>Primary 2-digit SIC code</td>\n</tr>\n<tr>\n<td>zi_c_sic3</td>\n<td>String</td>\n<td>Primary 3-digit SIC code</td>\n</tr>\n<tr>\n<td>zi_c_sic4</td>\n<td>String</td>\n<td>Primary 4-digit SIC code</td>\n</tr>\n<tr>\n<td>zi_c_sic_top3</td>\n<td>ArrayList</td>\n<td>The top three SIC predicted, as many larger companies can operate in multiple industries.</td>\n</tr>\n<tr>\n<td>zi_c_estimated_age</td>\n<td>Long integer</td>\n<td>Estimated age of the company</td>\n</tr>\n<tr>\n<td>zi_c_year_founded</td>\n<td>String</td>\n<td>Founding year of the company</td>\n</tr>\n<tr>\n<td>zi_c_is_b2b</td>\n<td>String</td>\n<td>A flag to represent a company as B2B (1, 0)</td>\n</tr>\n<tr>\n<td>zi_c_is_b2c</td>\n<td>String</td>\n<td>A flag to represent a company as B2C (1, 0)</td>\n</tr>\n<tr>\n<td>zi_c_company_id</td>\n<td>Long integer</td>\n<td>ZoomInfo Company ID for the headquarters (HQ) of a company entity</td>\n</tr>\n<tr>\n<td>zi_es_hq_ecid</td>\n<td>Long integer</td>\n<td>EverString Company ID (ECID) for the headquarters (HQ) of a company entity</td>\n</tr>\n<tr>\n<td>zi_es_hq_location_id</td>\n<td>String</td>\n<td>Location ID for the headquarters (HQ) of a company entity</td>\n</tr>\n<tr>\n<td>zi_c_company_name</td>\n<td>String</td>\n<td>HQ Company name. May match zi_c_name.</td>\n</tr>\n<tr>\n<td>zi_c_company_url</td>\n<td>String</td>\n<td>HQ Primary website of the company. May contain yelp.com websites. May match zi_c_url.</td>\n</tr>\n<tr>\n<td>zi_c_company_street</td>\n<td>String</td>\n<td>HQ Company's physical street address</td>\n</tr>\n<tr>\n<td>zi_c_company_street_2</td>\n<td>String</td>\n<td>HQ Company's physical street address continued</td>\n</tr>\n<tr>\n<td>zi_c_company_city</td>\n<td>String</td>\n<td>HQ Company's physical city</td>\n</tr>\n<tr>\n<td>zi_c_company_state</td>\n<td>String</td>\n<td>HQ Company's physical state</td>\n</tr>\n<tr>\n<td>zi_c_company_zip</td>\n<td>String</td>\n<td>HQ Company's physical zip/postal code</td>\n</tr>\n<tr>\n<td>zi_c_company_country</td>\n<td>String</td>\n<td>HQ Company's physical country</td>\n</tr>\n<tr>\n<td>zi_c_company_cbsa_name</td>\n<td>String</td>\n<td>HQ Company's core-based statistical area</td>\n</tr>\n<tr>\n<td>zi_c_company_county</td>\n<td>String</td>\n<td>HQ Company's physical county</td>\n</tr>\n<tr>\n<td>zi_c_company_latitude</td>\n<td>Float</td>\n<td>HQ Company's latitude geo-coordinate</td>\n</tr>\n<tr>\n<td>zi_c_company_longitude</td>\n<td>Float</td>\n<td>HQ Company's longitude geo-coordinate</td>\n</tr>\n<tr>\n<td>zi_c_company_verified_address</td>\n<td>String</td>\n<td>Denotes whether HQ address deliverability is verified</td>\n</tr>\n<tr>\n<td>zi_c_company_employee_range</td>\n<td>String</td>\n<td>HQ Employee category band. Employee Category Band lookup endpoint for valid ranges.</td>\n</tr>\n<tr>\n<td>zi_c_company_employees</td>\n<td>Long integer</td>\n<td>HQ Raw employee number for a company</td>\n</tr>\n<tr>\n<td>zi_c_company_revenue_range</td>\n<td>String</td>\n<td>HQ Revenue category band. See the Revenue Category Band lookup endpoint for valid ranges.</td>\n</tr>\n<tr>\n<td>zi_c_company_revenue</td>\n<td>Long integer</td>\n<td>HQ Raw revenue number in USD (in thousands)</td>\n</tr>\n<tr>\n<td>zi_c_company_phone</td>\n<td>String</td>\n<td>HQ Company's phone number</td>\n</tr>\n<tr>\n<td>zi_c_company_fax</td>\n<td>String</td>\n<td>HQ Company's fax number</td>\n</tr>\n<tr>\n<td>zi_c_linkedin_url</td>\n<td>String</td>\n<td>LinkedIn URL for the company</td>\n</tr>\n<tr>\n<td>zi_c_facebook_url</td>\n<td>String</td>\n<td>Facebook URL for the company</td>\n</tr>\n<tr>\n<td>zi_c_twitter_url</td>\n<td>String</td>\n<td>Twitter URL for the company</td>\n</tr>\n<tr>\n<td>zi_c_yelp_url</td>\n<td>String</td>\n<td>Yelp URL for the company</td>\n</tr>\n<tr>\n<td>zi_c_keywords</td>\n<td>ArrayList</td>\n<td>Machine-generated tags for the company</td>\n</tr>\n<tr>\n<td>zi_c_top_keywords</td>\n<td>ArrayList</td>\n<td>Top ten machine-generated tags for the company</td>\n</tr>\n<tr>\n<td>zi_c_num_keywords</td>\n<td>Long integer</td>\n<td>The number of zi_c_keywords associated with a company. Larger numbers usually indicate a more sophisticated website and/or many lines of businesses.</td>\n</tr>\n<tr>\n<td>zi_c_employee_growth_1yr</td>\n<td>Float</td>\n<td>Approximate company employee growth percentage in the past 1 year</td>\n</tr>\n<tr>\n<td>zi_c_employee_growth_2yr</td>\n<td>Float</td>\n<td>Approximate company employee growth percentage in the past 2 years</td>\n</tr>\n<tr>\n<td>zi_es_growth</td>\n<td>String</td>\n<td>A measure of overall growth from the last month compare against average growth in the industry</td>\n</tr>\n<tr>\n<td>zi_es_employee_growth</td>\n<td>Float</td>\n<td>A measure of employee growth from last month compared against average growth in the industry</td>\n</tr>\n<tr>\n<td>zi_es_revenue_growth</td>\n<td>Float</td>\n<td>A measure of revenue growth from last month compared against average growth in the industry</td>\n</tr>\n<tr>\n<td>zi_es_percent_employee_growth</td>\n<td>Float</td>\n<td>Percentage employee growth from last month compared against average growth in the industry</td>\n</tr>\n<tr>\n<td>zi_es_percent_revenue_growth</td>\n<td>Float</td>\n<td>Percentage revenue growth from last month compared against average growth in the industry</td>\n</tr>\n<tr>\n<td>zi_c_name_confidence_score</td>\n<td>Float</td>\n<td>Confidence score for the zi_c_name field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest)</td>\n</tr>\n<tr>\n<td>zi_c_url_confidence_score</td>\n<td>Float</td>\n<td>Confidence score for the zi_c_url field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest)</td>\n</tr>\n<tr>\n<td>zi_c_address_confidence_score</td>\n<td>Float</td>\n<td>Confidence score for the zi_c_address field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest)</td>\n</tr>\n<tr>\n<td>zi_c_phone_confidence_score</td>\n<td>Float</td>\n<td>Confidence score for the zi_c_phone field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest)</td>\n</tr>\n<tr>\n<td>zi_c_employees_confidence_score</td>\n<td>Float</td>\n<td>Confidence score for the zi_c_employee_range field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest)</td>\n</tr>\n<tr>\n<td>zi_c_revenue_confidence_score</td>\n<td>Float</td>\n<td>Confidence score for the zi_c_revenue_range field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest)</td>\n</tr>\n<tr>\n<td>zi_es_industry_confidence_score</td>\n<td>Float</td>\n<td>Confidence score for the zi_es_industry field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest)</td>\n</tr>\n<tr>\n<td>zi_c_naics_confidence_score</td>\n<td>Float</td>\n<td>Confidence score for the zi_c_naics field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest)</td>\n</tr>\n<tr>\n<td>zi_c_sic_confidence_score</td>\n<td>Float</td>\n<td>Confidence score for the zi_c_sic field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest)</td>\n</tr>\n<tr>\n<td>zi_es_industries_top3_confidence_scores</td>\n<td>ArrayList</td>\n<td>Confidence score for the zi_es_industries_top3 field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest)</td>\n</tr>\n<tr>\n<td>zi_c_naics_top3_confidence_scores</td>\n<td>ArrayList</td>\n<td>Confidence score for the zi_c_naics_top3 field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest)</td>\n</tr>\n<tr>\n<td>zi_c_sic_top3_confidence_scores</td>\n<td>ArrayList</td>\n<td>Confidence score for the zi_c_sic_top3 field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest)</td>\n</tr>\n<tr>\n<td>zi_c_names_other</td>\n<td>String</td>\n<td>Alternate company name</td>\n</tr>\n<tr>\n<td>zi_c_url_status</td>\n<td>String</td>\n<td>Identifies if a company's website is still active or redirects to another website. Status can be VALID, INVALID, PARKED, REDIRECT.</td>\n</tr>\n<tr>\n<td>zi_c_urls_alt</td>\n<td>ArrayList</td>\n<td>All websites related to a company</td>\n</tr>\n<tr>\n<td>zi_c_url_last_updated</td>\n<td>String</td>\n<td>Date company's URL was last updated</td>\n</tr>\n<tr>\n<td>zi_c_inactive_flag</td>\n<td>String</td>\n<td>Identifies if a company is inactive. (1 or 0, 1 being inactive)</td>\n</tr>\n<tr>\n<td>zi_c_ein</td>\n<td>String</td>\n<td>The Employer Identification Number (EIN) of a company</td>\n</tr>\n<tr>\n<td>zi_c_is_small_business</td>\n<td>String</td>\n<td>A flag to represent a company as a small business (1, 0). Small business is considered less than 500 employees. Note: This flag reflects employee size data at the ECID Location-Level, not HQ-Level.</td>\n</tr>\n<tr>\n<td>zi_c_is_public</td>\n<td>String</td>\n<td>Indication if company is Public or Private (1, 0)</td>\n</tr>\n<tr>\n<td>zi_c_ticker</td>\n<td>String</td>\n<td>Stock ticker for the company</td>\n</tr>\n<tr>\n<td>zi_c_tickers_alt</td>\n<td>ArrayList</td>\n<td>Alternate stock ticker for the company</td>\n</tr>\n<tr>\n<td>zi_c_has_mobile_app</td>\n<td>String</td>\n<td>Identifies if this company has a mobile app link detected on their website (1, 0)</td>\n</tr>\n<tr>\n<td>zi_c_currency_code</td>\n<td>String</td>\n<td>Company's currency code</td>\n</tr>\n<tr>\n<td>zi_c_num_locations</td>\n<td>Long integer</td>\n<td>Number of locations the company has</td>\n</tr>\n<tr>\n<td>zi_c_hr_contacts</td>\n<td>Long integer</td>\n<td>Number of HR contacts available at the company</td>\n</tr>\n<tr>\n<td>zi_c_sales_contacts</td>\n<td>Long integer</td>\n<td>Number of Sales contacts available at the company</td>\n</tr>\n<tr>\n<td>zi_c_marketing_contacts</td>\n<td>Long integer</td>\n<td>Number of Marketing contacts available at the company</td>\n</tr>\n<tr>\n<td>zi_c_finance_contacts</td>\n<td>Long integer</td>\n<td>Number of Finance contacts available at the company</td>\n</tr>\n<tr>\n<td>zi_c_c_suite_contacts</td>\n<td>Long integer</td>\n<td>Number of C-Suite contacts available at the company</td>\n</tr>\n<tr>\n<td>zi_c_engineering_contacts</td>\n<td>Long integer</td>\n<td>Number of Engineering contacts available at the company</td>\n</tr>\n<tr>\n<td>zi_c_it_contacts</td>\n<td>Long integer</td>\n<td>Number of IT contacts available at the company</td>\n</tr>\n<tr>\n<td>zi_c_operations_contacts</td>\n<td>Long integer</td>\n<td>Number of Operations contacts available at the company</td>\n</tr>\n<tr>\n<td>zi_c_legal_contacts</td>\n<td>Long integer</td>\n<td>Number of Legal contacts available at the company</td>\n</tr>\n<tr>\n<td>zi_c_medical_contacts</td>\n<td>Long integer</td>\n<td>Number of Medical contacts available at the company</td>\n</tr>\n<tr>\n<td>zi_c_tech_ids</td>\n<td>ArrayList</td>\n<td>Unique identifier for a technology. Could be a single tech ID, or a comma-separated list of ID's</td>\n</tr>\n<tr>\n<td>zi_c_latest_funding_age</td>\n<td>Long integer</td>\n<td>The number of years since the company's last funding</td>\n</tr>\n<tr>\n<td>zi_c_num_of_investors</td>\n<td>Long integer</td>\n<td>Number of investors for a company</td>\n</tr>\n<tr>\n<td>zi_c_investor_names</td>\n<td>ArrayList</td>\n<td>All investor names from publicly available sources</td>\n</tr>\n<tr>\n<td>zi_c_funding_strength</td>\n<td>String</td>\n<td>A measure of funding strength of a business based on type and who they received funding from (Low, Medium, High)</td>\n</tr>\n<tr>\n<td>zi_c_funding_type</td>\n<td>ArrayList</td>\n<td>Publicly available sources funding type</td>\n</tr>\n<tr>\n<td>zi_c_total_funding_amount</td>\n<td>Long integer</td>\n<td>The total amount of funding a company has received</td>\n</tr>\n<tr>\n<td>zi_c_latest_funding_amount</td>\n<td>Long integer</td>\n<td>The amount of funding in the latest funding round of a company</td>\n</tr>\n<tr>\n<td>zi_c_latest_funding_date</td>\n<td>String</td>\n<td>Date when the latest funding was received</td>\n</tr>\n<tr>\n<td>zi_c_num_funding_rounds</td>\n<td>Long integer</td>\n<td>The number of funding rounds a company has had</td>\n</tr>\n<tr>\n<td>zi_c_is_fortune_100</td>\n<td>string</td>\n<td>This flag indicates if this record is a Fortune 100 entity (1, 0)</td>\n</tr>\n<tr>\n<td>zi_c_is_fortune_500</td>\n<td>string</td>\n<td>This flag indicates if this record is a Fortune 500 entity (1, 0)</td>\n</tr>\n<tr>\n<td>zi_c_is_s_and_p_500</td>\n<td>string</td>\n<td>This flag indicates if this record is a S&amp;P 500 entity (1, 0)</td>\n</tr>\n<tr>\n<td>zi_c_is_domestic_hq</td>\n<td>String</td>\n<td>This flag indicates if this record is a Domestic Parent entity</td>\n</tr>\n<tr>\n<td>zi_c_is_ultimate_parent</td>\n<td>String</td>\n<td>This flag indicates if this record is the ultimate Parent entity (previously called zi_c_is_global_parent)</td>\n</tr>\n<tr>\n<td>zi_c_is_subsidiary</td>\n<td>String</td>\n<td>This flag indicates if this record is a Subsidiary entity</td>\n</tr>\n<tr>\n<td>zi_c_is_franchisor</td>\n<td>String</td>\n<td>This flag indicates if this record is a Franchisor</td>\n</tr>\n<tr>\n<td>zi_c_is_franchisee</td>\n<td>String</td>\n<td>This flag indicates if this record is a Frachisee</td>\n</tr>\n<tr>\n<td>zi_c_hierarchy_code</td>\n<td>String</td>\n<td>This alpha code identifies the record's hierarchy level and location level. Hierarchy levels include Global Parent, Domestic Parent, or Subsidiary. Location levels include Individual Location or Headquarters location. See the Hierarchy Code lookup endpoint for valid codes.</td>\n</tr>\n<tr>\n<td>zi_c_hierarchy_level</td>\n<td>Long integer</td>\n<td>This number indicates the hierarchy level equivalent to the hierarchy code</td>\n</tr>\n<tr>\n<td>zi_c_parent_child_confidence_score</td>\n<td>Float</td>\n<td>Confidence score for the parent child hierarchy linkage (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest)</td>\n</tr>\n<tr>\n<td>zi_c_is_immediate_parent</td>\n<td>String</td>\n<td>1 if the record is the immediate parent. 0 if it is not the immediate parent.</td>\n</tr>\n<tr>\n<td>zi_c_immediate_parent_company_id</td>\n<td>Long integer</td>\n<td>Unique identifier of parent company of requested company</td>\n</tr>\n<tr>\n<td>zi_es_immediate_parent_ecid</td>\n<td>Long integer</td>\n<td>Immediate parent company's identifier number</td>\n</tr>\n<tr>\n<td>zi_es_immediate_parent_location_id</td>\n<td>String</td>\n<td>Immediate parent company's location identifier</td>\n</tr>\n<tr>\n<td>zi_c_immediate_parent_name</td>\n<td>String</td>\n<td>Immediate parent company's name</td>\n</tr>\n<tr>\n<td>zi_c_immediate_parent_url</td>\n<td>String</td>\n<td>Immediate parent company's website</td>\n</tr>\n<tr>\n<td>zi_c_immediate_parent_street</td>\n<td>String</td>\n<td>Immediate parent company's street address</td>\n</tr>\n<tr>\n<td>zi_c_immediate_parent_street_2</td>\n<td>String</td>\n<td>Immediate parent company's street address continued</td>\n</tr>\n<tr>\n<td>zi_c_immediate_parent_city</td>\n<td>String</td>\n<td>Immediate parent company's city</td>\n</tr>\n<tr>\n<td>zi_c_immediate_parent_zip</td>\n<td>String</td>\n<td>Immediate parent company's zip code</td>\n</tr>\n<tr>\n<td>zi_c_immediate_parent_state</td>\n<td>String</td>\n<td>Immediate parent company's state</td>\n</tr>\n<tr>\n<td>zi_c_immediate_parent_country</td>\n<td>String</td>\n<td>Immediate parent company's country</td>\n</tr>\n<tr>\n<td>zi_c_domestic_parent_company_id</td>\n<td>Long integer</td>\n<td>Unique identifier of parent company of requested company</td>\n</tr>\n<tr>\n<td>zi_es_domestic_parent_ecid</td>\n<td>Long integer</td>\n<td>Domestic parent company's identifier number</td>\n</tr>\n<tr>\n<td>zi_es_domestic_parent_location_id</td>\n<td>String</td>\n<td>Domestic parent company's location identifier</td>\n</tr>\n<tr>\n<td>zi_c_domestic_parent_location_id</td>\n<td>String</td>\n<td>Domestic parent company's identifier number</td>\n</tr>\n<tr>\n<td>zi_c_domestic_parent_name</td>\n<td>String</td>\n<td>Domestic parent company's name</td>\n</tr>\n<tr>\n<td>zi_c_domestic_parent_url</td>\n<td>String</td>\n<td>Domestic parent company's website</td>\n</tr>\n<tr>\n<td>zi_c_domestic_parent_street</td>\n<td>String</td>\n<td>Domestic parent company's street address</td>\n</tr>\n<tr>\n<td>zi_c_domestic_parent_street_2</td>\n<td>String</td>\n<td>Domestic parent company's street address continued</td>\n</tr>\n<tr>\n<td>zi_c_domestic_parent_city</td>\n<td>String</td>\n<td>Domestic parent company's city</td>\n</tr>\n<tr>\n<td>zi_c_domestic_parent_zip</td>\n<td>String</td>\n<td>Domestic parent company's zip code</td>\n</tr>\n<tr>\n<td>zi_c_domestic_parent_state</td>\n<td>String</td>\n<td>Domestic parent company's state</td>\n</tr>\n<tr>\n<td>zi_c_domestic_parent_country</td>\n<td>String</td>\n<td>Domestic parent company's country</td>\n</tr>\n<tr>\n<td>zi_c_ultimate_parent_company_id</td>\n<td>Long integer</td>\n<td>Unique identifier of ultimate parent company that has acquired requested company (previously called zi_c_global_parent_company_id)</td>\n</tr>\n<tr>\n<td>zi_es_ultimate_parent_ecid</td>\n<td>Long integer</td>\n<td>Ultimate parent company's identifier number (previously called zi_es_global_parent_ecid)</td>\n</tr>\n<tr>\n<td>zi_es_ultimate_parent_location_id</td>\n<td>String</td>\n<td>Ultimate parent company's location identifier (previously called zi_es_global_parent_location_id)</td>\n</tr>\n<tr>\n<td>zi_c_ultimate_parent_name</td>\n<td>String</td>\n<td>Ultimate parent company's name (previously called zi_c_global_parent_name)</td>\n</tr>\n<tr>\n<td>zi_c_ultimate_parent_url</td>\n<td>String</td>\n<td>Ultimate parent company's website (previously called zi_c_global_parent_url)</td>\n</tr>\n<tr>\n<td>zi_c_ultimate_parent_street</td>\n<td>String</td>\n<td>Ultimate parent company's street address (previously called zi_c_global_parent_street)</td>\n</tr>\n<tr>\n<td>zi_c_ultimate_parent_street_2</td>\n<td>String</td>\n<td>Ultimate parent company's street address continued (previously called zi_c_global_parent_street_2)</td>\n</tr>\n<tr>\n<td>zi_c_ultimate_parent_city</td>\n<td>String</td>\n<td>Ultimate parent company's city (previously called zi_c_global_parent_city)</td>\n</tr>\n<tr>\n<td>zi_c_ultimate_parent_zip</td>\n<td>String</td>\n<td>Ultimate parent company's zip (previously called zi_c_global_parent_zip)</td>\n</tr>\n<tr>\n<td>zi_c_ultimate_parent_state</td>\n<td>String</td>\n<td>Ultimate parent company's state (previously called zi_c_global_parent_state)</td>\n</tr>\n<tr>\n<td>zi_c_ultimate_parent_country</td>\n<td>String</td>\n<td>Ultimate parent company's country (previously called zi_c_global_parent_country)</td>\n</tr>\n<tr>\n<td>zi_c_franchisor_company_id</td>\n<td>Long integer</td>\n<td>Company franchisor's ZoomInfo Company ID</td>\n</tr>\n<tr>\n<td>zi_es_franchisor_ecid</td>\n<td>Long integer</td>\n<td>Company franchisor's identifier number</td>\n</tr>\n<tr>\n<td>zi_es_franchisor_location_id</td>\n<td>String</td>\n<td>Company franchisor's location number</td>\n</tr>\n<tr>\n<td>zi_c_franchisor_name</td>\n<td>String</td>\n<td>Company franchisor's name</td>\n</tr>\n<tr>\n<td>zi_c_franchisor_url</td>\n<td>String</td>\n<td>Company franchisor's website</td>\n</tr>\n<tr>\n<td>zi_c_franchisor_street</td>\n<td>String</td>\n<td>Company franchisor's street address</td>\n</tr>\n<tr>\n<td>zi_c_franchisor_street_2</td>\n<td>String</td>\n<td>Company franchisor's street address continued</td>\n</tr>\n<tr>\n<td>zi_c_franchisor_city</td>\n<td>String</td>\n<td>Company franchisor's city</td>\n</tr>\n<tr>\n<td>zi_c_franchisor_zip</td>\n<td>String</td>\n<td>Company franchisor's zip code</td>\n</tr>\n<tr>\n<td>zi_c_franchisor_state</td>\n<td>String</td>\n<td>Company franchisor's state</td>\n</tr>\n<tr>\n<td>zi_c_franchisor_country</td>\n<td>String</td>\n<td>Company franchisor's country</td>\n</tr>\n<tr>\n<td>zi_c_tech_spend</td>\n<td>String</td>\n<td>A measure of Technology spend as modeled by the types of technology purchased by a company (Low, Medium, High)</td>\n</tr>\n<tr>\n<td>zi_c_hr_spend</td>\n<td>String</td>\n<td>A measure of HR spend as modeled by the types of HR technology purchased by a company (Low, Medium, High)</td>\n</tr>\n<tr>\n<td>zi_c_sales_spend</td>\n<td>String</td>\n<td>A measure of Sales spend as modeled by the types of Sales technology purchased by a company (Low, Medium, High)</td>\n</tr>\n<tr>\n<td>zi_c_marketing_spend</td>\n<td>String</td>\n<td>A measure of Marketing spend as modeled by the types of Marketing technology purchase, type of titles, website sophistication by a company (Low, Medium, High)</td>\n</tr>\n<tr>\n<td>zi_c_finance_spend</td>\n<td>String</td>\n<td>A measure of Finance spend as modeled by the types of Finance technology purchased by a company (Low, Medium, High)</td>\n</tr>\n<tr>\n<td>zi_c_tech_strength</td>\n<td>String</td>\n<td>A measure of the relative strength of a particular department when comparing the number of employees in that department vs the overall number of employees for a company (Low, Medium, High)</td>\n</tr>\n<tr>\n<td>zi_c_hr_strength</td>\n<td>String</td>\n<td>A measure of the relative strength of a particular department when comparing the number of employees in that department vs the overall number of employees for a company (Low, Medium, High)</td>\n</tr>\n<tr>\n<td>zi_c_sales_strength</td>\n<td>String</td>\n<td>A measure of the relative strength of a particular department when comparing the number of employees in that department vs the overall number of employees for a company (Low, Medium, High)</td>\n</tr>\n<tr>\n<td>zi_c_marketing_strength</td>\n<td>String</td>\n<td>A measure of the relative strength of a particular department when comparing the number of employees in that department vs the overall number of employees for a company (Low, Medium, High)</td>\n</tr>\n<tr>\n<td>zi_c_finance_strength</td>\n<td>String</td>\n<td>A measure of the relative strength of a particular department when comparing the number of employees in that department vs the overall number of employees for a company (Low, Medium, High)</td>\n</tr>\n<tr>\n<td>zi_c_tech_sophistication</td>\n<td>String</td>\n<td>A measure of technology sophistication of a business (Low, Medium, High)</td>\n</tr>\n<tr>\n<td>zi_c_hr_sophistication</td>\n<td>String</td>\n<td>A measure of HR sophistication of a business (Low, Medium, High)</td>\n</tr>\n<tr>\n<td>zi_c_sales_sophistication</td>\n<td>String</td>\n<td>A measure of Sales sophistication of a business (Low, Medium, High)</td>\n</tr>\n<tr>\n<td>zi_c_marketing_sophistication</td>\n<td>String</td>\n<td>A measure of Marketing sophistication of a company (Low, Average, High)</td>\n</tr>\n<tr>\n<td>zi_c_social_sophistication</td>\n<td>String</td>\n<td>A measure of Social sophistication of a business (Low, Medium, High)</td>\n</tr>\n<tr>\n<td>zi_c_finance_sophistication</td>\n<td>String</td>\n<td>A measure of Finance sophistication of a business (Low, Medium, High)</td>\n</tr>\n<tr>\n<td>zi_c_last_updated_date</td>\n<td>String</td>\n<td>Date when the record was last updated</td>\n</tr>\n<tr>\n<td>zi_c_release_date</td>\n<td>String</td>\n<td>Year and Month of this data release in YYYYMM format (e.g., 201902)</td>\n</tr>\n<tr>\n<td>zi_match_reason</td>\n<td>Object</td>\n<td>A nested structure describing how the record was matched. The list can include zi_match_name, zi_match_reason_building_name, zi_match_reason_building_number, zi_match_reason_business_type, zi_match_reason_city, zi_match_reason_company_phone, zi_match_reason_country, zi_match_reason_directional, zi_match_reason_name, zi_match_reason_road_name, zi_match_reason_road_type, zi_match_reason_state, zi_match_reason_unit, zi_match_reason_website, zi_match_reason_zip, zi_match_score.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{protocol}}","path":["enrich","company-master"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f9bfa6ac-3038-4436-ae2d-f0cd0c8fcc89","name":"Name, address and match reason","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\"matchCompanyInput\": [\n       {  \n           \"zi_c_name\": \"capital one\",\n           \"address\": {\n                   \"zi_c_city\": \"Mc Lean\",\n                   \"zi_c_state\": \"Virginia\",\n                   \"zi_c_zip\": \"22102\",\n                   \"zi_c_country\": \"United States\"\n           },\n           \"match_reasons\": [\n               {\n                   \"zi_c_name\": \"E\"\n               }\n           ]\n       }  \n   ],\n    \"outputFields\": [\n        \"zi_c_location_id\",\n        \"zi_es_ecid\",\n        \"zi_es_location_id\",\n        \"zi_c_is_hq\",\n        \"zi_c_tier_grade\",\n        \"zi_c_name\",\n        \"zi_c_name_display\",\n        \"zi_c_legal_entity_type\",\n        \"zi_c_url\",\n        \"zi_c_street\",\n        \"zi_c_street_2\",\n        \"zi_c_city\",\n        \"zi_c_state\",\n        \"zi_c_zip\",\n        \"zi_c_country\",\n        \"zi_match_reason\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/enrich/company-master"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Nov 2021 21:03:31 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Request-Id","value":"b060598d-988b-4d51-9879-ec5743f410da","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1637096671","enabled":true},{"key":"vary","value":"Accept-Encoding","enabled":true},{"key":"x-usage-request-limit-limit","value":"1000000000","enabled":true},{"key":"x-usage-request-limit-remaining","value":"999999176","enabled":true},{"key":"x-usage-record-limit-limit","value":"1000000000","enabled":true},{"key":"x-usage-record-limit-remaining","value":"999995352","enabled":true},{"key":"x-usage-websights-api-request-limit-limit","value":"100000010","enabled":true},{"key":"x-usage-websights-api-request-limit-remaining","value":"99999540","enabled":true},{"key":"x-usage-websights-api-record-limit-limit","value":"10000000","enabled":true},{"key":"x-usage-websights-api-record-limit-remaining","value":"9999530","enabled":true},{"key":"x-usage-unique-id-limit-limit","value":"10000000","enabled":true},{"key":"x-usage-unique-id-limit-remaining","value":"9999971","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"6af3aa958fe7e6ac-EWR","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"outputFields\": [\n            \"zi_c_location_id\",\n            \"zi_es_ecid\",\n            \"zi_es_location_id\",\n            \"zi_c_is_hq\",\n            \"zi_c_tier_grade\",\n            \"zi_c_name\",\n            \"zi_c_name_display\",\n            \"zi_c_legal_entity_type\",\n            \"zi_c_url\",\n            \"zi_c_street\",\n            \"zi_c_street_2\",\n            \"zi_c_city\",\n            \"zi_c_state\",\n            \"zi_c_zip\",\n            \"zi_c_country\",\n            \"zi_match_reason\"\n        ],\n        \"result\": [\n            {\n                \"statusCode\": 200,\n                \"input\": {\n                    \"address\": {\n                        \"zi_c_city\": \"mc lean\",\n                        \"zi_c_country\": \"united states\",\n                        \"zi_c_state\": \"virginia\",\n                        \"zi_c_zip\": \"22102\"\n                    },\n                    \"match_reasons\": [\n                        {\n                            \"zi_c_name\": \"e\"\n                        }\n                    ],\n                    \"zi_c_name\": \"capital one\"\n                },\n                \"data\": {\n                    \"zi_c_location_id\": 2046129220,\n                    \"zi_es_ecid\": 136461914,\n                    \"zi_es_location_id\": \"136461914NZOKIRXYRA\",\n                    \"zi_c_is_hq\": \"1\",\n                    \"zi_c_tier_grade\": \"A\",\n                    \"zi_c_name\": \"Capital One Financial\",\n                    \"zi_c_name_display\": \"Capital One Financial\",\n                    \"zi_c_url\": \"capitalone.com\",\n                    \"zi_c_street\": \"1680 Capital One Dr\",\n                    \"zi_c_city\": \"Mc Lean\",\n                    \"zi_c_state\": \"Virginia\",\n                    \"zi_c_zip\": \"22102\",\n                    \"zi_c_country\": \"United States\",\n                    \"zi_match_reason\": {\n                        \"zi_match_name\": \"Capital One Capital\",\n                        \"zi_match_reason_building_name\": \"M\",\n                        \"zi_match_reason_building_number\": \"M\",\n                        \"zi_match_reason_business_type\": \"M\",\n                        \"zi_match_reason_city\": \"E\",\n                        \"zi_match_reason_company_phone\": \"M\",\n                        \"zi_match_reason_country\": \"E\",\n                        \"zi_match_reason_directional\": \"M\",\n                        \"zi_match_reason_name\": \"E\",\n                        \"zi_match_reason_road_name\": \"M\",\n                        \"zi_match_reason_road_type\": \"M\",\n                        \"zi_match_reason_state\": \"E\",\n                        \"zi_match_reason_unit\": \"M\",\n                        \"zi_match_reason_website\": \"M\",\n                        \"zi_match_reason_zip\": \"E\",\n                        \"zi_match_score\": \"5\"\n                    }\n                }\n            }\n        ]\n    }\n}"},{"id":"90721daa-8f16-4b3d-b41d-17a5b5540f5f","name":"Match by phone number","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"matchCompanyInput\": [\n       {\n \n           \"phone\": {\n               \"zi_c_phone\": \"+1 3607836800\",\n               \"zi_c_country\": \"United States\"\n           },\n           }\n   ],\n    \"outputFields\": [\n        \"zi_c_location_id\",\n        \"zi_es_ecid\",\n        \"zi_es_location_id\",\n        \"zi_c_is_hq\",\n        \"zi_c_tier_grade\",\n        \"zi_c_name\",\n        \"zi_c_name_display\",\n        \"zi_c_legal_entity_type\",\n        \"zi_c_url\",\n        \"zi_c_street\",\n        \"zi_c_street_2\",\n        \"zi_c_city\",\n        \"zi_c_state\",\n        \"zi_c_zip\",\n        \"zi_c_country\",\n        \"zi_match_reason\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/enrich/company-master"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Nov 2021 21:05:49 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Request-Id","value":"da097008-bdf4-4556-b6ef-bf0fa07ca57b","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1498","enabled":true},{"key":"X-RateLimit-Reset","value":"1637096795","enabled":true},{"key":"vary","value":"Accept-Encoding","enabled":true},{"key":"x-usage-request-limit-limit","value":"1000000000","enabled":true},{"key":"x-usage-request-limit-remaining","value":"999999175","enabled":true},{"key":"x-usage-record-limit-limit","value":"1000000000","enabled":true},{"key":"x-usage-record-limit-remaining","value":"999995351","enabled":true},{"key":"x-usage-websights-api-request-limit-limit","value":"100000010","enabled":true},{"key":"x-usage-websights-api-request-limit-remaining","value":"99999540","enabled":true},{"key":"x-usage-websights-api-record-limit-limit","value":"10000000","enabled":true},{"key":"x-usage-websights-api-record-limit-remaining","value":"9999530","enabled":true},{"key":"x-usage-unique-id-limit-limit","value":"10000000","enabled":true},{"key":"x-usage-unique-id-limit-remaining","value":"9999970","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"6af3adf64fa7e6ac-EWR","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"outputFields\": [\n            \"zi_c_location_id\",\n            \"zi_es_ecid\",\n            \"zi_es_location_id\",\n            \"zi_c_is_hq\",\n            \"zi_c_tier_grade\",\n            \"zi_c_name\",\n            \"zi_c_name_display\",\n            \"zi_c_legal_entity_type\",\n            \"zi_c_url\",\n            \"zi_c_street\",\n            \"zi_c_street_2\",\n            \"zi_c_city\",\n            \"zi_c_state\",\n            \"zi_c_zip\",\n            \"zi_c_country\",\n            \"zi_match_reason\"\n        ],\n        \"result\": [\n            {\n                \"statusCode\": 200,\n                \"input\": {\n                    \"phone\": {\n                        \"zi_c_country\": \"united states\",\n                        \"zi_c_phone\": \"+1 3607836800\"\n                    }\n                },\n                \"data\": {\n                    \"zi_c_location_id\": 2063317226,\n                    \"zi_es_ecid\": 150084738,\n                    \"zi_es_location_id\": \"150084738JXODRJGYRH\",\n                    \"zi_c_is_hq\": \"0\",\n                    \"zi_c_tier_grade\": \"A\",\n                    \"zi_c_name\": \"Discoverorg LLC\",\n                    \"zi_c_name_display\": \"DiscoverOrg\",\n                    \"zi_c_legal_entity_type\": \"LLC\",\n                    \"zi_c_url\": \"discoverorg.com\",\n                    \"zi_c_street\": \"805 Broadway St\",\n                    \"zi_c_street_2\": \"Ste 900\",\n                    \"zi_c_city\": \"Vancouver\",\n                    \"zi_c_state\": \"Washington\",\n                    \"zi_c_zip\": \"98660\",\n                    \"zi_c_country\": \"United States\",\n                    \"zi_match_reason\": {\n                        \"zi_match_name\": \"DiscoverOrg LLC\",\n                        \"zi_match_reason_building_name\": \"M\",\n                        \"zi_match_reason_building_number\": \"M\",\n                        \"zi_match_reason_business_type\": \"M\",\n                        \"zi_match_reason_city\": \"M\",\n                        \"zi_match_reason_company_phone\": \"D\",\n                        \"zi_match_reason_country\": \"M\",\n                        \"zi_match_reason_directional\": \"M\",\n                        \"zi_match_reason_name\": \"M\",\n                        \"zi_match_reason_road_name\": \"M\",\n                        \"zi_match_reason_road_type\": \"M\",\n                        \"zi_match_reason_state\": \"M\",\n                        \"zi_match_reason_unit\": \"M\",\n                        \"zi_match_reason_website\": \"M\",\n                        \"zi_match_reason_zip\": \"M\",\n                        \"zi_match_score\": \"1\"\n                    }\n                }\n            }\n        ]\n    }\n}"},{"id":"9633fed2-e139-4c78-94e2-fd71c0c8d6e9","name":"Match by company URL","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"matchCompanyInput\": [\n       {\n           \"zi_c_url\": \"zoominfo.com\"\n       }\n   ],\n    \"outputFields\": [\n        \"zi_c_location_id\",\n        \"zi_es_ecid\",\n        \"zi_es_location_id\",\n        \"zi_c_is_hq\",\n        \"zi_c_tier_grade\",\n        \"zi_c_name\",\n        \"zi_c_name_display\",\n        \"zi_c_legal_entity_type\",\n        \"zi_c_url\",\n        \"zi_c_street\",\n        \"zi_c_street_2\",\n        \"zi_c_city\",\n        \"zi_c_state\",\n        \"zi_c_zip\",\n        \"zi_c_country\",\n        \"zi_match_reason\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/enrich/company-master"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Nov 2021 21:09:43 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Request-Id","value":"39ed9467-1394-4b75-ac37-6d09774b4e32","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1498","enabled":true},{"key":"X-RateLimit-Reset","value":"1637097030","enabled":true},{"key":"vary","value":"Accept-Encoding","enabled":true},{"key":"x-usage-request-limit-limit","value":"1000000000","enabled":true},{"key":"x-usage-request-limit-remaining","value":"999999174","enabled":true},{"key":"x-usage-record-limit-limit","value":"1000000000","enabled":true},{"key":"x-usage-record-limit-remaining","value":"999995350","enabled":true},{"key":"x-usage-websights-api-request-limit-limit","value":"100000010","enabled":true},{"key":"x-usage-websights-api-request-limit-remaining","value":"99999540","enabled":true},{"key":"x-usage-websights-api-record-limit-limit","value":"10000000","enabled":true},{"key":"x-usage-websights-api-record-limit-remaining","value":"9999530","enabled":true},{"key":"x-usage-unique-id-limit-limit","value":"10000000","enabled":true},{"key":"x-usage-unique-id-limit-remaining","value":"9999970","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"6af3b3ac4bbbe6ac-EWR","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"outputFields\": [\n            \"zi_c_location_id\",\n            \"zi_es_ecid\",\n            \"zi_es_location_id\",\n            \"zi_c_is_hq\",\n            \"zi_c_tier_grade\",\n            \"zi_c_name\",\n            \"zi_c_name_display\",\n            \"zi_c_legal_entity_type\",\n            \"zi_c_url\",\n            \"zi_c_street\",\n            \"zi_c_street_2\",\n            \"zi_c_city\",\n            \"zi_c_state\",\n            \"zi_c_zip\",\n            \"zi_c_country\",\n            \"zi_match_reason\"\n        ],\n        \"result\": [\n            {\n                \"statusCode\": 200,\n                \"input\": {\n                    \"zi_c_url\": \"zoominfo.com\"\n                },\n                \"data\": {\n                    \"zi_c_location_id\": 2079041960,\n                    \"zi_es_ecid\": 162481520,\n                    \"zi_es_location_id\": \"162481520JXODRJGYRH\",\n                    \"zi_c_is_hq\": \"1\",\n                    \"zi_c_tier_grade\": \"A\",\n                    \"zi_c_name\": \"ZoomInfo\",\n                    \"zi_c_name_display\": \"ZoomInfo\",\n                    \"zi_c_url\": \"zoominfo.com\",\n                    \"zi_c_street\": \"805 Broadway St\",\n                    \"zi_c_street_2\": \"Ste 900\",\n                    \"zi_c_city\": \"Vancouver\",\n                    \"zi_c_state\": \"Washington\",\n                    \"zi_c_zip\": \"98660\",\n                    \"zi_c_country\": \"United States\",\n                    \"zi_match_reason\": {\n                        \"zi_match_reason_building_name\": \"M\",\n                        \"zi_match_reason_building_number\": \"M\",\n                        \"zi_match_reason_business_type\": \"M\",\n                        \"zi_match_reason_city\": \"M\",\n                        \"zi_match_reason_company_phone\": \"M\",\n                        \"zi_match_reason_country\": \"M\",\n                        \"zi_match_reason_directional\": \"M\",\n                        \"zi_match_reason_name\": \"M\",\n                        \"zi_match_reason_road_name\": \"M\",\n                        \"zi_match_reason_road_type\": \"M\",\n                        \"zi_match_reason_state\": \"M\",\n                        \"zi_match_reason_unit\": \"M\",\n                        \"zi_match_reason_website\": \"E\",\n                        \"zi_match_reason_zip\": \"M\",\n                        \"zi_match_score\": 5\n                    }\n                }\n            }\n        ]\n    }\n}"},{"id":"7a461ec7-9208-4acf-95b3-a3398db1e7be","name":"Match by company address","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"matchCompanyInput\": [\n       {\n           \"address\": {\n               \"zi_c_street\": \"805 Broadway St\",\n               \"zi_c_state\": \"Washington\",\n               \"zi_c_city\": \"Vancouver\",\n               \"zi_c_zip\": \"98660\",\n               \"zi_c_country\": \"United States\"\n           }\n       }\n   ],\n    \"outputFields\": [\n        \"zi_c_id\",\n        \"zi_es_ecid\",\n        \"zi_es_location_id\",\n        \"zi_c_is_hq\",\n        \"zi_c_tier_grade\",\n        \"zi_c_name\",\n        \"zi_c_name_display\",\n        \"zi_c_legal_entity_type\",\n        \"zi_c_url\",\n        \"zi_c_street\",\n        \"zi_c_street_2\",\n        \"zi_c_city\",\n        \"zi_c_state\",\n        \"zi_c_zip\",\n        \"zi_c_country\",\n        \"zi_match_reason\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/enrich/company-master"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Nov 2021 21:13:03 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Request-Id","value":"35c68159-dc09-4c71-a1f1-26184b2fe5cb","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1637097244","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"6af3b8920a5ce6ac-EWR","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"responseCode\": 400,\n    \"message\": \"There are invalid fields in your request.\",\n    \"invalidOutputFields\": [\n        \"zi_c_id\"\n    ]\n}"},{"id":"57c65a8f-bdfb-4f08-a5e8-14e3a135d68e","name":"Match by ZoomInfo company ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"matchCompanyInput\": [\n       {\n                    \"zi_c_id\": 2079041960\n                }\n   ],\n    \"outputFields\": [\n        \"zi_c_location_id\",\n        \"zi_es_ecid\",\n        \"zi_es_location_id\",\n        \"zi_c_is_hq\",\n        \"zi_c_tier_grade\",\n        \"zi_c_name\",\n        \"zi_c_name_display\",\n        \"zi_c_legal_entity_type\",\n        \"zi_c_url\",\n        \"zi_c_street\",\n        \"zi_c_street_2\",\n        \"zi_c_city\",\n        \"zi_c_state\",\n        \"zi_c_zip\",\n        \"zi_c_country\",\n        \"zi_match_reason\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/enrich/company-master"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Nov 2021 21:14:13 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Request-Id","value":"6bedc72b-b046-4c52-abf0-fe2e20bd88a6","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1498","enabled":true},{"key":"X-RateLimit-Reset","value":"1637097304","enabled":true},{"key":"x-usage-request-limit-limit","value":"1000000000","enabled":true},{"key":"x-usage-request-limit-remaining","value":"999999173","enabled":true},{"key":"x-usage-record-limit-limit","value":"1000000000","enabled":true},{"key":"x-usage-record-limit-remaining","value":"999995350","enabled":true},{"key":"x-usage-websights-api-request-limit-limit","value":"100000010","enabled":true},{"key":"x-usage-websights-api-request-limit-remaining","value":"99999540","enabled":true},{"key":"x-usage-websights-api-record-limit-limit","value":"10000000","enabled":true},{"key":"x-usage-websights-api-record-limit-remaining","value":"9999530","enabled":true},{"key":"x-usage-unique-id-limit-limit","value":"10000000","enabled":true},{"key":"x-usage-unique-id-limit-remaining","value":"9999970","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"6af3ba4adfc7e6ac-EWR","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"data\": {\n        \"outputFields\": [\n            \"zi_c_location_id\",\n            \"zi_es_ecid\",\n            \"zi_es_location_id\",\n            \"zi_c_is_hq\",\n            \"zi_c_tier_grade\",\n            \"zi_c_name\",\n            \"zi_c_name_display\",\n            \"zi_c_legal_entity_type\",\n            \"zi_c_url\",\n            \"zi_c_street\",\n            \"zi_c_street_2\",\n            \"zi_c_city\",\n            \"zi_c_state\",\n            \"zi_c_zip\",\n            \"zi_c_country\",\n            \"zi_match_reason\"\n        ],\n        \"result\": [\n            {\n                \"statusCode\": 400,\n                \"input\": {\n                    \"zi_c_id\": 2079041960\n                },\n                \"data\": {\n                    \"errorMessage\": \"There is not sufficient info for your company match request. Must pass value for 'zi_c_location_id' or 'zi_c_url' or 'zi_c_name' or 'phone({'zi_c_phone':'xxx'})' or 'zi_es_ecid' or 'zi_es_location_id' or 'email' or 'address'\"\n                }\n            }\n        ]\n    }\n}"},{"id":"72218c63-dd41-489e-b08f-cce7f628dfcf","name":"Enrich multiple companies","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{    \n    \"matchCompanyInput\": [\n      {\n          \"zi_c_location_id\": 400987309\n      },\n      {\n          \"zi_c_url\": \"citibank.com\",\n          \"address\": {\n                  \"zi_c_state\": \"New York\",\n                  \"zi_c_country\": \"United States\"\n          }\n      },\n      {\n          \"zi_c_location_id\": 481406259\n      },\n      {\n          \"phone\": {\n              \"zi_c_phone\": \"+1 3607836800\",\n              \"zi_c_country\": \"US\"\n          }\n      }\n  ],\n    \"outputFields\": [\n        \"zi_c_location_id\",\n        \"zi_es_ecid\",\n        \"zi_es_location_id\",\n        \"zi_c_is_hq\",\n        \"zi_c_company_name\",\n        \"zi_c_tier_grade\",\n        \"zi_c_name\",\n        \"zi_c_name_display\",\n        \"zi_c_legal_entity_type\",\n        \"zi_c_url\",\n        \"zi_c_street\",\n        \"zi_c_street_2\",\n        \"zi_c_city\",\n        \"zi_c_state\",\n        \"zi_c_zip\",\n        \"zi_c_country\"\n    ]\n}\n","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/enrich/company-master"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Nov 2021 21:17:07 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Request-Id","value":"8489dd48-3473-48a3-875c-32caa6e953bd","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1637097487","enabled":true},{"key":"vary","value":"Accept-Encoding","enabled":true},{"key":"x-usage-request-limit-limit","value":"1000000000","enabled":true},{"key":"x-usage-request-limit-remaining","value":"999999171","enabled":true},{"key":"x-usage-record-limit-limit","value":"1000000000","enabled":true},{"key":"x-usage-record-limit-remaining","value":"999995344","enabled":true},{"key":"x-usage-websights-api-request-limit-limit","value":"100000010","enabled":true},{"key":"x-usage-websights-api-request-limit-remaining","value":"99999540","enabled":true},{"key":"x-usage-websights-api-record-limit-limit","value":"10000000","enabled":true},{"key":"x-usage-websights-api-record-limit-remaining","value":"9999530","enabled":true},{"key":"x-usage-unique-id-limit-limit","value":"10000000","enabled":true},{"key":"x-usage-unique-id-limit-remaining","value":"9999968","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"6af3be8578b8e6ac-EWR","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"outputFields\": [\n            \"zi_c_location_id\",\n            \"zi_es_ecid\",\n            \"zi_es_location_id\",\n            \"zi_c_is_hq\",\n            \"zi_c_company_name\",\n            \"zi_c_tier_grade\",\n            \"zi_c_name\",\n            \"zi_c_name_display\",\n            \"zi_c_legal_entity_type\",\n            \"zi_c_url\",\n            \"zi_c_street\",\n            \"zi_c_street_2\",\n            \"zi_c_city\",\n            \"zi_c_state\",\n            \"zi_c_zip\",\n            \"zi_c_country\"\n        ],\n        \"result\": [\n            {\n                \"statusCode\": 200,\n                \"input\": {\n                    \"zi_c_location_id\": 400987309\n                },\n                \"data\": {\n                    \"zi_c_location_id\": 400987309,\n                    \"zi_es_ecid\": 155569976,\n                    \"zi_es_location_id\": \"155569976BYUYOXPKYA\",\n                    \"zi_c_is_hq\": \"1\",\n                    \"zi_c_company_name\": \"Starbucks\",\n                    \"zi_c_tier_grade\": \"A\",\n                    \"zi_c_name\": \"Starbucks\",\n                    \"zi_c_name_display\": \"Starbucks\",\n                    \"zi_c_url\": \"starbucks.com\",\n                    \"zi_c_street\": \"2401 Utah Ave S\",\n                    \"zi_c_city\": \"Seattle\",\n                    \"zi_c_state\": \"Washington\",\n                    \"zi_c_zip\": \"98134\",\n                    \"zi_c_country\": \"United States\"\n                }\n            },\n            {\n                \"statusCode\": 200,\n                \"input\": {\n                    \"address\": {\n                        \"zi_c_country\": \"united states\",\n                        \"zi_c_state\": \"new york\"\n                    },\n                    \"zi_c_url\": \"citibank.com\"\n                },\n                \"data\": {\n                    \"zi_c_location_id\": 440937847,\n                    \"zi_es_ecid\": 109525404,\n                    \"zi_es_location_id\": \"109525404GWWYIGQIZO\",\n                    \"zi_c_is_hq\": \"0\",\n                    \"zi_c_company_name\": \"Citibank\",\n                    \"zi_c_tier_grade\": \"A\",\n                    \"zi_c_name\": \"Citibank\",\n                    \"zi_c_name_display\": \"Citibank\",\n                    \"zi_c_url\": \"citi.com\",\n                    \"zi_c_street\": \"153 E 53rd St\",\n                    \"zi_c_city\": \"New York City\",\n                    \"zi_c_state\": \"New York\",\n                    \"zi_c_zip\": \"10022\",\n                    \"zi_c_country\": \"United States\"\n                }\n            },\n            {\n                \"statusCode\": 200,\n                \"input\": {\n                    \"zi_c_location_id\": 481406259\n                },\n                \"data\": {\n                    \"zi_c_location_id\": 481406259,\n                    \"zi_es_ecid\": 119408012,\n                    \"zi_es_location_id\": \"119408012CUOSVXPEAR\",\n                    \"zi_c_is_hq\": \"1\",\n                    \"zi_c_company_name\": \"Google\",\n                    \"zi_c_tier_grade\": \"A\",\n                    \"zi_c_name\": \"Google\",\n                    \"zi_c_name_display\": \"Google\",\n                    \"zi_c_url\": \"google.com\",\n                    \"zi_c_street\": \"1600 Amphitheatre Pkwy\",\n                    \"zi_c_city\": \"Mountain View\",\n                    \"zi_c_state\": \"California\",\n                    \"zi_c_zip\": \"94043\",\n                    \"zi_c_country\": \"United States\"\n                }\n            },\n            {\n                \"statusCode\": 200,\n                \"input\": {\n                    \"phone\": {\n                        \"zi_c_country\": \"us\",\n                        \"zi_c_phone\": \"+1 3607836800\"\n                    }\n                },\n                \"data\": {\n                    \"zi_c_location_id\": 2063317226,\n                    \"zi_es_ecid\": 150084738,\n                    \"zi_es_location_id\": \"150084738JXODRJGYRH\",\n                    \"zi_c_is_hq\": \"0\",\n                    \"zi_c_company_name\": \"DiscoverOrg\",\n                    \"zi_c_tier_grade\": \"A\",\n                    \"zi_c_name\": \"Discoverorg LLC\",\n                    \"zi_c_name_display\": \"DiscoverOrg\",\n                    \"zi_c_legal_entity_type\": \"LLC\",\n                    \"zi_c_url\": \"discoverorg.com\",\n                    \"zi_c_street\": \"805 Broadway St\",\n                    \"zi_c_street_2\": \"Ste 900\",\n                    \"zi_c_city\": \"Vancouver\",\n                    \"zi_c_state\": \"Washington\",\n                    \"zi_c_zip\": \"98660\",\n                    \"zi_c_country\": \"United States\"\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"8b6cffe4-cb34-44ab-ad5d-1953d372ffd3"},{"name":"Company Master Data Enrich Inputs","id":"d305402c-33d1-488c-8b8f-b5b079868a61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/company-master/enrich","description":"<p>Returns a list of fields you can use as input for the <a href=\"#8b6cffe4-cb34-44ab-ad5d-1953d372ffd3\">Company Master Data Enrich</a> endpoint.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","inputfields","company-master","enrich"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0c6b50e0-1099-4b9f-9b8f-077c235f1aaa","name":"Company Master Data Enrich Inputs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/company-master/enrich"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Nov 2021 21:36:36 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Request-Id","value":"8b9912da-66cb-48e8-976e-e87a96c8ce76","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1637098657","enabled":true},{"key":"vary","value":"Accept-Encoding","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"6af3db10684d1760-EWR","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fieldName\": \"zi_c_location_id\",\n        \"fieldType\": \"Long\",\n        \"description\": \"Unique ZoomInfo identifier for a company\"\n    },\n    {\n        \"fieldName\": \"zi_es_ecid\",\n        \"fieldType\": \"Long\",\n        \"description\": \"Unique EverString identifier for a company\"\n    },\n    {\n        \"fieldName\": \"zi_es_location_id\",\n        \"fieldType\": \"String\",\n        \"description\": \"Unique EverString location id of a company\"\n    },\n    {\n        \"fieldName\": \"zi_c_url\",\n        \"fieldType\": \"String\",\n        \"description\": \"Website of the company to enrich\"\n    },\n    {\n        \"fieldName\": \"zi_c_name\",\n        \"fieldType\": \"String\",\n        \"description\": \"Name of the company to enrich\"\n    },\n    {\n        \"fieldName\": \"phone\",\n        \"fieldType\": \"Object\",\n        \"description\": \"Phone of a company. The input format is {“zi_c_country”: “United States”, “zi_c_phone”: “xxxxxxx”}\"\n    },\n    {\n        \"fieldName\": \"address\",\n        \"fieldType\": \"Object\",\n        \"description\": \"Address of the company to enrich. Input format is {“zi_c_street”: ”170 Data Drive”, “zi_c_city”: “Waltham”, “zi_c_state”: “MA”, “zi_c_zip”: “02451”, “zi_c_country”: “United States”}\"\n    },\n    {\n        \"fieldName\": \"email\",\n        \"fieldType\": \"String\",\n        \"description\": \"An email of a contact from the company\"\n    },\n    {\n        \"fieldName\": \"match_reasons\",\n        \"fieldType\": \"ArrayList\",\n        \"description\": \"Minimum Match criteria to enrich the company. Accept an array of objects. Input format is [{ “zi_c_name“: “F“, “zi_c_url“: “E“, “zi_c_state“: “E“, “match_score“: 3 }, { “zi_c_name“: “E“, “zi_c_phone“: “E“, “match_score“: 3 }]\"\n    }\n]"}],"_postman_id":"d305402c-33d1-488c-8b8f-b5b079868a61"},{"name":"Company Master Data Enrich Outputs","id":"58b47522-753a-4104-a0c6-454adf4b6a1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/outputfields/company-master/enrich","description":"<p>Returns a list of fields you can specify as output for the <a href=\"#8b6cffe4-cb34-44ab-ad5d-1953d372ffd3\">Company Master Data Enrich</a> endpoint.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","outputfields","company-master","enrich"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e3f86f53-bedf-40d2-939a-bfb39f0a24f3","name":"Company Master Data Enrich Outputs","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/outputfields/company-master/enrich"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Nov 2021 21:36:45 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Request-Id","value":"b96a5366-ca78-4cac-9a45-2c93c22de522","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1498","enabled":true},{"key":"X-RateLimit-Reset","value":"1637098657","enabled":true},{"key":"vary","value":"Accept-Encoding","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"6af3db4b0ad31760-EWR","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fieldName\": \"zi_c_location_id\",\n        \"dataType\": \"Long\",\n        \"description\": \"ZoomInfo unique identifier for company location\"\n    },\n    {\n        \"fieldName\": \"zi_es_ecid\",\n        \"dataType\": \"Long\",\n        \"description\": \"EverString Company ID (ECID) is a unique identifier for a company entity\"\n    },\n    {\n        \"fieldName\": \"zi_es_location_id\",\n        \"dataType\": \"String\",\n        \"description\": \"Location ID, which uniquely identifies each separate physical location, office, or branch of a company\"\n    },\n    {\n        \"fieldName\": \"zi_c_is_hq\",\n        \"dataType\": \"String\",\n        \"description\": \"This flag indicates if this record is the HQ entity (1, 0)\"\n    },\n    {\n        \"fieldName\": \"zi_c_tier_grade\",\n        \"dataType\": \"String\",\n        \"description\": \"Overall data quality tier for a record (A, B, C)\"\n    },\n    {\n        \"fieldName\": \"zi_c_name\",\n        \"dataType\": \"String\",\n        \"description\": \"Company name for location\"\n    },\n    {\n        \"fieldName\": \"zi_c_name_display\",\n        \"dataType\": \"String\",\n        \"description\": \"Colloquial name of the company\"\n    },\n    {\n        \"fieldName\": \"zi_c_legal_entity_type\",\n        \"dataType\": \"String\",\n        \"description\": \"Legal structure of company, generally parsed from the end of the legal name (Inc, LLC)\"\n    },\n    {\n        \"fieldName\": \"zi_c_url\",\n        \"dataType\": \"String\",\n        \"description\": \"Primary website of the company. May contain yelp.com URLs for companies without a top-level domain\"\n    },\n    {\n        \"fieldName\": \"zi_c_street\",\n        \"dataType\": \"String\",\n        \"description\": \"Company's physical street address\"\n    },\n    {\n        \"fieldName\": \"zi_c_street_2\",\n        \"dataType\": \"String\",\n        \"description\": \"Company's physical street address continued\"\n    },\n    {\n        \"fieldName\": \"zi_c_city\",\n        \"dataType\": \"String\",\n        \"description\": \"Company's physical city\"\n    },\n    {\n        \"fieldName\": \"zi_c_state\",\n        \"dataType\": \"String\",\n        \"description\": \"Company's physical state\"\n    },\n    {\n        \"fieldName\": \"zi_c_zip\",\n        \"dataType\": \"String\",\n        \"description\": \"Company's physical zip/postal code\"\n    },\n    {\n        \"fieldName\": \"zi_c_country\",\n        \"dataType\": \"String\",\n        \"description\": \"Company's physical country\"\n    },\n    {\n        \"fieldName\": \"zi_c_cbsa_name\",\n        \"dataType\": \"String\",\n        \"description\": \"Company's core-based statistical area\"\n    },\n    {\n        \"fieldName\": \"zi_c_county\",\n        \"dataType\": \"String\",\n        \"description\": \"Company's physical county\"\n    },\n    {\n        \"fieldName\": \"zi_c_latitude\",\n        \"dataType\": \"Float\",\n        \"description\": \"Latitude geo-coordinate for company's physical location\"\n    },\n    {\n        \"fieldName\": \"zi_c_longitude\",\n        \"dataType\": \"Float\",\n        \"description\": \"Longitude geo-coordinate for company's physical location\"\n    },\n    {\n        \"fieldName\": \"zi_c_verified_address\",\n        \"dataType\": \"String\",\n        \"description\": \"Verification of whether this address is deliverable\"\n    },\n    {\n        \"fieldName\": \"zi_c_employee_range\",\n        \"dataType\": \"String\",\n        \"description\": \"Employee category band. Please refer to /lookup/employee-category-band\"\n    },\n    {\n        \"fieldName\": \"zi_c_employees\",\n        \"dataType\": \"Long\",\n        \"description\": \"Raw employee count for a company\"\n    },\n    {\n        \"fieldName\": \"zi_c_revenue_range\",\n        \"dataType\": \"String\",\n        \"description\": \"Revenue category band in USD. Please refer to /lookup/revenue-category-band\"\n    },\n    {\n        \"fieldName\": \"zi_c_revenue\",\n        \"dataType\": \"Long\",\n        \"description\": \"Raw revenue number in USD (in thousands)\"\n    },\n    {\n        \"fieldName\": \"zi_c_phone\",\n        \"dataType\": \"String\",\n        \"description\": \"Company location phone number\"\n    },\n    {\n        \"fieldName\": \"zi_c_fax\",\n        \"dataType\": \"String\",\n        \"description\": \"Primary fax number for company location\"\n    },\n    {\n        \"fieldName\": \"zi_c_industry_primary\",\n        \"dataType\": \"String\",\n        \"description\": \"Top-level primary industry of the company\"\n    },\n    {\n        \"fieldName\": \"zi_c_sub_industry_primary\",\n        \"dataType\": \"String\",\n        \"description\": \"Top-level primary sub-industry of the company location\"\n    },\n    {\n        \"fieldName\": \"zi_c_industries\",\n        \"dataType\": \"ArrayList\",\n        \"description\": \"All industries\"\n    },\n    {\n        \"fieldName\": \"zi_c_sub_industries\",\n        \"dataType\": \"ArrayList\",\n        \"description\": \"All sub-industries\"\n    },\n    {\n        \"fieldName\": \"zi_es_industry\",\n        \"dataType\": \"String\",\n        \"description\": \"Primary industry based on EverString's industry taxonomy\"\n    },\n    {\n        \"fieldName\": \"zi_es_industries_top3\",\n        \"dataType\": \"ArrayList\",\n        \"description\": \"The top three industries predicted, as many larger companies can operate in multiple industries.\"\n    },\n    {\n        \"fieldName\": \"zi_c_naics2\",\n        \"dataType\": \"String\",\n        \"description\": \"Primary 2-digit NAICS code\"\n    },\n    {\n        \"fieldName\": \"zi_c_naics4\",\n        \"dataType\": \"String\",\n        \"description\": \"Primary 4-digit NAICS code\"\n    },\n    {\n        \"fieldName\": \"zi_c_naics6\",\n        \"dataType\": \"String\",\n        \"description\": \"Primary 6-digit NAICS code\"\n    },\n    {\n        \"fieldName\": \"zi_c_naics_top3\",\n        \"dataType\": \"ArrayList\",\n        \"description\": \"The top three NAICS predicted, as many larger companies can operate in multiple industries.\"\n    },\n    {\n        \"fieldName\": \"zi_c_sic2\",\n        \"dataType\": \"String\",\n        \"description\": \"Primary 2-digit SIC code\"\n    },\n    {\n        \"fieldName\": \"zi_c_sic3\",\n        \"dataType\": \"String\",\n        \"description\": \"Primary 3-digit SIC code\"\n    },\n    {\n        \"fieldName\": \"zi_c_sic4\",\n        \"dataType\": \"String\",\n        \"description\": \"Primary 4-digit SIC code\"\n    },\n    {\n        \"fieldName\": \"zi_c_sic_top3\",\n        \"dataType\": \"ArrayList\",\n        \"description\": \"The top three SIC predicted, as many larger companies can operate in multiple industries.\"\n    },\n    {\n        \"fieldName\": \"zi_c_estimated_age\",\n        \"dataType\": \"Long\",\n        \"description\": \"Estimated age of the company\"\n    },\n    {\n        \"fieldName\": \"zi_c_year_founded\",\n        \"dataType\": \"String\",\n        \"description\": \"Founding year of the company\"\n    },\n    {\n        \"fieldName\": \"zi_c_is_b2b\",\n        \"dataType\": \"String\",\n        \"description\": \"A flag to represent a company as B2B (1, 0)\"\n    },\n    {\n        \"fieldName\": \"zi_c_is_b2c\",\n        \"dataType\": \"String\",\n        \"description\": \"A flag to represent a company as B2C (1, 0)\"\n    },\n    {\n        \"fieldName\": \"zi_c_company_id\",\n        \"dataType\": \"Long\",\n        \"description\": \"ZoomInfo Company ID for the headquarters (HQ) of a company entity\"\n    },\n    {\n        \"fieldName\": \"zi_es_hq_ecid\",\n        \"dataType\": \"Long\",\n        \"description\": \"EverString Company ID (ECID) for the headquarters (HQ) of a company entity\"\n    },\n    {\n        \"fieldName\": \"zi_es_hq_location_id\",\n        \"dataType\": \"String\",\n        \"description\": \"Location ID for the headquarters (HQ) of a company entity\"\n    },\n    {\n        \"fieldName\": \"zi_c_company_name\",\n        \"dataType\": \"String\",\n        \"description\": \"HQ Company name. May match ZI_C_NAME.\"\n    },\n    {\n        \"fieldName\": \"zi_c_company_url\",\n        \"dataType\": \"String\",\n        \"description\": \"HQ Primary website of the company. May contain yelp.com websites. May match ZI_C_URL.\"\n    },\n    {\n        \"fieldName\": \"zi_c_company_street\",\n        \"dataType\": \"String\",\n        \"description\": \"HQ Company's physical street address\"\n    },\n    {\n        \"fieldName\": \"zi_c_company_street_2\",\n        \"dataType\": \"String\",\n        \"description\": \"HQ Company's physical street address continued\"\n    },\n    {\n        \"fieldName\": \"zi_c_company_city\",\n        \"dataType\": \"String\",\n        \"description\": \"HQ Company's physical city\"\n    },\n    {\n        \"fieldName\": \"zi_c_company_state\",\n        \"dataType\": \"String\",\n        \"description\": \"HQ Company's physical state\"\n    },\n    {\n        \"fieldName\": \"zi_c_company_zip\",\n        \"dataType\": \"String\",\n        \"description\": \"HQ Company's physical zip/postal code\"\n    },\n    {\n        \"fieldName\": \"zi_c_company_country\",\n        \"dataType\": \"String\",\n        \"description\": \"Company's core-based statistical area\"\n    },\n    {\n        \"fieldName\": \"zi_c_company_cbsa_name\",\n        \"dataType\": \"String\",\n        \"description\": \"HQ Company's core-based statistical area\"\n    },\n    {\n        \"fieldName\": \"zi_c_company_county\",\n        \"dataType\": \"String\",\n        \"description\": \"HQ Company's physical county\"\n    },\n    {\n        \"fieldName\": \"zi_c_company_latitude\",\n        \"dataType\": \"Float\",\n        \"description\": \"HQ Company's latitude geo-coordinate\"\n    },\n    {\n        \"fieldName\": \"zi_c_company_longitude\",\n        \"dataType\": \"Float\",\n        \"description\": \"HQ Company's longitude geo-coordinate\"\n    },\n    {\n        \"fieldName\": \"zi_c_company_verified_address\",\n        \"dataType\": \"String\",\n        \"description\": \"Denotes whether HQ address deliverability is verified\"\n    },\n    {\n        \"fieldName\": \"zi_c_company_employee_range\",\n        \"dataType\": \"String\",\n        \"description\": \"HQ Employee category band. Please refer to /lookup/employee-category-band\"\n    },\n    {\n        \"fieldName\": \"zi_c_company_employees\",\n        \"dataType\": \"Long\",\n        \"description\": \"HQ Raw employee number for a company\"\n    },\n    {\n        \"fieldName\": \"zi_c_company_revenue_range\",\n        \"dataType\": \"String\",\n        \"description\": \"HQ Revenue category band. Please refer to /lookup/revenue-category-band\"\n    },\n    {\n        \"fieldName\": \"zi_c_company_revenue\",\n        \"dataType\": \"Long\",\n        \"description\": \"HQ Raw revenue number in USD (in thousands)\"\n    },\n    {\n        \"fieldName\": \"zi_c_company_phone\",\n        \"dataType\": \"String\",\n        \"description\": \"HQ Company's phone number\"\n    },\n    {\n        \"fieldName\": \"zi_c_company_fax\",\n        \"dataType\": \"String\",\n        \"description\": \"HQ Company's fax number\"\n    },\n    {\n        \"fieldName\": \"zi_c_linkedin_url\",\n        \"dataType\": \"String\",\n        \"description\": \"Linkedin URL for the company\"\n    },\n    {\n        \"fieldName\": \"zi_c_facebook_url\",\n        \"dataType\": \"String\",\n        \"description\": \"Facebook URL for the company\"\n    },\n    {\n        \"fieldName\": \"zi_c_twitter_url\",\n        \"dataType\": \"String\",\n        \"description\": \"Twitter URL for the company\"\n    },\n    {\n        \"fieldName\": \"zi_c_yelp_url\",\n        \"dataType\": \"String\",\n        \"description\": \"Yelp URL for the company\"\n    },\n    {\n        \"fieldName\": \"zi_c_alexa_rank\",\n        \"dataType\": \"Long\",\n        \"description\": \"Alexa rank for the company, representing web traffic. Lower number indicates higher rank/traffic.\"\n    },\n    {\n        \"fieldName\": \"zi_c_keywords\",\n        \"dataType\": \"ArrayList\",\n        \"description\": \"Machine generated tags for the company\"\n    },\n    {\n        \"fieldName\": \"zi_c_top_keywords\",\n        \"dataType\": \"ArrayList\",\n        \"description\": \"Top ten machine generated tags for the company\"\n    },\n    {\n        \"fieldName\": \"zi_c_num_keywords\",\n        \"dataType\": \"Long\",\n        \"description\": \"The number of ZI_C_KEYWORDS associated with a company. Larger numbers usually indicate a more sophisticated website and/or many lines of businesses.\"\n    },\n    {\n        \"fieldName\": \"zi_c_employee_growth_1yr\",\n        \"dataType\": \"Float\",\n        \"description\": \"Approximate company employee growth percentage in the past 1 year\"\n    },\n    {\n        \"fieldName\": \"zi_c_employee_growth_2yr\",\n        \"dataType\": \"Float\",\n        \"description\": \"Approximate company employee growth percentage in the past 2 years\"\n    },\n    {\n        \"fieldName\": \"zi_es_growth\",\n        \"dataType\": \"String\",\n        \"description\": \"A measure of overall growth from the last month compare against average growth in the industry\"\n    },\n    {\n        \"fieldName\": \"zi_es_employee_growth\",\n        \"dataType\": \"String\",\n        \"description\": \"A measure of employee growth from last month compared against average growth in the industry\"\n    },\n    {\n        \"fieldName\": \"zi_es_revenue_growth\",\n        \"dataType\": \"String\",\n        \"description\": \"A measure of revenue growth from last month compared against average growth in the industry\"\n    },\n    {\n        \"fieldName\": \"zi_es_percent_employee_growth\",\n        \"dataType\": \"Float\",\n        \"description\": \"Percentage employee growth from last month compared against average growth in the industry\"\n    },\n    {\n        \"fieldName\": \"zi_es_percent_revenue_growth\",\n        \"dataType\": \"Float\",\n        \"description\": \"Percentage revenue growth from last month compared against average growth in the industry\"\n    },\n    {\n        \"fieldName\": \"zi_c_name_confidence_score\",\n        \"dataType\": \"Float\",\n        \"description\": \"Confidence score for the ZI_C_NAME field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest)\"\n    },\n    {\n        \"fieldName\": \"zi_c_url_confidence_score\",\n        \"dataType\": \"Float\",\n        \"description\": \"Confidence score for the ZI_C_URL field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest)\"\n    },\n    {\n        \"fieldName\": \"zi_c_address_confidence_score\",\n        \"dataType\": \"Float\",\n        \"description\": \"Confidence score for the ZI_C_ADDRESS field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest)\"\n    },\n    {\n        \"fieldName\": \"zi_c_phone_confidence_score\",\n        \"dataType\": \"Float\",\n        \"description\": \"Confidence score for the ZI_C_PHONE field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest)\"\n    },\n    {\n        \"fieldName\": \"zi_c_employees_confidence_score\",\n        \"dataType\": \"Float\",\n        \"description\": \"Confidence score for the ZI_C_EMPLOYEES_RANGE field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest)\"\n    },\n    {\n        \"fieldName\": \"zi_c_revenue_confidence_score\",\n        \"dataType\": \"Float\",\n        \"description\": \"Confidence score for the ZI_C_REVENUE_RANGE field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest)\"\n    },\n    {\n        \"fieldName\": \"zi_es_industry_confidence_score\",\n        \"dataType\": \"Float\",\n        \"description\": \"Confidence score for the ZI_ES_INDUSTRY field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest)\"\n    },\n    {\n        \"fieldName\": \"zi_c_naics_confidence_score\",\n        \"dataType\": \"Float\",\n        \"description\": \"Confidence score for the ZI_C_NAICS field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest)\"\n    },\n    {\n        \"fieldName\": \"zi_c_sic_confidence_score\",\n        \"dataType\": \"Float\",\n        \"description\": \"Confidence score for the ZI_C_SIC field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest)\"\n    },\n    {\n        \"fieldName\": \"zi_es_industries_top3_confidence_scores\",\n        \"dataType\": \"ArrayList\",\n        \"description\": \"Confidence score for the ZI_ES_INDUSTRIES_TOP3 field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest)\"\n    },\n    {\n        \"fieldName\": \"zi_c_naics_top3_confidence_scores\",\n        \"dataType\": \"ArrayList\",\n        \"description\": \"Confidence score for the ZI_C_NAICS6_TOP3 field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest)\"\n    },\n    {\n        \"fieldName\": \"zi_c_sic_top3_confidence_scores\",\n        \"dataType\": \"ArrayList\",\n        \"description\": \"Confidence score for the ZI_C_SIC4_TOP3 field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest)\"\n    },\n    {\n        \"fieldName\": \"zi_c_names_other\",\n        \"dataType\": \"String\",\n        \"description\": \"Alternate company name\"\n    },\n    {\n        \"fieldName\": \"zi_c_url_status\",\n        \"dataType\": \"String\",\n        \"description\": \"Identifies if a company's website is still active or redirects to another website. VALID, INVALID, PARKED, REDIRECT.\"\n    },\n    {\n        \"fieldName\": \"zi_c_urls_alt\",\n        \"dataType\": \"ArrayList\",\n        \"description\": \"All websites related to a company\"\n    },\n    {\n        \"fieldName\": \"zi_c_url_last_updated\",\n        \"dataType\": \"String\",\n        \"description\": \"Date company's URL was last updated\"\n    },\n    {\n        \"fieldName\": \"zi_c_inactive_flag\",\n        \"dataType\": \"String\",\n        \"description\": \"Identifies if a company is inactive. (1 or 0, 1 being inactive)\"\n    },\n    {\n        \"fieldName\": \"zi_c_ein\",\n        \"dataType\": \"String\",\n        \"description\": \"The Employer Identification Number (EIN) of a company\"\n    },\n    {\n        \"fieldName\": \"zi_c_is_small_business\",\n        \"dataType\": \"String\",\n        \"description\": \"A flag to represent a company as a small business (1, 0). Small business is considered less than 500 employees. Note: This flag reflects employee size data at the ECID Location-Level, not HQ-Level\"\n    },\n    {\n        \"fieldName\": \"zi_c_is_public\",\n        \"dataType\": \"String\",\n        \"description\": \"Indication if company is Public or Private (1, 0)\"\n    },\n    {\n        \"fieldName\": \"zi_c_ticker\",\n        \"dataType\": \"String\",\n        \"description\": \"Stock ticker for the company\"\n    },\n    {\n        \"fieldName\": \"zi_c_tickers_alt\",\n        \"dataType\": \"ArrayList\",\n        \"description\": \"Alternate stock ticker for the company\"\n    },\n    {\n        \"fieldName\": \"zi_c_has_mobile_app\",\n        \"dataType\": \"String\",\n        \"description\": \"Identifies if this company has a mobile app link detected on their website (1, 0)\"\n    },\n    {\n        \"fieldName\": \"zi_c_currency_code\",\n        \"dataType\": \"String\",\n        \"description\": \"Company's currency code\"\n    },\n    {\n        \"fieldName\": \"zi_c_num_locations\",\n        \"dataType\": \"Long\",\n        \"description\": \"Number of locations the company has\"\n    },\n    {\n        \"fieldName\": \"zi_c_hr_contacts\",\n        \"dataType\": \"Long\",\n        \"description\": \"Number of HR contacts available at the company\"\n    },\n    {\n        \"fieldName\": \"zi_c_sales_contacts\",\n        \"dataType\": \"Long\",\n        \"description\": \"Number of Sales contacts available at the company\"\n    },\n    {\n        \"fieldName\": \"zi_c_marketing_contacts\",\n        \"dataType\": \"Long\",\n        \"description\": \"Number of Marketing contacts available at the company\"\n    },\n    {\n        \"fieldName\": \"zi_c_finance_contacts\",\n        \"dataType\": \"Long\",\n        \"description\": \"Number of Finance contacts available at the company\"\n    },\n    {\n        \"fieldName\": \"zi_c_c_suite_contacts\",\n        \"dataType\": \"Long\",\n        \"description\": \"Number of C-Suite contacts available at the company\"\n    },\n    {\n        \"fieldName\": \"zi_c_engineering_contacts\",\n        \"dataType\": \"Long\",\n        \"description\": \"Number of Engineering contacts available at the company\"\n    },\n    {\n        \"fieldName\": \"zi_c_it_contacts\",\n        \"dataType\": \"Long\",\n        \"description\": \"Number of IT contacts available at the company\"\n    },\n    {\n        \"fieldName\": \"zi_c_operations_contacts\",\n        \"dataType\": \"Long\",\n        \"description\": \"Number of Operations contacts available at the company\"\n    },\n    {\n        \"fieldName\": \"zi_c_legal_contacts\",\n        \"dataType\": \"Long\",\n        \"description\": \"Number of Legal contacts available at the company\"\n    },\n    {\n        \"fieldName\": \"zi_c_medical_contacts\",\n        \"dataType\": \"Long\",\n        \"description\": \"Number of Medical contacts available at the company\"\n    },\n    {\n        \"fieldName\": \"zi_c_tech_ids\",\n        \"dataType\": \"ArrayList\",\n        \"description\": \"Unique identifier for a technology. Could be a single tech ID, or a comma-separated list of ID's\"\n    },\n    {\n        \"fieldName\": \"zi_c_latest_funding_age\",\n        \"dataType\": \"Long\",\n        \"description\": \"The number of years since the company's last funding\"\n    },\n    {\n        \"fieldName\": \"zi_c_num_of_investors\",\n        \"dataType\": \"Long\",\n        \"description\": \"Number of investors for a company\"\n    },\n    {\n        \"fieldName\": \"zi_c_investor_names\",\n        \"dataType\": \"ArrayList\",\n        \"description\": \"All investor names from publicly available sources\"\n    },\n    {\n        \"fieldName\": \"zi_c_funding_strength\",\n        \"dataType\": \"String\",\n        \"description\": \"A measure of funding strength of a business based on type and who they received funding from (Low, Medium, High)\"\n    },\n    {\n        \"fieldName\": \"zi_c_funding_type\",\n        \"dataType\": \"ArrayList\",\n        \"description\": \"Publicly available sources funding type\"\n    },\n    {\n        \"fieldName\": \"zi_c_total_funding_amount\",\n        \"dataType\": \"Long\",\n        \"description\": \"The total amount of funding a company has received\"\n    },\n    {\n        \"fieldName\": \"zi_c_latest_funding_amount\",\n        \"dataType\": \"Long\",\n        \"description\": \"The amount of funding in the latest funding round of a company\"\n    },\n    {\n        \"fieldName\": \"zi_c_latest_funding_date\",\n        \"dataType\": \"String\",\n        \"description\": \"Date when the latest funding was received\"\n    },\n    {\n        \"fieldName\": \"zi_c_num_funding_rounds\",\n        \"dataType\": \"Long\",\n        \"description\": \"The number of funding rounds a company has had\"\n    },\n    {\n        \"fieldName\": \"zi_c_is_fortune_100\",\n        \"dataType\": \"String\",\n        \"description\": \"This flag indicates if this record is a Fortune 100 entity (1, 0)\"\n    },\n    {\n        \"fieldName\": \"zi_c_is_fortune_500\",\n        \"dataType\": \"String\",\n        \"description\": \"This flag indicates if this record is a Fortune 500 entity (1, 0)\"\n    },\n    {\n        \"fieldName\": \"zi_c_is_s_and_p_500\",\n        \"dataType\": \"String\",\n        \"description\": \"This flag indicates if this record is a S&P 500 entity (1, 0)\"\n    },\n    {\n        \"fieldName\": \"zi_c_is_domestic_hq\",\n        \"dataType\": \"String\",\n        \"description\": \"This flag indicates if this record is a Domestic Parent entity (1, 0)\"\n    },\n    {\n        \"fieldName\": \"zi_c_is_global_parent\",\n        \"dataType\": \"String\",\n        \"description\": \"This flag indicates if this record is the Global Parent entity (1, 0)\"\n    },\n    {\n        \"fieldName\": \"zi_c_is_subsidiary\",\n        \"dataType\": \"String\",\n        \"description\": \"This flag indicates if this record is a Subsidiary entity (1, 0)\"\n    },\n    {\n        \"fieldName\": \"zi_c_is_franchisor\",\n        \"dataType\": \"String\",\n        \"description\": \"This flag indicates if this record is a Franchisor (1, 0)\"\n    },\n    {\n        \"fieldName\": \"zi_c_is_franchisee\",\n        \"dataType\": \"String\",\n        \"description\": \"This flag indicates if this record is a Frachisee (1, 0)\"\n    },\n    {\n        \"fieldName\": \"zi_c_hierarchy_code\",\n        \"dataType\": \"String\",\n        \"description\": \"This alpha code identifies the record's hierarchy level and location level. Hierarchy levels include Global Parent, Domestic Parent, or Subsidiary. Location levels include Individual Location or Headquarters location. Please refer to /lookup/hierarchy-code\"\n    },\n    {\n        \"fieldName\": \"zi_c_hierarchy_level\",\n        \"dataType\": \"Long\",\n        \"description\": \"This number indicates the hierarchy level equivalent to the hierarchy code\"\n    },\n    {\n        \"fieldName\": \"zi_c_parent_child_confidence_score\",\n        \"dataType\": \"Float\",\n        \"description\": \"Confidence score for the parent child hierarchy linkage (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest)\"\n    },\n    {\n        \"fieldName\": \"zi_c_immediate_parent_company_id\",\n        \"dataType\": \"Long\",\n        \"description\": \"Unique identifier of parent company of requested company\"\n    },\n    {\n        \"fieldName\": \"zi_es_immediate_parent_ecid\",\n        \"dataType\": \"Long\",\n        \"description\": \"Immediate parent company's identifier number\"\n    },\n    {\n        \"fieldName\": \"zi_es_immediate_parent_location_id\",\n        \"dataType\": \"String\",\n        \"description\": \"Immediate parent company's location identifier\"\n    },\n    {\n        \"fieldName\": \"zi_c_immediate_parent_name\",\n        \"dataType\": \"String\",\n        \"description\": \"Immediate parent company's name\"\n    },\n    {\n        \"fieldName\": \"zi_c_immediate_parent_url\",\n        \"dataType\": \"String\",\n        \"description\": \"Immediate parent company's website\"\n    },\n    {\n        \"fieldName\": \"zi_c_immediate_parent_street\",\n        \"dataType\": \"String\",\n        \"description\": \"Immediate parent company's street address\"\n    },\n    {\n        \"fieldName\": \"zi_c_immediate_parent_street_2\",\n        \"dataType\": \"String\",\n        \"description\": \"Immediate parent company's street address continued\"\n    },\n    {\n        \"fieldName\": \"zi_c_immediate_parent_city\",\n        \"dataType\": \"String\",\n        \"description\": \"Immediate parent company's city\"\n    },\n    {\n        \"fieldName\": \"zi_c_immediate_parent_zip\",\n        \"dataType\": \"String\",\n        \"description\": \"Immediate parent company's zip code\"\n    },\n    {\n        \"fieldName\": \"zi_c_immediate_parent_state\",\n        \"dataType\": \"String\",\n        \"description\": \"Immediate parent company's state\"\n    },\n    {\n        \"fieldName\": \"zi_c_immediate_parent_country\",\n        \"dataType\": \"String\",\n        \"description\": \"Immediate parent company's country\"\n    },\n    {\n        \"fieldName\": \"zi_c_domestic_parent_company_id\",\n        \"dataType\": \"Long\",\n        \"description\": \"Unique identifier of parent company of requested company\"\n    },\n    {\n        \"fieldName\": \"zi_es_domestic_parent_ecid\",\n        \"dataType\": \"Long\",\n        \"description\": \"Domestic parent company's identifier number\"\n    },\n    {\n        \"fieldName\": \"zi_es_domestic_parent_location_id\",\n        \"dataType\": \"String\",\n        \"description\": \"Domestic parent company's location identifier\"\n    },\n    {\n        \"fieldName\": \"zi_c_domestic_parent_name\",\n        \"dataType\": \"String\",\n        \"description\": \"Domestic parent company's name\"\n    },\n    {\n        \"fieldName\": \"zi_c_domestic_parent_url\",\n        \"dataType\": \"String\",\n        \"description\": \"Domestic parent company's website\"\n    },\n    {\n        \"fieldName\": \"zi_c_domestic_parent_street\",\n        \"dataType\": \"String\",\n        \"description\": \"Domestic parent company's street address\"\n    },\n    {\n        \"fieldName\": \"zi_c_domestic_parent_street_2\",\n        \"dataType\": \"String\",\n        \"description\": \"Domestic parent company's street address continued\"\n    },\n    {\n        \"fieldName\": \"zi_c_domestic_parent_city\",\n        \"dataType\": \"String\",\n        \"description\": \"Domestic parent company's city\"\n    },\n    {\n        \"fieldName\": \"zi_c_domestic_parent_zip\",\n        \"dataType\": \"String\",\n        \"description\": \"Domestic parent company's zip code\"\n    },\n    {\n        \"fieldName\": \"zi_c_domestic_parent_state\",\n        \"dataType\": \"String\",\n        \"description\": \"Domestic parent company's state\"\n    },\n    {\n        \"fieldName\": \"zi_c_domestic_parent_country\",\n        \"dataType\": \"String\",\n        \"description\": \"Domestic parent company's country\"\n    },\n    {\n        \"fieldName\": \"zi_c_global_parent_company_id\",\n        \"dataType\": \"Long\",\n        \"description\": \"Unique identifier of global parent company that has acquired requested company\"\n    },\n    {\n        \"fieldName\": \"zi_es_global_parent_ecid\",\n        \"dataType\": \"Long\",\n        \"description\": \"Global parent company's identifier number\"\n    },\n    {\n        \"fieldName\": \"zi_es_global_parent_location_id\",\n        \"dataType\": \"String\",\n        \"description\": \"Global parent company's location identifier\"\n    },\n    {\n        \"fieldName\": \"zi_c_global_parent_name\",\n        \"dataType\": \"String\",\n        \"description\": \"Global parent company's name\"\n    },\n    {\n        \"fieldName\": \"zi_c_global_parent_url\",\n        \"dataType\": \"String\",\n        \"description\": \"Global parent company's website\"\n    },\n    {\n        \"fieldName\": \"zi_c_global_parent_street\",\n        \"dataType\": \"String\",\n        \"description\": \"Global parent company's street address\"\n    },\n    {\n        \"fieldName\": \"zi_c_global_parent_street_2\",\n        \"dataType\": \"String\",\n        \"description\": \"Global parent company's street address continued\"\n    },\n    {\n        \"fieldName\": \"zi_c_global_parent_city\",\n        \"dataType\": \"String\",\n        \"description\": \"Global parent company's city\"\n    },\n    {\n        \"fieldName\": \"zi_c_global_parent_zip\",\n        \"dataType\": \"String\",\n        \"description\": \"Global parent company's zip\"\n    },\n    {\n        \"fieldName\": \"zi_c_global_parent_state\",\n        \"dataType\": \"String\",\n        \"description\": \"Global parent company's state\"\n    },\n    {\n        \"fieldName\": \"zi_c_global_parent_country\",\n        \"dataType\": \"String\",\n        \"description\": \"Global parent company's country\"\n    },\n    {\n        \"fieldName\": \"zi_c_franchisor_company_id\",\n        \"dataType\": \"Long\",\n        \"description\": \"Company franchisor's ZoomInfo Company ID\"\n    },\n    {\n        \"fieldName\": \"zi_es_franchisor_ecid\",\n        \"dataType\": \"Long\",\n        \"description\": \"Company franchisor's identifier number\"\n    },\n    {\n        \"fieldName\": \"zi_es_franchisor_location_id\",\n        \"dataType\": \"String\",\n        \"description\": \"Company franchisor's location number\"\n    },\n    {\n        \"fieldName\": \"zi_c_franchisor_name\",\n        \"dataType\": \"String\",\n        \"description\": \"Company franchisor's name\"\n    },\n    {\n        \"fieldName\": \"zi_c_franchisor_url\",\n        \"dataType\": \"String\",\n        \"description\": \"Company franchisor's website\"\n    },\n    {\n        \"fieldName\": \"zi_c_franchisor_street\",\n        \"dataType\": \"String\",\n        \"description\": \"Company franchisor's street address\"\n    },\n    {\n        \"fieldName\": \"zi_c_franchisor_street_2\",\n        \"dataType\": \"String\",\n        \"description\": \"Company franchisor's street address continued\"\n    },\n    {\n        \"fieldName\": \"zi_c_franchisor_city\",\n        \"dataType\": \"String\",\n        \"description\": \"Company franchisor's city\"\n    },\n    {\n        \"fieldName\": \"zi_c_franchisor_zip\",\n        \"dataType\": \"String\",\n        \"description\": \"Company franchisor's zip code\"\n    },\n    {\n        \"fieldName\": \"zi_c_franchisor_state\",\n        \"dataType\": \"String\",\n        \"description\": \"Company franchisor's state\"\n    },\n    {\n        \"fieldName\": \"zi_c_franchisor_country\",\n        \"dataType\": \"String\",\n        \"description\": \"Company franchisor's country\"\n    },\n    {\n        \"fieldName\": \"zi_c_tech_spend\",\n        \"dataType\": \"String\",\n        \"description\": \"A measure of Technology spend as modeled by the types of technology purchased by a company (Low, Medium, High)\"\n    },\n    {\n        \"fieldName\": \"zi_c_hr_spend\",\n        \"dataType\": \"String\",\n        \"description\": \"A measure of HR spend as modeled by the types of HR technology purchased by a company (Low, Medium, High)\"\n    },\n    {\n        \"fieldName\": \"zi_c_sales_spend\",\n        \"dataType\": \"String\",\n        \"description\": \"A measure of Sales spend as modeled by the types of Sales technology purchased by a company (Low, Medium, High)\"\n    },\n    {\n        \"fieldName\": \"zi_c_marketing_spend\",\n        \"dataType\": \"String\",\n        \"description\": \"A measure of Marketing spend as modeled by the types of Marketing technology purchase, type of titles, website sophistication by a company (Low, Medium, High)\"\n    },\n    {\n        \"fieldName\": \"zi_c_finance_spend\",\n        \"dataType\": \"String\",\n        \"description\": \"A measure of Finance spend as modeled by the types of Finance technology purchased by a company (Low, Medium, High)\"\n    },\n    {\n        \"fieldName\": \"zi_c_tech_strength\",\n        \"dataType\": \"String\",\n        \"description\": \"A measure of the relative strength of a particular department when comparing the number of employees in that department vs the overall number of employees for a company (Low, Medium, High)\"\n    },\n    {\n        \"fieldName\": \"zi_c_hr_strength\",\n        \"dataType\": \"String\",\n        \"description\": \"A measure of the relative strength of a particular department when comparing the number of employees in that department vs the overall number of employees for a company (Low, Medium, High)\"\n    },\n    {\n        \"fieldName\": \"zi_c_sales_strength\",\n        \"dataType\": \"String\",\n        \"description\": \"A measure of the relative strength of a particular department when comparing the number of employees in that department vs the overall number of employees for a company (Low, Medium, High)\"\n    },\n    {\n        \"fieldName\": \"zi_c_marketing_strength\",\n        \"dataType\": \"String\",\n        \"description\": \"A measure of the relative strength of a particular department when comparing the number of employees in that department vs the overall number of employees for a company (Low, Medium, High)\"\n    },\n    {\n        \"fieldName\": \"zi_c_finance_strength\",\n        \"dataType\": \"String\",\n        \"description\": \"A measure of the relative strength of a particular department when comparing the number of employees in that department vs the overall number of employees for a company (Low, Medium, High)\"\n    },\n    {\n        \"fieldName\": \"zi_c_tech_sophistication\",\n        \"dataType\": \"String\",\n        \"description\": \"A measure of technology sophistication of a business (Low, Medium, High)\"\n    },\n    {\n        \"fieldName\": \"zi_c_hr_sophistication\",\n        \"dataType\": \"String\",\n        \"description\": \"A measure of HR sophistication of a business (Low, Medium, High)\"\n    },\n    {\n        \"fieldName\": \"zi_c_sales_sophistication\",\n        \"dataType\": \"String\",\n        \"description\": \"A measure of Sales sophistication of a business (Low, Medium, High)\"\n    },\n    {\n        \"fieldName\": \"zi_c_marketing_sophistication\",\n        \"dataType\": \"String\",\n        \"description\": \"A measure of Marketing sophistication of a company (Low, Average, High)\"\n    },\n    {\n        \"fieldName\": \"zi_c_social_sophistication\",\n        \"dataType\": \"String\",\n        \"description\": \"A measure of Social sophistication of a business (Low, Medium, High)\"\n    },\n    {\n        \"fieldName\": \"zi_c_finance_sophistication\",\n        \"dataType\": \"String\",\n        \"description\": \"A measure of Finance sophistication of a business (Low, Medium, High)\"\n    },\n    {\n        \"fieldName\": \"zi_c_last_updated_date\",\n        \"dataType\": \"String\",\n        \"description\": \"Date when the record was last updated\"\n    },\n    {\n        \"fieldName\": \"zi_c_release_date\",\n        \"dataType\": \"String\",\n        \"description\": \"Year and Month of this data release in YYYYMM format (e.g., 201902)\"\n    },\n    {\n        \"fieldName\": \"zi_match_reason\",\n        \"dataType\": \"Object\",\n        \"description\": \"Match reason\"\n    }\n]"}],"_postman_id":"58b47522-753a-4104-a0c6-454adf4b6a1d"}],"id":"8a40c328-c2ab-457b-9b3d-fdb56a2ca094","description":"<p>The new <a href=\"#8b6cffe4-cb34-44ab-ad5d-1953d372ffd3\">Company Master Data Enrich</a> endpoint brings together ZoomInfo firmographic data with the EverString firmographic data along with significant improvements including additional firmographic attributes and enhanced data.</p>\n<p>Refer to the examples provided to build a valid JSON request. For supported input and output parameters:</p>\n<ul>\n<li>Use the <a href=\"#d305402c-33d1-488c-8b8f-b5b079868a61\">Company Master Enrich Inputs</a> endpoint to retrieve a list of valid input parameters you can provide</li>\n<li>Use the <a href=\"#58b47522-753a-4104-a0c6-454adf4b6a1d\">Company Master Enrich Outputs</a> endpoint to retrieve a list of valid output fields that can be returned</li>\n</ul>\n","_postman_id":"8a40c328-c2ab-457b-9b3d-fdb56a2ca094"},{"name":"OrgChart Enrich","item":[{"name":"OrgChart Enrich","event":[{"listen":"test","script":{"id":"85bd2609-8774-4d45-8462-f7ed5445143d","exec":["pm.test(\"Response includes maxResults, totalResults and currentPage\", function () {","    pm.expect(pm.response.json()).to.include.keys(\"maxResults\");","    pm.expect(pm.response.json()).to.include.keys(\"totalResults\");","    pm.expect(pm.response.json()).to.include.keys(\"currentPage\");","});","","pm.test(\"Response includes data\", function () {","    pm.expect(pm.response.json()).to.include.keys(\"data\");","});","","pm.test(\"Data list contains at least one element.\", function () {","    pm.expect(pm.response.json().data.length).to.be.above(0);","});","","var xUsage = JSON.parse(postman.getResponseHeader(\"X-Usage\"));","pm.test(\"X-Usage includes p_enrich count\", function () {","    pm.expect(xUsage).to.include.keys(\"p_enrich\");","})"],"type":"text/javascript"}}],"id":"763b3c10-41d1-4d52-9775-1712f712202e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"body":{"mode":"raw","raw":"{\n    \"companyId\": \"344589814\",\n    \"department\": \"c-suite\"\n}"},"url":"{{protocol}}://{{url}}/enrich/orgchart","description":"<p>Use this endpoint to match org chart information based on <a href=\"#751a9156-1867-4033-a115-a44aa0ecbfad\">input values</a> and return the desired <a href=\"#b2c219d2-df68-4ccd-9914-c7c58218f768\">output fields</a> in the response.</p>\n<p><strong>Input params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>DataType</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>companyId</td>\n<td>String</td>\n<td>Required. The id of the company for which you want to view the org chart hierarchy</td>\n</tr>\n<tr>\n<td>department</td>\n<td>String</td>\n<td>Required. The comma delimited list of departments for which to display org chart hierarchy. See the <strong>Contact Departments</strong> lookup endpoint for values. You can input the <code>id</code> value or <code>name</code> from the list of accepted values.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Output fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Unique ZoomInfo identifier for the contact</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>Contact first name</td>\n</tr>\n<tr>\n<td>middleName</td>\n<td>Contact middle name</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>Contact last name</td>\n</tr>\n<tr>\n<td>lastUpdatedDate</td>\n<td>Date on which the contact record was last updated</td>\n</tr>\n<tr>\n<td>jobTitle</td>\n<td>Contact job title at current place of employment</td>\n</tr>\n<tr>\n<td>department</td>\n<td>Contact department at current place of employment. See the <strong>Contact Departments</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>hasDirectPhone</td>\n<td>Indicates whether ZoomInfo has a direct phone number for the contact. If do not call is enabled for the contact, the field <code>directPhoneDoNotCall</code> is returned in the output with a value of <code>true</code>.</td>\n</tr>\n<tr>\n<td>hasEmail</td>\n<td>Indicates whether ZoomInfo has an email address for the contact</td>\n</tr>\n<tr>\n<td>jobFunction</td>\n<td>Contact job function at current place of employment</td>\n</tr>\n<tr>\n<td>orgChartTier</td>\n<td>Integer representing hierarchy within a department, with <code>1</code> being the highest.</td>\n</tr>\n<tr>\n<td>orgChartSubTier</td>\n<td>Secondary tier within <code>orgChartTier</code></td>\n</tr>\n<tr>\n<td>contentAccuracyScore</td>\n<td>This score indicates the likelihood that a contact is reachable and still employed by the company listed. Minimum score is 75 and maximum is 99.</td>\n</tr>\n<tr>\n<td>companyId</td>\n<td>Unique ZoomInfo identifier for a company</td>\n</tr>\n<tr>\n<td>companyName</td>\n<td>Company name</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{protocol}}","path":["enrich","orgchart"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3d0dc7db-4fea-4d26-96f7-77bfedfafc0d","name":"OrgChart Enrich","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"companyId\": \"344589814\",\n    \"department\": \"c-suite\"\n}"},"url":"{{protocol}}://{{url}}/enrich/orgchart"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 May 2020 19:22:27 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"59aa582b6f90ec00-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=fc71d9403472d42effc02aad37ef6fac8edd5780bbd14e367dd0386bd4c1d94e:1de7e3b1-a10b-11ea-aacb-83f9cb252b93; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"02fe556f210000ec00439dd200000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1590693807","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999996315","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999965138","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9999952","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9999902","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000000","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99999902","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"maxResults\": 11,\n    \"totalResults\": 11,\n    \"currentPage\": 1,\n    \"data\": [\n        {\n            \"id\": 1843376157,\n            \"firstName\": \"Justin\",\n            \"middleName\": \"\",\n            \"lastName\": \"Withers\",\n            \"lastUpdatedDate\": \"\",\n            \"title\": \"Senior VP, Strategy and Corporate Development\",\n            \"hasEmail\": true,\n            \"hasDirectPhone\": true,\n            \"department\": \"C-Suite\",\n            \"jobFunction\": \"Operations Executive\",\n            \"orgChartTier\": 2,\n            \"orgChartSubTier\": 7,\n            \"contactAccuracyScore\": 96,\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": 2988050694,\n            \"firstName\": \"Nir\",\n            \"middleName\": \"\",\n            \"lastName\": \"Keren\",\n            \"lastUpdatedDate\": \"\",\n            \"title\": \"Chief Technology Officer\",\n            \"hasEmail\": true,\n            \"hasDirectPhone\": true,\n            \"department\": \"C-Suite\",\n            \"jobFunction\": \"Engineering & Technical Executive\",\n            \"orgChartTier\": 2,\n            \"orgChartSubTier\": 2,\n            \"contactAccuracyScore\": 90,\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": 1645938489,\n            \"firstName\": \"Hila\",\n            \"middleName\": \"\",\n            \"lastName\": \"Nir\",\n            \"lastUpdatedDate\": \"\",\n            \"title\": \"Chief Marketing Officer\",\n            \"hasEmail\": true,\n            \"hasDirectPhone\": true,\n            \"department\": \"C-Suite\",\n            \"jobFunction\": \"Marketing Executive\",\n            \"orgChartTier\": 2,\n            \"orgChartSubTier\": 2,\n            \"contactAccuracyScore\": 92,\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": 1260398587,\n            \"firstName\": \"Henry\",\n            \"middleName\": \"L.\",\n            \"lastName\": \"Schuck\",\n            \"lastUpdatedDate\": \"1/5/2020 2:59 PM\",\n            \"title\": \"Founder & Chief Executive Officer\",\n            \"hasEmail\": true,\n            \"hasDirectPhone\": true,\n            \"department\": \"C-Suite\",\n            \"jobFunction\": \"Executive\",\n            \"orgChartTier\": 1,\n            \"orgChartSubTier\": 1,\n            \"contactAccuracyScore\": 96,\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": -851481737,\n            \"firstName\": \"Anthony\",\n            \"middleName\": \"M.\",\n            \"lastName\": \"Stark\",\n            \"lastUpdatedDate\": \"\",\n            \"title\": \"General Counsel\",\n            \"hasEmail\": true,\n            \"hasDirectPhone\": true,\n            \"department\": \"C-Suite\",\n            \"jobFunction\": \"Legal Executive\",\n            \"orgChartTier\": 2,\n            \"orgChartSubTier\": 1,\n            \"contactAccuracyScore\": 96,\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": 2827525345,\n            \"firstName\": \"Chris\",\n            \"middleName\": \"\",\n            \"lastName\": \"Hays\",\n            \"lastUpdatedDate\": \"\",\n            \"title\": \"Chief Revenue Officer\",\n            \"hasEmail\": true,\n            \"hasDirectPhone\": true,\n            \"department\": \"C-Suite\",\n            \"jobFunction\": \"Sales Executive\",\n            \"orgChartTier\": 2,\n            \"orgChartSubTier\": 3,\n            \"contactAccuracyScore\": 96,\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": 1900751569,\n            \"firstName\": \"Alyssa\",\n            \"middleName\": \"\",\n            \"lastName\": \"Lahar\",\n            \"lastUpdatedDate\": \"\",\n            \"title\": \"Chief Human Resources Officer\",\n            \"hasEmail\": true,\n            \"hasDirectPhone\": false,\n            \"department\": \"C-Suite\",\n            \"jobFunction\": \"Human Resources Executive\",\n            \"orgChartTier\": 2,\n            \"orgChartSubTier\": 3,\n            \"contactAccuracyScore\": 93,\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": 1691752290,\n            \"firstName\": \"Derek\",\n            \"middleName\": \"M.\",\n            \"lastName\": \"Smith\",\n            \"lastUpdatedDate\": \"\",\n            \"title\": \"Senior VP,  Data Strategy and R&D\",\n            \"hasEmail\": true,\n            \"hasDirectPhone\": true,\n            \"department\": \"Engineering & Technical\",\n            \"jobFunction\": \"Research & Development\",\n            \"orgChartTier\": 2,\n            \"orgChartSubTier\": 3,\n            \"contactAccuracyScore\": 92,\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": 39841971,\n            \"firstName\": \"Cameron\",\n            \"middleName\": \"\",\n            \"lastName\": \"Hyzer\",\n            \"lastUpdatedDate\": \"\",\n            \"title\": \"Chief Financial Officer\",\n            \"hasEmail\": true,\n            \"hasDirectPhone\": true,\n            \"department\": \"C-Suite\",\n            \"jobFunction\": \"Finance Executive\",\n            \"orgChartTier\": 2,\n            \"orgChartSubTier\": 2,\n            \"contactAccuracyScore\": 96,\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": -1169994343,\n            \"firstName\": \"Kelly\",\n            \"middleName\": \"\",\n            \"lastName\": \"Watson\",\n            \"lastUpdatedDate\": \"\",\n            \"title\": \"Executive Assistant, Henry Schuck\",\n            \"hasEmail\": true,\n            \"hasDirectPhone\": true,\n            \"department\": \"C-Suite\",\n            \"jobFunction\": \"Executive\",\n            \"orgChartTier\": 2,\n            \"orgChartSubTier\": 8,\n            \"contactAccuracyScore\": 91,\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": 2086486970,\n            \"firstName\": \"Mark\",\n            \"middleName\": \"S.\",\n            \"lastName\": \"Johnson\",\n            \"lastUpdatedDate\": \"\",\n            \"title\": \"Senior VP, Technology & Operations\",\n            \"hasEmail\": true,\n            \"hasDirectPhone\": true,\n            \"department\": \"C-Suite\",\n            \"jobFunction\": \"Information Technology Executive\",\n            \"orgChartTier\": 2,\n            \"orgChartSubTier\": 3,\n            \"contactAccuracyScore\": 96,\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        }\n    ]\n}"}],"_postman_id":"763b3c10-41d1-4d52-9775-1712f712202e"},{"name":"Org Chart Enrich Inputs","id":"751a9156-1867-4033-a115-a44aa0ecbfad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/orgchart/enrich","description":"<p>Returns a list of fields you can use as input for the <a href=\"#763b3c10-41d1-4d52-9775-1712f712202e\">Org Chart Enrich</a> endpoint.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","inputfields","orgchart","enrich"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9c7bcc89-1b30-45f0-8542-d5c01c4caf2a","name":"Org Chart Enrich Inputs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/orgchart/enrich"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 May 2020 19:23:08 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"59aa59339e27ec00-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=fc71d9403472d42effc02aad37ef6fac8edd5780bbd14e367dd0386bd4c1d94e:1de7e3b1-a10b-11ea-aacb-83f9cb252b93; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"02fe5614420000ec0043a56200000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1498","enabled":true},{"key":"X-RateLimit-Reset","value":"1590693807","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fieldName\": \"companyId\",\n        \"fieldType\": \"String\",\n        \"description\": \"The id of the company for which you want to view the org chart\"\n    },\n    {\n        \"fieldName\": \"department\",\n        \"fieldType\": \"String\",\n        \"description\": \"It must contain comma delimited strings of departments to display org charts from this endpoint : lookup/department\"\n    }\n]"}],"_postman_id":"751a9156-1867-4033-a115-a44aa0ecbfad"},{"name":"Org Chart Enrich Outputs","id":"b2c219d2-df68-4ccd-9914-c7c58218f768","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/outputfields/orgchart/enrich","description":"<p>Returns a list of fields you can specify as output for the <a href=\"#763b3c10-41d1-4d52-9775-1712f712202e\">Org Chart Enrich</a> endpoint.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","outputfields","orgchart","enrich"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f3aa0d6e-47ff-4553-8cc4-b7153e113aff","name":"Org Chart Enrich Outputs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/outputfields/orgchart/enrich"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 May 2020 19:14:34 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"59aa4ca41cdaff80-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=fc71d9403472d42effc02aad37ef6fac8edd5780bbd14e367dd0386bd4c1d94e:1de7e3b1-a10b-11ea-aacb-83f9cb252b93; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"02fe4e3a8e0000ff808220e200000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1498","enabled":true},{"key":"X-RateLimit-Reset","value":"1590693314","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fieldName\": \"id\",\n        \"description\": \"Unique ZoomInfo identifier for the contact\"\n    },\n    {\n        \"fieldName\": \"firstName\",\n        \"description\": \"Contact first name\"\n    },\n    {\n        \"fieldName\": \"middleName\",\n        \"description\": \"Contact middle name\"\n    },\n    {\n        \"fieldName\": \"lastName\",\n        \"description\": \"Contact last name\"\n    },\n    {\n        \"fieldName\": \"lastUpdatedDate\",\n        \"description\": \"Date on which the contact record was last updated\"\n    },\n    {\n        \"fieldName\": \"title\",\n        \"description\": \"Contact job title at current place of employment\"\n    },\n    {\n        \"fieldName\": \"hasEmail\",\n        \"description\": \"Indicates whether ZoomInfo has an email address for the contact\"\n    },\n    {\n        \"fieldName\": \"hasDirectPhone\",\n        \"description\": \"Indicates whether ZoomInfo has a direct phone number for the contact\"\n    },\n    {\n        \"fieldName\": \"department\",\n        \"description\": \"Contact department at current place of employment. See the Contact Departments endpoint for values.\"\n    },\n    {\n        \"fieldName\": \"jobFunction\",\n        \"description\": \"Contact job function at current place of employment\"\n    },\n    {\n        \"fieldName\": \"orgChartTier\",\n        \"description\": \"Integer representing hierarchy within a department, with 1 being the highest\"\n    },\n    {\n        \"fieldName\": \"orgChartSubTier\",\n        \"description\": \"Secondary tier within orgChartTier\"\n    },\n    {\n        \"fieldName\": \"contactAccuracyScore\",\n        \"description\": \"This score indicates the likelihood that a contact is reachable and still employed by the company listed. Minimum score is 75 and maximum is 99.\"\n    },\n    {\n        \"fieldName\": \"companyId\",\n        \"description\": \"Unique ZoomInfo identifier for a company\"\n    },\n    {\n        \"fieldName\": \"companyName\",\n        \"description\": \"Company Name\"\n    }\n]"}],"_postman_id":"b2c219d2-df68-4ccd-9914-c7c58218f768"}],"id":"dbcc4cdd-0db0-4e96-995c-963281c5a589","description":"<p>Use <a href=\"#763b3c10-41d1-4d52-9775-1712f712202e\">Org Chart Enrich</a> to retrieve org chart detail using valid query parameters.</p>\n<p>Refer to the examples provided to build a valid JSON request:</p>\n<ul>\n<li>Use the <a href=\"#751a9156-1867-4033-a115-a44aa0ecbfad\">Org Chart Enrich Inputs</a> endpoint to retrieve a list of valid input parameters you can provide</li>\n<li>Use the <a href=\"#b2c219d2-df68-4ccd-9914-c7c58218f768\">Org Chart Enrich Outputs</a> endpoint to retrieve a list of output fields returned</li>\n</ul>\n","_postman_id":"dbcc4cdd-0db0-4e96-995c-963281c5a589"},{"name":"Corporate Hierarchy Enrich","item":[{"name":"Corporate Hierarchy Enrich","event":[{"listen":"test","script":{"id":"50a32630-a7a3-4b23-a622-3c0055c7c10b","exec":["pm.test(\"Response includes maxResults, totalResults and currentPage\", function () {","    pm.expect(pm.response.json()).to.include.keys(\"maxResults\");","    pm.expect(pm.response.json()).to.include.keys(\"totalResults\");","    pm.expect(pm.response.json()).to.include.keys(\"currentPage\");","});","","pm.test(\"Response includes data\", function () {","    pm.expect(pm.response.json()).to.include.keys(\"data\");","});","","pm.test(\"Data list contains at least one element.\", function () {","    pm.expect(pm.response.json().data.length).to.be.above(0);","});","","var xUsage = JSON.parse(postman.getResponseHeader(\"X-Usage\"));","pm.test(\"X-Usage includes c_enrich count\", function () {","    pm.expect(xUsage).to.include.keys(\"c_enrich\");","})"],"type":"text/javascript"}}],"id":"1bf83184-9ee9-478f-b839-9afab4dfe18e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"body":{"mode":"raw","raw":"{\n    \"matchCompanyInput\": [\n        {\n            \"companyName\": \"zoominfo\"\n        }\n    ],\n    \n    \"outputFields\": [\n        \"parentage\",\n        \"familyTree\",\n        \"companyId\"\n    ]\n}"},"url":"{{protocol}}://{{url}}/enrich/corporatehierarchy","description":"<p>Use this endpoint to match corporate hierarchical information based on <a href=\"#d72da288-2069-47c9-b36f-16cdab5d9988\">input values</a> and return the desired <a href=\"#d6813026-dcae-4b20-9ee4-b1301451a2c7\">output fields</a> in the response.</p>\n<p><strong>Input params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>DataType</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>companyId</td>\n<td>Integer</td>\n<td>Unique ZoomInfo identifier for a company</td>\n</tr>\n<tr>\n<td>companyName</td>\n<td>String</td>\n<td>Company name</td>\n</tr>\n<tr>\n<td>companyWebsite</td>\n<td>String</td>\n<td>Company website URL in <a href=\"http://www.example.com\">http://www.example.com</a> format</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Output fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>parentage</td>\n<td>Lists companies higher up in the corporate hierarchy for this company</td>\n</tr>\n<tr>\n<td>familyTree</td>\n<td>Lists companies and locations in the family tree for this company</td>\n</tr>\n<tr>\n<td>companyId</td>\n<td>Unique ZoomInfo identifier for a company</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{protocol}}","path":["enrich","corporatehierarchy"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9e59e3a3-7494-4ffd-985e-ae736d93b198","name":"Enrich corporate hierarchy - multiple companies","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"body":{"mode":"raw","raw":"{\n    \"matchCompanyInput\": [\n        {\n            \"companyName\": \"zoominfo\"\n        },\n        {\n        \t\"companyId\": 405950842\n        }\n    ],\n    \n    \"outputFields\": [\n        \"parentage\",\n        \"familyTree\",\n        \"companyId\"\n    ]\n}"},"url":"{{protocol}}://{{url}}/enrich/corporatehierarchy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 19 May 2020 17:16:00 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"595f76925a63ff88-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=533f98300b99c5431f86bb221c6e877daac516468d9a13fc0e1fc33171b5ac05:197a38e1-94a0-11ea-a0cd-9f819741a458; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1589908620","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999996830","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999965353","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9999957","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9999914","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000000","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99999914","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"cf-request-id","value":"02cf886f740000ff88e521a200000001","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"outputFields\": [\n            [\n                \"parentage\",\n                \"familytree\",\n                \"companyid\"\n            ]\n        ],\n        \"result\": [\n            {\n                \"input\": {\n                    \"companyname\": \"zoominfo\"\n                },\n                \"data\": [\n                    {\n                        \"parentage\": [],\n                        \"familyTree\": [\n                            {\n                                \"companyId\": 344589814,\n                                \"name\": \"Zoom Information, Inc.\",\n                                \"city\": \"Vancouver\",\n                                \"state\": \"Washington\",\n                                \"familyNodes\": [\n                                    {\n                                        \"companyId\": 440083468,\n                                        \"name\": \"\",\n                                        \"city\": \"Grand Rapids\",\n                                        \"state\": \"Michigan\",\n                                        \"subUnitTypeInfo\": {\n                                            \"typeId\": 1,\n                                            \"typeDescription\": \"Location\"\n                                        }\n                                    },\n                                    {\n                                        \"companyId\": 444874817,\n                                        \"name\": \"\",\n                                        \"city\": \"Ra'anana\",\n                                        \"state\": \"Central District\",\n                                        \"subUnitTypeInfo\": {\n                                            \"typeId\": 1,\n                                            \"typeDescription\": \"Location\"\n                                        }\n                                    },\n                                    {\n                                        \"companyId\": 12715058,\n                                        \"name\": \"Eliyon Technologies Corp.\",\n                                        \"city\": \"Cambridge\",\n                                        \"state\": \"Massachusetts\",\n                                        \"subUnitTypeInfo\": {\n                                            \"typeId\": 5,\n                                            \"typeDescription\": \"\"\n                                        }\n                                    },\n                                    {\n                                        \"companyId\": 356263316,\n                                        \"name\": \"Datanyze Inc\",\n                                        \"city\": \"San Mateo\",\n                                        \"state\": \"California\",\n                                        \"subUnitTypeInfo\": {\n                                            \"typeId\": 3,\n                                            \"typeDescription\": \"\"\n                                        },\n                                        \"familyNodes\": [\n                                            {\n                                                \"companyId\": 357334302,\n                                                \"name\": \"LeadLedger LLC\",\n                                                \"city\": \"San Francisco\",\n                                                \"state\": \"California\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 3,\n                                                    \"typeDescription\": \"\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 370064497,\n                                                \"name\": \"\",\n                                                \"city\": \"San Mateo\",\n                                                \"state\": \"California\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 370092210,\n                                                \"name\": \"\",\n                                                \"city\": \"San Mateo\",\n                                                \"state\": \"California\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            }\n                                        ]\n                                    },\n                                    {\n                                        \"companyId\": 346572700,\n                                        \"name\": \"DiscoverOrg LLC\",\n                                        \"city\": \"Vancouver\",\n                                        \"state\": \"Washington\",\n                                        \"subUnitTypeInfo\": {\n                                            \"typeId\": 4,\n                                            \"typeDescription\": \"\"\n                                        },\n                                        \"familyNodes\": [\n                                            {\n                                                \"companyId\": 360079580,\n                                                \"name\": \"\",\n                                                \"city\": \"Vancouver\",\n                                                \"state\": \"Washington\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 362940152,\n                                                \"name\": \"\",\n                                                \"city\": \"Columbus\",\n                                                \"state\": \"Ohio\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 372341509,\n                                                \"name\": \"\",\n                                                \"city\": \"Narberth\",\n                                                \"state\": \"Pennsylvania\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 417210616,\n                                                \"name\": \"\",\n                                                \"city\": \"Bethesda\",\n                                                \"state\": \"Maryland\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 433070340,\n                                                \"name\": \"\",\n                                                \"city\": \"Vancouver\",\n                                                \"state\": \"Washington\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 438585188,\n                                                \"name\": \"\",\n                                                \"city\": \"Conshohocken\",\n                                                \"state\": \"Pennsylvania\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 127632468,\n                                                \"name\": \"iProfile\",\n                                                \"city\": \"Austin\",\n                                                \"state\": \"Texas\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 3,\n                                                    \"typeDescription\": \"\"\n                                                },\n                                                \"familyNodes\": [\n                                                    {\n                                                        \"companyId\": 361511922,\n                                                        \"name\": \"\",\n                                                        \"city\": \"London\",\n                                                        \"state\": \"Greater London\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    },\n                                                    {\n                                                        \"companyId\": 361511923,\n                                                        \"name\": \"\",\n                                                        \"city\": \"Austin\",\n                                                        \"state\": \"Texas\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    },\n                                                    {\n                                                        \"companyId\": 362981183,\n                                                        \"name\": \"\",\n                                                        \"city\": \"London\",\n                                                        \"state\": \"Greater London\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    },\n                                                    {\n                                                        \"companyId\": 362981185,\n                                                        \"name\": \"\",\n                                                        \"city\": \"Henderson\",\n                                                        \"state\": \"Nevada\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    },\n                                                    {\n                                                        \"companyId\": 400311147,\n                                                        \"name\": \"\",\n                                                        \"city\": \"Vancouver\",\n                                                        \"state\": \"Washington\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    },\n                                                    {\n                                                        \"companyId\": 451872063,\n                                                        \"name\": \"\",\n                                                        \"city\": \"Palo Alto\",\n                                                        \"state\": \"California\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    },\n                                                    {\n                                                        \"companyId\": 455100136,\n                                                        \"name\": \"\",\n                                                        \"city\": \"Austin\",\n                                                        \"state\": \"Texas\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    },\n                                                    {\n                                                        \"companyId\": 480462081,\n                                                        \"name\": \"\",\n                                                        \"city\": \"Chicago\",\n                                                        \"state\": \"Illinois\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    }\n                                                ]\n                                            },\n                                            {\n                                                \"companyId\": 467273758,\n                                                \"name\": \"\",\n                                                \"city\": \"Waltham\",\n                                                \"state\": \"Massachusetts\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 405950842,\n                                                \"name\": \"NeverBounce\",\n                                                \"city\": \"Cleveland\",\n                                                \"state\": \"Ohio\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 3,\n                                                    \"typeDescription\": \"\"\n                                                },\n                                                \"familyNodes\": [\n                                                    {\n                                                        \"companyId\": 415852278,\n                                                        \"name\": \"\",\n                                                        \"city\": \"Cleveland\",\n                                                        \"state\": \"Ohio\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    },\n                                                    {\n                                                        \"companyId\": 435226486,\n                                                        \"name\": \"\",\n                                                        \"city\": \"Park City\",\n                                                        \"state\": \"Utah\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    },\n                                                    {\n                                                        \"companyId\": 480181228,\n                                                        \"name\": \"\",\n                                                        \"city\": \"Vancouver\",\n                                                        \"state\": \"Washington\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    }\n                                                ]\n                                            },\n                                            {\n                                                \"companyId\": 472733346,\n                                                \"name\": \"\",\n                                                \"city\": \"Seattle\",\n                                                \"state\": \"Washington\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323829,\n                                                \"name\": \"\",\n                                                \"city\": \"Gaithersburg\",\n                                                \"state\": \"Maryland\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323830,\n                                                \"name\": \"\",\n                                                \"city\": \"New Britain\",\n                                                \"state\": \"Connecticut\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323831,\n                                                \"name\": \"\",\n                                                \"city\": \"Conyers\",\n                                                \"state\": \"Georgia\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323832,\n                                                \"name\": \"\",\n                                                \"city\": \"Walnut Creek\",\n                                                \"state\": \"California\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323833,\n                                                \"name\": \"\",\n                                                \"city\": \"Portland\",\n                                                \"state\": \"Oregon\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323834,\n                                                \"name\": \"\",\n                                                \"city\": \"Vancouver\",\n                                                \"state\": \"Washington\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323835,\n                                                \"name\": \"\",\n                                                \"city\": \"Cheyenne\",\n                                                \"state\": \"Wyoming\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323836,\n                                                \"name\": \"\",\n                                                \"city\": \"Mountain View\",\n                                                \"state\": \"California\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323837,\n                                                \"name\": \"\",\n                                                \"city\": \"Watertown\",\n                                                \"state\": \"Massachusetts\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323838,\n                                                \"name\": \"\",\n                                                \"city\": \"Woodbridge\",\n                                                \"state\": \"New Jersey\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323839,\n                                                \"name\": \"\",\n                                                \"city\": \"El Segundo\",\n                                                \"state\": \"California\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323840,\n                                                \"name\": \"\",\n                                                \"city\": \"New York City\",\n                                                \"state\": \"New York\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323841,\n                                                \"name\": \"\",\n                                                \"city\": \"Egham\",\n                                                \"state\": \"Surrey\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323842,\n                                                \"name\": \"\",\n                                                \"city\": \"Vienna\",\n                                                \"state\": \"Virginia\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323843,\n                                                \"name\": \"\",\n                                                \"city\": \"Buffalo\",\n                                                \"state\": \"New York\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323844,\n                                                \"name\": \"\",\n                                                \"city\": \"Northport\",\n                                                \"state\": \"New York\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 395930676,\n                                                \"name\": \"RainKing Software Inc\",\n                                                \"city\": \"Bethesda\",\n                                                \"state\": \"Maryland\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 3,\n                                                    \"typeDescription\": \"\"\n                                                },\n                                                \"familyNodes\": [\n                                                    {\n                                                        \"companyId\": 477747958,\n                                                        \"name\": \"\",\n                                                        \"city\": \"Bethesda\",\n                                                        \"state\": \"Maryland\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    }\n                                                ]\n                                            },\n                                            {\n                                                \"companyId\": 477857692,\n                                                \"name\": \"\",\n                                                \"city\": \"Mc Lean\",\n                                                \"state\": \"Virginia\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 478822278,\n                                                \"name\": \"\",\n                                                \"city\": \"New Hudson\",\n                                                \"state\": \"Michigan\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            }\n                                        ]\n                                    },\n                                    {\n                                        \"companyId\": 474328613,\n                                        \"name\": \"\",\n                                        \"city\": \"Conshohocken\",\n                                        \"state\": \"Pennsylvania\",\n                                        \"subUnitTypeInfo\": {\n                                            \"typeId\": 1,\n                                            \"typeDescription\": \"Location\"\n                                        }\n                                    },\n                                    {\n                                        \"companyId\": 474328614,\n                                        \"name\": \"\",\n                                        \"city\": \"Bethesda\",\n                                        \"state\": \"Maryland\",\n                                        \"subUnitTypeInfo\": {\n                                            \"typeId\": 1,\n                                            \"typeDescription\": \"Location\"\n                                        }\n                                    },\n                                    {\n                                        \"companyId\": 474630732,\n                                        \"name\": \"\",\n                                        \"city\": \"Waltham\",\n                                        \"state\": \"Massachusetts\",\n                                        \"subUnitTypeInfo\": {\n                                            \"typeId\": 1,\n                                            \"typeDescription\": \"Location\"\n                                        }\n                                    },\n                                    {\n                                        \"companyId\": 476310572,\n                                        \"name\": \"\",\n                                        \"city\": \"Waltham\",\n                                        \"state\": \"Massachusetts\",\n                                        \"subUnitTypeInfo\": {\n                                            \"typeId\": 1,\n                                            \"typeDescription\": \"Location\"\n                                        }\n                                    },\n                                    {\n                                        \"companyId\": 478161257,\n                                        \"name\": \"\",\n                                        \"city\": \"Cleveland\",\n                                        \"state\": \"Ohio\",\n                                        \"subUnitTypeInfo\": {\n                                            \"typeId\": 1,\n                                            \"typeDescription\": \"Location\"\n                                        }\n                                    },\n                                    {\n                                        \"companyId\": 371535605,\n                                        \"name\": \"Komiko Limited\",\n                                        \"city\": \"Redmond\",\n                                        \"state\": \"Washington\",\n                                        \"subUnitTypeInfo\": {\n                                            \"typeId\": 3,\n                                            \"typeDescription\": \"\"\n                                        },\n                                        \"familyNodes\": [\n                                            {\n                                                \"companyId\": 480849085,\n                                                \"name\": \"\",\n                                                \"city\": \"Vancouver\",\n                                                \"state\": \"Washington\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            }\n                                        ]\n                                    }\n                                ]\n                            }\n                        ],\n                        \"companyId\": 344589814\n                    }\n                ]\n            },\n            {\n                \"input\": {\n                    \"companyid\": 405950842\n                },\n                \"data\": [\n                    {\n                        \"parentage\": [\n                            {\n                                \"companyId\": \"346572700\",\n                                \"companyName\": \"DiscoverOrg LLC\",\n                                \"city\": \"Vancouver\",\n                                \"state\": \"Washington\",\n                                \"subUnitType\": \"4\",\n                                \"subUnitDesc\": \"\",\n                                \"acquiredByDate\": \"2019-03-04\"\n                            },\n                            {\n                                \"companyId\": \"344589814\",\n                                \"companyName\": \"Zoom Information, Inc.\",\n                                \"city\": \"Vancouver\",\n                                \"state\": \"Washington\",\n                                \"subUnitType\": \"0\",\n                                \"subUnitDesc\": \"\",\n                                \"acquiredByDate\": \"2019-09-06\"\n                            }\n                        ],\n                        \"familyTree\": [\n                            {\n                                \"companyId\": 344589814,\n                                \"name\": \"Zoom Information, Inc.\",\n                                \"city\": \"Vancouver\",\n                                \"state\": \"Washington\",\n                                \"familyNodes\": [\n                                    {\n                                        \"companyId\": 440083468,\n                                        \"name\": \"\",\n                                        \"city\": \"Grand Rapids\",\n                                        \"state\": \"Michigan\",\n                                        \"subUnitTypeInfo\": {\n                                            \"typeId\": 1,\n                                            \"typeDescription\": \"Location\"\n                                        }\n                                    },\n                                    {\n                                        \"companyId\": 444874817,\n                                        \"name\": \"\",\n                                        \"city\": \"Ra'anana\",\n                                        \"state\": \"Central District\",\n                                        \"subUnitTypeInfo\": {\n                                            \"typeId\": 1,\n                                            \"typeDescription\": \"Location\"\n                                        }\n                                    },\n                                    {\n                                        \"companyId\": 12715058,\n                                        \"name\": \"Eliyon Technologies Corp.\",\n                                        \"city\": \"Cambridge\",\n                                        \"state\": \"Massachusetts\",\n                                        \"subUnitTypeInfo\": {\n                                            \"typeId\": 5,\n                                            \"typeDescription\": \"\"\n                                        }\n                                    },\n                                    {\n                                        \"companyId\": 356263316,\n                                        \"name\": \"Datanyze Inc\",\n                                        \"city\": \"San Mateo\",\n                                        \"state\": \"California\",\n                                        \"subUnitTypeInfo\": {\n                                            \"typeId\": 3,\n                                            \"typeDescription\": \"\"\n                                        },\n                                        \"familyNodes\": [\n                                            {\n                                                \"companyId\": 357334302,\n                                                \"name\": \"LeadLedger LLC\",\n                                                \"city\": \"San Francisco\",\n                                                \"state\": \"California\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 3,\n                                                    \"typeDescription\": \"\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 370064497,\n                                                \"name\": \"\",\n                                                \"city\": \"San Mateo\",\n                                                \"state\": \"California\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 370092210,\n                                                \"name\": \"\",\n                                                \"city\": \"San Mateo\",\n                                                \"state\": \"California\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            }\n                                        ]\n                                    },\n                                    {\n                                        \"companyId\": 346572700,\n                                        \"name\": \"DiscoverOrg LLC\",\n                                        \"city\": \"Vancouver\",\n                                        \"state\": \"Washington\",\n                                        \"subUnitTypeInfo\": {\n                                            \"typeId\": 4,\n                                            \"typeDescription\": \"\"\n                                        },\n                                        \"familyNodes\": [\n                                            {\n                                                \"companyId\": 360079580,\n                                                \"name\": \"\",\n                                                \"city\": \"Vancouver\",\n                                                \"state\": \"Washington\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 362940152,\n                                                \"name\": \"\",\n                                                \"city\": \"Columbus\",\n                                                \"state\": \"Ohio\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 372341509,\n                                                \"name\": \"\",\n                                                \"city\": \"Narberth\",\n                                                \"state\": \"Pennsylvania\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 417210616,\n                                                \"name\": \"\",\n                                                \"city\": \"Bethesda\",\n                                                \"state\": \"Maryland\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 433070340,\n                                                \"name\": \"\",\n                                                \"city\": \"Vancouver\",\n                                                \"state\": \"Washington\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 438585188,\n                                                \"name\": \"\",\n                                                \"city\": \"Conshohocken\",\n                                                \"state\": \"Pennsylvania\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 127632468,\n                                                \"name\": \"iProfile\",\n                                                \"city\": \"Austin\",\n                                                \"state\": \"Texas\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 3,\n                                                    \"typeDescription\": \"\"\n                                                },\n                                                \"familyNodes\": [\n                                                    {\n                                                        \"companyId\": 361511922,\n                                                        \"name\": \"\",\n                                                        \"city\": \"London\",\n                                                        \"state\": \"Greater London\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    },\n                                                    {\n                                                        \"companyId\": 361511923,\n                                                        \"name\": \"\",\n                                                        \"city\": \"Austin\",\n                                                        \"state\": \"Texas\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    },\n                                                    {\n                                                        \"companyId\": 362981183,\n                                                        \"name\": \"\",\n                                                        \"city\": \"London\",\n                                                        \"state\": \"Greater London\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    },\n                                                    {\n                                                        \"companyId\": 362981185,\n                                                        \"name\": \"\",\n                                                        \"city\": \"Henderson\",\n                                                        \"state\": \"Nevada\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    },\n                                                    {\n                                                        \"companyId\": 400311147,\n                                                        \"name\": \"\",\n                                                        \"city\": \"Vancouver\",\n                                                        \"state\": \"Washington\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    },\n                                                    {\n                                                        \"companyId\": 451872063,\n                                                        \"name\": \"\",\n                                                        \"city\": \"Palo Alto\",\n                                                        \"state\": \"California\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    },\n                                                    {\n                                                        \"companyId\": 455100136,\n                                                        \"name\": \"\",\n                                                        \"city\": \"Austin\",\n                                                        \"state\": \"Texas\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    },\n                                                    {\n                                                        \"companyId\": 480462081,\n                                                        \"name\": \"\",\n                                                        \"city\": \"Chicago\",\n                                                        \"state\": \"Illinois\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    }\n                                                ]\n                                            },\n                                            {\n                                                \"companyId\": 467273758,\n                                                \"name\": \"\",\n                                                \"city\": \"Waltham\",\n                                                \"state\": \"Massachusetts\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 405950842,\n                                                \"name\": \"NeverBounce\",\n                                                \"city\": \"Cleveland\",\n                                                \"state\": \"Ohio\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 3,\n                                                    \"typeDescription\": \"\"\n                                                },\n                                                \"familyNodes\": [\n                                                    {\n                                                        \"companyId\": 415852278,\n                                                        \"name\": \"\",\n                                                        \"city\": \"Cleveland\",\n                                                        \"state\": \"Ohio\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    },\n                                                    {\n                                                        \"companyId\": 435226486,\n                                                        \"name\": \"\",\n                                                        \"city\": \"Park City\",\n                                                        \"state\": \"Utah\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    },\n                                                    {\n                                                        \"companyId\": 480181228,\n                                                        \"name\": \"\",\n                                                        \"city\": \"Vancouver\",\n                                                        \"state\": \"Washington\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    }\n                                                ]\n                                            },\n                                            {\n                                                \"companyId\": 472733346,\n                                                \"name\": \"\",\n                                                \"city\": \"Seattle\",\n                                                \"state\": \"Washington\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323829,\n                                                \"name\": \"\",\n                                                \"city\": \"Gaithersburg\",\n                                                \"state\": \"Maryland\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323830,\n                                                \"name\": \"\",\n                                                \"city\": \"New Britain\",\n                                                \"state\": \"Connecticut\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323831,\n                                                \"name\": \"\",\n                                                \"city\": \"Conyers\",\n                                                \"state\": \"Georgia\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323832,\n                                                \"name\": \"\",\n                                                \"city\": \"Walnut Creek\",\n                                                \"state\": \"California\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323833,\n                                                \"name\": \"\",\n                                                \"city\": \"Portland\",\n                                                \"state\": \"Oregon\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323834,\n                                                \"name\": \"\",\n                                                \"city\": \"Vancouver\",\n                                                \"state\": \"Washington\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323835,\n                                                \"name\": \"\",\n                                                \"city\": \"Cheyenne\",\n                                                \"state\": \"Wyoming\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323836,\n                                                \"name\": \"\",\n                                                \"city\": \"Mountain View\",\n                                                \"state\": \"California\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323837,\n                                                \"name\": \"\",\n                                                \"city\": \"Watertown\",\n                                                \"state\": \"Massachusetts\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323838,\n                                                \"name\": \"\",\n                                                \"city\": \"Woodbridge\",\n                                                \"state\": \"New Jersey\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323839,\n                                                \"name\": \"\",\n                                                \"city\": \"El Segundo\",\n                                                \"state\": \"California\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323840,\n                                                \"name\": \"\",\n                                                \"city\": \"New York City\",\n                                                \"state\": \"New York\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323841,\n                                                \"name\": \"\",\n                                                \"city\": \"Egham\",\n                                                \"state\": \"Surrey\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323842,\n                                                \"name\": \"\",\n                                                \"city\": \"Vienna\",\n                                                \"state\": \"Virginia\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323843,\n                                                \"name\": \"\",\n                                                \"city\": \"Buffalo\",\n                                                \"state\": \"New York\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323844,\n                                                \"name\": \"\",\n                                                \"city\": \"Northport\",\n                                                \"state\": \"New York\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 395930676,\n                                                \"name\": \"RainKing Software Inc\",\n                                                \"city\": \"Bethesda\",\n                                                \"state\": \"Maryland\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 3,\n                                                    \"typeDescription\": \"\"\n                                                },\n                                                \"familyNodes\": [\n                                                    {\n                                                        \"companyId\": 477747958,\n                                                        \"name\": \"\",\n                                                        \"city\": \"Bethesda\",\n                                                        \"state\": \"Maryland\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    }\n                                                ]\n                                            },\n                                            {\n                                                \"companyId\": 477857692,\n                                                \"name\": \"\",\n                                                \"city\": \"Mc Lean\",\n                                                \"state\": \"Virginia\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 478822278,\n                                                \"name\": \"\",\n                                                \"city\": \"New Hudson\",\n                                                \"state\": \"Michigan\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            }\n                                        ]\n                                    },\n                                    {\n                                        \"companyId\": 474328613,\n                                        \"name\": \"\",\n                                        \"city\": \"Conshohocken\",\n                                        \"state\": \"Pennsylvania\",\n                                        \"subUnitTypeInfo\": {\n                                            \"typeId\": 1,\n                                            \"typeDescription\": \"Location\"\n                                        }\n                                    },\n                                    {\n                                        \"companyId\": 474328614,\n                                        \"name\": \"\",\n                                        \"city\": \"Bethesda\",\n                                        \"state\": \"Maryland\",\n                                        \"subUnitTypeInfo\": {\n                                            \"typeId\": 1,\n                                            \"typeDescription\": \"Location\"\n                                        }\n                                    },\n                                    {\n                                        \"companyId\": 474630732,\n                                        \"name\": \"\",\n                                        \"city\": \"Waltham\",\n                                        \"state\": \"Massachusetts\",\n                                        \"subUnitTypeInfo\": {\n                                            \"typeId\": 1,\n                                            \"typeDescription\": \"Location\"\n                                        }\n                                    },\n                                    {\n                                        \"companyId\": 476310572,\n                                        \"name\": \"\",\n                                        \"city\": \"Waltham\",\n                                        \"state\": \"Massachusetts\",\n                                        \"subUnitTypeInfo\": {\n                                            \"typeId\": 1,\n                                            \"typeDescription\": \"Location\"\n                                        }\n                                    },\n                                    {\n                                        \"companyId\": 478161257,\n                                        \"name\": \"\",\n                                        \"city\": \"Cleveland\",\n                                        \"state\": \"Ohio\",\n                                        \"subUnitTypeInfo\": {\n                                            \"typeId\": 1,\n                                            \"typeDescription\": \"Location\"\n                                        }\n                                    },\n                                    {\n                                        \"companyId\": 371535605,\n                                        \"name\": \"Komiko Limited\",\n                                        \"city\": \"Redmond\",\n                                        \"state\": \"Washington\",\n                                        \"subUnitTypeInfo\": {\n                                            \"typeId\": 3,\n                                            \"typeDescription\": \"\"\n                                        },\n                                        \"familyNodes\": [\n                                            {\n                                                \"companyId\": 480849085,\n                                                \"name\": \"\",\n                                                \"city\": \"Vancouver\",\n                                                \"state\": \"Washington\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            }\n                                        ]\n                                    }\n                                ]\n                            }\n                        ],\n                        \"companyId\": 405950842\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"f2e4460f-0bd7-4d65-9026-2071be263621","name":"Enrich corporate hierarchy - single company","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"body":{"mode":"raw","raw":"{\n    \"matchCompanyInput\": [\n        {\n            \"companyName\": \"zoominfo\"\n        }\n    ],\n    \n    \"outputFields\": [\n        \"parentage\",\n        \"familyTree\",\n        \"companyId\"\n    ]\n}"},"url":"{{protocol}}://{{url}}/enrich/corporatehierarchy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 19 May 2020 17:14:23 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"595f743248c9ff88-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=533f98300b99c5431f86bb221c6e877daac516468d9a13fc0e1fc33171b5ac05:197a38e1-94a0-11ea-a0cd-9f819741a458; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1589908523","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999996831","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999965355","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9999957","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9999914","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000000","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99999914","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"cf-request-id","value":"02cf86f36a0000ff88e5378200000001","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"outputFields\": [\n            [\n                \"parentage\",\n                \"familytree\",\n                \"companyid\"\n            ]\n        ],\n        \"result\": [\n            {\n                \"input\": {\n                    \"companyname\": \"zoominfo\"\n                },\n                \"data\": [\n                    {\n                        \"parentage\": [],\n                        \"familyTree\": [\n                            {\n                                \"companyId\": 344589814,\n                                \"name\": \"Zoom Information, Inc.\",\n                                \"city\": \"Vancouver\",\n                                \"state\": \"Washington\",\n                                \"familyNodes\": [\n                                    {\n                                        \"companyId\": 440083468,\n                                        \"name\": \"\",\n                                        \"city\": \"Grand Rapids\",\n                                        \"state\": \"Michigan\",\n                                        \"subUnitTypeInfo\": {\n                                            \"typeId\": 1,\n                                            \"typeDescription\": \"Location\"\n                                        }\n                                    },\n                                    {\n                                        \"companyId\": 444874817,\n                                        \"name\": \"\",\n                                        \"city\": \"Ra'anana\",\n                                        \"state\": \"Central District\",\n                                        \"subUnitTypeInfo\": {\n                                            \"typeId\": 1,\n                                            \"typeDescription\": \"Location\"\n                                        }\n                                    },\n                                    {\n                                        \"companyId\": 12715058,\n                                        \"name\": \"Eliyon Technologies Corp.\",\n                                        \"city\": \"Cambridge\",\n                                        \"state\": \"Massachusetts\",\n                                        \"subUnitTypeInfo\": {\n                                            \"typeId\": 5,\n                                            \"typeDescription\": \"\"\n                                        }\n                                    },\n                                    {\n                                        \"companyId\": 356263316,\n                                        \"name\": \"Datanyze Inc\",\n                                        \"city\": \"San Mateo\",\n                                        \"state\": \"California\",\n                                        \"subUnitTypeInfo\": {\n                                            \"typeId\": 3,\n                                            \"typeDescription\": \"\"\n                                        },\n                                        \"familyNodes\": [\n                                            {\n                                                \"companyId\": 357334302,\n                                                \"name\": \"LeadLedger LLC\",\n                                                \"city\": \"San Francisco\",\n                                                \"state\": \"California\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 3,\n                                                    \"typeDescription\": \"\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 370064497,\n                                                \"name\": \"\",\n                                                \"city\": \"San Mateo\",\n                                                \"state\": \"California\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 370092210,\n                                                \"name\": \"\",\n                                                \"city\": \"San Mateo\",\n                                                \"state\": \"California\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            }\n                                        ]\n                                    },\n                                    {\n                                        \"companyId\": 346572700,\n                                        \"name\": \"DiscoverOrg LLC\",\n                                        \"city\": \"Vancouver\",\n                                        \"state\": \"Washington\",\n                                        \"subUnitTypeInfo\": {\n                                            \"typeId\": 4,\n                                            \"typeDescription\": \"\"\n                                        },\n                                        \"familyNodes\": [\n                                            {\n                                                \"companyId\": 360079580,\n                                                \"name\": \"\",\n                                                \"city\": \"Vancouver\",\n                                                \"state\": \"Washington\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 362940152,\n                                                \"name\": \"\",\n                                                \"city\": \"Columbus\",\n                                                \"state\": \"Ohio\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 372341509,\n                                                \"name\": \"\",\n                                                \"city\": \"Narberth\",\n                                                \"state\": \"Pennsylvania\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 417210616,\n                                                \"name\": \"\",\n                                                \"city\": \"Bethesda\",\n                                                \"state\": \"Maryland\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 433070340,\n                                                \"name\": \"\",\n                                                \"city\": \"Vancouver\",\n                                                \"state\": \"Washington\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 438585188,\n                                                \"name\": \"\",\n                                                \"city\": \"Conshohocken\",\n                                                \"state\": \"Pennsylvania\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 127632468,\n                                                \"name\": \"iProfile\",\n                                                \"city\": \"Austin\",\n                                                \"state\": \"Texas\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 3,\n                                                    \"typeDescription\": \"\"\n                                                },\n                                                \"familyNodes\": [\n                                                    {\n                                                        \"companyId\": 361511922,\n                                                        \"name\": \"\",\n                                                        \"city\": \"London\",\n                                                        \"state\": \"Greater London\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    },\n                                                    {\n                                                        \"companyId\": 361511923,\n                                                        \"name\": \"\",\n                                                        \"city\": \"Austin\",\n                                                        \"state\": \"Texas\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    },\n                                                    {\n                                                        \"companyId\": 362981183,\n                                                        \"name\": \"\",\n                                                        \"city\": \"London\",\n                                                        \"state\": \"Greater London\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    },\n                                                    {\n                                                        \"companyId\": 362981185,\n                                                        \"name\": \"\",\n                                                        \"city\": \"Henderson\",\n                                                        \"state\": \"Nevada\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    },\n                                                    {\n                                                        \"companyId\": 400311147,\n                                                        \"name\": \"\",\n                                                        \"city\": \"Vancouver\",\n                                                        \"state\": \"Washington\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    },\n                                                    {\n                                                        \"companyId\": 451872063,\n                                                        \"name\": \"\",\n                                                        \"city\": \"Palo Alto\",\n                                                        \"state\": \"California\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    },\n                                                    {\n                                                        \"companyId\": 455100136,\n                                                        \"name\": \"\",\n                                                        \"city\": \"Austin\",\n                                                        \"state\": \"Texas\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    },\n                                                    {\n                                                        \"companyId\": 480462081,\n                                                        \"name\": \"\",\n                                                        \"city\": \"Chicago\",\n                                                        \"state\": \"Illinois\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    }\n                                                ]\n                                            },\n                                            {\n                                                \"companyId\": 467273758,\n                                                \"name\": \"\",\n                                                \"city\": \"Waltham\",\n                                                \"state\": \"Massachusetts\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 405950842,\n                                                \"name\": \"NeverBounce\",\n                                                \"city\": \"Cleveland\",\n                                                \"state\": \"Ohio\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 3,\n                                                    \"typeDescription\": \"\"\n                                                },\n                                                \"familyNodes\": [\n                                                    {\n                                                        \"companyId\": 415852278,\n                                                        \"name\": \"\",\n                                                        \"city\": \"Cleveland\",\n                                                        \"state\": \"Ohio\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    },\n                                                    {\n                                                        \"companyId\": 435226486,\n                                                        \"name\": \"\",\n                                                        \"city\": \"Park City\",\n                                                        \"state\": \"Utah\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    },\n                                                    {\n                                                        \"companyId\": 480181228,\n                                                        \"name\": \"\",\n                                                        \"city\": \"Vancouver\",\n                                                        \"state\": \"Washington\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    }\n                                                ]\n                                            },\n                                            {\n                                                \"companyId\": 472733346,\n                                                \"name\": \"\",\n                                                \"city\": \"Seattle\",\n                                                \"state\": \"Washington\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323829,\n                                                \"name\": \"\",\n                                                \"city\": \"Gaithersburg\",\n                                                \"state\": \"Maryland\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323830,\n                                                \"name\": \"\",\n                                                \"city\": \"New Britain\",\n                                                \"state\": \"Connecticut\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323831,\n                                                \"name\": \"\",\n                                                \"city\": \"Conyers\",\n                                                \"state\": \"Georgia\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323832,\n                                                \"name\": \"\",\n                                                \"city\": \"Walnut Creek\",\n                                                \"state\": \"California\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323833,\n                                                \"name\": \"\",\n                                                \"city\": \"Portland\",\n                                                \"state\": \"Oregon\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323834,\n                                                \"name\": \"\",\n                                                \"city\": \"Vancouver\",\n                                                \"state\": \"Washington\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323835,\n                                                \"name\": \"\",\n                                                \"city\": \"Cheyenne\",\n                                                \"state\": \"Wyoming\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323836,\n                                                \"name\": \"\",\n                                                \"city\": \"Mountain View\",\n                                                \"state\": \"California\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323837,\n                                                \"name\": \"\",\n                                                \"city\": \"Watertown\",\n                                                \"state\": \"Massachusetts\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323838,\n                                                \"name\": \"\",\n                                                \"city\": \"Woodbridge\",\n                                                \"state\": \"New Jersey\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323839,\n                                                \"name\": \"\",\n                                                \"city\": \"El Segundo\",\n                                                \"state\": \"California\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323840,\n                                                \"name\": \"\",\n                                                \"city\": \"New York City\",\n                                                \"state\": \"New York\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323841,\n                                                \"name\": \"\",\n                                                \"city\": \"Egham\",\n                                                \"state\": \"Surrey\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323842,\n                                                \"name\": \"\",\n                                                \"city\": \"Vienna\",\n                                                \"state\": \"Virginia\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323843,\n                                                \"name\": \"\",\n                                                \"city\": \"Buffalo\",\n                                                \"state\": \"New York\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 474323844,\n                                                \"name\": \"\",\n                                                \"city\": \"Northport\",\n                                                \"state\": \"New York\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 395930676,\n                                                \"name\": \"RainKing Software Inc\",\n                                                \"city\": \"Bethesda\",\n                                                \"state\": \"Maryland\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 3,\n                                                    \"typeDescription\": \"\"\n                                                },\n                                                \"familyNodes\": [\n                                                    {\n                                                        \"companyId\": 477747958,\n                                                        \"name\": \"\",\n                                                        \"city\": \"Bethesda\",\n                                                        \"state\": \"Maryland\",\n                                                        \"subUnitTypeInfo\": {\n                                                            \"typeId\": 1,\n                                                            \"typeDescription\": \"Location\"\n                                                        }\n                                                    }\n                                                ]\n                                            },\n                                            {\n                                                \"companyId\": 477857692,\n                                                \"name\": \"\",\n                                                \"city\": \"Mc Lean\",\n                                                \"state\": \"Virginia\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            },\n                                            {\n                                                \"companyId\": 478822278,\n                                                \"name\": \"\",\n                                                \"city\": \"New Hudson\",\n                                                \"state\": \"Michigan\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            }\n                                        ]\n                                    },\n                                    {\n                                        \"companyId\": 474328613,\n                                        \"name\": \"\",\n                                        \"city\": \"Conshohocken\",\n                                        \"state\": \"Pennsylvania\",\n                                        \"subUnitTypeInfo\": {\n                                            \"typeId\": 1,\n                                            \"typeDescription\": \"Location\"\n                                        }\n                                    },\n                                    {\n                                        \"companyId\": 474328614,\n                                        \"name\": \"\",\n                                        \"city\": \"Bethesda\",\n                                        \"state\": \"Maryland\",\n                                        \"subUnitTypeInfo\": {\n                                            \"typeId\": 1,\n                                            \"typeDescription\": \"Location\"\n                                        }\n                                    },\n                                    {\n                                        \"companyId\": 474630732,\n                                        \"name\": \"\",\n                                        \"city\": \"Waltham\",\n                                        \"state\": \"Massachusetts\",\n                                        \"subUnitTypeInfo\": {\n                                            \"typeId\": 1,\n                                            \"typeDescription\": \"Location\"\n                                        }\n                                    },\n                                    {\n                                        \"companyId\": 476310572,\n                                        \"name\": \"\",\n                                        \"city\": \"Waltham\",\n                                        \"state\": \"Massachusetts\",\n                                        \"subUnitTypeInfo\": {\n                                            \"typeId\": 1,\n                                            \"typeDescription\": \"Location\"\n                                        }\n                                    },\n                                    {\n                                        \"companyId\": 478161257,\n                                        \"name\": \"\",\n                                        \"city\": \"Cleveland\",\n                                        \"state\": \"Ohio\",\n                                        \"subUnitTypeInfo\": {\n                                            \"typeId\": 1,\n                                            \"typeDescription\": \"Location\"\n                                        }\n                                    },\n                                    {\n                                        \"companyId\": 371535605,\n                                        \"name\": \"Komiko Limited\",\n                                        \"city\": \"Redmond\",\n                                        \"state\": \"Washington\",\n                                        \"subUnitTypeInfo\": {\n                                            \"typeId\": 3,\n                                            \"typeDescription\": \"\"\n                                        },\n                                        \"familyNodes\": [\n                                            {\n                                                \"companyId\": 480849085,\n                                                \"name\": \"\",\n                                                \"city\": \"Vancouver\",\n                                                \"state\": \"Washington\",\n                                                \"subUnitTypeInfo\": {\n                                                    \"typeId\": 1,\n                                                    \"typeDescription\": \"Location\"\n                                                }\n                                            }\n                                        ]\n                                    }\n                                ]\n                            }\n                        ],\n                        \"companyId\": 344589814\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"1bf83184-9ee9-478f-b839-9afab4dfe18e"},{"name":"Corporate Hierarchy Enrich Inputs","id":"d72da288-2069-47c9-b36f-16cdab5d9988","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/corporatehierarchy/enrich","description":"<p>Returns a list of fields you can use as input for the <a href=\"#1bf83184-9ee9-478f-b839-9afab4dfe18e\">Corporate Hierarchy Enrich</a> endpoint.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","inputfields","corporatehierarchy","enrich"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f40fda24-bdf3-4fab-9897-bb40d5b95ee7","name":"Get Corporate Hierarchy Enrich Inputs","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/corporatehierarchy/enrich"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2020 20:16:27 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"5594348b6f7eebec-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=dc7435039f4c5280195b59ec461e6abed3a56a2451feb3b81654a031685469ba:646e0a80-3d51-11ea-9298-b7d007b5c092; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"750","enabled":true},{"key":"X-RateLimit-Remaining","value":"744","enabled":true},{"key":"X-RateLimit-Reset","value":"1579724210","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fieldName\": \"companyId\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"The id of the company you are searching for\"\n    },\n    {\n        \"fieldName\": \"companyName\",\n        \"fieldType\": \"String\",\n        \"description\": \"The name of the company you are searching for\"\n    },\n    {\n        \"fieldName\": \"companyWebsite\",\n        \"fieldType\": \"String\",\n        \"description\": \"The website of the company you are searching for\"\n    }\n]"}],"_postman_id":"d72da288-2069-47c9-b36f-16cdab5d9988"},{"name":"Corporate Hierarchy Enrich Outputs","id":"d6813026-dcae-4b20-9ee4-b1301451a2c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"url":"{{protocol}}://{{url}}/lookup/outputfields/corporatehierarchy/enrich","description":"<p>Returns a list of fields you can specify as output for the <a href=\"#1bf83184-9ee9-478f-b839-9afab4dfe18e\">Corporate Hierarchy Enrich</a> endpoint.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","outputfields","corporatehierarchy","enrich"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"bf8c5b3d-797c-4e3d-80e2-398070916935","name":"Get Corporate Hierarchy Enrich Outputs","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"url":"{{protocol}}://{{url}}/lookup/outputfields/corporatehierarchy/enrich"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2020 20:16:47 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"5594350f2913ebec-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=dc7435039f4c5280195b59ec461e6abed3a56a2451feb3b81654a031685469ba:646e0a80-3d51-11ea-9298-b7d007b5c092; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"750","enabled":true},{"key":"X-RateLimit-Remaining","value":"745","enabled":true},{"key":"X-RateLimit-Reset","value":"1579724226","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fieldName\": \"parentage\",\n        \"description\": \"All companies higher up in the corporate hierarchy for this company\"\n    },\n    {\n        \"fieldName\": \"familyTree\",\n        \"description\": \"All companies and locations in the family tree for this company\"\n    },\n    {\n        \"fieldName\": \"companyId\",\n        \"description\": \"The company id of the matching company\"\n    }\n]"}],"_postman_id":"d6813026-dcae-4b20-9ee4-b1301451a2c7"}],"id":"c3890406-5f8f-41b7-8175-a2be91b64cea","description":"<p>Use <a href=\"#585acff6-f231-4109-b818-b2ff586c18d3\">Corporate Hierarchy Enrich</a> to retrieve corporate hierarchy detail using valid query parameters. A Corporate Hierarchy Enrich request requires you to specify both input parameters about the company you are enriching, and the output fields you want to retrieve.</p>\n<p>Refer to the examples provided to build a valid JSON request. For supported input and output parameters:</p>\n<ul>\n<li>Use the <a href=\"#d72da288-2069-47c9-b36f-16cdab5d9988\">Corporate Hierarchy Enrich Inputs</a> endpoint to retrieve a list of valid input parameters you can provide</li>\n<li>Use the <a href=\"#d6813026-dcae-4b20-9ee4-b1301451a2c7\">Corporate Hierarchy Enrich Outputs</a> endpoint to retrieve a list of valid output fields that can be returned</li>\n</ul>\n","_postman_id":"c3890406-5f8f-41b7-8175-a2be91b64cea"},{"name":"Company Location Enrich","item":[{"name":"Location Enrich","event":[{"listen":"test","script":{"id":"fa2663f6-5482-4cbf-88f9-1466594061c7","exec":["pm.test(\"Response includes maxResults, totalResults and currentPage\", function () {","    pm.expect(pm.response.json()).to.include.keys(\"maxResults\");","    pm.expect(pm.response.json()).to.include.keys(\"totalResults\");","    pm.expect(pm.response.json()).to.include.keys(\"currentPage\");","});","","pm.test(\"Response includes data\", function () {","    pm.expect(pm.response.json()).to.include.keys(\"data\");","});","","pm.test(\"Data list contains at least one element.\", function () {","    pm.expect(pm.response.json().data.length).to.be.above(0);","});","","var xUsage = JSON.parse(postman.getResponseHeader(\"X-Usage\"));","pm.test(\"X-Usage includes c_enrich count\", function () {","    pm.expect(xUsage).to.include.keys(\"c_enrich\");","})"],"type":"text/javascript"}}],"id":"2b221ad0-f6c2-40cb-b721-6513e90afd8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"body":{"mode":"raw","raw":"{\n    \"companyId\": \"344589814\"\n}"},"url":"{{protocol}}://{{url}}/enrich/location","description":"<p>Use this endpoint to match company location information based on <a href=\"#5517cdb0-18c9-40ad-9d80-bdee7872d9e0\">input values</a> and return the desired <a href=\"#d1fbccf4-2224-4ba8-b72c-5b15e250c2f7\">output fields</a> in the response.</p>\n<p><strong>Input params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>DataType</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>companyId</td>\n<td>String</td>\n<td>Required. The ID of the company for which you want to find locations.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Output fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>companyId</td>\n<td>Unique ZoomInfo identifier for the company</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>Location phone number</td>\n</tr>\n<tr>\n<td>companyAddressStatus</td>\n<td>Company address verification status</td>\n</tr>\n<tr>\n<td>companySubUnitType</td>\n<td>Company sub unit types (e.g., division, subsidiary and so on)</td>\n</tr>\n<tr>\n<td>locationName</td>\n<td>The name of the company at this physical location. Can include names of subsidiaries/child/acquired companies.</td>\n</tr>\n<tr>\n<td>locationEmployeeCount</td>\n<td>The number of employees at a physical location of a company</td>\n</tr>\n<tr>\n<td>fax</td>\n<td>Location fax number</td>\n</tr>\n<tr>\n<td>street</td>\n<td>Location street</td>\n</tr>\n<tr>\n<td>city</td>\n<td>Location city</td>\n</tr>\n<tr>\n<td>state</td>\n<td>Location state or province</td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>Location Zip Code or Postal Code</td>\n</tr>\n<tr>\n<td>country</td>\n<td>Location country</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{protocol}}","path":["enrich","location"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ace88677-f0bc-4947-8cd1-b0db926286ff","name":"Enrich company location","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"body":{"mode":"raw","raw":"{\n    \"companyId\": \"344589814\"\n}"},"url":"{{protocol}}://{{url}}/enrich/location"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 24 Jan 2023 14:59:26 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"vary","value":"Origin,Access-Control-Request-Method,Access-Control-Request-Headers,Accept-Encoding","enabled":true},{"key":"x-usage-request-limit-limit","value":"1000000000","enabled":true},{"key":"x-usage-request-limit-remaining","value":"999999036","enabled":true},{"key":"x-usage-record-limit-limit","value":"1000000000","enabled":true},{"key":"x-usage-record-limit-remaining","value":"999997989","enabled":true},{"key":"x-usage-websights-api-request-limit-limit","value":"100000010","enabled":true},{"key":"x-usage-websights-api-request-limit-remaining","value":"99999815","enabled":true},{"key":"x-usage-websights-api-record-limit-limit","value":"10000000","enabled":true},{"key":"x-usage-websights-api-record-limit-remaining","value":"9999929","enabled":true},{"key":"x-usage-unique-id-limit-limit","value":"81020013","enabled":true},{"key":"x-usage-unique-id-limit-remaining","value":"4979","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"x-ratelimit-limit","value":"2000","enabled":true},{"key":"x-ratelimit-remaining","value":"1999","enabled":true},{"key":"x-request-id","value":"b4664feb-5a66-45bd-820d-73b242341423","enabled":true},{"key":"x-envoy-upstream-service-time","value":"129","enabled":true},{"key":"x-envoy-decorator-operation","value":"apps-gateway-active.main.svc.cluster.local:8080/*","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"Alt-Svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"78e9a2078dce8c95-EWR","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"maxResults\": 36,\n    \"totalResults\": 36,\n    \"currentPage\": 1,\n    \"data\": [\n        {\n            \"phone\": \"(360) 718-5630\",\n            \"fax\": \"\",\n            \"street\": \"805 Broadway St Ste 900\",\n            \"city\": \"Vancouver\",\n            \"state\": \"Washington\",\n            \"zipCode\": \"98660\",\n            \"country\": \"United States\",\n            \"company\": {\n                \"id\": 346572700,\n                \"addressStatus\": \"DEFUNCT\",\n                \"subUnitType\": \"Former_new_name\",\n                \"locationName\": \"DiscoverOrg\",\n                \"locationEmployeeCount\": 500\n            }\n        },\n        {\n            \"phone\": \"(888) 381-7667\",\n            \"fax\": \"\",\n            \"street\": \"465 California St 600\",\n            \"city\": \"San Francisco\",\n            \"state\": \"California\",\n            \"zipCode\": \"94104\",\n            \"country\": \"United States\",\n            \"company\": {\n                \"id\": 406371967,\n                \"addressStatus\": \"DEFUNCT\",\n                \"subUnitType\": \"Acquisition\",\n                \"locationName\": \"Chorus\",\n                \"locationEmployeeCount\": 170\n            }\n        },\n        {\n            \"phone\": \"(888) 240-8088\",\n            \"fax\": \"(248) 927-5081\",\n            \"street\": \"340 6th St Ste 202\",\n            \"city\": \"San Francisco\",\n            \"state\": \"California\",\n            \"zipCode\": \"94103\",\n            \"country\": \"United States\",\n            \"company\": {\n                \"id\": 352472290,\n                \"addressStatus\": \"DEFUNCT\",\n                \"subUnitType\": \"Acquisition\",\n                \"locationName\": \"Ringlead\",\n                \"locationEmployeeCount\": 80\n            }\n        },\n        {\n            \"phone\": \"(855) 682-5572\",\n            \"fax\": \"\",\n            \"street\": \"1316 3rd St 111\",\n            \"city\": \"Santa Monica\",\n            \"state\": \"California\",\n            \"zipCode\": \"90401\",\n            \"country\": \"United States\",\n            \"company\": {\n                \"id\": 382321985,\n                \"addressStatus\": \"CURRENT\",\n                \"subUnitType\": \"Subsidiary\",\n                \"locationName\": \"Comparably\",\n                \"locationEmployeeCount\": 25\n            }\n        },\n        {\n            \"phone\": \"(650) 425-3937\",\n            \"fax\": \"\",\n            \"street\": \"1850 Gateway Dr Ste 400\",\n            \"city\": \"San Mateo\",\n            \"state\": \"California\",\n            \"zipCode\": \"94404\",\n            \"country\": \"United States\",\n            \"company\": {\n                \"id\": 358845517,\n                \"addressStatus\": \"DEFUNCT\",\n                \"subUnitType\": \"Acquisition\",\n                \"locationName\": \"EverString\",\n                \"locationEmployeeCount\": 61\n            }\n        },\n        {\n            \"phone\": \"(650) 393-5177\",\n            \"fax\": \"\",\n            \"street\": \"4 W 4th Ave Ste 301\",\n            \"city\": \"San Mateo\",\n            \"state\": \"California\",\n            \"zipCode\": \"94402\",\n            \"country\": \"United States\",\n            \"company\": {\n                \"id\": 356263316,\n                \"addressStatus\": \"CURRENT\",\n                \"subUnitType\": \"Subsidiary\",\n                \"locationName\": \"Datanyze\",\n                \"locationEmployeeCount\": 42\n            }\n        },\n        {\n            \"phone\": \"(617) 588-7505\",\n            \"fax\": \"\",\n            \"street\": \"810 Memorial Dr Fl 3\",\n            \"city\": \"Cambridge\",\n            \"state\": \"Massachusetts\",\n            \"zipCode\": \"02139\",\n            \"country\": \"United States\",\n            \"company\": {\n                \"id\": 12715058,\n                \"addressStatus\": \"DEFUNCT\",\n                \"subUnitType\": \"Subsidiary\",\n                \"locationName\": \"Eliyon Technologies\",\n                \"locationEmployeeCount\": 72\n            }\n        },\n        {\n            \"phone\": \"(905) 669-8868\",\n            \"fax\": \"\",\n            \"street\": \"1100 NE Campus Pkwy Ste 200\",\n            \"city\": \"Seattle\",\n            \"state\": \"Washington\",\n            \"zipCode\": \"98105\",\n            \"country\": \"United States\",\n            \"company\": {\n                \"id\": 483214632,\n                \"addressStatus\": \"DEFUNCT\",\n                \"subUnitType\": \"Acquisition\",\n                \"locationName\": \"Insent\",\n                \"locationEmployeeCount\": 25\n            }\n        },\n        {\n            \"phone\": \"(425) 903-3346\",\n            \"fax\": \"\",\n            \"street\": \"7826 Leary Way NE 201\",\n            \"city\": \"Redmond\",\n            \"state\": \"Washington\",\n            \"zipCode\": \"98052\",\n            \"country\": \"United States\",\n            \"company\": {\n                \"id\": 371535605,\n                \"addressStatus\": \"DEFUNCT\",\n                \"subUnitType\": \"Acquisition\",\n                \"locationName\": \"Komiko\",\n                \"locationEmployeeCount\": 16\n            }\n        },\n        {\n            \"phone\": \"(877) 678-4577\",\n            \"fax\": \"\",\n            \"street\": \"695 Mansell Rd Ste 250\",\n            \"city\": \"Roswell\",\n            \"state\": \"Georgia\",\n            \"zipCode\": \"30076\",\n            \"country\": \"United States\",\n            \"company\": {\n                \"id\": 357413234,\n                \"addressStatus\": \"CURRENT\",\n                \"subUnitType\": \"Subsidiary\",\n                \"locationName\": \"Clickagy\",\n                \"locationEmployeeCount\": 13\n            }\n        },\n        {\n            \"phone\": \"(425) 409-9302\",\n            \"fax\": \"\",\n            \"street\": \"9 Lake Bellevue Dr Ste 213\",\n            \"city\": \"Bellevue\",\n            \"state\": \"Washington\",\n            \"zipCode\": \"98005\",\n            \"country\": \"United States\",\n            \"company\": {\n                \"id\": 346281805,\n                \"addressStatus\": \"DEFUNCT\",\n                \"subUnitType\": \"Acquisition\",\n                \"locationName\": \"Tellwise\",\n                \"locationEmployeeCount\": 14\n            }\n        },\n        {\n            \"phone\": \"\",\n            \"fax\": \"\",\n            \"street\": \"4082 Orme St\",\n            \"city\": \"Palo Alto\",\n            \"state\": \"California\",\n            \"zipCode\": \"94306\",\n            \"country\": \"United States\",\n            \"company\": {\n                \"id\": 458157110,\n                \"addressStatus\": \"DEFUNCT\",\n                \"subUnitType\": \"Acquisition\",\n                \"locationName\": \"Dogpatch Advisors\",\n                \"locationEmployeeCount\": 5\n            }\n        },\n        {\n            \"phone\": \"\",\n            \"fax\": \"\",\n            \"street\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zipCode\": \"\",\n            \"country\": \"United States\",\n            \"company\": {\n                \"id\": 548942026,\n                \"addressStatus\": \"DEFUNCT\",\n                \"subUnitType\": \"Former_new_name\",\n                \"locationName\": \"DiscoverOrg\",\n                \"locationEmployeeCount\": 18\n            }\n        },\n        {\n            \"phone\": \"\",\n            \"fax\": \"\",\n            \"street\": \"7700 Old Georgetown Rd\",\n            \"city\": \"Bethesda\",\n            \"state\": \"Maryland\",\n            \"zipCode\": \"20814\",\n            \"country\": \"United States\",\n            \"company\": {\n                \"id\": 474328614,\n                \"addressStatus\": \"CURRENT\",\n                \"subUnitType\": \"Location\",\n                \"locationName\": \"Zoom Information\",\n                \"locationEmployeeCount\": 254\n            }\n        },\n        {\n            \"phone\": \"\",\n            \"fax\": \"\",\n            \"street\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zipCode\": \"\",\n            \"country\": \"Australia\",\n            \"company\": {\n                \"id\": 2218043599,\n                \"addressStatus\": \"INVALID\",\n                \"subUnitType\": \"Location\",\n                \"locationName\": \"Zoominfo\",\n                \"locationEmployeeCount\": 1\n            }\n        },\n        {\n            \"phone\": \"\",\n            \"fax\": \"\",\n            \"street\": \"133 Whitechapel High St\",\n            \"city\": \"London\",\n            \"state\": \"Essex\",\n            \"zipCode\": \"E1 7QA\",\n            \"country\": \"United Kingdom\",\n            \"company\": {\n                \"id\": 560088004,\n                \"addressStatus\": \"INVALID\",\n                \"subUnitType\": \"Location\",\n                \"locationName\": \"Zoom Information\",\n                \"locationEmployeeCount\": 3\n            }\n        },\n        {\n            \"phone\": \"\",\n            \"fax\": \"\",\n            \"street\": \"695 Mansell Rd Ste 250\",\n            \"city\": \"Roswell\",\n            \"state\": \"Georgia\",\n            \"zipCode\": \"30076\",\n            \"country\": \"United States\",\n            \"company\": {\n                \"id\": 560118251,\n                \"addressStatus\": \"VALID\",\n                \"subUnitType\": \"Location\",\n                \"locationName\": \"Zoom Information\",\n                \"locationEmployeeCount\": 16\n            }\n        },\n        {\n            \"phone\": \"\",\n            \"fax\": \"\",\n            \"street\": \"435 Ionia Sw Ste 200\",\n            \"city\": \"Grand Rapids\",\n            \"state\": \"Michigan\",\n            \"zipCode\": \"49503\",\n            \"country\": \"United States\",\n            \"company\": {\n                \"id\": 483996375,\n                \"addressStatus\": \"VALID\",\n                \"subUnitType\": \"Location\",\n                \"locationName\": \"Zoom Information\",\n                \"locationEmployeeCount\": 18\n            }\n        },\n        {\n            \"phone\": \"\",\n            \"fax\": \"\",\n            \"street\": \"3690 Orange Pl Ste 310\",\n            \"city\": \"Cleveland\",\n            \"state\": \"Ohio\",\n            \"zipCode\": \"44133\",\n            \"country\": \"United States\",\n            \"company\": {\n                \"id\": 478161257,\n                \"addressStatus\": \"VALID\",\n                \"subUnitType\": \"Location\",\n                \"locationName\": \"Zoom Information\",\n                \"locationEmployeeCount\": 19\n            }\n        },\n        {\n            \"phone\": \"(866) 904-9666\",\n            \"fax\": \"\",\n            \"street\": \"170 Tracer Ln\",\n            \"city\": \"Waltham\",\n            \"state\": \"Massachusetts\",\n            \"zipCode\": \"02451\",\n            \"country\": \"United States\",\n            \"company\": {\n                \"id\": 2079041976,\n                \"addressStatus\": \"PAST\",\n                \"subUnitType\": \"Location\",\n                \"locationName\": \"Zoominfo\",\n                \"locationEmployeeCount\": 1\n            }\n        },\n        {\n            \"phone\": \"(866) 904-9666\",\n            \"fax\": \"\",\n            \"street\": \"170 Data Dr\",\n            \"city\": \"Waltham\",\n            \"state\": \"Massachusetts\",\n            \"zipCode\": \"02451\",\n            \"country\": \"United States\",\n            \"company\": {\n                \"id\": 476310572,\n                \"addressStatus\": \"CURRENT\",\n                \"subUnitType\": \"Location\",\n                \"locationName\": \"Zoominfo\",\n                \"locationEmployeeCount\": 454\n            }\n        },\n        {\n            \"phone\": \"\",\n            \"fax\": \"\",\n            \"street\": \"441 E Hector St Ste 200\",\n            \"city\": \"Conshohocken\",\n            \"state\": \"Pennsylvania\",\n            \"zipCode\": \"19428\",\n            \"country\": \"United States\",\n            \"company\": {\n                \"id\": 474328613,\n                \"addressStatus\": \"VALID\",\n                \"subUnitType\": \"Location\",\n                \"locationName\": \"Zoom Information\",\n                \"locationEmployeeCount\": 279\n            }\n        },\n        {\n            \"phone\": \"\",\n            \"fax\": \"\",\n            \"street\": \"465 California St Ste 600\",\n            \"city\": \"San Francisco\",\n            \"state\": \"California\",\n            \"zipCode\": \"94111\",\n            \"country\": \"United States\",\n            \"company\": {\n                \"id\": 563915395,\n                \"addressStatus\": \"VALID\",\n                \"subUnitType\": \"Location\",\n                \"locationName\": \"Zoom Information\",\n                \"locationEmployeeCount\": 27\n            }\n        },\n        {\n            \"phone\": \"\",\n            \"fax\": \"\",\n            \"street\": \"4 Hasheizaf St\",\n            \"city\": \"Ra'anana\",\n            \"state\": \"Tel Aviv\",\n            \"zipCode\": \"4366411\",\n            \"country\": \"Israel\",\n            \"company\": {\n                \"id\": 2216653193,\n                \"addressStatus\": \"CURRENT\",\n                \"subUnitType\": \"Location\",\n                \"locationName\": \"Zoominfo\",\n                \"locationEmployeeCount\": 94\n            }\n        },\n        {\n            \"phone\": \"(866) 904-9666\",\n            \"fax\": \"\",\n            \"street\": \"100 Data Dr\",\n            \"city\": \"Waltham\",\n            \"state\": \"Massachusetts\",\n            \"zipCode\": \"02451\",\n            \"country\": \"United States\",\n            \"company\": {\n                \"id\": 2203083854,\n                \"addressStatus\": \"LIMBO\",\n                \"subUnitType\": \"Location\",\n                \"locationName\": \"Zoominfo\",\n                \"locationEmployeeCount\": 1\n            }\n        },\n        {\n            \"phone\": \"(781) 790-7078\",\n            \"fax\": \"\",\n            \"street\": \"100 Tracer Ln\",\n            \"city\": \"Waltham\",\n            \"state\": \"Massachusetts\",\n            \"zipCode\": \"02452\",\n            \"country\": \"United States\",\n            \"company\": {\n                \"id\": 474630732,\n                \"addressStatus\": \"VALID\",\n                \"subUnitType\": \"Location\",\n                \"locationName\": \"Zoom Information\",\n                \"locationEmployeeCount\": 22\n            }\n        },\n        {\n            \"phone\": \"\",\n            \"fax\": \"\",\n            \"street\": \"1850 Gateway Dr Ste 400\",\n            \"city\": \"San Mateo\",\n            \"state\": \"California\",\n            \"zipCode\": \"94404\",\n            \"country\": \"United States\",\n            \"company\": {\n                \"id\": 555967205,\n                \"addressStatus\": \"CURRENT\",\n                \"subUnitType\": \"Location\",\n                \"locationName\": \"Zoom Information\",\n                \"locationEmployeeCount\": 379\n            }\n        },\n        {\n            \"phone\": \"(781) 693-7500\",\n            \"fax\": \"\",\n            \"street\": \"307 Waverley Oaks Rd Ste 405\",\n            \"city\": \"Waltham\",\n            \"state\": \"Massachusetts\",\n            \"zipCode\": \"02452\",\n            \"country\": \"United States\",\n            \"company\": {\n                \"id\": 2079041971,\n                \"addressStatus\": \"CURRENT\",\n                \"subUnitType\": \"Location\",\n                \"locationName\": \"Zoom Information\",\n                \"locationEmployeeCount\": 103\n            }\n        },\n        {\n            \"phone\": \"\",\n            \"fax\": \"\",\n            \"street\": \"10818 NE 88th St\",\n            \"city\": \"Vancouver\",\n            \"state\": \"Washington\",\n            \"zipCode\": \"98662\",\n            \"country\": \"United States\",\n            \"company\": {\n                \"id\": 2216627196,\n                \"addressStatus\": \"CURRENT\",\n                \"subUnitType\": \"Location\",\n                \"locationName\": \"Zoom Information Inc\",\n                \"locationEmployeeCount\": 297\n            }\n        },\n        {\n            \"phone\": \"(425) 673-4292\",\n            \"fax\": \"\",\n            \"street\": \"4630 200th Street Sw St H\",\n            \"city\": \"Lynnwood\",\n            \"state\": \"Washington\",\n            \"zipCode\": \"98036\",\n            \"country\": \"United States\",\n            \"company\": {\n                \"id\": 2203083856,\n                \"addressStatus\": \"LIMBO\",\n                \"subUnitType\": \"Location\",\n                \"locationName\": \"Zoominfo\",\n                \"locationEmployeeCount\": 1\n            }\n        },\n        {\n            \"phone\": \"(866) 904-9666\",\n            \"fax\": \"\",\n            \"street\": \"38 Fulton St W 313\",\n            \"city\": \"Grand Rapids\",\n            \"state\": \"Michigan\",\n            \"zipCode\": \"49503\",\n            \"country\": \"United States\",\n            \"company\": {\n                \"id\": 440083468,\n                \"addressStatus\": \"INVALID\",\n                \"subUnitType\": \"Location\",\n                \"locationName\": \"Zoominfo\",\n                \"locationEmployeeCount\": 19\n            }\n        },\n        {\n            \"phone\": \"(800) 914-1220\",\n            \"fax\": \"\",\n            \"street\": \"805 Broadway St Ste 900\",\n            \"city\": \"Vancouver\",\n            \"state\": \"Washington\",\n            \"zipCode\": \"98660\",\n            \"country\": \"United States\",\n            \"company\": {\n                \"id\": 2203083849,\n                \"addressStatus\": \"CURRENT\",\n                \"subUnitType\": \"Location\",\n                \"locationName\": \"Zoom Information\",\n                \"locationEmployeeCount\": 2742\n            }\n        },\n        {\n            \"phone\": \"\",\n            \"fax\": \"\",\n            \"street\": \"307 Waverley Oaks Rd Ste 307\",\n            \"city\": \"Waltham\",\n            \"state\": \"Massachusetts\",\n            \"zipCode\": \"02452\",\n            \"country\": \"United States\",\n            \"company\": {\n                \"id\": 2203083851,\n                \"addressStatus\": \"LIMBO\",\n                \"subUnitType\": \"Location\",\n                \"locationName\": \"Zoom Information\",\n                \"locationEmployeeCount\": 1\n            }\n        },\n        {\n            \"phone\": \"(866) 904-9666\",\n            \"fax\": \"\",\n            \"street\": \"805 Broadway St Ste 800\",\n            \"city\": \"Vancouver\",\n            \"state\": \"Washington\",\n            \"zipCode\": \"98660\",\n            \"country\": \"United States\",\n            \"company\": {\n                \"id\": 2203083858,\n                \"addressStatus\": \"PAST\",\n                \"subUnitType\": \"Location\",\n                \"locationName\": \"Zoominfo Technologies\",\n                \"locationEmployeeCount\": 558\n            }\n        },\n        {\n            \"phone\": \"(781) 693-7500\",\n            \"fax\": \"\",\n            \"street\": \"275 Wyman St\",\n            \"city\": \"Waltham\",\n            \"state\": \"Massachusetts\",\n            \"zipCode\": \"02451\",\n            \"country\": \"United States\",\n            \"company\": {\n                \"id\": 560088010,\n                \"addressStatus\": \"VALID\",\n                \"subUnitType\": \"Location\",\n                \"locationName\": \"Zoom Information\",\n                \"locationEmployeeCount\": 356\n            }\n        },\n        {\n            \"phone\": \"(360) 718-5630\",\n            \"fax\": \"\",\n            \"street\": \"1750 112th Ave NE Ste D151\",\n            \"city\": \"Bellevue\",\n            \"state\": \"Washington\",\n            \"zipCode\": \"98004\",\n            \"country\": \"United States\",\n            \"company\": {\n                \"id\": 560118250,\n                \"addressStatus\": \"VALID\",\n                \"subUnitType\": \"Location\",\n                \"locationName\": \"Zoom Information\",\n                \"locationEmployeeCount\": 1\n            }\n        }\n    ]\n}"}],"_postman_id":"2b221ad0-f6c2-40cb-b721-6513e90afd8d"},{"name":"Location Enrich Inputs","id":"5517cdb0-18c9-40ad-9d80-bdee7872d9e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/location/enrich","description":"<p>Returns a list of fields you can use as input for the <a href=\"#2b221ad0-f6c2-40cb-b721-6513e90afd8d\">Location Enrich</a> endpoint.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","inputfields","location","enrich"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9c293086-f0d8-4900-85be-451c466993d5","name":"Get Location Enrich Inputs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/location/enrich"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2020 20:17:07 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"559435a79f23ebec-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=dc7435039f4c5280195b59ec461e6abed3a56a2451feb3b81654a031685469ba:646e0a80-3d51-11ea-9298-b7d007b5c092; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"750","enabled":true},{"key":"X-RateLimit-Remaining","value":"749","enabled":true},{"key":"X-RateLimit-Reset","value":"1579724288","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fieldName\": \"parentId\",\n        \"fieldType\": \"String\",\n        \"description\": \"The id of the parent company for which you want to find locations\"\n    }\n]"}],"_postman_id":"5517cdb0-18c9-40ad-9d80-bdee7872d9e0"},{"name":"Location Enrich Outputs","id":"d1fbccf4-2224-4ba8-b72c-5b15e250c2f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/outputfields/location/enrich","description":"<p>Returns a list of fields you can specify as output for the <a href=\"#e4ec4287-18ff-468f-9276-9c1fa43c8f4c\">Location Enrich</a> endpoint.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","outputfields","location","enrich"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d86ae864-aaf2-474a-a099-2fb353e8dffe","name":"Location Enrich Outputs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/outputfields/location/enrich"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Aug 2020 13:41:07 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"5c8df7eecd4eff94-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=70071f10bb597f681bf32e5484a1bffce58189aa85981cea9fb1578c401445bb:2f79d591-e713-11ea-b61e-d347a7de7ad3; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"04cc99493d0000ff9485864200000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1598449328","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fieldName\": \"companyId\",\n        \"description\": \"Unique ZoomInfo identifier for a company\"\n    },\n    {\n        \"fieldName\": \"companyAddressStatus\",\n        \"description\": \"Company address verification status\"\n    },\n    {\n        \"fieldName\": \"companySubUnitType\",\n        \"description\": \"Company sub unit types (e.g., division, subsidiary and so on)\"\n    },\n    {\n        \"fieldName\": \"phone\",\n        \"description\": \"Location phone number\"\n    },\n    {\n        \"fieldName\": \"fax\",\n        \"description\": \"Location fax number\"\n    },\n    {\n        \"fieldName\": \"street\",\n        \"description\": \"Location street\"\n    },\n    {\n        \"fieldName\": \"city\",\n        \"description\": \"Location city\"\n    },\n    {\n        \"fieldName\": \"state\",\n        \"description\": \"Location state or province\"\n    },\n    {\n        \"fieldName\": \"zipCode\",\n        \"description\": \"Location Zip Code or Postal Code\"\n    },\n    {\n        \"fieldName\": \"country\",\n        \"description\": \"Location country\"\n    }\n]"}],"_postman_id":"d1fbccf4-2224-4ba8-b72c-5b15e250c2f7"}],"id":"73397b75-04f6-4ee8-9c9b-37e0cad13705","description":"<p>Use <a href=\"#2b221ad0-f6c2-40cb-b721-6513e90afd8d\">Company Location Enrich</a> to retrieve company location detail using valid query parameters.</p>\n<p>Refer to the examples provided to build a valid JSON request:</p>\n<ul>\n<li>Use the <a href=\"#5517cdb0-18c9-40ad-9d80-bdee7872d9e0\">Location Enrich Inputs</a> endpoint to retrieve a list of valid input parameters you can provide</li>\n<li>Use the <a href=\"#d1fbccf4-2224-4ba8-b72c-5b15e250c2f7\">Location Enrich Outputs</a> endpoint to retrieve a list of output fields returned</li>\n</ul>\n","_postman_id":"73397b75-04f6-4ee8-9c9b-37e0cad13705"},{"name":"Technology Enrich","item":[{"name":"Technology Enrich","event":[{"listen":"test","script":{"id":"50a32630-a7a3-4b23-a622-3c0055c7c10b","exec":["pm.test(\"Response includes maxResults, totalResults and currentPage\", function () {","    pm.expect(pm.response.json()).to.include.keys(\"maxResults\");","    pm.expect(pm.response.json()).to.include.keys(\"totalResults\");","    pm.expect(pm.response.json()).to.include.keys(\"currentPage\");","});","","pm.test(\"Response includes data\", function () {","    pm.expect(pm.response.json()).to.include.keys(\"data\");","});","","pm.test(\"Data list contains at least one element.\", function () {","    pm.expect(pm.response.json().data.length).to.be.above(0);","});","","var xUsage = JSON.parse(postman.getResponseHeader(\"X-Usage\"));","pm.test(\"X-Usage includes c_enrich count\", function () {","    pm.expect(xUsage).to.include.keys(\"c_enrich\");","})"],"type":"text/javascript"}}],"id":"9fc40c02-fe95-448f-a6f4-e903c85c81a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"body":{"mode":"raw","raw":"{\n    \"companyId\": \"344589814\"\n}"},"url":"{{protocol}}://{{url}}/enrich/tech","description":"<p>Use this endpoint to match technology information based on <a href=\"#2cc6abbc-e782-4ab4-80e8-ce29ed17ee4e\">input values</a> and return output fields in the response.</p>\n<p><strong>Input params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>DataType</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>companyId</td>\n<td>String</td>\n<td>Required. The ID of the company for which you want to find technologies.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Output fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tag</td>\n<td>Unique tag ID for a given technology</td>\n</tr>\n<tr>\n<td>categoryParent</td>\n<td>Technology category parent</td>\n</tr>\n<tr>\n<td>category</td>\n<td>Technology category</td>\n</tr>\n<tr>\n<td>vendor</td>\n<td>Technology vendor</td>\n</tr>\n<tr>\n<td>product</td>\n<td>Technology product</td>\n</tr>\n<tr>\n<td>website</td>\n<td>Technology website</td>\n</tr>\n<tr>\n<td>logo</td>\n<td>Technology logo</td>\n</tr>\n<tr>\n<td>domain</td>\n<td>Vendor domain</td>\n</tr>\n<tr>\n<td>createdTime</td>\n<td>Date the vendor was created</td>\n</tr>\n<tr>\n<td>modifiedTime</td>\n<td>Date the vendor was modified</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Technology description</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{protocol}}","path":["enrich","tech"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6559e260-dd31-4547-a6e4-116937ff6ff2","name":"Enrich technology for a company","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"body":{"mode":"raw","raw":"{\n    \"companyId\": \"344589814\"\n}"},"url":"{{protocol}}://{{url}}/enrich/tech"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Apr 2020 14:16:36 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"587ff6965e07ae06-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=5388d0855eb91b72ba1639994759a291802c09115c95da4fd2b63cd11d3b0fee:65308c81-8334-11ea-bebd-2f3883040f62; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1587565054","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999999205","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999971046","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9999985","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9999965","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000000","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99999965","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"cf-request-id","value":"0243d871fa0000ae0658247200000001","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"maxResults\": 174,\n    \"totalResults\": 174,\n    \"currentPage\": 1,\n    \"data\": [\n        {\n            \"tag\": \"25420\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"Infrastructure as a Service (IaaS)\",\n            \"vendor\": \"Google LLC\",\n            \"product\": \"Google Compute Engine\",\n            \"attribute\": \"334.194.1\",\n            \"website\": \"https://cloud.google.com/compute/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cloud.google.com\",\n            \"domain\": \"cloud.google.com\",\n            \"createdTime\": \"8/11/16 14:14\",\n            \"modifiedTime\": \"10/10/18 6:45\",\n            \"description\": \"Google Compute Engine is the Infrastructure as a service component of google cloud platform which is built on the global infrastructure that runs google’s search engine, gmail, youtube and other services. It offers high performance virtual machines, customer-friendly pricing, fast networking, and carbon-neutral impact.\"\n        },\n        {\n            \"tag\": \"23715\",\n            \"categoryParent\": \"Development\",\n            \"category\": \"Container Management Software\",\n            \"vendor\": \"The Kubernetes Authors\",\n            \"product\": \"Kubernetes\",\n            \"attribute\": \"328.321.25880464\",\n            \"website\": \"http://kubernetes.io/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/kubernetes.io\",\n            \"domain\": \"kubernetes.io\",\n            \"createdTime\": \"7/16/16 19:04\",\n            \"modifiedTime\": \"6/27/18 3:03\",\n            \"description\": \"Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications.\"\n        },\n        {\n            \"tag\": \"30170\",\n            \"categoryParent\": \"Development\",\n            \"category\": \"Source Code Management\",\n            \"vendor\": \"GitHub, Inc.\",\n            \"product\": \"Github\",\n            \"attribute\": \"328.315.488\",\n            \"website\": \"https://github.com/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/github.com\",\n            \"domain\": \"github.com\",\n            \"createdTime\": \"10/7/16 15:28\",\n            \"modifiedTime\": \"11/27/17 23:41\",\n            \"description\": \"GitHub is a Git repository hosting service, but it adds many of its own features. While Git is a command line tool, GitHub provides a Web-based graphical interface. It also provides access control and several collaboration features, such as a wikis and basic task management tools for every project.\"\n        },\n        {\n            \"tag\": \"29127\",\n            \"categoryParent\": \"Programming\",\n            \"category\": \"Programming Languages\",\n            \"vendor\": \"The Perl Foundation\",\n            \"product\": \"Perl\",\n            \"attribute\": \"350.67.1355576\",\n            \"website\": \"https://perl.org\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/perl.org\",\n            \"domain\": \"perl.org\",\n            \"createdTime\": \"9/20/16 15:32\",\n            \"modifiedTime\": \"12/18/18 22:51\",\n            \"description\": \"Perl is a family of high-level, general-purpose, interpreted, dynamic programming languages. The languages in this family include Perl 5 and Perl 6.\"\n        },\n        {\n            \"tag\": \"23717\",\n            \"categoryParent\": \"Development\",\n            \"category\": \"Container Management Software\",\n            \"vendor\": \"Docker Inc\",\n            \"product\": \"Docker\",\n            \"attribute\": \"328.321.7208456\",\n            \"website\": \"https://www.docker.com/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/docker.com\",\n            \"domain\": \"docker.com\",\n            \"createdTime\": \"7/16/16 19:04\",\n            \"modifiedTime\": \"8/8/18 2:45\",\n            \"description\": \"Docker is a software container platform. Developers use Docker to eliminate “works on my machine” problems when collaborating on code with co-workers. Operators use Docker to run and manage apps side-by-side in isolated containers to get better compute density. Enterprises use Docker to build agile software delivery pipelines.\"\n        },\n        {\n            \"tag\": \"124797\",\n            \"categoryParent\": \"IT Management\",\n            \"category\": \"Communication Hardware\",\n            \"vendor\": \"T-Mobile\",\n            \"product\": \"T-Mobile\",\n            \"attribute\": \"468.466.120257380\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:07\",\n            \"modifiedTime\": \"3/21/19 13:52\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"122544\",\n            \"categoryParent\": \"Programming\",\n            \"category\": \"Frameworks and Libraries\",\n            \"vendor\": \"Kevin Brown\",\n            \"product\": \"Select2\",\n            \"attribute\": \"350.66.120253333\",\n            \"website\": \"https://select2.org/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/select2.org\",\n            \"domain\": \"select2.org\",\n            \"createdTime\": \"3/8/19 21:07\",\n            \"modifiedTime\": \"3/21/19 13:31\",\n            \"description\": \"jQuery replacement for select boxes\"\n        },\n        {\n            \"tag\": \"126617\",\n            \"categoryParent\": \"Programming\",\n            \"category\": \"Other Programming Software\",\n            \"vendor\": \"Google LLC\",\n            \"product\": \"YouTube IFrame Embed\",\n            \"attribute\": \"350.451.1\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:07\",\n            \"modifiedTime\": \"12/25/19 7:36\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"92574\",\n            \"categoryParent\": \"Communication and Collaboration\",\n            \"category\": \"Team Collaboration\",\n            \"vendor\": \"Microsoft Office\",\n            \"product\": \"Microsoft Exchange Server\",\n            \"attribute\": \"333.267.32627\",\n            \"website\": \"https://products.office.com/en/microsoft-exchange-2013\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/products.office.com\",\n            \"domain\": \"products.office.com\",\n            \"createdTime\": \"9/4/18 4:02\",\n            \"modifiedTime\": \"11/13/18 2:09\",\n            \"description\": \"Microsoft Exchange is a messaging and collaborative software solution used for managing e-mail, calendaring, contacts, and tasks.\"\n        },\n        {\n            \"tag\": \"32350\",\n            \"categoryParent\": \"Communication and Collaboration\",\n            \"category\": \"Project Management Software\",\n            \"vendor\": \"Trello, Inc.\",\n            \"product\": \"Trello\",\n            \"attribute\": \"333.217.20642\",\n            \"website\": \"http://trello.com\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/trello.com\",\n            \"domain\": \"trello.com\",\n            \"createdTime\": \"11/28/16 6:25\",\n            \"modifiedTime\": \"4/6/18 2:30\",\n            \"description\": \"Trello is a web-based project management application originally made by Fog Creek Software in 2011, that was spun out to form the basis of a separate company in 2014 and later sold to Atlassian in January 2017. Trello is a collaboration tool that organizes your projects into boards. In one glance, Trello tells you what's being worked on, who's working on what, and where something is in a process\"\n        },\n        {\n            \"tag\": \"89949\",\n            \"categoryParent\": \"Marketing\",\n            \"category\": \"Other Marketing Software\",\n            \"vendor\": \"Twitter, Inc.\",\n            \"product\": \"Twitter Cards\",\n            \"attribute\": \"338.412.9\",\n            \"website\": \"https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/abouts-cards\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/developer.twitter.com\",\n            \"domain\": \"developer.twitter.com\",\n            \"createdTime\": \"8/9/18 3:00\",\n            \"modifiedTime\": \"8/13/18 6:36\",\n            \"description\": \"Twitter Cards allows attaching rich photos and videos to Tweets.\"\n        },\n        {\n            \"tag\": \"24070\",\n            \"categoryParent\": \"Miscellaneous\",\n            \"category\": \"Miscellaneous\",\n            \"vendor\": \"VMware, Inc\",\n            \"product\": \"VMware (common)\",\n            \"attribute\": \"0.68.2140\",\n            \"website\": \"http://www.vmware.com/ap\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/vmware.com\",\n            \"domain\": \"vmware.com\",\n            \"createdTime\": \"7/16/16 19:04\",\n            \"modifiedTime\": \"11/12/18 0:25\",\n            \"description\": \"VMware is a software company providing cloud and virtualization services.\"\n        },\n        {\n            \"tag\": \"114002\",\n            \"categoryParent\": \"IT Management\",\n            \"category\": \"Network Hardware\",\n            \"vendor\": \"HP Development Company, L.P\",\n            \"product\": \"HP ProCurve\",\n            \"attribute\": \"468.216.120252534\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:06\",\n            \"modifiedTime\": \"3/21/19 12:26\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"25426\",\n            \"categoryParent\": \"Programming\",\n            \"category\": \"Integrated Development Environments\",\n            \"vendor\": \"Microsoft Corporation\",\n            \"product\": \"Microsoft Visual Studio\",\n            \"attribute\": \"350.444.28\",\n            \"website\": \"https://www.visualstudio.com/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/visualstudio.com\",\n            \"domain\": \"visualstudio.com\",\n            \"createdTime\": \"8/11/16 14:18\",\n            \"modifiedTime\": \"11/30/17 1:47\",\n            \"description\": \"Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop computer programs for Microsoft Windows, as well as web sites, web apps, web services and mobile apps.\"\n        },\n        {\n            \"tag\": \"5849\",\n            \"categoryParent\": \"Security\",\n            \"category\": \"Email Security\",\n            \"vendor\": \"Mimecast Services Limited\",\n            \"product\": \"Mimecast\",\n            \"attribute\": \"339.343.81530\",\n            \"website\": \"http://mimecast.com\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/mimecast.com\",\n            \"domain\": \"mimecast.com\",\n            \"createdTime\": \"9/4/14 16:45\",\n            \"modifiedTime\": \"10/12/17 5:27\",\n            \"description\": \"Mimecast is an international company specializing in cloud-based email management for Microsoft Exchange and Microsoft Office 365, including security, archiving, and continuity services to protect business mail. In summary, this is a company offering Cloud services for Microsoft Exchange designed to remove risk, lower costs and help businesses make sense of their email data.\"\n        },\n        {\n            \"tag\": \"23703\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"Infrastructure as a Service (IaaS)\",\n            \"vendor\": \"Microsoft Corporation\",\n            \"product\": \"Microsoft Azure\",\n            \"attribute\": \"334.194.28\",\n            \"website\": \"https://azure.microsoft.com/en-us/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/azure.microsoft.com\",\n            \"domain\": \"azure.microsoft.com\",\n            \"createdTime\": \"7/16/16 19:04\",\n            \"modifiedTime\": \"6/4/18 3:40\",\n            \"description\": \"Microsoft Azure (formerly Windows Azure) /ˈæʒər/ is a cloud computing service created by Microsoft for building, testing, deploying, and managing applications and services through a global network of Microsoft-managed data centers.\"\n        },\n        {\n            \"tag\": \"29784\",\n            \"categoryParent\": \"Programming\",\n            \"category\": \"Programming Languages\",\n            \"vendor\": \"Ruby\",\n            \"product\": \"Ruby\",\n            \"attribute\": \"350.67.120265183\",\n            \"website\": \"https://www.ruby-lang.org/en/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/ruby-lang.org\",\n            \"domain\": \"ruby-lang.org\",\n            \"createdTime\": \"10/3/16 7:55\",\n            \"modifiedTime\": \"12/24/19 11:27\",\n            \"description\": \"A dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.\"\n        },\n        {\n            \"tag\": \"30183\",\n            \"categoryParent\": \"Development\",\n            \"category\": \"Build Automation\",\n            \"vendor\": \"The Apache Software Foundation\",\n            \"product\": \"Apache Maven\",\n            \"attribute\": \"328.317.1015\",\n            \"website\": \"https://maven.apache.org/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/maven.apache.org\",\n            \"domain\": \"maven.apache.org\",\n            \"createdTime\": \"10/7/16 16:31\",\n            \"modifiedTime\": \"11/27/17 23:41\",\n            \"description\": \"Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.\"\n        },\n        {\n            \"tag\": \"125837\",\n            \"categoryParent\": \"Development\",\n            \"category\": \"Server Virtualization Software\",\n            \"vendor\": \"VMware, Inc\",\n            \"product\": \"VMware ESX Server\",\n            \"attribute\": \"328.193.2140\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:07\",\n            \"modifiedTime\": \"3/21/19 14:01\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"23844\",\n            \"categoryParent\": \"Miscellaneous\",\n            \"category\": \"Miscellaneous\",\n            \"vendor\": \"SAS Institute, Inc.\",\n            \"product\": \"SAS (common)\",\n            \"attribute\": \"0.68.12265\",\n            \"website\": \"http://www.sas.com/en_us/home.html\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/sas.com\",\n            \"domain\": \"sas.com\",\n            \"createdTime\": \"7/16/16 19:04\",\n            \"modifiedTime\": \"9/19/18 2:40\",\n            \"description\": \"SAS is the leader in analytics. Through innovative analytics, BI and data management software and services, SAS helps turn your data into better decisions.\"\n        },\n        {\n            \"tag\": \"108616\",\n            \"categoryParent\": \"IT Management\",\n            \"category\": \"Network Hardware\",\n            \"vendor\": \"Broadcom Inc.\",\n            \"product\": \"Brocade Switches\",\n            \"attribute\": \"468.216.53694\",\n            \"website\": \"http://www.brocade.com/en.html\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/brocade.com\",\n            \"domain\": \"brocade.com\",\n            \"createdTime\": \"3/8/19 21:06\",\n            \"modifiedTime\": \"3/21/19 11:47\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"96261\",\n            \"categoryParent\": \"Data Management\",\n            \"category\": \"Backup and Recovery Software\",\n            \"vendor\": \"Veritas Technologies LLC\",\n            \"product\": \"Veritas Backup Exec\",\n            \"attribute\": \"331.211.1751389\",\n            \"website\": \"https://www.veritas.com/product/backup-and-recovery/backup-exec\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/veritas.com\",\n            \"domain\": \"veritas.com\",\n            \"createdTime\": \"10/3/18 1:30\",\n            \"modifiedTime\": \"10/22/18 0:37\",\n            \"description\": \"Veritas Backup Exec is a unified backup and recovery solution.\"\n        },\n        {\n            \"tag\": \"83763\",\n            \"categoryParent\": \"Development\",\n            \"category\": \"Software Testing Tools\",\n            \"vendor\": \"N/A\",\n            \"product\": \"Bugzilla\",\n            \"attribute\": \"328.318.0\",\n            \"website\": \"http://www.bugzilla.org\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/bugzilla.org\",\n            \"domain\": \"bugzilla.org\",\n            \"createdTime\": \"6/18/18 5:20\",\n            \"modifiedTime\": \"2/13/19 9:54\",\n            \"description\": \"Bugzilla is a web-based general-purpose bugtracker and testing tool.\"\n        },\n        {\n            \"tag\": \"42570\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"IT Infrastructure Monitoring\",\n            \"vendor\": \"PagerDuty, Inc.\",\n            \"product\": \"PagerDuty\",\n            \"attribute\": \"334.254.330976\",\n            \"website\": \"http://pagerduty.com\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/pagerduty.com\",\n            \"domain\": \"pagerduty.com\",\n            \"createdTime\": \"4/26/17 6:20\",\n            \"modifiedTime\": \"11/16/18 1:22\",\n            \"description\": \"PagerDuty is an IT Infrastructure Monitoring service that helps create better customer, employee, and business value. Main features are contextual insights and interactive applications, optimized response orchestration, and continuous development and delivery.\"\n        },\n        {\n            \"tag\": \"88207\",\n            \"categoryParent\": \"Programming\",\n            \"category\": \"Frameworks and Libraries\",\n            \"vendor\": \"The jQuery Foundation Inc\",\n            \"product\": \"jQuery\",\n            \"attribute\": \"350.66.419\",\n            \"website\": \"https://jquery.com/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/jquery.com\",\n            \"domain\": \"jquery.com\",\n            \"createdTime\": \"7/17/18 1:30\",\n            \"modifiedTime\": \"8/29/18 20:38\",\n            \"description\": \"jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML.\"\n        },\n        {\n            \"tag\": \"117355\",\n            \"categoryParent\": \"Marketing\",\n            \"category\": \"SEO Software\",\n            \"vendor\": \"MetaCommunications\",\n            \"product\": \"Meta Robot\",\n            \"attribute\": \"338.59.120254217\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:07\",\n            \"modifiedTime\": \"3/21/19 12:53\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"29640\",\n            \"categoryParent\": \"Operations\",\n            \"category\": \"Enterprise Resource Planning\",\n            \"vendor\": \"Microsoft Corporation\",\n            \"product\": \"Microsoft Dynamics ERP\",\n            \"attribute\": \"335.346.28\",\n            \"website\": \"https://www.microsoft.com/en-us/dynamics/erp-nav-overview.aspx\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/microsoft.com\",\n            \"domain\": \"microsoft.com\",\n            \"createdTime\": \"9/29/16 3:00\",\n            \"modifiedTime\": \"10/26/17 7:19\",\n            \"description\": \"Microsoft Dynamics ERP is enterprise resource planning (ERP) software primarily geared toward midsize organizations as well as subsidiaries and divisions of larger organizations. Its applications are part of Microsoft Dynamics, a line of business management software owned and developed by Microsoft.\"\n        },\n        {\n            \"tag\": \"109948\",\n            \"categoryParent\": \"Development\",\n            \"category\": \"Server Virtualization Software\",\n            \"vendor\": \"Citrix Systems, Inc.\",\n            \"product\": \"Citrix NetScaler\",\n            \"attribute\": \"328.193.7728\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:06\",\n            \"modifiedTime\": \"3/21/19 11:56\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"114147\",\n            \"categoryParent\": \"Intelligence and Analytics\",\n            \"category\": \"Data Science\",\n            \"vendor\": \"HubSpot, Inc\",\n            \"product\": \"HubSpot Analytics\",\n            \"attribute\": \"347.241.592\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:06\",\n            \"modifiedTime\": \"3/21/19 12:28\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"23845\",\n            \"categoryParent\": \"Intelligence and Analytics\",\n            \"category\": \"Predictive Analytics\",\n            \"vendor\": \"International Business Machines Corporation\",\n            \"product\": \"IBM SPSS\",\n            \"attribute\": \"347.366.437\",\n            \"website\": \"https://www.ibm.com/analytics/us/en/technology/spss/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/ibm.com\",\n            \"domain\": \"ibm.com\",\n            \"createdTime\": \"7/16/16 19:04\",\n            \"modifiedTime\": \"10/5/18 3:10\",\n            \"description\": \"IBM SPSS Modeler is a data mining and text analytics software application from IBM. It is used to build predictive models and conduct other analytic tasks. It has a visual interface which allows users to leverage statistical and data mining algorithms without programming.\"\n        },\n        {\n            \"tag\": \"29644\",\n            \"categoryParent\": \"Operations\",\n            \"category\": \"Enterprise Resource Planning\",\n            \"vendor\": \"Microsoft Corporation\",\n            \"product\": \"Microsoft Dynamics\",\n            \"attribute\": \"335.346.28\",\n            \"website\": \"https://www.microsoft.com/en-us/dynamics/default.aspx\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/microsoft.com\",\n            \"domain\": \"microsoft.com\",\n            \"createdTime\": \"9/29/16 3:04\",\n            \"modifiedTime\": \"10/26/17 7:18\",\n            \"description\": \"Microsoft Dynamics is a line of enterprise resource planning (ERP) and customer relationship management (CRM) software applications. Microsoft Dynamics applications are delivered through a network of reselling partners who provide specialized services.\"\n        },\n        {\n            \"tag\": \"117645\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"Application Server Software\",\n            \"vendor\": \"Microsoft Corporation\",\n            \"product\": \"Microsoft IIS Application Request Routing (ARR)\",\n            \"attribute\": \"334.425.28\",\n            \"website\": \"https://www.iis.net/downloads/microsoft/application-request-routing\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/iis.net\",\n            \"domain\": \"iis.net\",\n            \"createdTime\": \"3/8/19 21:07\",\n            \"modifiedTime\": \"3/21/19 12:55\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"77700\",\n            \"categoryParent\": \"Intelligence and Analytics\",\n            \"category\": \"Machine Learning\",\n            \"vendor\": \"N/A\",\n            \"product\": \"scikit-learn\",\n            \"attribute\": \"347.285.0\",\n            \"website\": \"http://scikit-learn.org/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/scikit-learn.org\",\n            \"domain\": \"scikit-learn.org\",\n            \"createdTime\": \"4/11/18 7:31\",\n            \"modifiedTime\": \"2/13/19 9:54\",\n            \"description\": \"scikit-learn is a free open-source machine learning library for the Python programming language.\"\n        },\n        {\n            \"tag\": \"1716\",\n            \"categoryParent\": \"Advertising\",\n            \"category\": \"Advertising Networks\",\n            \"vendor\": \"America Online , Inc.\",\n            \"product\": \"Advertising.com\",\n            \"attribute\": \"336.9.62\",\n            \"website\": \"https://www.advertising.com/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/advertising.com\",\n            \"domain\": \"advertising.com\",\n            \"createdTime\": \"7/31/14 10:12\",\n            \"modifiedTime\": \"11/15/18 0:17\",\n            \"description\": \"Advertising.com was an advertising network.\"\n        },\n        {\n            \"tag\": \"85337\",\n            \"categoryParent\": \"Marketing\",\n            \"category\": \"Other Marketing Software\",\n            \"vendor\": \"Sigstr, Inc.\",\n            \"product\": \"Sigstr\",\n            \"attribute\": \"338.412.18822351\",\n            \"website\": \"https://www.sigstr.com/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/sigstr.com\",\n            \"domain\": \"sigstr.com\",\n            \"createdTime\": \"6/27/18 7:36\",\n            \"modifiedTime\": \"7/15/18 3:08\",\n            \"description\": \"Sigstr is an email signature marketing platform allows standardizing brand consistency and drive marketing ROI with every email sent.\"\n        },\n        {\n            \"tag\": \"80176\",\n            \"categoryParent\": \"Sales\",\n            \"category\": \"Sales Performance Management Software\",\n            \"vendor\": \"ExecVision Inc.\",\n            \"product\": \"ExecVision\",\n            \"attribute\": \"398.247.41218127\",\n            \"website\": \"https://www.execvision.io/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/execvision.io\",\n            \"domain\": \"execvision.io\",\n            \"createdTime\": \"5/17/18 1:43\",\n            \"modifiedTime\": \"9/24/18 2:59\",\n            \"description\": \"ExecVision is a conversation intelligence software for coaching.\"\n        },\n        {\n            \"tag\": \"403\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"Email Delivery\",\n            \"vendor\": \"The Rocket Science Group LLC\",\n            \"product\": \"MailChimp SPF\",\n            \"attribute\": \"334.19.393\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"12/24/12 0:00\",\n            \"modifiedTime\": \"2/13/19 9:57\",\n            \"description\": \"Websites using Mailchimp's SPF record.\"\n        },\n        {\n            \"tag\": \"24100\",\n            \"categoryParent\": \"Data Management\",\n            \"category\": \"Big Data Software\",\n            \"vendor\": \"The Apache Software Foundation\",\n            \"product\": \"Apache Kafka\",\n            \"attribute\": \"331.204.1015\",\n            \"website\": \"http://kafka.apache.org/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/kafka.apache.org\",\n            \"domain\": \"kafka.apache.org\",\n            \"createdTime\": \"7/16/16 19:04\",\n            \"modifiedTime\": \"8/15/18 21:30\",\n            \"description\": \"Apache Kafka, an open source technology that acts as a real-time, fault tolerant, scalable messaging system. It is adopted for use cases ranging from collecting user activity data, logs, application metrics to stock ticker data, and device instrumentation.\"\n        },\n        {\n            \"tag\": \"874\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"Application Server Software\",\n            \"vendor\": \"The Apache Software Foundation\",\n            \"product\": \"Apache HTTP Server\",\n            \"attribute\": \"334.425.1015\",\n            \"website\": \"https://httpd.apache.org/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/httpd.apache.org\",\n            \"domain\": \"httpd.apache.org\",\n            \"createdTime\": \"10/13/13 0:00\",\n            \"modifiedTime\": \"6/23/18 11:36\",\n            \"description\": \"Apache is a free, open source HTTP web server.\"\n        },\n        {\n            \"tag\": \"121309\",\n            \"categoryParent\": \"Programming\",\n            \"category\": \"Programming Languages\",\n            \"vendor\": \"N/A\",\n            \"product\": \"Really Simple Discovery\",\n            \"attribute\": \"350.67.0\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:07\",\n            \"modifiedTime\": \"3/21/19 13:21\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"123774\",\n            \"categoryParent\": \"IT Management\",\n            \"category\": \"Server Hardware\",\n            \"vendor\": \"Oracle Corporation\",\n            \"product\": \"Sun Fire Server Systems\",\n            \"attribute\": \"468.218.491\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:07\",\n            \"modifiedTime\": \"3/21/19 13:42\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"125569\",\n            \"categoryParent\": \"IT Management\",\n            \"category\": \"Communication Hardware\",\n            \"vendor\": \"Verizon Digital Media Services\",\n            \"product\": \"Verizon Wireless\",\n            \"attribute\": \"468.466.6701832\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:07\",\n            \"modifiedTime\": \"3/21/19 13:59\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"29776\",\n            \"categoryParent\": \"Programming\",\n            \"category\": \"Programming Languages\",\n            \"vendor\": \"The R Foundation\",\n            \"product\": \"R\",\n            \"attribute\": \"350.67.32841\",\n            \"website\": \"https://www.r-project.org/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/r-project.org\",\n            \"domain\": \"r-project.org\",\n            \"createdTime\": \"10/3/16 3:15\",\n            \"modifiedTime\": \"11/12/18 3:21\",\n            \"description\": \"R is a free software environment for statistical computing and graphics. It compiles and runs on a wide variety of UNIX platforms, Windows and MacOS. To download R, please choose your preferred CRAN mirror.\"\n        },\n        {\n            \"tag\": \"95702\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"Operating Systems\",\n            \"vendor\": \"Microsoft Corporation\",\n            \"product\": \"Windows 7\",\n            \"attribute\": \"334.443.28\",\n            \"website\": \"https://www.microsoft.com/en-us/software-download/windows7\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/microsoft.com\",\n            \"domain\": \"microsoft.com\",\n            \"createdTime\": \"9/28/18 3:31\",\n            \"modifiedTime\": \"10/18/18 23:53\",\n            \"description\": \"Windows 7 is a personal computer operating system.\"\n        },\n        {\n            \"tag\": \"117795\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"Operating Systems\",\n            \"vendor\": \"Microsoft Corporation\",\n            \"product\": \"Microsoft Windows Server 2003\",\n            \"attribute\": \"334.443.28\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:07\",\n            \"modifiedTime\": \"3/21/19 12:57\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"114115\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"IT Service Management\",\n            \"vendor\": \"HTML5\",\n            \"product\": \"HTML5\",\n            \"attribute\": \"334.394.120252452\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:06\",\n            \"modifiedTime\": \"3/21/19 12:27\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"924\",\n            \"categoryParent\": \"Vertical Industry Software\",\n            \"category\": \"Event Management\",\n            \"vendor\": \"Eventbrite, Inc.\",\n            \"product\": \"Eventbrite\",\n            \"attribute\": \"329.57.958\",\n            \"website\": \"https://www.eventbrite.com/organizer/overview/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/eventbrite.com\",\n            \"domain\": \"eventbrite.com\",\n            \"createdTime\": \"11/23/13 0:00\",\n            \"modifiedTime\": \"10/17/18 23:42\",\n            \"description\": \"Eventbrite is a platform that allows event organizers to plan, promote, and sell tickets to events (event management) and publish them across Facebook, Twitter and other social-networking tools directly from the site's interface. It also enables attendees to find and purchase tickets to these experiences.\"\n        },\n        {\n            \"tag\": \"123343\",\n            \"categoryParent\": \"Security\",\n            \"category\": \"Data Security Software\",\n            \"vendor\": \"Sophos Ltd\",\n            \"product\": \"Sophos\",\n            \"attribute\": \"339.356.8161\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:07\",\n            \"modifiedTime\": \"3/21/19 13:39\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"36494\",\n            \"categoryParent\": \"Sales\",\n            \"category\": \"Sales Intelligence Software\",\n            \"vendor\": \"Zoom Information, Inc.\",\n            \"product\": \"ZoomInfo\",\n            \"attribute\": \"398.457.13289\",\n            \"website\": \"http://www.zoominfo.com/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/zoominfo.com\",\n            \"domain\": \"zoominfo.com\",\n            \"createdTime\": \"2/9/17 9:54\",\n            \"modifiedTime\": \"12/3/19 21:39\",\n            \"description\": \"Zoominfo is a market intelligence provider supported by the most comprehensive B2B database. This sales enablement platform is designed to get company in touch with the right customer through features like contacts & company search, targeted list building, and database management.\"\n        },\n        {\n            \"tag\": \"29470\",\n            \"categoryParent\": \"Sales\",\n            \"category\": \"Sales Enablement Software\",\n            \"vendor\": \"Outreach Corporation\",\n            \"product\": \"Outreach.io\",\n            \"attribute\": \"398.365.20750283\",\n            \"website\": \"https://outreach.io/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/outreach.io\",\n            \"domain\": \"outreach.io\",\n            \"createdTime\": \"9/28/16 5:57\",\n            \"modifiedTime\": \"11/15/18 1:05\",\n            \"description\": \"Outreach.io is a sales performance management solution provider. It helps effectively engage prospects to drive more pipeline and close more deals.\"\n        },\n        {\n            \"tag\": \"114318\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"Data Storage Managment\",\n            \"vendor\": \"International Business Machines Corporation\",\n            \"product\": \"IBM DS4300\",\n            \"attribute\": \"334.236.437\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:06\",\n            \"modifiedTime\": \"3/21/19 12:29\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"106803\",\n            \"categoryParent\": \"Human Resources\",\n            \"category\": \"Other Human Resources Software\",\n            \"vendor\": \"Amazon.com, Inc.\",\n            \"product\": \"Amazon Mechanical Turk\",\n            \"attribute\": \"348.376.11\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:06\",\n            \"modifiedTime\": \"3/21/19 11:34\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"25408\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"Infrastructure as a Service (IaaS)\",\n            \"vendor\": \"Amazon.com, Inc.\",\n            \"product\": \"Amazon EC2\",\n            \"attribute\": \"334.194.11\",\n            \"website\": \"https://aws.amazon.com/ec2/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/aws.amazon.com\",\n            \"domain\": \"aws.amazon.com\",\n            \"createdTime\": \"8/11/16 14:02\",\n            \"modifiedTime\": \"6/9/18 6:17\",\n            \"description\": \"Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides secure, resizable compute capacity in the cloud. It is designed to make web-scale cloud computing easier for developers. Amazon EC2's simple web service interface allows you to obtain and configure capacity with minimal friction.\"\n        },\n        {\n            \"tag\": \"24092\",\n            \"categoryParent\": \"Data Management\",\n            \"category\": \"Databases\",\n            \"vendor\": \"The Apache Software Foundation\",\n            \"product\": \"Apache HBase\",\n            \"attribute\": \"331.272.1015\",\n            \"website\": \"https://hbase.apache.org/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/hbase.apache.org\",\n            \"domain\": \"hbase.apache.org\",\n            \"createdTime\": \"7/16/16 19:04\",\n            \"modifiedTime\": \"8/1/18 23:02\",\n            \"description\": \"Apache HBase is a column-oriented key/value data store built to run on top of the Hadoop Distributed File System (HDFS). Hadoop is a framework for handling large datasets in a distributed computing environment.\"\n        },\n        {\n            \"tag\": \"30200\",\n            \"categoryParent\": \"Development\",\n            \"category\": \"Software Testing Tools\",\n            \"vendor\": \"TestNG\",\n            \"product\": \"TestNG\",\n            \"attribute\": \"328.318.379356\",\n            \"website\": \"http://testng.org/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/testng.org\",\n            \"domain\": \"testng.org\",\n            \"createdTime\": \"10/7/16 16:31\",\n            \"modifiedTime\": \"12/20/18 23:18\",\n            \"description\": \"TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use, such as: Annotations. Run your tests in arbitrarily big thread pools with various policies available (all methods in their own thread, one thread per test class, etc\"\n        },\n        {\n            \"tag\": \"172\",\n            \"categoryParent\": \"Marketing\",\n            \"category\": \"Marketing Automation Tool (MAT)\",\n            \"vendor\": \"Marketo, Inc.\",\n            \"product\": \"Marketo\",\n            \"attribute\": \"338.3.6917\",\n            \"website\": \"https://www.marketo.com\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/marketo.com\",\n            \"domain\": \"marketo.com\",\n            \"createdTime\": \"5/27/12 0:00\",\n            \"modifiedTime\": \"11/12/18 20:51\",\n            \"description\": \"Marketo is a marketing automation platform. It features email, consumer, customer base and mobile marketing and includes lead management tools.\"\n        },\n        {\n            \"tag\": \"26149\",\n            \"categoryParent\": \"IT Management\",\n            \"category\": \"Network Hardware\",\n            \"vendor\": \"Broadcom Inc.\",\n            \"product\": \"Brocade\",\n            \"attribute\": \"468.216.53694\",\n            \"website\": \"http://www.brocade.com/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/brocade.com\",\n            \"domain\": \"brocade.com\",\n            \"createdTime\": \"8/17/16 15:05\",\n            \"modifiedTime\": \"6/27/18 5:08\",\n            \"description\": \"Brocade provides data center networking solutions and information assets management services.\"\n        },\n        {\n            \"tag\": \"106305\",\n            \"categoryParent\": \"Audio, Video, Graphics\",\n            \"category\": \"Other Audio, Video, Graphics Software\",\n            \"vendor\": \"Adobe Inc.\",\n            \"product\": \"Adobe Creative Suite\",\n            \"attribute\": \"349.419.67\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:06\",\n            \"modifiedTime\": \"3/21/19 11:31\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"629\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"Domain Name Services\",\n            \"vendor\": \"Cloudflare, Inc.\",\n            \"product\": \"Cloudflare DNS\",\n            \"attribute\": \"334.4.4430\",\n            \"website\": \"https://www.cloudflare.com/dns/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cloudflare.com\",\n            \"domain\": \"cloudflare.com\",\n            \"createdTime\": \"4/14/13 0:00\",\n            \"modifiedTime\": \"9/20/18 5:51\",\n            \"description\": \"Cloudflare's free authoritative DNS network.\"\n        },\n        {\n            \"tag\": \"24096\",\n            \"categoryParent\": \"Data Management\",\n            \"category\": \"Databases\",\n            \"vendor\": \"Basho Technologies Inc\",\n            \"product\": \"Riak\",\n            \"attribute\": \"331.272.167540\",\n            \"website\": \"http://basho.com/products/riak-kv/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/basho.com\",\n            \"domain\": \"basho.com\",\n            \"createdTime\": \"7/16/16 19:04\",\n            \"modifiedTime\": \"6/27/18 3:16\",\n            \"description\": \"Riak KV is a distributed NoSQL key-value database.\"\n        },\n        {\n            \"tag\": \"92590\",\n            \"categoryParent\": \"Communication and Collaboration\",\n            \"category\": \"Team Collaboration\",\n            \"vendor\": \"Microsoft Office\",\n            \"product\": \"Microsoft Exchange Server 2013\",\n            \"attribute\": \"333.267.32627\",\n            \"website\": \"https://products.office.com/en/microsoft-exchange-2013\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/products.office.com\",\n            \"domain\": \"products.office.com\",\n            \"createdTime\": \"9/4/18 6:04\",\n            \"modifiedTime\": \"9/19/18 3:04\",\n            \"description\": \"A 2013 version of Microsoft Exchange Server.\"\n        },\n        {\n            \"tag\": \"112484\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"Load Balancing Software\",\n            \"vendor\": \"F5 Networks, Inc.\",\n            \"product\": \"F5 Load Balancer\",\n            \"attribute\": \"334.20.37231\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:06\",\n            \"modifiedTime\": \"3/21/19 12:14\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"109563\",\n            \"categoryParent\": \"Security\",\n            \"category\": \"Firewall Software\",\n            \"vendor\": \"Cisco Systems, Inc\",\n            \"product\": \"Cisco Adaptive Security Appliance (ASA)\",\n            \"attribute\": \"339.358.1096\",\n            \"website\": \"https://www.cisco.com/c/en/us/products/security/adaptive-security-appliance-asa-software/index.html\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cisco.com\",\n            \"domain\": \"cisco.com\",\n            \"createdTime\": \"3/8/19 21:06\",\n            \"modifiedTime\": \"3/21/19 11:53\",\n            \"description\": \"Firewall and Network Security\"\n        },\n        {\n            \"tag\": \"119207\",\n            \"categoryParent\": \"Programming\",\n            \"category\": \"Other Programming Software\",\n            \"vendor\": \"Facebook, Inc.\",\n            \"product\": \"Open Graph Protocol\",\n            \"attribute\": \"350.451.2\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:07\",\n            \"modifiedTime\": \"3/21/19 13:06\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"126448\",\n            \"categoryParent\": \"Data Management\",\n            \"category\": \"Other Data Management Software\",\n            \"vendor\": \"N/A\",\n            \"product\": \"X-Frame-Options\",\n            \"attribute\": \"331.438.0\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:07\",\n            \"modifiedTime\": \"3/21/19 14:05\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"23826\",\n            \"categoryParent\": \"Intelligence and Analytics\",\n            \"category\": \"Business Intelligence\",\n            \"vendor\": \"Tableau Software, Inc.\",\n            \"product\": \"Tableau\",\n            \"attribute\": \"347.243.1785191\",\n            \"website\": \"http://www.tableau.com/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/tableau.com\",\n            \"domain\": \"tableau.com\",\n            \"createdTime\": \"7/16/16 19:04\",\n            \"modifiedTime\": \"8/29/18 4:11\",\n            \"description\": \"Tableau develops and manufactures products for the computer forensics community.\"\n        },\n        {\n            \"tag\": \"122553\",\n            \"categoryParent\": \"Data Management\",\n            \"category\": \"Other Data Management Software\",\n            \"vendor\": \"Selenium HQ\",\n            \"product\": \"Selenium\",\n            \"attribute\": \"331.438.28068\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:07\",\n            \"modifiedTime\": \"3/21/19 13:31\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"25764\",\n            \"categoryParent\": \"Development\",\n            \"category\": \"Configuration Management\",\n            \"vendor\": \"SaltStack Inc\",\n            \"product\": \"Salt\",\n            \"attribute\": \"328.313.3086492\",\n            \"website\": \"https://saltstack.com/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/saltstack.com\",\n            \"domain\": \"saltstack.com\",\n            \"createdTime\": \"8/15/16 10:25\",\n            \"modifiedTime\": \"8/13/18 3:11\",\n            \"description\": \"Salt is open source software for management automation of data center infrastructure and application environments. Originally built to provide command and control of massive, complex technology implementations, Salt is also used for small, simple use cases.\"\n        },\n        {\n            \"tag\": \"36321\",\n            \"categoryParent\": \"Development\",\n            \"category\": \"Container Management Software\",\n            \"vendor\": \"Canonical Ltd.\",\n            \"product\": \"LXC\",\n            \"attribute\": \"328.321.22652\",\n            \"website\": \"https://linuxcontainers.org/lxc/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/linuxcontainers.org\",\n            \"domain\": \"linuxcontainers.org\",\n            \"createdTime\": \"2/7/17 2:48\",\n            \"modifiedTime\": \"12/25/18 22:09\",\n            \"description\": \"LXC is a userspace interface for the Linux kernel containment features. Through a powerful API and simple tools, it lets Linux users easily create and manage system or application containers.\"\n        },\n        {\n            \"tag\": \"428\",\n            \"categoryParent\": \"Security\",\n            \"category\": \"SSL Certificates\",\n            \"vendor\": \"DigiCert, Inc.\",\n            \"product\": \"DigiCert\",\n            \"attribute\": \"339.21.30003\",\n            \"website\": \"https://www.digicert.com\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/digicert.com\",\n            \"domain\": \"digicert.com\",\n            \"createdTime\": \"12/3/12 0:00\",\n            \"modifiedTime\": \"4/6/18 2:27\",\n            \"description\": \"DigiCert is the go-to provider of identity, authentication, and encryption solutions for the web and IoT devices.\"\n        },\n        {\n            \"tag\": \"713\",\n            \"categoryParent\": \"Sales\",\n            \"category\": \"CRM Software\",\n            \"vendor\": \"Salesforce.com, Inc.\",\n            \"product\": \"Salesforce\",\n            \"attribute\": \"398.33.221\",\n            \"website\": \"https://www.salesforce.com/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/salesforce.com\",\n            \"domain\": \"salesforce.com\",\n            \"createdTime\": \"6/13/13 0:00\",\n            \"modifiedTime\": \"9/7/18 1:50\",\n            \"description\": \"Salesforce is a global cloud computing company that develops CRM solutions and provides business software on a subscription basis.\"\n        },\n        {\n            \"tag\": \"610\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"Hosting Providers and IT Management\",\n            \"vendor\": \"DigitalOcean Inc\",\n            \"product\": \"DigitalOcean\",\n            \"attribute\": \"334.22.1163096\",\n            \"website\": \"https://www.digitalocean.com/solutions/websites/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/digitalocean.com\",\n            \"domain\": \"digitalocean.com\",\n            \"createdTime\": \"3/29/13 0:00\",\n            \"modifiedTime\": \"8/6/18 10:18\",\n            \"description\": \"DigitalOcean is a cloud infrastructure provider focused on simplifying web infrastructure for software developers.\"\n        },\n        {\n            \"tag\": \"92977\",\n            \"categoryParent\": \"Audio, Video, Graphics\",\n            \"category\": \"Graphics\",\n            \"vendor\": \"Adobe Inc.\",\n            \"product\": \"Adobe InDesign\",\n            \"attribute\": \"349.462.67\",\n            \"website\": \"https://www.adobe.com/InDesign\\u200e\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/adobe.com\",\n            \"domain\": \"adobe.com\",\n            \"createdTime\": \"9/6/18 3:01\",\n            \"modifiedTime\": \"1/18/19 0:07\",\n            \"description\": \"Adobe InDesign is a desktop publishing and typesetting software application.\"\n        },\n        {\n            \"tag\": \"106984\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"Application Server Software\",\n            \"vendor\": \"The Apache Software Foundation\",\n            \"product\": \"Apache Servers\",\n            \"attribute\": \"334.425.1015\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:06\",\n            \"modifiedTime\": \"3/21/19 11:36\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"25556\",\n            \"categoryParent\": \"Communication and Collaboration\",\n            \"category\": \"File Sharing\",\n            \"vendor\": \"Google LLC\",\n            \"product\": \"Google Drive\",\n            \"attribute\": \"333.198.1\",\n            \"website\": \"https://gsuite.google.com/products/drive/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/gsuite.google.com\",\n            \"domain\": \"gsuite.google.com\",\n            \"createdTime\": \"8/12/16 13:57\",\n            \"modifiedTime\": \"10/24/18 8:14\",\n            \"description\": \"Google Drive is a file storage and synchronization service developed by Google. Launched on April 24, 2012, Google Drive allows users to store files in the cloud, synchronize files across devices, and share files.\"\n        },\n        {\n            \"tag\": \"611\",\n            \"categoryParent\": \"Widgets, Web Tools, and Plugins\",\n            \"category\": \"Social Sharing\",\n            \"vendor\": \"ShareThis, Inc.\",\n            \"product\": \"ShareThis\",\n            \"attribute\": \"332.54.2393\",\n            \"website\": \"https://sharethis.com\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/sharethis.com\",\n            \"domain\": \"sharethis.com\",\n            \"createdTime\": \"4/1/13 0:00\",\n            \"modifiedTime\": \"10/17/18 10:25\",\n            \"description\": \"The ShareThis button is an all-in-one widget that lets people share any content on the Web with friends via e-mail, AIM, or text message. Shar.es is the URL shortener for ShareThis.com.\"\n        },\n        {\n            \"tag\": \"95352\",\n            \"categoryParent\": \"Programming\",\n            \"category\": \"Integrated Development Environments\",\n            \"vendor\": \"Apple Inc.\",\n            \"product\": \"Xcode\",\n            \"attribute\": \"350.444.29\",\n            \"website\": \"https://developer.apple.com/xcode/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/developer.apple.com\",\n            \"domain\": \"developer.apple.com\",\n            \"createdTime\": \"9/25/18 23:43\",\n            \"modifiedTime\": \"10/23/18 3:48\",\n            \"description\": \"Xcode is an integrated development environment for macOS containing a suite of software development tools for developing software for macOS, iOS, watchOS, and tvOS.\"\n        },\n        {\n            \"tag\": \"114678\",\n            \"categoryParent\": \"Marketing\",\n            \"category\": \"Marketing Automation Tool (MAT)\",\n            \"vendor\": \"International Business Machines Corporation\",\n            \"product\": \"IBM Watson Marketing (SilverPop)\",\n            \"attribute\": \"338.3.437\",\n            \"website\": \"https://www.ibm.com/customer-engagement/silverpop\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/ibm.com\",\n            \"domain\": \"ibm.com\",\n            \"createdTime\": \"3/8/19 21:06\",\n            \"modifiedTime\": \"3/21/19 12:32\",\n            \"description\": \"Silverpop merged with IBM\"\n        },\n        {\n            \"tag\": \"6576\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"Content Delivery Networks\",\n            \"vendor\": \"Cloudinary Ltd.\",\n            \"product\": \"Cloudinary\",\n            \"attribute\": \"334.10.1035741\",\n            \"website\": \"http://cloudinary.com/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cloudinary.com\",\n            \"domain\": \"cloudinary.com\",\n            \"createdTime\": \"11/4/14 17:02\",\n            \"modifiedTime\": \"7/17/17 7:47\",\n            \"description\": \"Cloudinary is an end-to-end image management solution for your website and mobile apps. Cloudinary covers everything from image uploads, storage, manipulations, optimizations to delivery. You can easily upload images to the cloud, automatically perform smart image manipulations without installing any complex software.\"\n        },\n        {\n            \"tag\": \"96282\",\n            \"categoryParent\": \"Data Management\",\n            \"category\": \"Other Data Management Software\",\n            \"vendor\": \"Rabbit Technologies Ltd\",\n            \"product\": \"RabbitMQ\",\n            \"attribute\": \"331.438.61730\",\n            \"website\": \"https://www.rabbitmq.com/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/rabbitmq.com\",\n            \"domain\": \"rabbitmq.com\",\n            \"createdTime\": \"10/3/18 2:33\",\n            \"modifiedTime\": \"10/22/18 0:10\",\n            \"description\": \"RabbitMQ is an open source message broker software.\"\n        },\n        {\n            \"tag\": \"106787\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"Data Storage Managment\",\n            \"vendor\": \"Amazon.com, Inc.\",\n            \"product\": \"Amazon Cloud Storage\",\n            \"attribute\": \"334.236.11\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:06\",\n            \"modifiedTime\": \"3/21/19 11:34\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"26693\",\n            \"categoryParent\": \"Intelligence and Analytics\",\n            \"category\": \"Business Intelligence\",\n            \"vendor\": \"Hitachi Vantara Corporation\",\n            \"product\": \"Pentaho\",\n            \"attribute\": \"347.243.72751645\",\n            \"website\": \"http://www.pentaho.com/product/product-overview\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/pentaho.com\",\n            \"domain\": \"pentaho.com\",\n            \"createdTime\": \"8/22/16 11:11\",\n            \"modifiedTime\": \"6/27/18 5:30\",\n            \"description\": \"Pentaho is a unified big data integration and analytics solution.\"\n        },\n        {\n            \"tag\": \"95791\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"Operating Systems\",\n            \"vendor\": \"Microsoft Corporation\",\n            \"product\": \"Windows 10\",\n            \"attribute\": \"334.443.28\",\n            \"website\": \"https://www.microsoft.com/en-us/windows\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/microsoft.com\",\n            \"domain\": \"microsoft.com\",\n            \"createdTime\": \"9/28/18 8:06\",\n            \"modifiedTime\": \"10/18/18 4:16\",\n            \"description\": \"Windows 10 is a series of personal computer operating systems.\"\n        },\n        {\n            \"tag\": \"27021\",\n            \"categoryParent\": \"Development\",\n            \"category\": \"Software Testing Tools\",\n            \"vendor\": \"The JS Foundation\",\n            \"product\": \"Appium\",\n            \"attribute\": \"328.318.62731605\",\n            \"website\": \"http://appium.io/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/appium.io\",\n            \"domain\": \"appium.io\",\n            \"createdTime\": \"8/22/16 11:11\",\n            \"modifiedTime\": \"4/12/18 9:09\",\n            \"description\": \"Appium is an open source test automation tool for mobile applications. It allows you to test all the three types of mobile applications: native, hybrid and mobile web. It also allows you to run the automated tests on actual devices, emulators and simulators.\"\n        },\n        {\n            \"tag\": \"23694\",\n            \"categoryParent\": \"Data Management\",\n            \"category\": \"Big Data Software\",\n            \"vendor\": \"Cloudera, Inc.\",\n            \"product\": \"Cloudera\",\n            \"attribute\": \"331.204.47253\",\n            \"website\": \"https://cloudera.com/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cloudera.com\",\n            \"domain\": \"cloudera.com\",\n            \"createdTime\": \"7/16/16 19:04\",\n            \"modifiedTime\": \"8/8/18 2:41\",\n            \"description\": \"Cloudera is a platform for machine learning and analytics optimized for the cloud. It is available in the form of free/unsupported products (CDH or Cloudera Express), or as supported, enterprise-class software (Cloudera Enterprise - in Basic, Flex, and Data Hub editions) in the form of an annual subscription.\"\n        },\n        {\n            \"tag\": \"111\",\n            \"categoryParent\": \"Widgets, Web Tools, and Plugins\",\n            \"category\": \"Web Content Management Software\",\n            \"vendor\": \"Automattic Inc\",\n            \"product\": \"WordPress\",\n            \"attribute\": \"332.7.11831\",\n            \"website\": \"http://wordpress.org\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/wordpress.org\",\n            \"domain\": \"wordpress.org\",\n            \"createdTime\": \"3/10/12 0:00\",\n            \"modifiedTime\": \"8/31/18 1:13\",\n            \"description\": \"WordPress is open source CMS solution that can be used to create and customize a website, blog, or app.\"\n        },\n        {\n            \"tag\": \"23696\",\n            \"categoryParent\": \"Data Management\",\n            \"category\": \"Big Data Software\",\n            \"vendor\": \"Mapr Technologies, Inc.\",\n            \"product\": \"MapR\",\n            \"attribute\": \"331.204.347124\",\n            \"website\": \"https://www.mapr.com/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/mapr.com\",\n            \"domain\": \"mapr.com\",\n            \"createdTime\": \"7/16/16 19:04\",\n            \"modifiedTime\": \"8/8/18 2:43\",\n            \"description\": \"MapR provides a Converged Data Platform that enables customers to harness the power of big data by combining analytics in real-time to operational applications to improve business outcomes.\"\n        },\n        {\n            \"tag\": \"23232\",\n            \"categoryParent\": \"Data Management\",\n            \"category\": \"Databases\",\n            \"vendor\": \"Microsoft Corporation\",\n            \"product\": \"Microsoft SQL Server\",\n            \"attribute\": \"331.272.28\",\n            \"website\": \"http://microsoft.com/en-us/server-cloud/products/sql-server/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/microsoft.com\",\n            \"domain\": \"microsoft.com\",\n            \"createdTime\": \"7/2/16 8:34\",\n            \"modifiedTime\": \"8/1/18 22:50\",\n            \"description\": \"SQL Server is a Microsoft product used to manage and store information. Technically, SQL Server is a “relational database management system” (RDMS). Broken apart, this term means two things.\"\n        },\n        {\n            \"tag\": \"126213\",\n            \"categoryParent\": \"IT Management\",\n            \"category\": \"Communication Hardware\",\n            \"vendor\": \"Windstream Communications\",\n            \"product\": \"Windstream Communications\",\n            \"attribute\": \"468.466.120258528\",\n            \"website\": \"http://windstream.com\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/windstream.com\",\n            \"domain\": \"windstream.com\",\n            \"createdTime\": \"3/8/19 21:07\",\n            \"modifiedTime\": \"4/9/19 10:22\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"1253\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"Platforms as a Service\",\n            \"vendor\": \"Salesforce.com, Inc.\",\n            \"product\": \"Heroku\",\n            \"attribute\": \"334.445.221\",\n            \"website\": \"http://heroku.com\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/heroku.com\",\n            \"domain\": \"heroku.com\",\n            \"createdTime\": \"4/14/14 15:31\",\n            \"modifiedTime\": \"11/30/17 2:29\",\n            \"description\": \"US based open language cloud application hosting platform supporting multiple languages such as Ruby, Java, NodeJS and Clojure. That is, multi-language cloud application platform that enables developers to deploy, scale, and manage their applications.\"\n        },\n        {\n            \"tag\": \"126664\",\n            \"categoryParent\": \"Customer Service\",\n            \"category\": \"Service Desk Software\",\n            \"vendor\": \"Zendesk, Inc.\",\n            \"product\": \"Zendesk Help Desk Software\",\n            \"attribute\": \"330.395.782\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:07\",\n            \"modifiedTime\": \"3/21/19 14:07\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"65518\",\n            \"categoryParent\": \"Accounting and Finance\",\n            \"category\": \"Corporate Performance Management (CPM) Software\",\n            \"vendor\": \"Adaptive Insights, Inc.\",\n            \"product\": \"Adaptive Suite\",\n            \"attribute\": \"368.447.10282193\",\n            \"website\": \"https://www.adaptiveinsights.com/products/adaptive-suite\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/adaptiveinsights.com\",\n            \"domain\": \"adaptiveinsights.com\",\n            \"createdTime\": \"12/13/17 1:43\",\n            \"modifiedTime\": \"12/24/18 1:23\",\n            \"description\": \"Adaptive Suite is cloud-based corporate performance management and business intelligence software\"\n        },\n        {\n            \"tag\": \"113406\",\n            \"categoryParent\": \"Marketing\",\n            \"category\": \"Other Marketing Software\",\n            \"vendor\": \"Google LLC\",\n            \"product\": \"Google Plus One Platform\",\n            \"attribute\": \"338.412.1\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:06\",\n            \"modifiedTime\": \"3/21/19 12:22\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"25070\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"IT Infrastructure Monitoring\",\n            \"vendor\": \"Nagios Enterprises, LLC\",\n            \"product\": \"Nagios\",\n            \"attribute\": \"334.254.40319\",\n            \"website\": \"https://www.nagios.org/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/nagios.org\",\n            \"domain\": \"nagios.org\",\n            \"createdTime\": \"8/5/16 13:43\",\n            \"modifiedTime\": \"7/17/17 8:00\",\n            \"description\": \"Nagios Core, is a free and open source computer-software application that monitors systems, networks and infrastructure. Nagios offers monitoring and alerting services for servers, switches, applications and services.\"\n        },\n        {\n            \"tag\": \"84385\",\n            \"categoryParent\": \"Communication and Collaboration\",\n            \"category\": \"Project Management Software\",\n            \"vendor\": \"Pivotal Software, Inc.\",\n            \"product\": \"Pivotal Tracker\",\n            \"attribute\": \"333.217.6370429\",\n            \"website\": \"https://www.pivotaltracker.com/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/pivotaltracker.com\",\n            \"domain\": \"pivotaltracker.com\",\n            \"createdTime\": \"6/21/18 6:27\",\n            \"modifiedTime\": \"6/29/18 2:58\",\n            \"description\": \"Pivotal Tracker is an agile project management solution.\"\n        },\n        {\n            \"tag\": \"433\",\n            \"categoryParent\": \"Security\",\n            \"category\": \"SSL Certificates\",\n            \"vendor\": \"Sectigo Limited\",\n            \"product\": \"Sectigo\",\n            \"attribute\": \"339.21.113807027\",\n            \"website\": \"https://sectigo.com/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/sectigo.com\",\n            \"domain\": \"sectigo.com\",\n            \"createdTime\": \"12/2/12 0:00\",\n            \"modifiedTime\": \"1/23/19 20:57\",\n            \"description\": \"Sectigo (formerly Comodo CA) is a commercial SSL Certificate Authority (CA).\"\n        },\n        {\n            \"tag\": \"25172\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"Other IT Infrastructure Software\",\n            \"vendor\": \"Microsoft Corporation\",\n            \"product\": \"Microsoft Active Directory\",\n            \"attribute\": \"334.429.28\",\n            \"website\": \"https://msdn.microsoft.com/en-us/library/bb742424.aspx\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/msdn.microsoft.com\",\n            \"domain\": \"msdn.microsoft.com\",\n            \"createdTime\": \"8/9/16 8:41\",\n            \"modifiedTime\": \"10/10/18 2:58\",\n            \"description\": \"Active Directory is a a directory service for the Windows domain networks. Active Directory stores information about objects on the network and makes this information easy for administrators and users to find and use. Active Directory uses a structured data store as the basis for a logical, hierarchical organization of directory information.\"\n        },\n        {\n            \"tag\": \"125876\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"Application Server Software\",\n            \"vendor\": \"VMware, Inc\",\n            \"product\": \"VMware vFabric\",\n            \"attribute\": \"334.425.2140\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:07\",\n            \"modifiedTime\": \"3/21/19 14:01\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"1669\",\n            \"categoryParent\": \"Programming\",\n            \"category\": \"Frameworks and Libraries\",\n            \"vendor\": \"Twitter, Inc.\",\n            \"product\": \"Bootstrap\",\n            \"attribute\": \"350.66.9\",\n            \"website\": \"http://getbootstrap.com/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/getbootstrap.com\",\n            \"domain\": \"getbootstrap.com\",\n            \"createdTime\": \"7/23/14 16:39\",\n            \"modifiedTime\": \"10/16/18 8:00\",\n            \"description\": \"Bootstrap is a free and open-source front-end web framework for designing websites and web applications. It contains HTML- and CSS-based design templates for typography, forms, buttons, navigation and other interface components, as well as optional JavaScript extensions.\"\n        },\n        {\n            \"tag\": \"108447\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"Content Delivery Networks\",\n            \"vendor\": \"BootstrapCDN\",\n            \"product\": \"BootstrapCDN\",\n            \"attribute\": \"334.10.120249944\",\n            \"website\": \"https://www.bootstrapcdn.com/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/bootstrapcdn.com\",\n            \"domain\": \"bootstrapcdn.com\",\n            \"createdTime\": \"3/8/19 21:06\",\n            \"modifiedTime\": \"3/21/19 11:46\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"707\",\n            \"categoryParent\": \"Communication and Collaboration\",\n            \"category\": \"Web Conferencing\",\n            \"vendor\": \"On24, Inc.\",\n            \"product\": \"ON24\",\n            \"attribute\": \"333.52.6001\",\n            \"website\": \"https://www.on24.com\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/on24.com\",\n            \"domain\": \"on24.com\",\n            \"createdTime\": \"6/9/13 0:00\",\n            \"modifiedTime\": \"4/6/18 2:33\",\n            \"description\": \"ON24 provides webcasting, lead generation, and virtual event solutions that are designed to meet performance requirements for businesses of all types and sizes. Founded in 1998, ON24 offers a portfolio of products for internal and external communications, available as either licensed ASP products or turnkey outsourced solutions.\"\n        },\n        {\n            \"tag\": \"86\",\n            \"categoryParent\": \"Intelligence and Analytics\",\n            \"category\": \"Web Analytics\",\n            \"vendor\": \"Yahoo Inc.\",\n            \"product\": \"Yahoo Analytics\",\n            \"attribute\": \"347.1.4\",\n            \"website\": \"http://advertising.yahoo.com\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/advertising.yahoo.com\",\n            \"domain\": \"advertising.yahoo.com\",\n            \"createdTime\": \"3/9/12 0:00\",\n            \"modifiedTime\": \"7/4/18 7:17\",\n            \"description\": \"Yahoo Web Analytics is a solution for collecting information about website visitors. The data collected includes IP addresses, links clicked, advertisements viewed, etc.\"\n        },\n        {\n            \"tag\": \"26799\",\n            \"categoryParent\": \"Miscellaneous\",\n            \"category\": \"Miscellaneous\",\n            \"vendor\": \"Zoho Corporation Private Limited\",\n            \"product\": \"Zoho (common)\",\n            \"attribute\": \"0.68.389168\",\n            \"website\": \"https://www.zoho.com/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/zoho.com\",\n            \"domain\": \"zoho.com\",\n            \"createdTime\": \"8/22/16 11:11\",\n            \"modifiedTime\": \"3/15/19 8:44\",\n            \"description\": \"This technology tracks users of various Zoho products identified by advanced tracking methods.\"\n        },\n        {\n            \"tag\": \"248\",\n            \"categoryParent\": \"Marketing\",\n            \"category\": \"Marketing Automation Tool (MAT)\",\n            \"vendor\": \"HubSpot, Inc\",\n            \"product\": \"HubSpot\",\n            \"attribute\": \"338.3.592\",\n            \"website\": \"https://www.hubspot.com/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/hubspot.com\",\n            \"domain\": \"hubspot.com\",\n            \"createdTime\": \"7/4/12 0:00\",\n            \"modifiedTime\": \"7/17/17 7:40\",\n            \"description\": \"HubSpot is a developer and marketer of software products for inbound marketing and sales. It was founded by Brian Halligan and Dharmesh Shah in 2006. Its products and services aim to provide tools for social media marketing, content management, web analytics and search engine optimization.\"\n        },\n        {\n            \"tag\": \"93596\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"Other IT Infrastructure Software\",\n            \"vendor\": \"VMware, Inc\",\n            \"product\": \"VMware vCloud Suite\",\n            \"attribute\": \"334.429.2140\",\n            \"website\": \"https://www.vmware.com/products/vcloud-suite.html\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/vmware.com\",\n            \"domain\": \"vmware.com\",\n            \"createdTime\": \"9/11/18 7:03\",\n            \"modifiedTime\": \"1/17/19 6:12\",\n            \"description\": \"VMware vCloud Suite is an enterprise-ready cloud software that brings together VMware vSphere hypervisor and VMware vRealize Suite cloud management platform.\"\n        },\n        {\n            \"tag\": \"23809\",\n            \"categoryParent\": \"Miscellaneous\",\n            \"category\": \"Miscellaneous\",\n            \"vendor\": \"Microsoft Corporation\",\n            \"product\": \"Microsoft (common)\",\n            \"attribute\": \"0.68.28\",\n            \"website\": \"https://www.microsoft.com\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/microsoft.com\",\n            \"domain\": \"microsoft.com\",\n            \"createdTime\": \"7/16/16 19:04\",\n            \"modifiedTime\": \"1/15/18 4:19\",\n            \"description\": \"This technology tracks users of various Microsoft products identified by advanced tracking methods.\"\n        },\n        {\n            \"tag\": \"121351\",\n            \"categoryParent\": \"Operations\",\n            \"category\": \"Inventory Management Software\",\n            \"vendor\": \"RedBeam\",\n            \"product\": \"RedBeam\",\n            \"attribute\": \"335.388.120256081\",\n            \"website\": \"http://www.redbeam.com/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/redbeam.com\",\n            \"domain\": \"redbeam.com\",\n            \"createdTime\": \"3/8/19 21:07\",\n            \"modifiedTime\": \"3/21/19 13:21\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"108907\",\n            \"categoryParent\": \"Widgets, Web Tools, and Plugins\",\n            \"category\": \"Web Design and Development Services\",\n            \"vendor\": \"Cache Control\",\n            \"product\": \"Cache Control\",\n            \"attribute\": \"332.420.120250233\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:06\",\n            \"modifiedTime\": \"3/21/19 11:49\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"23227\",\n            \"categoryParent\": \"Data Management\",\n            \"category\": \"Databases\",\n            \"vendor\": \"The Apache Software Foundation\",\n            \"product\": \"Apache Cassandra\",\n            \"attribute\": \"331.272.1015\",\n            \"website\": \"http://cassandra.apache.org\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cassandra.apache.org\",\n            \"domain\": \"cassandra.apache.org\",\n            \"createdTime\": \"7/2/16 8:31\",\n            \"modifiedTime\": \"8/1/18 22:59\",\n            \"description\": \"Apache Cassandra is a highly scalable, high-performance distributed database designed to handle large amounts of data across many commodity servers, providing high availability with no single point of failure. It is a type of NoSQL database.\"\n        },\n        {\n            \"tag\": \"31334\",\n            \"categoryParent\": \"Intelligence and Analytics\",\n            \"category\": \"Business Intelligence\",\n            \"vendor\": \"TIBCO Software Inc.\",\n            \"product\": \"Jaspersoft\",\n            \"attribute\": \"347.243.79658\",\n            \"website\": \"https://www.jaspersoft.com/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/jaspersoft.com\",\n            \"domain\": \"jaspersoft.com\",\n            \"createdTime\": \"10/27/16 13:24\",\n            \"modifiedTime\": \"11/16/18 1:16\",\n            \"description\": \"TIBCO Jaspersoft is a comprehensive family of Business Intelligence (BI) products, providing robust static and interactive reporting, report server, and data analysis capabilities. These capabilities are available as either stand-alone products, or as part of an integrated end-to-end BI suite utilizing common metadata and provide shared services, such as security, a repository, and scheduling.\"\n        },\n        {\n            \"tag\": \"508\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"Domain Name Services\",\n            \"vendor\": \"Amazon.com, Inc.\",\n            \"product\": \"Amazon Route 53\",\n            \"attribute\": \"334.4.11\",\n            \"website\": \"http://aws.amazon.com/route53/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/aws.amazon.com\",\n            \"domain\": \"aws.amazon.com\",\n            \"createdTime\": \"3/26/12 0:00\",\n            \"modifiedTime\": \"10/24/18 0:28\",\n            \"description\": \"Amazon Route 53 is a cloud Domain Name System (DNS) web service.\"\n        },\n        {\n            \"tag\": \"63185\",\n            \"categoryParent\": \"Sales\",\n            \"category\": \"Sales Performance Management Software\",\n            \"vendor\": \"AffectLayer, Inc.\",\n            \"product\": \"Chorus.ai\",\n            \"attribute\": \"398.247.61574393\",\n            \"website\": \"http://Chorus.ai\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/Chorus.ai\",\n            \"domain\": \"Chorus.ai\",\n            \"createdTime\": \"11/22/17 8:15\",\n            \"modifiedTime\": \"11/15/18 1:17\",\n            \"description\": \"Chorus.ai is a conversation intelligence software solution for sales teams that records, transcribes and provides a summary for meetings.\"\n        },\n        {\n            \"tag\": \"126532\",\n            \"categoryParent\": \"Programming\",\n            \"category\": \"Other Programming Software\",\n            \"vendor\": \"N/A\",\n            \"product\": \"X-UA-Compatible\",\n            \"attribute\": \"350.451.0\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:07\",\n            \"modifiedTime\": \"3/21/19 14:06\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"126928\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"Content Delivery Networks\",\n            \"vendor\": \"Cloudflare, Inc.\",\n            \"product\": \"Cloudflare\",\n            \"attribute\": \"334.10.4430\",\n            \"website\": \"cloudflare.com\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"7/17/19 7:15\",\n            \"modifiedTime\": \"7/17/19 7:16\",\n            \"description\": \"Cloudflare is a web performance and security company that provides online services to protect and accelerate websites online.\"\n        },\n        {\n            \"tag\": \"5703\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"Email Hosting Software\",\n            \"vendor\": \"Google LLC\",\n            \"product\": \"Gmail for business\",\n            \"attribute\": \"334.23.1\",\n            \"website\": \"https://gsuite.google.com/products/gmail/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/gsuite.google.com\",\n            \"domain\": \"gsuite.google.com\",\n            \"createdTime\": \"8/8/14 16:05\",\n            \"modifiedTime\": \"7/31/18 1:11\",\n            \"description\": \"Gmail is a free Web-based e-mail service currently being tested at Google that provides users with a gigabyte of storage for messages and provides the ability to search for specific messages. The Gmail program also automatically organizes successively related messages into a conversational thread.\"\n        },\n        {\n            \"tag\": \"373\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"Email Delivery\",\n            \"vendor\": \"Rocket Science Group LLC\",\n            \"product\": \"Mandrill\",\n            \"attribute\": \"334.19.3526969\",\n            \"website\": \"http://mandrill.com\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/mandrill.com\",\n            \"domain\": \"mandrill.com\",\n            \"createdTime\": \"9/10/12 0:00\",\n            \"modifiedTime\": \"3/29/18 21:46\",\n            \"description\": \"Mandrill, a transactional email platform built by MailChimp, is a powerful delivery service that can be used for personalized, one-to-one e-commerce emails, and automated transactional emails like password resets, order confirmations, and welcome messages.\"\n        },\n        {\n            \"tag\": \"28988\",\n            \"categoryParent\": \"Sales\",\n            \"category\": \"Sales Enablement Software\",\n            \"vendor\": \"Showpad Inc\",\n            \"product\": \"Showpad\",\n            \"attribute\": \"398.365.1175438\",\n            \"website\": \"https://www.showpad.com\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/showpad.com\",\n            \"domain\": \"showpad.com\",\n            \"createdTime\": \"9/16/16 9:11\",\n            \"modifiedTime\": \"11/29/18 6:33\",\n            \"description\": \"Showpad delivers the most intuitive sales enablement platform to make content incredibly easy to find, present, share, and measure. Showpad allows marketers to regain control over their content.\"\n        },\n        {\n            \"tag\": \"125145\",\n            \"categoryParent\": \"Widgets, Web Tools, and Plugins\",\n            \"category\": \"Other Web Tools and Plugins\",\n            \"vendor\": \"WordPress\",\n            \"product\": \"Twenty Twelve\",\n            \"attribute\": \"332.433.93\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:07\",\n            \"modifiedTime\": \"3/21/19 13:55\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"116824\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"Other IT Infrastructure Software\",\n            \"vendor\": \"MakerBot\",\n            \"product\": \"MakerBot\",\n            \"attribute\": \"334.429.120253955\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:07\",\n            \"modifiedTime\": \"3/21/19 12:50\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"119905\",\n            \"categoryParent\": \"Data Management\",\n            \"category\": \"Other Data Management Software\",\n            \"vendor\": \"P3P\",\n            \"product\": \"P3P Policy\",\n            \"attribute\": \"331.438.120255166\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:07\",\n            \"modifiedTime\": \"3/21/19 13:11\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"113692\",\n            \"categoryParent\": \"Programming\",\n            \"category\": \"Frameworks and Libraries\",\n            \"vendor\": \"Hibernate\",\n            \"product\": \"Hibernate\",\n            \"attribute\": \"350.66.120252546\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:06\",\n            \"modifiedTime\": \"3/21/19 12:24\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"120344\",\n            \"categoryParent\": \"Customer Service\",\n            \"category\": \"Other Customer Service Software\",\n            \"vendor\": \"Pingback\",\n            \"product\": \"Pingback Support\",\n            \"attribute\": \"330.397.120255452\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:07\",\n            \"modifiedTime\": \"3/21/19 13:14\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"115705\",\n            \"categoryParent\": \"Communication and Collaboration\",\n            \"category\": \"Other Communication and Collaboration Software\",\n            \"vendor\": \"Oracle Corporation\",\n            \"product\": \"Java Message Service (JMS)\",\n            \"attribute\": \"333.427.491\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:06\",\n            \"modifiedTime\": \"3/21/19 12:40\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"92962\",\n            \"categoryParent\": \"Audio, Video, Graphics\",\n            \"category\": \"Other Audio, Video, Graphics Software\",\n            \"vendor\": \"Adobe Inc.\",\n            \"product\": \"Adobe After Effects\",\n            \"attribute\": \"349.419.67\",\n            \"website\": \"https://www.adobe.com/products/aftereffects.html\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/adobe.com\",\n            \"domain\": \"adobe.com\",\n            \"createdTime\": \"9/6/18 2:35\",\n            \"modifiedTime\": \"1/17/19 5:32\",\n            \"description\": \"Adobe After Effects is a digital visual effects, motion graphics, and compositing application.\"\n        },\n        {\n            \"tag\": \"115704\",\n            \"categoryParent\": \"Programming\",\n            \"category\": \"Programming Languages\",\n            \"vendor\": \"Oracle Corporation\",\n            \"product\": \"Java Enterprise Edition\",\n            \"attribute\": \"350.67.491\",\n            \"website\": \"https://www.oracle.com/java/technologies/java-ee.html\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/oracle.com\",\n            \"domain\": \"oracle.com\",\n            \"createdTime\": \"3/8/19 21:06\",\n            \"modifiedTime\": \"3/21/19 12:40\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"41882\",\n            \"categoryParent\": \"Widgets, Web Tools, and Plugins\",\n            \"category\": \"Other Web Tools and Plugins\",\n            \"vendor\": \"Fonticons, Inc.\",\n            \"product\": \"Font Awesome\",\n            \"attribute\": \"332.433.6501195\",\n            \"website\": \"https://fontawesome.com/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/fontawesome.com\",\n            \"domain\": \"fontawesome.com\",\n            \"createdTime\": \"4/18/17 12:00\",\n            \"modifiedTime\": \"11/15/18 0:13\",\n            \"description\": \"Font Awesome is a font and icon toolkit that allows to add vector icons and social logos to a user website.\"\n        },\n        {\n            \"tag\": \"126176\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"Application Server Software\",\n            \"vendor\": \"Red Hat, Inc.\",\n            \"product\": \"WildFly (Formerly JBoss)\",\n            \"attribute\": \"334.425.5358\",\n            \"website\": \"http://wildfly.org/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/wildfly.org\",\n            \"domain\": \"wildfly.org\",\n            \"createdTime\": \"3/8/19 21:07\",\n            \"modifiedTime\": \"3/21/19 14:03\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"38271\",\n            \"categoryParent\": \"IT Management\",\n            \"category\": \"Network Hardware\",\n            \"vendor\": \"Cisco Systems, Inc\",\n            \"product\": \"Cisco Firewalls\",\n            \"attribute\": \"468.216.1096\",\n            \"website\": \"https://www.cisco.com/c/en/us/products/security/product-listing.html#Firewalls\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cisco.com\",\n            \"domain\": \"cisco.com\",\n            \"createdTime\": \"3/7/17 4:58\",\n            \"modifiedTime\": \"12/3/18 0:57\",\n            \"description\": \"Cisco ASA is a security device that combines firewall, antivirus, intrusion prevention, and virtual private network (VPN) capabilities. It provides proactive threat defense that stops attacks before they spread through the network. Cisco ASA can be used as a security solution for both small and large networks.\"\n        },\n        {\n            \"tag\": \"25062\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"Infrastructure as a Service (IaaS)\",\n            \"vendor\": \"OpenStack Foundation\",\n            \"product\": \"OpenStack\",\n            \"attribute\": \"334.194.55689\",\n            \"website\": \"https://www.openstack.org/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/openstack.org\",\n            \"domain\": \"openstack.org\",\n            \"createdTime\": \"8/5/16 13:31\",\n            \"modifiedTime\": \"7/17/17 8:00\",\n            \"description\": \"OpenStack is a set of software tools for building and managing cloud computing platforms for public and private clouds. Backed by some of the biggest companies in software development and hosting, as well as thousands of individual community members, many think that OpenStack is the future of cloud computing.\"\n        },\n        {\n            \"tag\": \"121903\",\n            \"categoryParent\": \"Programming\",\n            \"category\": \"Frameworks and Libraries\",\n            \"vendor\": \"Salesforce.com, Inc.\",\n            \"product\": \"SalesForce VisualForce\",\n            \"attribute\": \"350.66.221\",\n            \"website\": \"https://trailhead.salesforce.com/en/content/learn/modules/visualforce_fundamentals/visualforce_intro\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/trailhead.salesforce.com\",\n            \"domain\": \"trailhead.salesforce.com\",\n            \"createdTime\": \"3/8/19 21:07\",\n            \"modifiedTime\": \"3/21/19 13:26\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"449\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"Hosting Providers and IT Management\",\n            \"vendor\": \"Amazon.com, Inc.\",\n            \"product\": \"AWS Web Hosting\",\n            \"attribute\": \"334.22.11\",\n            \"website\": \"https://aws.amazon.com/websites/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/aws.amazon.com\",\n            \"domain\": \"aws.amazon.com\",\n            \"createdTime\": \"12/6/12 0:00\",\n            \"modifiedTime\": \"6/23/18 10:17\",\n            \"description\": \"Amazon Web Services Web Hosting provides hosting of websites and web applications.\"\n        },\n        {\n            \"tag\": \"123516\",\n            \"categoryParent\": \"Programming\",\n            \"category\": \"Programming Languages\",\n            \"vendor\": \"International Organization for Standardization\",\n            \"product\": \"SQL\",\n            \"attribute\": \"350.67.120265221\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:07\",\n            \"modifiedTime\": \"12/25/19 7:47\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"25058\",\n            \"categoryParent\": \"Development\",\n            \"category\": \"Configuration Management\",\n            \"vendor\": \"Puppet, Inc.\",\n            \"product\": \"Puppet\",\n            \"attribute\": \"328.313.13440254\",\n            \"website\": \"https://puppet.com/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/puppet.com\",\n            \"domain\": \"puppet.com\",\n            \"createdTime\": \"8/5/16 13:24\",\n            \"modifiedTime\": \"7/17/17 8:00\",\n            \"description\": \"Puppet is an information technology automation software company designed for system administrators.\"\n        },\n        {\n            \"tag\": \"967\",\n            \"categoryParent\": \"Human Resources\",\n            \"category\": \"Applicant Tracking Systems\",\n            \"vendor\": \"Greenhouse Software, Inc.\",\n            \"product\": \"Greenhouse\",\n            \"attribute\": \"348.28.3249577\",\n            \"website\": \"http://www.greenhouse.io\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/greenhouse.io\",\n            \"domain\": \"greenhouse.io\",\n            \"createdTime\": \"2/8/14 0:00\",\n            \"modifiedTime\": \"6/23/18 11:47\",\n            \"description\": \"Greenhouse is a recruiting optimization platform to help companies build and scale their recruiting processes in social media, referrals, job boards, in-person events, meetups, campus recruiting, etc.\"\n        },\n        {\n            \"tag\": \"51978\",\n            \"categoryParent\": \"Data Management\",\n            \"category\": \"Databases\",\n            \"vendor\": \"N/A\",\n            \"product\": \"NoSQL\",\n            \"attribute\": \"331.272.0\",\n            \"website\": \"https://en.wikipedia.org/wiki/NoSQL\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/en.wikipedia.org\",\n            \"domain\": \"en.wikipedia.org\",\n            \"createdTime\": \"8/10/17 1:21\",\n            \"modifiedTime\": \"2/13/19 9:57\",\n            \"description\": \"Domains where NoSQL keyword is used in the tech stack.\"\n        },\n        {\n            \"tag\": \"29428\",\n            \"categoryParent\": \"Intelligence and Analytics\",\n            \"category\": \"Business Intelligence\",\n            \"vendor\": \"Insightsquared, Inc\",\n            \"product\": \"InsightSquared\",\n            \"attribute\": \"347.243.1060362\",\n            \"website\": \"http://www.insightsquared.com/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/insightsquared.com\",\n            \"domain\": \"insightsquared.com\",\n            \"createdTime\": \"9/27/16 14:47\",\n            \"modifiedTime\": \"11/12/18 3:07\",\n            \"description\": \"InsightSquared is Business Intelligence solution provider. It works with CRM data into decision-quality reports and board-ready visuals with InsightSquared’s revenue intelligence software.\"\n        },\n        {\n            \"tag\": \"125156\",\n            \"categoryParent\": \"Intelligence and Analytics\",\n            \"category\": \"Tag Management\",\n            \"vendor\": \"Twitter, Inc.\",\n            \"product\": \"Twitter Universal Website Tag\",\n            \"attribute\": \"347.18.9\",\n            \"website\": \"https://twitter.com/?lang=en\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/twitter.com\",\n            \"domain\": \"twitter.com\",\n            \"createdTime\": \"3/8/19 21:07\",\n            \"modifiedTime\": \"3/21/19 13:55\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"24114\",\n            \"categoryParent\": \"Intelligence and Analytics\",\n            \"category\": \"Data Science\",\n            \"vendor\": \"NumPy developers\",\n            \"product\": \"NumPy\",\n            \"attribute\": \"347.241.2933359\",\n            \"website\": \"http://www.numpy.org/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/numpy.org\",\n            \"domain\": \"numpy.org\",\n            \"createdTime\": \"7/16/16 19:04\",\n            \"modifiedTime\": \"6/27/18 3:14\",\n            \"description\": \"NumPy is a Python scientific computing livrary. It provides a multidimensional array object, various derived objects, and an assortment of routines for fast operations on arrays, including mathematical, logical, shape manipulation, sorting, selecting, I/O, discrete Fourier transforms, basic linear algebra, basic statistical operations, random simulation, etc.\"\n        },\n        {\n            \"tag\": \"39687\",\n            \"categoryParent\": \"Sales\",\n            \"category\": \"Sales Enablement Software\",\n            \"vendor\": \"SalesLoft, Inc.\",\n            \"product\": \"SalesLoft\",\n            \"attribute\": \"398.365.1935519\",\n            \"website\": \"https://salesloft.com\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/salesloft.com\",\n            \"domain\": \"salesloft.com\",\n            \"createdTime\": \"3/22/17 3:36\",\n            \"modifiedTime\": \"7/9/18 1:22\",\n            \"description\": \"SalesLoft is a sales performance platform designed for modern sales engagement. It enables companies to personalize sales communication, establish human connection, seamlessly tap into sales engagement cloud, and make data driven decisions.\"\n        },\n        {\n            \"tag\": \"113367\",\n            \"categoryParent\": \"Advertising\",\n            \"category\": \"Other Advertising Software\",\n            \"vendor\": \"Google LLC\",\n            \"product\": \"Google AdWords\",\n            \"attribute\": \"336.62.1\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:06\",\n            \"modifiedTime\": \"3/21/19 12:21\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"113366\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"Email Hosting Software\",\n            \"vendor\": \"Google LLC\",\n            \"product\": \"Google (mail server)\",\n            \"attribute\": \"334.23.1\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:06\",\n            \"modifiedTime\": \"3/21/19 12:21\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"107527\",\n            \"categoryParent\": \"Programming\",\n            \"category\": \"Other Programming Software\",\n            \"vendor\": \"Atom\",\n            \"product\": \"Atom Introspection\",\n            \"attribute\": \"350.451.120249482\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:06\",\n            \"modifiedTime\": \"3/21/19 11:39\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"113369\",\n            \"categoryParent\": \"Data Management\",\n            \"category\": \"API Management Software\",\n            \"vendor\": \"Google LLC\",\n            \"product\": \"Google AJAX Libraries API\",\n            \"attribute\": \"331.430.1\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:06\",\n            \"modifiedTime\": \"3/21/19 12:21\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"95301\",\n            \"categoryParent\": \"Communication and Collaboration\",\n            \"category\": \"Other Communication and Collaboration Software\",\n            \"vendor\": \"Axure Software Solutions, Inc.\",\n            \"product\": \"Axure RP\",\n            \"attribute\": \"333.427.19469\",\n            \"website\": \"https://www.axure.com/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/axure.com\",\n            \"domain\": \"axure.com\",\n            \"createdTime\": \"9/25/18 4:41\",\n            \"modifiedTime\": \"10/23/18 3:45\",\n            \"description\": \"Axure RP Pro is a wireframing, rapid prototyping, documentation and specification software tool.\"\n        },\n        {\n            \"tag\": \"85307\",\n            \"categoryParent\": \"Programming\",\n            \"category\": \"Frameworks and Libraries\",\n            \"vendor\": \"The jQuery Foundation Inc\",\n            \"product\": \"jQuery Migrate\",\n            \"attribute\": \"350.66.419\",\n            \"website\": \"https://plugins.jquery.com/migrate/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/plugins.jquery.com\",\n            \"domain\": \"plugins.jquery.com\",\n            \"createdTime\": \"6/27/18 6:04\",\n            \"modifiedTime\": \"3/15/19 8:39\",\n            \"description\": \"jQuery Migrate is APIs and features removed from jQuery core.\"\n        },\n        {\n            \"tag\": \"23777\",\n            \"categoryParent\": \"Security\",\n            \"category\": \"Security Information and Event Management (SIEM) Software\",\n            \"vendor\": \"Splunk Inc\",\n            \"product\": \"Splunk\",\n            \"attribute\": \"339.362.50264\",\n            \"website\": \"http://www.splunk.com/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/splunk.com\",\n            \"domain\": \"splunk.com\",\n            \"createdTime\": \"7/16/16 19:04\",\n            \"modifiedTime\": \"11/15/17 3:57\",\n            \"description\": \"Splunk is the market leader in analyzing machine data to deliver Operational Intelligence for security, IT and the business.\"\n        },\n        {\n            \"tag\": \"24689\",\n            \"categoryParent\": \"Data Management\",\n            \"category\": \"Big Data Software\",\n            \"vendor\": \"The Apache Software Foundation\",\n            \"product\": \"Apache Hadoop\",\n            \"attribute\": \"331.204.1015\",\n            \"website\": \"http://hadoop.apache.org\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/hadoop.apache.org\",\n            \"domain\": \"hadoop.apache.org\",\n            \"createdTime\": \"7/28/16 9:02\",\n            \"modifiedTime\": \"9/5/18 22:50\",\n            \"description\": \"The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using simple programming models. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage.\"\n        },\n        {\n            \"tag\": \"30198\",\n            \"categoryParent\": \"Development\",\n            \"category\": \"Software Testing Tools\",\n            \"vendor\": \"The JUnit Team\",\n            \"product\": \"JUnit\",\n            \"attribute\": \"328.318.229352\",\n            \"website\": \"http://junit.org/junit4/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/junit.org\",\n            \"domain\": \"junit.org\",\n            \"createdTime\": \"10/7/16 16:31\",\n            \"modifiedTime\": \"12/13/17 6:36\",\n            \"description\": \"JUnit is a unit testing framework for the Java programming language. JUnit has been important in the development of test-driven development, and is one of a family of unit testing frameworks which is collectively known as xUnit that originated with SUnit.\"\n        },\n        {\n            \"tag\": \"30199\",\n            \"categoryParent\": \"Development\",\n            \"category\": \"Software Testing Tools\",\n            \"vendor\": \"The Apache Software Foundation\",\n            \"product\": \"Apache JMeter\",\n            \"attribute\": \"328.318.1015\",\n            \"website\": \"https://jmeter.apache.org/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/jmeter.apache.org\",\n            \"domain\": \"jmeter.apache.org\",\n            \"createdTime\": \"10/7/16 16:31\",\n            \"modifiedTime\": \"11/27/17 23:41\",\n            \"description\": \"The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field.\"\n        },\n        {\n            \"tag\": \"107095\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"Other IT Infrastructure Software\",\n            \"vendor\": \"Apple Inc.\",\n            \"product\": \"Apple Mobile Web Clips Icon\",\n            \"attribute\": \"334.429.29\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:06\",\n            \"modifiedTime\": \"3/21/19 11:37\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"113371\",\n            \"categoryParent\": \"Data Management\",\n            \"category\": \"API Management Software\",\n            \"vendor\": \"Google LLC\",\n            \"product\": \"Google API\",\n            \"attribute\": \"331.430.1\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:06\",\n            \"modifiedTime\": \"3/21/19 12:21\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"95638\",\n            \"categoryParent\": \"Programming\",\n            \"category\": \"Other Programming Software\",\n            \"vendor\": \"Oracle Corporation\",\n            \"product\": \"Java Platform, Enterprise Edition\",\n            \"attribute\": \"350.451.491\",\n            \"website\": \"https://www.oracle.com/technetwork/java/javaee/overview/index.html\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/oracle.com\",\n            \"domain\": \"oracle.com\",\n            \"createdTime\": \"9/27/18 5:51\",\n            \"modifiedTime\": \"10/18/18 23:37\",\n            \"description\": \"Java Platform, Enterprise Edition, is a set of specifications, extending Java SE with specifications for enterprise features such as distributed computing and web services.\"\n        },\n        {\n            \"tag\": \"92744\",\n            \"categoryParent\": \"Communication and Collaboration\",\n            \"category\": \"Project Management Software\",\n            \"vendor\": \"Microsoft Corporation\",\n            \"product\": \"Microsoft Project\",\n            \"attribute\": \"333.217.28\",\n            \"website\": \"https://products.office.com/en/project/project-management\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/products.office.com\",\n            \"domain\": \"products.office.com\",\n            \"createdTime\": \"9/5/18 6:06\",\n            \"modifiedTime\": \"9/18/18 1:49\",\n            \"description\": \"Microsoft Project is a project management software product.\"\n        },\n        {\n            \"tag\": \"459\",\n            \"categoryParent\": \"Security\",\n            \"category\": \"DDoS and Bot Protection\",\n            \"vendor\": \"Cloudflare, Inc.\",\n            \"product\": \"Cloudflare Security\",\n            \"attribute\": \"339.354.4430\",\n            \"website\": \"https://www.cloudflare.com/security/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cloudflare.com\",\n            \"domain\": \"cloudflare.com\",\n            \"createdTime\": \"12/7/12 0:00\",\n            \"modifiedTime\": \"2/1/18 4:27\",\n            \"description\": \"Cloudflare Security services protect against denial-of-service attacks, data compromise, and bots.\"\n        },\n        {\n            \"tag\": \"92740\",\n            \"categoryParent\": \"Audio, Video, Graphics\",\n            \"category\": \"Graphics\",\n            \"vendor\": \"Adobe Inc.\",\n            \"product\": \"Adobe Illustrator\",\n            \"attribute\": \"349.462.67\",\n            \"website\": \"https://www.adobe.com/products/illustrator.html\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/adobe.com\",\n            \"domain\": \"adobe.com\",\n            \"createdTime\": \"9/5/18 5:47\",\n            \"modifiedTime\": \"1/18/19 0:08\",\n            \"description\": \"Adobe Illustrator is a vector graphics editor.\"\n        },\n        {\n            \"tag\": \"106694\",\n            \"categoryParent\": \"Communication and Collaboration\",\n            \"category\": \"Unified Communications\",\n            \"vendor\": \"Allworx\",\n            \"product\": \"Allworx\",\n            \"attribute\": \"333.202.120249155\",\n            \"website\": \"http://www.allworx.com/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/allworx.com\",\n            \"domain\": \"allworx.com\",\n            \"createdTime\": \"3/8/19 21:06\",\n            \"modifiedTime\": \"3/21/19 11:34\",\n            \"description\": \"VoIP\"\n        },\n        {\n            \"tag\": \"89960\",\n            \"categoryParent\": \"Audio, Video, Graphics\",\n            \"category\": \"Other Audio, Video, Graphics Software\",\n            \"vendor\": \"Adobe Inc.\",\n            \"product\": \"Adobe Premiere Pro\",\n            \"attribute\": \"349.419.67\",\n            \"website\": \"https://www.adobe.com/products/premiere.html\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/adobe.com\",\n            \"domain\": \"adobe.com\",\n            \"createdTime\": \"8/9/18 4:44\",\n            \"modifiedTime\": \"8/24/18 1:28\",\n            \"description\": \"Adobe Premiere Pro is a timeline-based video editing application.\"\n        },\n        {\n            \"tag\": \"52192\",\n            \"categoryParent\": \"Audio, Video, Graphics\",\n            \"category\": \"Graphics\",\n            \"vendor\": \"Adobe Inc.\",\n            \"product\": \"Adobe Photoshop\",\n            \"attribute\": \"349.462.67\",\n            \"website\": \"http://www.adobe.com/products/photoshop.html\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/adobe.com\",\n            \"domain\": \"adobe.com\",\n            \"createdTime\": \"8/15/17 1:19\",\n            \"modifiedTime\": \"1/18/19 0:12\",\n            \"description\": \"Adobe Photoshop is a raster graphics editor used in nearly all aspects of design and production for multiple disciplines.\"\n        },\n        {\n            \"tag\": \"109968\",\n            \"categoryParent\": \"Development\",\n            \"category\": \"Server Virtualization Software\",\n            \"vendor\": \"Citrix Systems, Inc.\",\n            \"product\": \"Citrix XenServer (Virtualization)\",\n            \"attribute\": \"328.193.7728\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:06\",\n            \"modifiedTime\": \"3/21/19 11:56\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"90696\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"IT Infrastructure Monitoring\",\n            \"vendor\": \"Amazon.com, Inc.\",\n            \"product\": \"Amazon CloudWatch\",\n            \"attribute\": \"334.254.11\",\n            \"website\": \"https://aws.amazon.com/cloudwatch/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/aws.amazon.com\",\n            \"domain\": \"aws.amazon.com\",\n            \"createdTime\": \"8/16/18 1:04\",\n            \"modifiedTime\": \"8/21/18 22:45\",\n            \"description\": \"Amazon CloudWatch is an application and infrastructure monitoring tool.\"\n        },\n        {\n            \"tag\": \"24123\",\n            \"categoryParent\": \"Intelligence and Analytics\",\n            \"category\": \"Machine Learning\",\n            \"vendor\": \"Google LLC\",\n            \"product\": \"TensorFlow\",\n            \"attribute\": \"347.285.1\",\n            \"website\": \"https://www.tensorflow.org/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/tensorflow.org\",\n            \"domain\": \"tensorflow.org\",\n            \"createdTime\": \"7/16/16 19:04\",\n            \"modifiedTime\": \"10/10/18 2:06\",\n            \"description\": \"TensorFlow Serving is a flexible serving system for machine learning models, designed for production environments. TensorFlow Serving enables to deploy new algorithms and experiments, while keeping the same server architecture and APIs.\"\n        },\n        {\n            \"tag\": \"650\",\n            \"categoryParent\": \"Widgets, Web Tools, and Plugins\",\n            \"category\": \"Widgets\",\n            \"vendor\": \"Facebook, Inc.\",\n            \"product\": \"Facebook SDK\",\n            \"attribute\": \"332.2.2\",\n            \"website\": \"https://developers.facebook.com/docs/plugins/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/developers.facebook.com\",\n            \"domain\": \"developers.facebook.com\",\n            \"createdTime\": \"5/3/13 0:00\",\n            \"modifiedTime\": \"1/21/19 5:38\",\n            \"description\": \"The Facebook widget is a plug-in application to integrate the users Facebook feed into websites.\"\n        },\n        {\n            \"tag\": \"106939\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"Application Server Software\",\n            \"vendor\": \"The Apache Software Foundation\",\n            \"product\": \"Apache\",\n            \"attribute\": \"334.425.1015\",\n            \"website\": \"https://www.apache.org/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/apache.org\",\n            \"domain\": \"apache.org\",\n            \"createdTime\": \"3/8/19 21:06\",\n            \"modifiedTime\": \"3/21/19 11:35\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"24067\",\n            \"categoryParent\": \"Miscellaneous\",\n            \"category\": \"Miscellaneous\",\n            \"vendor\": \"SAP SE\",\n            \"product\": \"SAP (common)\",\n            \"attribute\": \"0.68.2161\",\n            \"website\": \"http://go.sap.com/index.html\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/go.sap.com\",\n            \"domain\": \"go.sap.com\",\n            \"createdTime\": \"7/16/16 19:04\",\n            \"modifiedTime\": \"1/15/18 4:29\",\n            \"description\": \"This technology tracks users of various SAP products identified by advanced tracking methods.\"\n        },\n        {\n            \"tag\": \"103096\",\n            \"categoryParent\": \"Widgets, Web Tools, and Plugins\",\n            \"category\": \"Other Web Tools and Plugins\",\n            \"vendor\": \"Twitter, Inc.\",\n            \"product\": \"Twitter for Websites\",\n            \"attribute\": \"332.433.9\",\n            \"website\": \"https://developer.twitter.com/en/docs/twitter-for-websites/overview\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/developer.twitter.com\",\n            \"domain\": \"developer.twitter.com\",\n            \"createdTime\": \"12/17/18 3:03\",\n            \"modifiedTime\": \"1/21/19 1:26\",\n            \"description\": \"Twitter for Websites is a suite of tools bringing Twitter content and functionality to web pages and apps.\"\n        },\n        {\n            \"tag\": \"107545\",\n            \"categoryParent\": \"Vertical Industry Software\",\n            \"category\": \"Event Management\",\n            \"vendor\": \"Event Farm, Inc.\",\n            \"product\": \"Attend\",\n            \"attribute\": \"329.57.723424\",\n            \"website\": \"https://www.attend.com\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/attend.com\",\n            \"domain\": \"attend.com\",\n            \"createdTime\": \"3/8/19 21:06\",\n            \"modifiedTime\": \"3/21/19 11:40\",\n            \"description\": \"Event Marketing software\"\n        },\n        {\n            \"tag\": \"125978\",\n            \"categoryParent\": \"IT Infrastructure\",\n            \"category\": \"Other IT Infrastructure Software\",\n            \"vendor\": \"N/A\",\n            \"product\": \"W3 Total Cache\",\n            \"attribute\": \"334.429.0\",\n            \"website\": \"\",\n            \"logo\": null,\n            \"domain\": null,\n            \"createdTime\": \"3/8/19 21:07\",\n            \"modifiedTime\": \"3/21/19 14:02\",\n            \"description\": \"\"\n        },\n        {\n            \"tag\": \"24064\",\n            \"categoryParent\": \"Miscellaneous\",\n            \"category\": \"Miscellaneous\",\n            \"vendor\": \"Google LLC\",\n            \"product\": \"Google (common)\",\n            \"attribute\": \"0.68.1\",\n            \"website\": \"https://google.com\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/google.com\",\n            \"domain\": \"google.com\",\n            \"createdTime\": \"7/16/16 19:04\",\n            \"modifiedTime\": \"1/15/18 4:39\",\n            \"description\": \"This technology tracks users of various Google products identified by advanced tracking methods.\"\n        },\n        {\n            \"tag\": \"62570\",\n            \"categoryParent\": \"Intelligence and Analytics\",\n            \"category\": \"Web Analytics\",\n            \"vendor\": \"Google LLC\",\n            \"product\": \"Google Global Site Tag\",\n            \"attribute\": \"347.1.1\",\n            \"website\": \"https://developers.google.com/gtagjs/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/developers.google.com\",\n            \"domain\": \"developers.google.com\",\n            \"createdTime\": \"11/16/17 7:33\",\n            \"modifiedTime\": \"8/1/18 3:54\",\n            \"description\": \"Google Global Site Tag is a site tracking tag to send data to multiple Google products.\"\n        },\n        {\n            \"tag\": \"29117\",\n            \"categoryParent\": \"Development\",\n            \"category\": \"Configuration Management\",\n            \"vendor\": \"Red Hat, Inc.\",\n            \"product\": \"Ansible\",\n            \"attribute\": \"328.313.5358\",\n            \"website\": \"http://www.ansible.com\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/ansible.com\",\n            \"domain\": \"ansible.com\",\n            \"createdTime\": \"9/20/16 11:14\",\n            \"modifiedTime\": \"9/11/17 0:04\",\n            \"description\": \"Ansible is a radically simple IT automation engine that automates cloud provisioning, configuration management, application deployment, intra-service orchestration, and many other IT needs.\"\n        },\n        {\n            \"tag\": \"95494\",\n            \"categoryParent\": \"Programming\",\n            \"category\": \"Frameworks and Libraries\",\n            \"vendor\": \"EasyMock\",\n            \"product\": \"EasyMock\",\n            \"attribute\": \"350.66.6977725\",\n            \"website\": \"http://easymock.org/\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/easymock.org\",\n            \"domain\": \"easymock.org\",\n            \"createdTime\": \"9/26/18 8:16\",\n            \"modifiedTime\": \"10/23/18 0:38\",\n            \"description\": \"EasyMock is a Java library that provides an easy way to use Mock Objects in unit testing.\"\n        },\n        {\n            \"tag\": \"17635\",\n            \"categoryParent\": \"Widgets, Web Tools, and Plugins\",\n            \"category\": \"Social Sharing\",\n            \"vendor\": \"Simple Share Buttons\",\n            \"product\": \"Simple Share Buttons\",\n            \"attribute\": \"332.54.3410768\",\n            \"website\": \"http://simplesharebuttons.com\",\n            \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/simplesharebuttons.com\",\n            \"domain\": \"simplesharebuttons.com\",\n            \"createdTime\": \"12/11/15 19:18\",\n            \"modifiedTime\": \"4/6/18 2:19\",\n            \"description\": \"The Simple Share Buttons Adder does exactly what it says on the tin – adds share buttons to all of your posts and pages, simply. This plugin has a dedicated website! Add Facebook, Twitter, LinkedIn, Google, Pinterst and Tumblr to your WordPress blog.\"\n        }\n    ]\n}"},{"id":"01b424a3-3168-4d46-9c46-848684d8a668","name":"Technology Enrich","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"body":{"mode":"raw","raw":"{\n    \"companyId\": \"344589814\"\n}"},"url":"{{protocol}}://{{url}}/enrich/tech"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"9fc40c02-fe95-448f-a6f4-e903c85c81a9"},{"name":"Technology Enrich Inputs","id":"2cc6abbc-e782-4ab4-80e8-ce29ed17ee4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/tech/enrich","description":"<p>Returns a list of fields you can use as input for the <a href=\"#b930a3ff-4e87-4f92-86bd-e4a1548cc037\">Technology Enrich</a> endpoint.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","inputfields","tech","enrich"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c6d1ac32-7435-4927-a7f3-e99e2d68b1b3","name":"Get Technology Enrich Inputs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/tech/enrich"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2020 20:18:31 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"5594376f5a71ebec-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=dc7435039f4c5280195b59ec461e6abed3a56a2451feb3b81654a031685469ba:646e0a80-3d51-11ea-9298-b7d007b5c092; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"750","enabled":true},{"key":"X-RateLimit-Remaining","value":"738","enabled":true},{"key":"X-RateLimit-Reset","value":"1579724304","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fieldName\": \"companyId\",\n        \"fieldType\": \"String\",\n        \"description\": \"The id of the company for which you want to view technologies\"\n    }\n]"}],"_postman_id":"2cc6abbc-e782-4ab4-80e8-ce29ed17ee4e"}],"id":"296329da-a576-4fa7-8033-7e7b41897517","description":"<p>Use <a href=\"#9fc40c02-fe95-448f-a6f4-e903c85c81a9\">Technology Enrich</a> to retrieve company technology detail using valid query parameters.</p>\n<p>Refer to the examples provided to build a valid JSON request. Use the <a href=\"#2cc6abbc-e782-4ab4-80e8-ce29ed17ee4e\">Technology Enrich Inputs</a> endpoint to retrieve a list of valid input parameters you can provide.</p>\n","_postman_id":"296329da-a576-4fa7-8033-7e7b41897517"},{"name":"Hashtags Enrich","item":[{"name":"Hashtags Enrich","event":[{"listen":"test","script":{"id":"b30979f2-b646-40af-8e40-113ee725c993","exec":["pm.test(\"Response includes maxResults, totalResults and currentPage\", function () {","    pm.expect(pm.response.json()).to.include.keys(\"maxResults\");","    pm.expect(pm.response.json()).to.include.keys(\"totalResults\");","    pm.expect(pm.response.json()).to.include.keys(\"currentPage\");","});","","pm.test(\"Response includes data\", function () {","    pm.expect(pm.response.json()).to.include.keys(\"data\");","});","","pm.test(\"Data list contains at least one element.\", function () {","    pm.expect(pm.response.json().data.length).to.be.above(0);","});","","var xUsage = JSON.parse(postman.getResponseHeader(\"X-Usage\"));","pm.test(\"X-Usage includes c_enrich count\", function () {","    pm.expect(xUsage).to.include.keys(\"c_enrich\");","})"],"type":"text/javascript"}}],"id":"886fb5cc-b587-4f26-bd68-892798d45ffe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"body":{"mode":"raw","raw":"{\n    \"companyId\": \"344589814\"\n}"},"url":"{{protocol}}://{{url}}/enrich/hashtag","description":"<p>Use this endpoint to match hashtag information based on <a href=\"#a7bea20a-f496-431b-9403-337231c4a22e\">input values</a> and return output fields in the response.</p>\n<p><strong>Input params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>DataType</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>companyId</td>\n<td>String</td>\n<td>Required. The ID of the company for which you want to find hashtags.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Output fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tag</td>\n<td>Hashtag</td>\n</tr>\n<tr>\n<td>searchString</td>\n<td>Hashtag string</td>\n</tr>\n<tr>\n<td>displayLabel</td>\n<td>Hashtag string for display</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Hashtag description</td>\n</tr>\n<tr>\n<td>group</td>\n<td>Hashtag group</td>\n</tr>\n<tr>\n<td>parentCategory</td>\n<td>Hashtag parent category</td>\n</tr>\n<tr>\n<td>displayScore</td>\n<td>Display hashtag score (yes or no)</td>\n</tr>\n<tr>\n<td>scoreUnit</td>\n<td>Hashtag score unit</td>\n</tr>\n<tr>\n<td>hidden</td>\n<td>Show or hide hashtag (Boolean)</td>\n</tr>\n<tr>\n<td>label</td>\n<td>Hashtag label</td>\n</tr>\n<tr>\n<td>categorizedFlag</td>\n<td>Categorized (Boolean)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{protocol}}","path":["enrich","hashtag"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"03e175ff-69b9-4445-a901-cdc27c4c3df3","name":"Enrich hashtags for a company","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"body":{"mode":"raw","raw":"{\n    \"companyId\": \"344589814\"\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/enrich/hashtag"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 19:14:01 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"558b9bd1883b5a2a-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=a03d845305c67479e1f0440f0302c414eecc6e0cb560669611117bb009f3f8d7:e0734ce1-3c7e-11ea-b3f3-d7b47859bb70; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"1000","enabled":true},{"key":"X-RateLimit-Remaining","value":"999","enabled":true},{"key":"X-RateLimit-Reset","value":"1579634042","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"100000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"99966","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999897","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"maxResults\": 72,\n    \"totalResults\": 72,\n    \"currentPage\": 1,\n    \"data\": [\n        {\n            \"tag\": \"#technology\",\n            \"external_id\": null,\n            \"searchString\": \"technology other\",\n            \"description\": \"This company is in the technology industry\",\n            \"group\": \"Other\",\n            \"score\": null,\n            \"priority\": null,\n            \"parentCategory\": \"Other\",\n            \"categorizedFlag\": false,\n            \"label\": \"Technology\"\n        },\n        {\n            \"tag\": \"#b2b\",\n            \"external_id\": null,\n            \"searchString\": \"b2b\",\n            \"description\": \"This is a company that does business-to-business selling\",\n            \"group\": \"Other\",\n            \"score\": null,\n            \"priority\": null,\n            \"parentCategory\": \"Other\",\n            \"categorizedFlag\": false,\n            \"label\": \"B2B\"\n        },\n        {\n            \"tag\": \"#alexatop10k\",\n            \"external_id\": null,\n            \"searchString\": \"alexa top 10000\",\n            \"description\": \"This company's website is in the top 10k Alexa rankings\",\n            \"group\": \"Alexa\",\n            \"score\": null,\n            \"priority\": 1000,\n            \"parentCategory\": \"Other\",\n            \"categorizedFlag\": false,\n            \"label\": \"Alexa top 10k\"\n        },\n        {\n            \"tag\": \"#asia\",\n            \"external_id\": null,\n            \"searchString\": \"asia country countries\",\n            \"description\": \"This company has locations in Asia\",\n            \"group\": \"Country Locations\",\n            \"score\": null,\n            \"priority\": null,\n            \"parentCategory\": \"Location\",\n            \"categorizedFlag\": false,\n            \"label\": \"Has Locations in Asia\"\n        },\n        {\n            \"tag\": \"#25_plus_sales\",\n            \"external_id\": null,\n            \"searchString\": \"25 sales employees\",\n            \"description\": \"This company has 25 or more employees in a sales role\",\n            \"group\": \"Sales Employees\",\n            \"score\": null,\n            \"priority\": 25,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"25+ Sales Employees\"\n        },\n        {\n            \"tag\": \"#5_plus_operations\",\n            \"external_id\": null,\n            \"searchString\": \"5 operations employees\",\n            \"description\": \"This company has 5 or more employees in an operations role\",\n            \"group\": \"Operations Employees\",\n            \"score\": null,\n            \"priority\": 5,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"5+ Operations Employees\"\n        },\n        {\n            \"tag\": \"#10_plus_software_engineering\",\n            \"external_id\": null,\n            \"searchString\": \"10 software employees\",\n            \"description\": \"This company has 10 or more employees in a software role\",\n            \"group\": \"Software Employees\",\n            \"score\": null,\n            \"priority\": 10,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"10+ Software Engineers\"\n        },\n        {\n            \"tag\": \"#2_plus_engineering_and_tech\",\n            \"external_id\": null,\n            \"searchString\": \"2 engineering employees\",\n            \"description\": \"This company has 2 or more employees in an engineering role\",\n            \"group\": \"Engineering Employees\",\n            \"score\": null,\n            \"priority\": 2,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"2+ Engineering Employees\"\n        },\n        {\n            \"tag\": \"#250_plus_sales\",\n            \"external_id\": null,\n            \"searchString\": \"250 sales employees\",\n            \"description\": \"This company has 250 or more employees in a sales role\",\n            \"group\": \"Sales Employees\",\n            \"score\": null,\n            \"priority\": 250,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"250+ Sales Employees\"\n        },\n        {\n            \"tag\": \"#5_plus_legal\",\n            \"external_id\": null,\n            \"searchString\": \"5 legal employees\",\n            \"description\": \"This company has 5 or more employees in a legal role\",\n            \"group\": \"Legal Employees\",\n            \"score\": null,\n            \"priority\": 5,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"5+ Legal Employees\"\n        },\n        {\n            \"tag\": \"#10_plus_hr\",\n            \"external_id\": null,\n            \"searchString\": \"10 human resource employees\",\n            \"description\": \"This company has 10 or more employees in an HR role\",\n            \"group\": \"HR Employees\",\n            \"score\": null,\n            \"priority\": 10,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"10+ Human Resource Employees\"\n        },\n        {\n            \"tag\": \"#401kenrollees.50plus.2018\",\n            \"external_id\": null,\n            \"searchString\": \"50 401k plan enrollees\",\n            \"description\": \"This company has 50+ enrollees in their 401(k) plan\",\n            \"group\": \"401(k) Plan Enrollees\",\n            \"score\": null,\n            \"priority\": 50,\n            \"parentCategory\": \"Insurance & Benefits\",\n            \"categorizedFlag\": false,\n            \"label\": \"50+ 401(k) Plan Enrollees\"\n        },\n        {\n            \"tag\": \"#5_plus_marketing\",\n            \"external_id\": null,\n            \"searchString\": \"5 marketing employees\",\n            \"description\": \"This company has 5 or more employees in a marketing role\",\n            \"group\": \"Marketing Employees\",\n            \"score\": null,\n            \"priority\": 5,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"5+ Marketing Employees\"\n        },\n        {\n            \"tag\": \"#25_plus_software_engineering\",\n            \"external_id\": null,\n            \"searchString\": \"25 software employees\",\n            \"description\": \"This company has 25 or more employees in a software role\",\n            \"group\": \"Software Employees\",\n            \"score\": null,\n            \"priority\": 25,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"25+ Software Engineers\"\n        },\n        {\n            \"tag\": \"#401kenrollees.200plus.2018\",\n            \"external_id\": null,\n            \"searchString\": \"200 401k plan enrollees\",\n            \"description\": \"This company has 200+ enrollees in their 401(k) plan\",\n            \"group\": \"401(k) Plan Enrollees\",\n            \"score\": null,\n            \"priority\": 200,\n            \"parentCategory\": \"Insurance & Benefits\",\n            \"categorizedFlag\": false,\n            \"label\": \"200+ 401(k) Plan Enrollees\"\n        },\n        {\n            \"tag\": \"#5_plus_hr\",\n            \"external_id\": null,\n            \"searchString\": \"5 human resource employees\",\n            \"description\": \"This company has 5 or more employees in an HR role\",\n            \"group\": \"HR Employees\",\n            \"score\": null,\n            \"priority\": 5,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"5+ Human Resource Employees\"\n        },\n        {\n            \"tag\": \"#2_plus_finance\",\n            \"external_id\": null,\n            \"searchString\": \"2 finance employees\",\n            \"description\": \"This company has 2 or more employees in a finance role\",\n            \"group\": \"Finance Employees\",\n            \"score\": null,\n            \"priority\": 2,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"2+ Finance Employees\"\n        },\n        {\n            \"tag\": \"#100_plus_sales\",\n            \"external_id\": null,\n            \"searchString\": \"100 sales employees\",\n            \"description\": \"This company has 100 or more employees in a sales role\",\n            \"group\": \"Sales Employees\",\n            \"score\": null,\n            \"priority\": 100,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"100+ Sales Employees\"\n        },\n        {\n            \"tag\": \"#25_plus_finance\",\n            \"external_id\": null,\n            \"searchString\": \"25 finance employees\",\n            \"description\": \"This company has 25 or more employees in a finance role\",\n            \"group\": \"Finance Employees\",\n            \"score\": null,\n            \"priority\": 25,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"25+ Finance Employees\"\n        },\n        {\n            \"tag\": \"#2_plus_software_engineering\",\n            \"external_id\": null,\n            \"searchString\": \"2 software employees\",\n            \"description\": \"This company has 2 or more employees in a software role\",\n            \"group\": \"Software Employees\",\n            \"score\": null,\n            \"priority\": 2,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"2+ Software Engineers\"\n        },\n        {\n            \"tag\": \"#50_plus_software_engineering\",\n            \"external_id\": null,\n            \"searchString\": \"50 software employees\",\n            \"description\": \"This company has 50 or more employees in a software role\",\n            \"group\": \"Software Employees\",\n            \"score\": null,\n            \"priority\": 50,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"50+ Software Engineers\"\n        },\n        {\n            \"tag\": \"#401kenrollees.100plus.2018\",\n            \"external_id\": null,\n            \"searchString\": \"100 401k plan enrollees\",\n            \"description\": \"This company has 100+ enrollees in their 401(k) plan\",\n            \"group\": \"401(k) Plan Enrollees\",\n            \"score\": null,\n            \"priority\": 100,\n            \"parentCategory\": \"Insurance & Benefits\",\n            \"categorizedFlag\": false,\n            \"label\": \"100+ 401(k) Plan Enrollees\"\n        },\n        {\n            \"tag\": \"#10_plus_sales\",\n            \"external_id\": null,\n            \"searchString\": \"10 sales employees\",\n            \"description\": \"This company has 10 or more employees in a sales role\",\n            \"group\": \"Sales Employees\",\n            \"score\": null,\n            \"priority\": 10,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"10+ Sales Employees\"\n        },\n        {\n            \"tag\": \"#middleeast\",\n            \"external_id\": null,\n            \"searchString\": \"middle east country countries\",\n            \"description\": \"This company has locations in the Middle East\",\n            \"group\": \"Country Locations\",\n            \"score\": null,\n            \"priority\": null,\n            \"parentCategory\": \"Location\",\n            \"categorizedFlag\": false,\n            \"label\": \"Has Locations in the Middle East\"\n        },\n        {\n            \"tag\": \"#northamerica\",\n            \"external_id\": null,\n            \"searchString\": \"north america country countries\",\n            \"description\": \"This company has locations in North America\",\n            \"group\": \"Country Locations\",\n            \"score\": null,\n            \"priority\": null,\n            \"parentCategory\": \"Location\",\n            \"categorizedFlag\": false,\n            \"label\": \"Has Locations in North America\"\n        },\n        {\n            \"tag\": \"#2_plus_sales\",\n            \"external_id\": null,\n            \"searchString\": \"2 sales employees\",\n            \"description\": \"This company has 2 or more employees in a sales role\",\n            \"group\": \"Sales Employees\",\n            \"score\": null,\n            \"priority\": 2,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"2+ Sales Employees\"\n        },\n        {\n            \"tag\": \"#5_plus_finance\",\n            \"external_id\": null,\n            \"searchString\": \"5 finance employees\",\n            \"description\": \"This company has 5 or more employees in a finance role\",\n            \"group\": \"Finance Employees\",\n            \"score\": null,\n            \"priority\": 5,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"5+ Finance Employees\"\n        },\n        {\n            \"tag\": \"#inc5000.2016\",\n            \"external_id\": null,\n            \"searchString\": \"inc 5000\",\n            \"description\": \"This company is on the 2016 Inc 5000 list\",\n            \"group\": \"Ranking\",\n            \"score\": null,\n            \"priority\": null,\n            \"parentCategory\": \"Ranking\",\n            \"categorizedFlag\": false,\n            \"label\": \"2016 Inc 5000\"\n        },\n        {\n            \"tag\": \"#50_plus_operations\",\n            \"external_id\": null,\n            \"searchString\": \"50 operations employees\",\n            \"description\": \"This company has 50 or more employees in an operations role\",\n            \"group\": \"Operations Employees\",\n            \"score\": null,\n            \"priority\": 50,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"50+ Operations Employees\"\n        },\n        {\n            \"tag\": \"#50_plus_sales\",\n            \"external_id\": null,\n            \"searchString\": \"50 sales employees\",\n            \"description\": \"This company has 50 or more employees in a sales role\",\n            \"group\": \"Sales Employees\",\n            \"score\": null,\n            \"priority\": 50,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"50+ Sales Employees\"\n        },\n        {\n            \"tag\": \"#mobile_app\",\n            \"external_id\": null,\n            \"searchString\": \"mobile application other\",\n            \"description\": \"This company has a mobile application\",\n            \"group\": \"Other\",\n            \"score\": null,\n            \"priority\": null,\n            \"parentCategory\": \"Other\",\n            \"categorizedFlag\": false,\n            \"label\": \"Mobile Application\"\n        },\n        {\n            \"tag\": \"#2_plus_recruiters\",\n            \"external_id\": null,\n            \"searchString\": \"2 recruiters\",\n            \"description\": \"This company has 2 or more employees in a recruiter role\",\n            \"group\": \"Recruiter Employees\",\n            \"score\": null,\n            \"priority\": 2,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"2+ Recruiters\"\n        },\n        {\n            \"tag\": \"#2_plus_hr\",\n            \"external_id\": null,\n            \"searchString\": \"2 human resource employees\",\n            \"description\": \"This company has 2 or more employees in an HR role\",\n            \"group\": \"HR Employees\",\n            \"score\": null,\n            \"priority\": 2,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"2+ Human Resource Employees\"\n        },\n        {\n            \"tag\": \"#inc5000.2019\",\n            \"external_id\": null,\n            \"searchString\": \"inc 5000\",\n            \"description\": \"This company is on the 2019 Inc 5000 list\",\n            \"group\": \"Ranking\",\n            \"score\": null,\n            \"priority\": null,\n            \"parentCategory\": \"Ranking\",\n            \"categorizedFlag\": false,\n            \"label\": \"2019 Inc 5000\"\n        },\n        {\n            \"tag\": \"#inc5000.2018\",\n            \"external_id\": null,\n            \"searchString\": \"inc 5000\",\n            \"description\": \"This company is on the 2018 Inc 5000 list\",\n            \"group\": \"Ranking\",\n            \"score\": null,\n            \"priority\": null,\n            \"parentCategory\": \"Ranking\",\n            \"categorizedFlag\": false,\n            \"label\": \"2018 Inc 5000\"\n        },\n        {\n            \"tag\": \"#inc5000.2017\",\n            \"external_id\": null,\n            \"searchString\": \"inc 5000\",\n            \"description\": \"This company is on the 2017 Inc 5000 list\",\n            \"group\": \"Ranking\",\n            \"score\": null,\n            \"priority\": null,\n            \"parentCategory\": \"Ranking\",\n            \"categorizedFlag\": false,\n            \"label\": \"2017 Inc 5000\"\n        },\n        {\n            \"tag\": \"#2_plus_legal\",\n            \"external_id\": null,\n            \"searchString\": \"2 legal employees\",\n            \"description\": \"This company has 2 or more employees in a legal role\",\n            \"group\": \"Legal Employees\",\n            \"score\": null,\n            \"priority\": 2,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"2+ Legal Employees\"\n        },\n        {\n            \"tag\": \"#5_plus_it\",\n            \"external_id\": null,\n            \"searchString\": \"5 information technology employees\",\n            \"description\": \"This company has 5 or more employees in an IT role\",\n            \"group\": \"IT Employees\",\n            \"score\": null,\n            \"priority\": 5,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"5+ IT Employees\"\n        },\n        {\n            \"tag\": \"#25_plus_engineering_and_tech\",\n            \"external_id\": null,\n            \"searchString\": \"25 engineering employees\",\n            \"description\": \"This company has 25 or more employees in an engineering role\",\n            \"group\": \"Engineering Employees\",\n            \"score\": null,\n            \"priority\": 25,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"25+ Engineering Employees\"\n        },\n        {\n            \"tag\": \"#2_plus_operations\",\n            \"external_id\": null,\n            \"searchString\": \"2 operations employees\",\n            \"description\": \"This company has 2 or more employees in an operations role\",\n            \"group\": \"Operations Employees\",\n            \"score\": null,\n            \"priority\": 2,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"2+ Operations Employees\"\n        },\n        {\n            \"tag\": \"#401kenrollees.10plus.2018\",\n            \"external_id\": null,\n            \"searchString\": \"10 401k plan enrollees\",\n            \"description\": \"This company has 10+ enrollees in their 401(k) plan\",\n            \"group\": \"401(k) Plan Enrollees\",\n            \"score\": null,\n            \"priority\": 10,\n            \"parentCategory\": \"Insurance & Benefits\",\n            \"categorizedFlag\": false,\n            \"label\": \"10+ 401(k) Plan Enrollees\"\n        },\n        {\n            \"tag\": \"#25_plus_marketing\",\n            \"external_id\": null,\n            \"searchString\": \"25 marketing employees\",\n            \"description\": \"This company has 25 or more employees in a marketing role\",\n            \"group\": \"Marketing Employees\",\n            \"score\": null,\n            \"priority\": 25,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"25+ Marketing Employees\"\n        },\n        {\n            \"tag\": \"#insuranceprovider.vspglobal.2018\",\n            \"external_id\": null,\n            \"searchString\": \"insurance provider vsp global\",\n            \"description\": \"This company uses VSP Global as their insurance provider\",\n            \"group\": \"Insurance Provider\",\n            \"score\": null,\n            \"priority\": null,\n            \"parentCategory\": \"Insurance & Benefits\",\n            \"categorizedFlag\": false,\n            \"label\": \"Insurance Provider: VSP Global\"\n        },\n        {\n            \"tag\": \"#10_plus_engineering_and_tech\",\n            \"external_id\": null,\n            \"searchString\": \"10 engineering employees\",\n            \"description\": \"This company has 10 or more employees in an engineering role\",\n            \"group\": \"Engineering Employees\",\n            \"score\": null,\n            \"priority\": 10,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"10+ Engineering Employees\"\n        },\n        {\n            \"tag\": \"#10_plus_marketing\",\n            \"external_id\": null,\n            \"searchString\": \"10 marketing employees\",\n            \"description\": \"This company has 10 or more employees in a marketing role\",\n            \"group\": \"Marketing Employees\",\n            \"score\": null,\n            \"priority\": 10,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"10+ Marketing Employees\"\n        },\n        {\n            \"tag\": \"#50_plus_marketing\",\n            \"external_id\": null,\n            \"searchString\": \"50 marketing employees\",\n            \"description\": \"This company has 50 or more employees in a marketing role\",\n            \"group\": \"Marketing Employees\",\n            \"score\": null,\n            \"priority\": 50,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"50+ Marketing Employees\"\n        },\n        {\n            \"tag\": \"#401kenrollees.5plus.2018\",\n            \"external_id\": null,\n            \"searchString\": \"5 401k plan enrollees\",\n            \"description\": \"This company has 5+ enrollees in their 401(k) plan\",\n            \"group\": \"401(k) Plan Enrollees\",\n            \"score\": null,\n            \"priority\": 5,\n            \"parentCategory\": \"Insurance & Benefits\",\n            \"categorizedFlag\": false,\n            \"label\": \"5+ 401(k) Plan Enrollees\"\n        },\n        {\n            \"tag\": \"#2_plus_it\",\n            \"external_id\": null,\n            \"searchString\": \"2 information technology employees\",\n            \"description\": \"This company has 2 or more employees in an IT role\",\n            \"group\": \"IT Employees\",\n            \"score\": null,\n            \"priority\": 2,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"2+ IT Employees\"\n        },\n        {\n            \"tag\": \"#5_plus_software_engineering\",\n            \"external_id\": null,\n            \"searchString\": \"5 software employees\",\n            \"description\": \"This company has 5 or more employees in a software role\",\n            \"group\": \"Software Employees\",\n            \"score\": null,\n            \"priority\": 5,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"5+ Software Engineers\"\n        },\n        {\n            \"tag\": \"#benefitsplanend.december.2018\",\n            \"external_id\": null,\n            \"searchString\": \"benefits plan ends in december\",\n            \"description\": \"This company's benefits plan ends in December\",\n            \"group\": \"Benefits Plan End Date\",\n            \"score\": null,\n            \"priority\": 12,\n            \"parentCategory\": \"Insurance & Benefits\",\n            \"categorizedFlag\": false,\n            \"label\": \"Benefits plan ends in December\"\n        },\n        {\n            \"tag\": \"#25_plus_operations\",\n            \"external_id\": null,\n            \"searchString\": \"25 operations employees\",\n            \"description\": \"This company has 25 or more employees in an operations role\",\n            \"group\": \"Operations Employees\",\n            \"score\": null,\n            \"priority\": 25,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"25+ Operations Employees\"\n        },\n        {\n            \"tag\": \"#europe\",\n            \"external_id\": null,\n            \"searchString\": \"europe country countries\",\n            \"description\": \"This company has locations in Europe\",\n            \"group\": \"Country Locations\",\n            \"score\": null,\n            \"priority\": null,\n            \"parentCategory\": \"Location\",\n            \"categorizedFlag\": false,\n            \"label\": \"Has Locations in Europe\"\n        },\n        {\n            \"tag\": \"#100_plus_engineering_and_tech\",\n            \"external_id\": null,\n            \"searchString\": \"100 engineering employees\",\n            \"description\": \"This company has 100 or more employees in an engineering role\",\n            \"group\": \"Engineering Employees\",\n            \"score\": null,\n            \"priority\": 100,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"100+ Engineering Employees\"\n        },\n        {\n            \"tag\": \"#10_plus_finance\",\n            \"external_id\": null,\n            \"searchString\": \"10 finance employees\",\n            \"description\": \"This company has 10 or more employees in a finance role\",\n            \"group\": \"Finance Employees\",\n            \"score\": null,\n            \"priority\": 10,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"10+ Finance Employees\"\n        },\n        {\n            \"tag\": \"#10_plus_operations\",\n            \"external_id\": null,\n            \"searchString\": \"10 operations employees\",\n            \"description\": \"This company has 10 or more employees in an operations role\",\n            \"group\": \"Operations Employees\",\n            \"score\": null,\n            \"priority\": 10,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"10+ Operations Employees\"\n        },\n        {\n            \"tag\": \"#2_plus_consulting\",\n            \"external_id\": null,\n            \"searchString\": \"2 consulting employees\",\n            \"description\": \"This company has 2 or more employees in a consulting role\",\n            \"group\": \"Consulting Employees\",\n            \"score\": null,\n            \"priority\": 2,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"2+ Consultants\"\n        },\n        {\n            \"tag\": \"#100_plus_operations\",\n            \"external_id\": null,\n            \"searchString\": \"100 operations employees\",\n            \"description\": \"This company has 100 or more employees in an operations role\",\n            \"group\": \"Operations Employees\",\n            \"score\": null,\n            \"priority\": 100,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"100+ Operations Employees\"\n        },\n        {\n            \"tag\": \"#401kenrollees.25plus.2018\",\n            \"external_id\": null,\n            \"searchString\": \"25 401k plan enrollees\",\n            \"description\": \"This company has 25+ enrollees in their 401(k) plan\",\n            \"group\": \"401(k) Plan Enrollees\",\n            \"score\": null,\n            \"priority\": 25,\n            \"parentCategory\": \"Insurance & Benefits\",\n            \"categorizedFlag\": false,\n            \"label\": \"25+ 401(k) Plan Enrollees\"\n        },\n        {\n            \"tag\": \"#5_plus_sales\",\n            \"external_id\": null,\n            \"searchString\": \"5 sales employees\",\n            \"description\": \"This company has 5 or more employees in a sales role\",\n            \"group\": \"Sales Employees\",\n            \"score\": null,\n            \"priority\": 5,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"5+ Sales Employees\"\n        },\n        {\n            \"tag\": \"#401kenrollees.2plus.2018\",\n            \"external_id\": null,\n            \"searchString\": \"2 401k plan enrollees\",\n            \"description\": \"This company has 2+ enrollees in their 401(k) plan\",\n            \"group\": \"401(k) Plan Enrollees\",\n            \"score\": null,\n            \"priority\": 2,\n            \"parentCategory\": \"Insurance & Benefits\",\n            \"categorizedFlag\": false,\n            \"label\": \"2+ 401(k) Plan Enrollees\"\n        },\n        {\n            \"tag\": \"#50_plus_engineering_and_tech\",\n            \"external_id\": null,\n            \"searchString\": \"50 engineering employees\",\n            \"description\": \"This company has 50 or more employees in an engineering role\",\n            \"group\": \"Engineering Employees\",\n            \"score\": null,\n            \"priority\": 50,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"50+ Engineering Employees\"\n        },\n        {\n            \"tag\": \"#international\",\n            \"external_id\": null,\n            \"searchString\": \"international other\",\n            \"description\": \"This company has an international presence\",\n            \"group\": \"Other\",\n            \"score\": null,\n            \"priority\": null,\n            \"parentCategory\": \"Other\",\n            \"categorizedFlag\": false,\n            \"label\": \"International\"\n        },\n        {\n            \"tag\": \"#2_plus_marketing\",\n            \"external_id\": null,\n            \"searchString\": \"2 marketing employees\",\n            \"description\": \"This company has 2 or more employees in a marketing role\",\n            \"group\": \"Marketing Employees\",\n            \"score\": null,\n            \"priority\": 2,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"2+ Marketing Employees\"\n        },\n        {\n            \"tag\": \"#saas\",\n            \"external_id\": null,\n            \"searchString\": \"saas\",\n            \"description\": \"This company is a Software-as-a-Service company\",\n            \"group\": \"Other\",\n            \"score\": null,\n            \"priority\": null,\n            \"parentCategory\": \"Other\",\n            \"categorizedFlag\": false,\n            \"label\": \"SaaS\"\n        },\n        {\n            \"tag\": \"#5_plus_engineering_and_tech\",\n            \"external_id\": null,\n            \"searchString\": \"5 engineering employees\",\n            \"description\": \"This company has 5 or more employees in an engineering role\",\n            \"group\": \"Engineering Employees\",\n            \"score\": null,\n            \"priority\": 5,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"5+ Engineering Employees\"\n        },\n        {\n            \"tag\": \"#10_plus_it\",\n            \"external_id\": null,\n            \"searchString\": \"10 information technology employees\",\n            \"description\": \"This company has 10 or more employees in an IT role\",\n            \"group\": \"IT Employees\",\n            \"score\": null,\n            \"priority\": 10,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"10+ IT Employees\"\n        },\n        {\n            \"tag\": \"#2_plus_scientists\",\n            \"external_id\": null,\n            \"searchString\": \"2 scientist employees\",\n            \"description\": \"This company has 2 or more employees in a scientist role\",\n            \"group\": \"Scientist Employees\",\n            \"score\": null,\n            \"priority\": 2,\n            \"parentCategory\": \"Job Function\",\n            \"categorizedFlag\": false,\n            \"label\": \"2+ Scientists\"\n        },\n        {\n            \"tag\": \"#alexatop100k\",\n            \"external_id\": null,\n            \"searchString\": \"alexa top 100000\",\n            \"description\": \"This company's website is in the top 100k Alexa rankings\",\n            \"group\": \"Alexa\",\n            \"score\": null,\n            \"priority\": 100,\n            \"parentCategory\": \"Other\",\n            \"categorizedFlag\": false,\n            \"label\": \"Alexa top 100k\"\n        },\n        {\n            \"tag\": \"#2_plus_locations\",\n            \"external_id\": null,\n            \"searchString\": \"2 locations\",\n            \"description\": \"This company has 2 or more locations\",\n            \"group\": \"Number of Locations\",\n            \"score\": null,\n            \"priority\": 2,\n            \"parentCategory\": \"Location\",\n            \"categorizedFlag\": false,\n            \"label\": \"2+ Locations\"\n        },\n        {\n            \"tag\": \"#5_plus_locations\",\n            \"external_id\": null,\n            \"searchString\": \"5 locations\",\n            \"description\": \"This company has 5 or more locations\",\n            \"group\": \"Number of Locations\",\n            \"score\": null,\n            \"priority\": 5,\n            \"parentCategory\": \"Location\",\n            \"categorizedFlag\": false,\n            \"label\": \"5+ Locations\"\n        }\n    ]\n}"}],"_postman_id":"886fb5cc-b587-4f26-bd68-892798d45ffe"},{"name":"Hashtag Enrich Inputs","id":"a7bea20a-f496-431b-9403-337231c4a22e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/hashtag/enrich","description":"<p>Returns a list of fields you can use as input for the <a href=\"#886fb5cc-b587-4f26-bd68-892798d45ffe\">Hashtags Enrich</a> endpoint.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","inputfields","hashtag","enrich"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"5db1ab94-ddfb-4d5c-8277-0178bcf6c601","name":"Get Hashtag Enrich Inputs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/hashtag/enrich"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2020 20:18:48 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"5594381cdfcaebec-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=dc7435039f4c5280195b59ec461e6abed3a56a2451feb3b81654a031685469ba:646e0a80-3d51-11ea-9298-b7d007b5c092; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"750","enabled":true},{"key":"X-RateLimit-Remaining","value":"749","enabled":true},{"key":"X-RateLimit-Reset","value":"1579724389","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fieldName\": \"companyId\",\n        \"fieldType\": \"String\",\n        \"description\": \"The id of the company for which you want to view hashtags\"\n    }\n]"}],"_postman_id":"a7bea20a-f496-431b-9403-337231c4a22e"}],"id":"4d0c0007-bb7c-4eea-a2a0-53b01730713f","description":"<p>Use <a href=\"#886fb5cc-b587-4f26-bd68-892798d45ffe\">Hashtags Enrich</a> to retrieve company hashtags using valid query parameters. A Hashtags Enrich request requires you to specify the input parameters about the company you are enriching.</p>\n<p>Refer to the examples provided to build a valid JSON request. Use the <a href=\"#a7bea20a-f496-431b-9403-337231c4a22e\">Hashtags Enrich Inputs</a> endpoint to retrieve a list of valid input parameters you can provide.</p>\n","event":[{"listen":"prerequest","script":{"id":"8fe6c9fa-763e-45c9-a238-5ed767e421d5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7630b634-e380-486b-ab38-bff86ac7f5b5","type":"text/javascript","exec":[""]}}],"_postman_id":"4d0c0007-bb7c-4eea-a2a0-53b01730713f"},{"name":"Intent Enrich","item":[{"name":"Intent Enrich","id":"48c36a9f-e4eb-4ce8-8080-a7b810df7c2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"body":{"mode":"raw","raw":"{\n\t\"companyName\": \"ZoomInfo\",\n\t\"companyWebsite\": \"zoominfo.com\",\n\t\"companyId\": 344589814,\n\t\"topics\": [\"Cloud Applications\", \"Cloud Computing\", \"Cloud Infrastructure\", \"Corporate Culture\", \"Credit Card Fraud\", \"Direct Deposit\", \"eFulfillment Service\", \"Google Search\", \"Healthcare Law\", \"Hours of Work\", \"In-App Advertising\", \"Incentive Compensation\", \"Java\", \"Legal\", \"Mobile / Wireless\", \"Mobile Apps\", \"Mobile Security\", \"Mobile Wallet\", \"Node.js\", \"Organizational Culture\", \"Risk Management Services\", \"Video Conferencing\"],\n\t\"signalStartDate\": \"2020-04-01\",\n\t\"signalEndDate\": \"2020-05-31\",\n\t\"signalScoreMin\": 80,\n\t\"signalScoreMax\": 100,\n\t\"audienceStrengthMin\": \"C\",\n\t\"audienceStrengthMax\": \"A\",\n\t\"sortBy\": \"issueDate\",\n\t\"sortOrder\": \"desc\"\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/enrich/intent","description":"<p>Use this endpoint to enrich intent data for a company based on <a href=\"#2dcbe844-7f1f-45f3-ae32-2598ccec5be4\">input values</a> and return the desired <a href=\"#fc4083cf-6179-4f0f-8b9b-80aedc2e3e67\">output fields</a> in the response.</p>\n<p>Intent data is online behavior-based activity across the internet that links buyers and accounts to a topic. Key terminology includes:</p>\n<ul>\n<li><strong>Topics and categories</strong> - The Intent Enrich endpoint returns specific intent topics for a company based on your subscription. Multiple topics fall under a single category.</li>\n<li><strong>Signal</strong> - Recent content consumption activity for a specific topic by people at a company</li>\n<li><strong>Signal Score</strong> - Indicates a company's interest in a topic based on how recent content consumption compares to a historical baseline.</li>\n<li><strong>Audience Strength</strong> - Indicates the size of the group at the company conducting research in this topic.</li>\n</ul>\n<p>This endpoint can support up to 50 Intent topics separated by “OR” condition, and up to 12 Intent topics separated with “AND” condition. The difference between Start and End date should not be more than 90 days.</p>\n<p><strong>Input params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>DataType</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>companyWebsite</td>\n<td>String</td>\n<td>Company website URL in <a href=\"http://www.example.com\">http://www.example.com</a> format</td>\n</tr>\n<tr>\n<td>companyId</td>\n<td>String</td>\n<td>Unique ZoomInfo identifier for a company</td>\n</tr>\n<tr>\n<td>companyName</td>\n<td>String</td>\n<td>Company name</td>\n</tr>\n<tr>\n<td>topics</td>\n<td>String</td>\n<td>Intent topics. Separate multiple topics with the pipe symbol. See the <strong>Intent Topics</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>signalStartDate</td>\n<td>String</td>\n<td>Start date for a company signaling interest in a topic</td>\n</tr>\n<tr>\n<td>signalEndDate</td>\n<td>String</td>\n<td>End date for a company signaling interest in a topic</td>\n</tr>\n<tr>\n<td>signalScoreMin</td>\n<td>Integer</td>\n<td>Minimum signal score. Use with <code>signalScoreMax</code> to form a range. Minimum score is 60 and maximum is 100.</td>\n</tr>\n<tr>\n<td>signalScoreMax</td>\n<td>Integer</td>\n<td>Maximum signal score. Use with <code>signalScoreMin</code> to form a range. Minimum score is 60 and maximum is 100.</td>\n</tr>\n<tr>\n<td>audienceStrengthMin</td>\n<td>String</td>\n<td>Minimum audience strength score. Use with <code>audienceStrengthMax</code> to form a range. Values are <code>A</code>, <code>B</code>, <code>C</code>, <code>D</code>, and <code>E</code>, with <code>A</code> indicating a larger audience.</td>\n</tr>\n<tr>\n<td>audienceStrengthMax</td>\n<td>String</td>\n<td>Maximum audience strength score. Use with <code>audienceStrengthMin</code> to form a range. Values are <code>A</code>, <code>B</code>, <code>C</code>, <code>D</code>, and <code>E</code>, with <code>A</code> indicating a larger audience.</td>\n</tr>\n<tr>\n<td>findRecommendedContacts</td>\n<td>Boolean</td>\n<td>Choose whether to get the recommended contacts using the findRecommendedContacts flag. Default is <code>true</code>.</td>\n</tr>\n<tr>\n<td>rpp</td>\n<td>Integer</td>\n<td>Limits the results returned to the given number of results per page. Default is 25.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>Provides the results for the given page, used in conjunction with <code>rpp</code></td>\n</tr>\n<tr>\n<td>sortOrder</td>\n<td>String</td>\n<td>Provide <code>sortBy</code> if specifying <code>sortOrder</code>. Valid values are <code>asc</code>, <code>ascending</code>, <code>desc</code>, and <code>descending</code>. By default, results are sorted in descending order.</td>\n</tr>\n<tr>\n<td>sortBy</td>\n<td>String</td>\n<td>Sort results by valid output fields. Valid values are: <code>signalDate</code>, <code>signalScore</code>, <code>category</code>, <code>topic</code>, <code>audienceStrength</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Output fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Unique ZoomInfo identifier for a topic</td>\n</tr>\n<tr>\n<td>category</td>\n<td>Intent category</td>\n</tr>\n<tr>\n<td>topic</td>\n<td>Intent topic</td>\n</tr>\n<tr>\n<td>signalScore</td>\n<td>Signal score for the topic</td>\n</tr>\n<tr>\n<td>audienceStrength</td>\n<td>Audience strength for the topic</td>\n</tr>\n<tr>\n<td>signalDate</td>\n<td>Date the signal was identified</td>\n</tr>\n<tr>\n<td>companyId</td>\n<td>Unique ZoomInfo identifier for a company</td>\n</tr>\n<tr>\n<td>companyName</td>\n<td>Company name</td>\n</tr>\n<tr>\n<td>companyWebsite</td>\n<td>Company website URL in <a href=\"http://www.example.com\">http://www.example.com</a> format</td>\n</tr>\n<tr>\n<td>companyHasOtherTopicConsumption</td>\n<td>Indicates whether a company has other topics with increased consumption. Values are <code>true</code> and <code>false</code>.</td>\n</tr>\n<tr>\n<td>recommendedContacts</td>\n<td>Suggested contacts at the company that are related to the intent topic</td>\n</tr>\n<tr>\n<td>topSignalLocations</td>\n<td>Up to 3 top Intent signal locations</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{protocol}}","path":["enrich","intent"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0c23c298-5f32-4173-8087-22bcda314438","name":"Intent Enrich","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"body":{"mode":"raw","raw":"{\n\t\"companyName\": \"ZoomInfo\",\n\t\"companyWebsite\": \"zoominfo.com\",\n\t\"companyId\": 344589814,\n\t\"topics\": [\"Cloud Applications\", \"Cloud Computing\", \"Cloud Infrastructure\", \"Corporate Culture\", \"Credit Card Fraud\", \"Direct Deposit\", \"eFulfillment Service\", \"Google Search\", \"Healthcare Law\", \"Hours of Work\", \"In-App Advertising\", \"Incentive Compensation\", \"Java\", \"Legal\", \"Mobile / Wireless\", \"Mobile Apps\", \"Mobile Security\", \"Mobile Wallet\", \"Node.js\", \"Organizational Culture\", \"Risk Management Services\", \"Video Conferencing\"],\n\t\"signalStartDate\": \"2020-04-01\",\n\t\"signalEndDate\": \"2020-05-31\",\n\t\"signalScoreMin\": 80,\n\t\"signalScoreMax\": 100,\n\t\"audienceStrengthMin\": \"C\",\n\t\"audienceStrengthMax\": \"A\",\n\t\"sortBy\": \"issueDate\",\n\t\"sortOrder\": \"desc\"\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/enrich/intent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 22:39:33 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"591f65805b19ae36-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=07a847a334cf7e797620854bcf3d04278d3e9fa911dd994cd5d463e7cae8def9:b222cc11-8ed3-11ea-9562-cb2408100f34; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1589236833","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999997901","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999965723","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9999958","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9999936","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000000","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99999936","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"cf-request-id","value":"02a77dc4380000ae3662a1a200000001","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"maxResults\": 8,\n    \"totalResults\": 8,\n    \"currentPage\": 1,\n    \"data\": [\n        {\n            \"id\": \"3e706b1e-97ab-42cc-95f6-1a8d5176c6c7\",\n            \"category\": \"Mobile Devices\",\n            \"topic\": \"Mobile / Wireless\",\n            \"signalScore\": 82,\n            \"audienceStrength\": \"A\",\n            \"newSignal\": true,\n            \"signalDate\": \"5/3/2020 12:00 AM\",\n            \"trend\": 23,\n            \"recommendedContacts\": [\n                {\n                    \"id\": 2988050694,\n                    \"firstName\": \"Nir\",\n                    \"lastName\": \"Keren\",\n                    \"jobTitle\": \"Chief Technology Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Engineering & Technical Executive\",\n                            \"department\": \"C-Suite\"\n                        },\n                        {\n                            \"name\": \"Engineering & Technical\",\n                            \"department\": \"Engineering & Technical\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 39841971,\n                    \"firstName\": \"Cameron\",\n                    \"lastName\": \"Hyzer\",\n                    \"jobTitle\": \"Chief Financial Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Finance Executive\",\n                            \"department\": \"C-Suite\"\n                        },\n                        {\n                            \"name\": \"Finance\",\n                            \"department\": \"Finance\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 1645938489,\n                    \"firstName\": \"Hila\",\n                    \"lastName\": \"Nir\",\n                    \"jobTitle\": \"Chief Marketing Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Marketing Executive\",\n                            \"department\": \"C-Suite\"\n                        },\n                        {\n                            \"name\": \"Marketing\",\n                            \"department\": \"Marketing\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 2827525345,\n                    \"firstName\": \"Chris\",\n                    \"lastName\": \"Hays\",\n                    \"jobTitle\": \"Chief Revenue Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Sales Executive\",\n                            \"department\": \"C-Suite\"\n                        },\n                        {\n                            \"name\": \"Sales\",\n                            \"department\": \"Sales\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 1260398587,\n                    \"firstName\": \"Henry\",\n                    \"lastName\": \"Schuck\",\n                    \"jobTitle\": \"Founder & Chief Executive Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                }\n            ],\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"Zoom Information, Inc.\",\n                \"website\": \"www.zoominfo.com\",\n                \"hasOtherTopicConsumption\": true\n            }\n        },\n        {\n            \"id\": \"1675ee1c-1c38-41e3-9c7c-430d43d6e0ab\",\n            \"category\": \"Banking\",\n            \"topic\": \"Credit Card Fraud\",\n            \"signalScore\": 81,\n            \"audienceStrength\": \"A\",\n            \"newSignal\": false,\n            \"signalDate\": \"5/3/2020 12:00 AM\",\n            \"trend\": 7,\n            \"recommendedContacts\": [\n                {\n                    \"id\": 2988050694,\n                    \"firstName\": \"Nir\",\n                    \"lastName\": \"Keren\",\n                    \"jobTitle\": \"Chief Technology Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Engineering & Technical Executive\",\n                            \"department\": \"C-Suite\"\n                        },\n                        {\n                            \"name\": \"Engineering & Technical\",\n                            \"department\": \"Engineering & Technical\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 39841971,\n                    \"firstName\": \"Cameron\",\n                    \"lastName\": \"Hyzer\",\n                    \"jobTitle\": \"Chief Financial Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Finance Executive\",\n                            \"department\": \"C-Suite\"\n                        },\n                        {\n                            \"name\": \"Finance\",\n                            \"department\": \"Finance\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 1645938489,\n                    \"firstName\": \"Hila\",\n                    \"lastName\": \"Nir\",\n                    \"jobTitle\": \"Chief Marketing Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Marketing Executive\",\n                            \"department\": \"C-Suite\"\n                        },\n                        {\n                            \"name\": \"Marketing\",\n                            \"department\": \"Marketing\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 2827525345,\n                    \"firstName\": \"Chris\",\n                    \"lastName\": \"Hays\",\n                    \"jobTitle\": \"Chief Revenue Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Sales Executive\",\n                            \"department\": \"C-Suite\"\n                        },\n                        {\n                            \"name\": \"Sales\",\n                            \"department\": \"Sales\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 1260398587,\n                    \"firstName\": \"Henry\",\n                    \"lastName\": \"Schuck\",\n                    \"jobTitle\": \"Founder & Chief Executive Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                }\n            ],\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"Zoom Information, Inc.\",\n                \"website\": \"www.zoominfo.com\",\n                \"hasOtherTopicConsumption\": true\n            }\n        },\n        {\n            \"id\": \"c6a931ca-3082-40f0-b7af-628b801cdc89\",\n            \"category\": \"Compensation & Benefits\",\n            \"topic\": \"Incentive Compensation\",\n            \"signalScore\": 84,\n            \"audienceStrength\": \"C\",\n            \"newSignal\": false,\n            \"signalDate\": \"5/3/2020 12:00 AM\",\n            \"trend\": 1,\n            \"recommendedContacts\": [\n                {\n                    \"id\": 2988050694,\n                    \"firstName\": \"Nir\",\n                    \"lastName\": \"Keren\",\n                    \"jobTitle\": \"Chief Technology Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Engineering & Technical Executive\",\n                            \"department\": \"C-Suite\"\n                        },\n                        {\n                            \"name\": \"Engineering & Technical\",\n                            \"department\": \"Engineering & Technical\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 39841971,\n                    \"firstName\": \"Cameron\",\n                    \"lastName\": \"Hyzer\",\n                    \"jobTitle\": \"Chief Financial Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Finance Executive\",\n                            \"department\": \"C-Suite\"\n                        },\n                        {\n                            \"name\": \"Finance\",\n                            \"department\": \"Finance\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 1645938489,\n                    \"firstName\": \"Hila\",\n                    \"lastName\": \"Nir\",\n                    \"jobTitle\": \"Chief Marketing Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Marketing Executive\",\n                            \"department\": \"C-Suite\"\n                        },\n                        {\n                            \"name\": \"Marketing\",\n                            \"department\": \"Marketing\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 2827525345,\n                    \"firstName\": \"Chris\",\n                    \"lastName\": \"Hays\",\n                    \"jobTitle\": \"Chief Revenue Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Sales Executive\",\n                            \"department\": \"C-Suite\"\n                        },\n                        {\n                            \"name\": \"Sales\",\n                            \"department\": \"Sales\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 1260398587,\n                    \"firstName\": \"Henry\",\n                    \"lastName\": \"Schuck\",\n                    \"jobTitle\": \"Founder & Chief Executive Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                }\n            ],\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"Zoom Information, Inc.\",\n                \"website\": \"www.zoominfo.com\",\n                \"hasOtherTopicConsumption\": true\n            }\n        },\n        {\n            \"id\": \"b628a3f6-64fc-4636-85d9-044306079b3a\",\n            \"category\": \"Collaboration/Web Apps\",\n            \"topic\": \"Video Conferencing\",\n            \"signalScore\": 80,\n            \"audienceStrength\": \"A\",\n            \"newSignal\": false,\n            \"signalDate\": \"4/19/2020 12:00 AM\",\n            \"trend\": -9,\n            \"recommendedContacts\": [\n                {\n                    \"id\": 2988050694,\n                    \"firstName\": \"Nir\",\n                    \"lastName\": \"Keren\",\n                    \"jobTitle\": \"Chief Technology Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Engineering & Technical Executive\",\n                            \"department\": \"C-Suite\"\n                        },\n                        {\n                            \"name\": \"Engineering & Technical\",\n                            \"department\": \"Engineering & Technical\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 39841971,\n                    \"firstName\": \"Cameron\",\n                    \"lastName\": \"Hyzer\",\n                    \"jobTitle\": \"Chief Financial Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Finance Executive\",\n                            \"department\": \"C-Suite\"\n                        },\n                        {\n                            \"name\": \"Finance\",\n                            \"department\": \"Finance\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 1645938489,\n                    \"firstName\": \"Hila\",\n                    \"lastName\": \"Nir\",\n                    \"jobTitle\": \"Chief Marketing Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Marketing Executive\",\n                            \"department\": \"C-Suite\"\n                        },\n                        {\n                            \"name\": \"Marketing\",\n                            \"department\": \"Marketing\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 2827525345,\n                    \"firstName\": \"Chris\",\n                    \"lastName\": \"Hays\",\n                    \"jobTitle\": \"Chief Revenue Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Sales Executive\",\n                            \"department\": \"C-Suite\"\n                        },\n                        {\n                            \"name\": \"Sales\",\n                            \"department\": \"Sales\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 1260398587,\n                    \"firstName\": \"Henry\",\n                    \"lastName\": \"Schuck\",\n                    \"jobTitle\": \"Founder & Chief Executive Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                }\n            ],\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"Zoom Information, Inc.\",\n                \"website\": \"www.zoominfo.com\",\n                \"hasOtherTopicConsumption\": true\n            }\n        },\n        {\n            \"id\": \"7c771ec1-b307-4fcb-b5b7-d65a88436942\",\n            \"category\": \"Cyber Security\",\n            \"topic\": \"Mobile Security\",\n            \"signalScore\": 80,\n            \"audienceStrength\": \"A\",\n            \"newSignal\": true,\n            \"signalDate\": \"4/19/2020 12:00 AM\",\n            \"trend\": 21,\n            \"recommendedContacts\": [\n                {\n                    \"id\": 3459093549,\n                    \"firstName\": \"David\",\n                    \"lastName\": \"Lewis\",\n                    \"jobTitle\": \"Chief Security Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Information Security\",\n                            \"department\": \"Information Technology\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": -1862126495,\n                    \"firstName\": \"Anna\",\n                    \"lastName\": \"Orlove\",\n                    \"jobTitle\": \"Security Solution Specialist\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Information Security\",\n                            \"department\": \"Information Technology\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 2549968949,\n                    \"firstName\": \"Tal\",\n                    \"lastName\": \"Drory\",\n                    \"jobTitle\": \"Security Analyst\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Information Security\",\n                            \"department\": \"Information Technology\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 2988050694,\n                    \"firstName\": \"Nir\",\n                    \"lastName\": \"Keren\",\n                    \"jobTitle\": \"Chief Technology Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Engineering & Technical Executive\",\n                            \"department\": \"C-Suite\"\n                        },\n                        {\n                            \"name\": \"Engineering & Technical\",\n                            \"department\": \"Engineering & Technical\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 39841971,\n                    \"firstName\": \"Cameron\",\n                    \"lastName\": \"Hyzer\",\n                    \"jobTitle\": \"Chief Financial Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Finance Executive\",\n                            \"department\": \"C-Suite\"\n                        },\n                        {\n                            \"name\": \"Finance\",\n                            \"department\": \"Finance\"\n                        }\n                    ]\n                }\n            ],\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"Zoom Information, Inc.\",\n                \"website\": \"www.zoominfo.com\",\n                \"hasOtherTopicConsumption\": true\n            }\n        },\n        {\n            \"id\": \"7c75266b-b293-4110-ba77-b5f73b90d42c\",\n            \"category\": \"Application Development\",\n            \"topic\": \"Node.js\",\n            \"signalScore\": 82,\n            \"audienceStrength\": \"A\",\n            \"newSignal\": true,\n            \"signalDate\": \"4/19/2020 12:00 AM\",\n            \"trend\": 23,\n            \"recommendedContacts\": [\n                {\n                    \"id\": 1780573066,\n                    \"firstName\": \"Justin\",\n                    \"lastName\": \"Sweeney\",\n                    \"jobTitle\": \"Senior Software Development Manager, Data\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Software Development\",\n                            \"department\": \"Engineering & Technical\"\n                        },\n                        {\n                            \"name\": \"Data Science\",\n                            \"department\": \"Engineering & Technical\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 2047851825,\n                    \"firstName\": \"Brian\",\n                    \"lastName\": \"Thomas\",\n                    \"jobTitle\": \"Software Development Manager, Data\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Software Development\",\n                            \"department\": \"Engineering & Technical\"\n                        },\n                        {\n                            \"name\": \"Data Science\",\n                            \"department\": \"Engineering & Technical\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": -1120287554,\n                    \"firstName\": \"Kristen\",\n                    \"lastName\": \"Patten\",\n                    \"jobTitle\": \"Software Development Manager, Data\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Software Development\",\n                            \"department\": \"Engineering & Technical\"\n                        },\n                        {\n                            \"name\": \"Data Science\",\n                            \"department\": \"Engineering & Technical\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 1995022052,\n                    \"firstName\": \"Chris\",\n                    \"lastName\": \"Baker\",\n                    \"jobTitle\": \"Manager of Engineering, Data\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Software Development\",\n                            \"department\": \"Engineering & Technical\"\n                        },\n                        {\n                            \"name\": \"Data Science\",\n                            \"department\": \"Engineering & Technical\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 1868007106,\n                    \"firstName\": \"Imesh\",\n                    \"lastName\": \"Wijewardena\",\n                    \"jobTitle\": \"Senior Software Development Manager, Data\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Software Development\",\n                            \"department\": \"Engineering & Technical\"\n                        },\n                        {\n                            \"name\": \"Data Science\",\n                            \"department\": \"Engineering & Technical\"\n                        }\n                    ]\n                }\n            ],\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"Zoom Information, Inc.\",\n                \"website\": \"www.zoominfo.com\",\n                \"hasOtherTopicConsumption\": true\n            }\n        },\n        {\n            \"id\": \"e15d87cd-ffa1-4771-9da2-bac3bcb2022f\",\n            \"category\": \"Collaboration/Web Apps\",\n            \"topic\": \"Video Conferencing\",\n            \"signalScore\": 89,\n            \"audienceStrength\": \"A\",\n            \"newSignal\": false,\n            \"signalDate\": \"4/12/2020 12:00 AM\",\n            \"trend\": 11,\n            \"recommendedContacts\": [\n                {\n                    \"id\": 2988050694,\n                    \"firstName\": \"Nir\",\n                    \"lastName\": \"Keren\",\n                    \"jobTitle\": \"Chief Technology Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Engineering & Technical Executive\",\n                            \"department\": \"C-Suite\"\n                        },\n                        {\n                            \"name\": \"Engineering & Technical\",\n                            \"department\": \"Engineering & Technical\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 39841971,\n                    \"firstName\": \"Cameron\",\n                    \"lastName\": \"Hyzer\",\n                    \"jobTitle\": \"Chief Financial Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Finance Executive\",\n                            \"department\": \"C-Suite\"\n                        },\n                        {\n                            \"name\": \"Finance\",\n                            \"department\": \"Finance\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 1645938489,\n                    \"firstName\": \"Hila\",\n                    \"lastName\": \"Nir\",\n                    \"jobTitle\": \"Chief Marketing Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Marketing Executive\",\n                            \"department\": \"C-Suite\"\n                        },\n                        {\n                            \"name\": \"Marketing\",\n                            \"department\": \"Marketing\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 2827525345,\n                    \"firstName\": \"Chris\",\n                    \"lastName\": \"Hays\",\n                    \"jobTitle\": \"Chief Revenue Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Sales Executive\",\n                            \"department\": \"C-Suite\"\n                        },\n                        {\n                            \"name\": \"Sales\",\n                            \"department\": \"Sales\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 1260398587,\n                    \"firstName\": \"Henry\",\n                    \"lastName\": \"Schuck\",\n                    \"jobTitle\": \"Founder & Chief Executive Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                }\n            ],\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"Zoom Information, Inc.\",\n                \"website\": \"www.zoominfo.com\",\n                \"hasOtherTopicConsumption\": true\n            }\n        },\n        {\n            \"id\": \"d922c989-0f82-40b2-aea8-394304c55724\",\n            \"category\": \"Compensation & Benefits\",\n            \"topic\": \"Incentive Compensation\",\n            \"signalScore\": 90,\n            \"audienceStrength\": \"A\",\n            \"newSignal\": true,\n            \"signalDate\": \"4/5/2020 12:00 AM\",\n            \"trend\": 31,\n            \"recommendedContacts\": [\n                {\n                    \"id\": 2988050694,\n                    \"firstName\": \"Nir\",\n                    \"lastName\": \"Keren\",\n                    \"jobTitle\": \"Chief Technology Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Engineering & Technical Executive\",\n                            \"department\": \"C-Suite\"\n                        },\n                        {\n                            \"name\": \"Engineering & Technical\",\n                            \"department\": \"Engineering & Technical\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 39841971,\n                    \"firstName\": \"Cameron\",\n                    \"lastName\": \"Hyzer\",\n                    \"jobTitle\": \"Chief Financial Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Finance Executive\",\n                            \"department\": \"C-Suite\"\n                        },\n                        {\n                            \"name\": \"Finance\",\n                            \"department\": \"Finance\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 1645938489,\n                    \"firstName\": \"Hila\",\n                    \"lastName\": \"Nir\",\n                    \"jobTitle\": \"Chief Marketing Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Marketing Executive\",\n                            \"department\": \"C-Suite\"\n                        },\n                        {\n                            \"name\": \"Marketing\",\n                            \"department\": \"Marketing\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 2827525345,\n                    \"firstName\": \"Chris\",\n                    \"lastName\": \"Hays\",\n                    \"jobTitle\": \"Chief Revenue Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Sales Executive\",\n                            \"department\": \"C-Suite\"\n                        },\n                        {\n                            \"name\": \"Sales\",\n                            \"department\": \"Sales\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 1260398587,\n                    \"firstName\": \"Henry\",\n                    \"lastName\": \"Schuck\",\n                    \"jobTitle\": \"Founder & Chief Executive Officer\",\n                    \"jobFunction\": [\n                        {\n                            \"name\": \"Executive\",\n                            \"department\": \"C-Suite\"\n                        }\n                    ]\n                }\n            ],\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"Zoom Information, Inc.\",\n                \"website\": \"www.zoominfo.com\",\n                \"hasOtherTopicConsumption\": true\n            }\n        }\n    ]\n}"}],"_postman_id":"48c36a9f-e4eb-4ce8-8080-a7b810df7c2d"},{"name":"Intent Enrich Inputs","id":"2dcbe844-7f1f-45f3-ae32-2598ccec5be4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/intent/enrich","description":"<p>Returns a list of fields you can use as input for the <a href=\"#48c36a9f-e4eb-4ce8-8080-a7b810df7c2d\">Intent Enrich</a> endpoint.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","inputfields","intent","enrich"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8bca2372-6f27-4006-ad9f-09333d2eea1c","name":"Intent Enrich Inputs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/intent/enrich"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 22:39:42 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"591f65c1a9a6ae36-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=07a847a334cf7e797620854bcf3d04278d3e9fa911dd994cd5d463e7cae8def9:b222cc11-8ed3-11ea-9562-cb2408100f34; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1498","enabled":true},{"key":"X-RateLimit-Reset","value":"1589236833","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"cf-request-id","value":"02a77ded080000ae3662837200000001","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fieldName\": \"companyWebsite\",\n        \"fieldType\": \"String\",\n        \"description\": \"The website of the company you are searching for\"\n    },\n    {\n        \"fieldName\": \"companyId\",\n        \"fieldType\": \"Long\",\n        \"description\": \"Unique ZoomInfo identifier for a company\"\n    },\n    {\n        \"fieldName\": \"companyName\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company name\"\n    },\n    {\n        \"fieldName\": \"topics\",\n        \"fieldType\": \"ArrayList\",\n        \"description\": \"Intent topics. Accepts an Array of String. See the 'Intent Topics' endpoint for values.\"\n    },\n    {\n        \"fieldName\": \"signalStartDate\",\n        \"fieldType\": \"String\",\n        \"description\": \"Start date for a company signaling interest in a topic\"\n    },\n    {\n        \"fieldName\": \"signalEndDate\",\n        \"fieldType\": \"String\",\n        \"description\": \"End date for a company signaling interest in a topic\"\n    },\n    {\n        \"fieldName\": \"signalScoreMin\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Minimum signal score. Use with signalScoreMax to form a range. Minimum score is 60 and maximum is 100.\"\n    },\n    {\n        \"fieldName\": \"signalScoreMax\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Maximum signal score. Use with signalScoreMin to form a range. Minimum score is 60 and maximum is 100.\"\n    },\n    {\n        \"fieldName\": \"audienceStrengthMin\",\n        \"fieldType\": \"String\",\n        \"description\": \"Minimum audience strength score. Use with audienceStrengthMax to form a range. Values are A, B, C, D, and E, with A indicating a larger audience.\"\n    },\n    {\n        \"fieldName\": \"audienceStrengthMax\",\n        \"fieldType\": \"String\",\n        \"description\": \"Maximum audience strength score. Use with audienceStrengthMin to form a range. Values are A, B, C, D, and E, with A indicating a larger audience.\"\n    }\n]"}],"_postman_id":"2dcbe844-7f1f-45f3-ae32-2598ccec5be4"},{"name":"Intent Enrich Outputs","id":"fc4083cf-6179-4f0f-8b9b-80aedc2e3e67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/outputfields/intent/enrich","description":"<p>Returns a list of output fields for the <a href=\"#48c36a9f-e4eb-4ce8-8080-a7b810df7c2d\">Intent Enrich</a> endpoint.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","outputfields","intent","enrich"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1a665107-400e-48f7-858a-ad2eda5b189a","name":"Intent Enrich Outputs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/outputfields/intent/enrich"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 Feb 2021 21:14:23 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"623ac1e66f7aec00-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=ba8cabd144de2f65e7eb45aa969d5d069a07868dc4ea9b06fc199d150654a670:4b75fad1-722d-11eb-a706-8935b8314dad; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"08589784030000ec00dd905000000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1613682924","enabled":true},{"key":"X-Request-Id","value":"b6c59fe4-30a1-4a2a-ad8a-4e303fd9352c","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fieldName\": \"id\",\n        \"description\": \"Unique ZoomInfo identifier for a topic\"\n    },\n    {\n        \"fieldName\": \"category\",\n        \"description\": \"Intent category\"\n    },\n    {\n        \"fieldName\": \"topic\",\n        \"description\": \"Intent topic\"\n    },\n    {\n        \"fieldName\": \"signalScore\",\n        \"description\": \"Signal score for the topic\"\n    },\n    {\n        \"fieldName\": \"audienceStrength\",\n        \"description\": \"Audience strength for the topic\"\n    },\n    {\n        \"fieldName\": \"signalDate\",\n        \"description\": \"Date the signal was identified\"\n    },\n    {\n        \"fieldName\": \"companyId\",\n        \"description\": \"Unique ZoomInfo identifier for a company\"\n    },\n    {\n        \"fieldName\": \"companyName\",\n        \"description\": \"Company name\"\n    },\n    {\n        \"fieldName\": \"companyWebsite\",\n        \"description\": \"Company website URL in http://www.example.com format\"\n    },\n    {\n        \"fieldName\": \"companyHasOtherTopicConsumption\",\n        \"description\": \"Indicates whether a company has other topics with increased consumption. Values are true and false.\"\n    },\n    {\n        \"fieldName\": \"recommendedContacts\",\n        \"description\": \"Suggested contacts at the company that are related to the intent topic\"\n    }\n]"}],"_postman_id":"fc4083cf-6179-4f0f-8b9b-80aedc2e3e67"}],"id":"c92e6d4d-a2f0-49d6-930f-ac4583eb1d02","description":"<p>Use <a href=\"#c1e5300d-8ffb-40f0-b899-be98f884e505\">Intent Enrich</a> to retrieve intent data using valid query parameters.</p>\n<p>Refer to the examples provided to build a valid JSON request:</p>\n<ul>\n<li>Use the <a href=\"#2dcbe844-7f1f-45f3-ae32-2598ccec5be4\">Intent Enrich Inputs</a> endpoint to retrieve a list of valid input parameters you can provide</li>\n<li>Use the <a href=\"#fc4083cf-6179-4f0f-8b9b-80aedc2e3e67\">Intent Enrich Outputs</a> endpoint to retrieve a list of valid output fields returned</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"8aae9ad0-99e6-44ec-b534-c61a1cfb0e2e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9b0e2737-e18f-4bc8-bab8-fb674f1903ad","type":"text/javascript","exec":[""]}}],"_postman_id":"c92e6d4d-a2f0-49d6-930f-ac4583eb1d02"},{"name":"News Enrich","item":[{"name":"News Enrich","id":"a04f60d9-353e-4eb1-9c37-0539ee6b8d13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"body":{"mode":"raw","raw":"{\n    \"companyId\": 18579882,\n    \"categories\": [\n        \"FUNDING\",\n        \"GENERAL_NEWS\",\n        \"GENERAL_PRESS_RELEASE\",\n        \"MERGER_OR_ACQUISTION\",\n        \"PERSON\",\n        \"PRODUCT\"\n    ],\n    \"url\" : [\"www.businesswire.com\"],\n    \"pageDateMin\": \"2019-12-01\",\n    \"pageDateMax\": \"2020-12-31\",\n    \"limit\": 5\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/enrich/news","description":"<p>Use this endpoint to match company news information based on <a href=\"#d58425e5-a4a4-4af0-ad01-fa7bbf91ca84\">input values</a> and return the desired <a href=\"#254b86e3-e51b-450d-8704-95e4da168874\">output fields</a> in the response.</p>\n<p>The News Enrich endpoint returns a list of news articles related to a specified company:</p>\n<ul>\n<li>News Enrich requests require a valid ZoomInfo Company ID as an input parameter</li>\n<li>By default, each request will return the 10 most recent news articles associated with the company record</li>\n<li>You can filter the news articles returned by adjusting the input parameters</li>\n</ul>\n<p><strong>Input params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>DataType</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>companyId</td>\n<td>String</td>\n<td>Unique ZoomInfo identifier for a company</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Integer</td>\n<td>Number of articles to return per page. The maximum limit is 100.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>Provides the results for the given page. Used in conjunction with <code>limit</code>.</td>\n</tr>\n<tr>\n<td>categories</td>\n<td>String</td>\n<td>Category of news articles. See the News Categories endpoint for values.</td>\n</tr>\n<tr>\n<td>url</td>\n<td>ArrayList</td>\n<td>Search news by text contained in URL strings. You must specify a minimum of 5 characters per input.</td>\n</tr>\n<tr>\n<td>pageDateMin</td>\n<td>String</td>\n<td>Specify the earliest publishing date for news articles returned. For example, <code>2020-01-01</code> will return all news articles published on or after Jan 1, 2020.</td>\n</tr>\n<tr>\n<td>pageDateMax</td>\n<td>String</td>\n<td>Specify the latest publishing date for news articles articles. For example, <code>2020-01-31</code> will return all new articles published on or before Jan 31, 2020.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Output fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>companyId</td>\n<td>Unique ZoomInfo identifier for a company</td>\n</tr>\n<tr>\n<td>companyName</td>\n<td>Company name</td>\n</tr>\n<tr>\n<td>domain</td>\n<td>News article domain</td>\n</tr>\n<tr>\n<td>title</td>\n<td>News article title</td>\n</tr>\n<tr>\n<td>url</td>\n<td>News article URL</td>\n</tr>\n<tr>\n<td>imageUrl</td>\n<td>News article image URL</td>\n</tr>\n<tr>\n<td>pageDate</td>\n<td>News article date</td>\n</tr>\n<tr>\n<td>categories</td>\n<td>News article categories</td>\n</tr>\n<tr>\n<td>description</td>\n<td>News article content description</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{protocol}}","path":["enrich","news"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4fdbdf80-0950-4826-bedd-6cffdb7c0a03","name":"News Enrich","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"body":{"mode":"raw","raw":"{\n    \"companyId\": 18579882,\n    \"categories\": [\n        \"FUNDING\",\n        \"GENERAL_NEWS\",\n        \"GENERAL_PRESS_RELEASE\",\n        \"MERGER_OR_ACQUISTION\",\n        \"PERSON\",\n        \"PRODUCT\"\n    ],\n    \"url\" : [\"www.businesswire.com\"],\n    \"pageDateMin\": \"2019-12-01\",\n    \"pageDateMax\": \"2020-12-31\",\n    \"limit\": 5\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/enrich/news"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 27 Jun 2024 20:38:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin,Access-Control-Request-Method,Access-Control-Request-Headers"},{"key":"x-usage-request-limit-limit","value":"105050000"},{"key":"x-usage-request-limit-remaining","value":"105049997"},{"key":"x-usage-record-limit-limit","value":"105050000"},{"key":"x-usage-record-limit-remaining","value":"105048808"},{"key":"x-usage-websights-api-request-limit-limit","value":"18000000"},{"key":"x-usage-websights-api-request-limit-remaining","value":"17999979"},{"key":"x-usage-websights-api-record-limit-limit","value":"1800000"},{"key":"x-usage-websights-api-record-limit-remaining","value":"1799984"},{"key":"x-usage-unique-id-limit-limit","value":"10025000"},{"key":"x-usage-unique-id-limit-remaining","value":"4944"},{"key":"x-envoy-upstream-service-time","value":"323"},{"key":"service","value":"gke"},{"key":"x-request-id","value":"MQLayPS3kGl8VjA4kqMAJoB8HpXjH7dp2PxI"},{"key":"x-ratelimit-limit","value":"1500"},{"key":"x-ratelimit-remaining","value":"1499"},{"key":"x-envoy-decorator-operation","value":"apps-gateway-active.main.svc.cluster.local:8080/*"},{"key":"via","value":"1.1 google"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Origin-Trial","value":"AyXGdeyTa0Lq3roJGvPBs/Ps9duHL7Vf/Q5YJQJwQN4fdGLbtMPms4BfmK2HapcHVkvBjyAVhxe5deDNI1TFXgcAAABxeyJvcmlnaW4iOiJodHRwczovL3pvb21pbmZvLmNvbTo0NDMiLCJmZWF0dXJlIjoiVHBjZCIsImV4cGlyeSI6MTczNTM0Mzk5OSwiaXNTdWJkb21haW4iOnRydWUsImlzVGhpcmRQYXJ0eSI6dHJ1ZX0="},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"89a83d1d3f04381e-IAD"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"maxResults\": 48,\n    \"totalResults\": 5,\n    \"currentPage\": 1,\n    \"data\": [\n        {\n            \"domain\": \"www.businesswire.com\",\n            \"title\": \"Arvind Krishna Elected IBM Chairman\",\n            \"url\": \"https://www.businesswire.com/news/home/20201216005975/en/Arvind-Krishna-Elected-IBM-Chairman/\",\n            \"imageUrl\": \"https://mms.businesswire.com/media/20201216005975/en/2721/21/IBM8bar_12pxWide.jpg\",\n            \"pageDate\": \"2020-12-16T09:11:00Z\",\n            \"categories\": [\n                \"PERSON\"\n            ],\n            \"description\": \"ARMONK, N.Y.--(BUSINESS WIRE)---- $ibm #ibm--The IBM (NYSE: IBM) board of directors has elected Arvind Krishna chairman of the board, effective January 1, 2021. Mr. Krishna, who is IBM's chief executive officer and a member of the board, succeeds IBM executive chairman Virginia M. Rometty, who is retiring on December 31, 2020, as the company previously announced in January of this year. Mr. Krishna, 58, was elected IBM's 10th CEO in January, and assumed the position\",\n            \"company\": [\n                {\n                    \"id\": 18579882,\n                    \"name\": \"IBM\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.businesswire.com\",\n            \"title\": \"Kaloom Commits to Join IBM Cloud for Telecommunications Ecosystem\",\n            \"url\": \"https://www.businesswire.com/news/home/20201118005085/en/Kaloom-Commits-to-Join-IBM-Cloud-for-Telecommunications-Ecosystem/\",\n            \"imageUrl\": \"https://mms.businesswire.com/media/20201118005085/en/839263/22/Kaloom_corp_logo.jpg\",\n            \"pageDate\": \"2020-11-18T01:00:00Z\",\n            \"categories\": [\n                \"GENERAL_PRESS_RELEASE\"\n            ],\n            \"description\": \"MONTREAL--(BUSINESS WIRE)--KaloomTM today announced it has committed to join IBM’s (NYSE: IBM) ecosystem of partners supporting the new IBM Cloud for Telecommunications. The IBM Cloud for Telecommunications is an open, hybrid cloud architecture designed to accelerate business transformation with the power of edge and 5G and address the unique requirements of operators, partner ecosystems and their enterprise clients. Built on IBM Cloud Satellite, currently in beta, and leveraging Red Hat OpenSh\",\n            \"company\": [\n                {\n                    \"id\": 18579882,\n                    \"name\": \"IBM\"\n                },\n                {\n                    \"id\": 401162856,\n                    \"name\": \"Kaloom\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.businesswire.com\",\n            \"title\": \"Sysdig and IBM Embed Sysdig Secure for Container Security\",\n            \"url\": \"https://www.businesswire.com/news/home/20201117005546/en/Sysdig-and-IBM-Embed-Sysdig-Secure-for-Container-Security/\",\n            \"imageUrl\": \"https://mms.businesswire.com/media/20201117005546/en/839397/22/sysdig_Vert_Color_Logo_RGB_lrg.jpg\",\n            \"pageDate\": \"2020-11-17T12:58:00Z\",\n            \"categories\": [\n                \"GENERAL_PRESS_RELEASE\"\n            ],\n            \"description\": \"SAN FRANCISCO--(BUSINESS WIRE)--Sysdig announced global availability of Sysdig Secure embedded within IBM Cloud to provide end-to-end Kubernetes and container monitoring and security\",\n            \"company\": [\n                {\n                    \"id\": 18579882,\n                    \"name\": \"IBM\"\n                },\n                {\n                    \"id\": 370808562,\n                    \"name\": \"Sysdig\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.businesswire.com\",\n            \"title\": \"Governance Risk and Compliance Platform Market 2020-2024 | Key Vendor Insights | Technavio\",\n            \"url\": \"https://www.businesswire.com/news/home/20201110005991/en/Governance-Risk-and-Compliance-Platform-Market-2020-2024-Key-Vendor-Insights-Technavio/\",\n            \"imageUrl\": \"https://mms.businesswire.com/media/20201110005991/en/837732/22/IRTNTR44684.jpg\",\n            \"pageDate\": \"2020-11-11T05:40:00Z\",\n            \"categories\": [\n                \"GENERAL_PRESS_RELEASE\"\n            ],\n            \"description\": \"LONDON--(BUSINESS WIRE)-- #GlobalGovernanceRiskandCompliancePlatformMarket--The Governance Risk and Compliance Platform Market will grow by $ 28.75 bn during 2020-2024\",\n            \"company\": [\n                {\n                    \"id\": 10879721,\n                    \"name\": \"Dell\"\n                },\n                {\n                    \"id\": 18579882,\n                    \"name\": \"IBM\"\n                },\n                {\n                    \"id\": 25248426,\n                    \"name\": \"Mitratech\"\n                },\n                {\n                    \"id\": 345585174,\n                    \"name\": \"Technavio\"\n                }\n            ]\n        },\n        {\n            \"domain\": \"www.businesswire.com\",\n            \"title\": \"Global Supply Chain Analytics Market | Trends, Drivers, and Key Vendor Offerings | Technavio\",\n            \"url\": \"https://www.businesswire.com/news/home/20201109005911/en/Global-Supply-Chain-Analytics-Market-Trends-Drivers-and-Key-Vendor-Offerings-Technavio/\",\n            \"imageUrl\": \"https://mms.businesswire.com/media/20201109005911/en/837157/22/IRTNTR45145.jpg\",\n            \"pageDate\": \"2020-11-10T04:00:00Z\",\n            \"categories\": [\n                \"GENERAL_PRESS_RELEASE\"\n            ],\n            \"description\": \"LONDON--(BUSINESS WIRE)-- #GlobalSupplyChainAnalyticsMarket--The Supply Chain Analytics Market will grow by $ 3.64 bn during 2020-2024\",\n            \"company\": [\n                {\n                    \"id\": 354049788,\n                    \"name\": \"Cloudera\"\n                },\n                {\n                    \"id\": 18579882,\n                    \"name\": \"IBM\"\n                },\n                {\n                    \"id\": 24920158,\n                    \"name\": \"MicroStrategy\"\n                },\n                {\n                    \"id\": 345585174,\n                    \"name\": \"Technavio\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"a04f60d9-353e-4eb1-9c37-0539ee6b8d13"},{"name":"News Enrich Inputs","id":"d58425e5-a4a4-4af0-ad01-fa7bbf91ca84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/news/enrich","description":"<p>Returns a list of fields you can use as input for the <a href=\"#a04f60d9-353e-4eb1-9c37-0539ee6b8d13\">News Enrich</a> endpoint.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","inputfields","news","enrich"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8592c1dc-5ae3-4c9b-aca6-e63e666a7963","name":"News Enrich Inputs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/news/enrich"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 22:40:33 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"591f66fe2977ae36-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=07a847a334cf7e797620854bcf3d04278d3e9fa911dd994cd5d463e7cae8def9:b222cc11-8ed3-11ea-9562-cb2408100f34; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1589236894","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"cf-request-id","value":"02a77eb2dc0000ae3662852200000001","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fieldName\": \"companyId\",\n        \"fieldType\": \"Long\",\n        \"description\": \"The id of the company you are searching for\"\n    },\n    {\n        \"fieldName\": \"limit\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Maximum number of articles to return. The maximum limit is 5000.\"\n    },\n    {\n        \"fieldName\": \"categories\",\n        \"fieldType\": \"ArrayList\",\n        \"description\": \"Category of news articles. Accepts an Array of String. See the 'News Categories' endpoint for values.\"\n    },\n    {\n        \"fieldName\": \"pageDateMin\",\n        \"fieldType\": \"String\",\n        \"description\": \"Specify the earliest publishing date for news articles returned. For example, 2020-01-01 will return all news articles published on or after Jan 1, 2020.\"\n    },\n    {\n        \"fieldName\": \"pageDateMax\",\n        \"fieldType\": \"String\",\n        \"description\": \"Specify the latest publishing date for news articles articles. For example, 2020-01-31 will return all new articles published on or before Jan 31, 2020.\"\n    }\n]"}],"_postman_id":"d58425e5-a4a4-4af0-ad01-fa7bbf91ca84"},{"name":"News Enrich Outputs","id":"254b86e3-e51b-450d-8704-95e4da168874","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/outputfields/news/enrich","description":"<p>Returns a list of output fields for the <a href=\"#a04f60d9-353e-4eb1-9c37-0539ee6b8d13\">News Enrich</a> endpoint.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","outputfields","news","enrich"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c6bbd515-14fd-483c-b2fe-ec64d9a0b57d","name":"News Enrich Outputs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/outputfields/news/enrich"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 May 2020 22:40:54 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"591f67860e2aae36-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=07a847a334cf7e797620854bcf3d04278d3e9fa911dd994cd5d463e7cae8def9:b222cc11-8ed3-11ea-9562-cb2408100f34; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1498","enabled":true},{"key":"X-RateLimit-Reset","value":"1589236894","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"cf-request-id","value":"02a77f07c60000ae3662bf9200000001","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fieldName\": \"companyId\",\n        \"description\": \"Unique ZoomInfo identifier for a company\"\n    },\n    {\n        \"fieldName\": \"companyName\",\n        \"description\": \"Company name\"\n    },\n    {\n        \"fieldName\": \"domain\",\n        \"description\": \"News article domain\"\n    },\n    {\n        \"fieldName\": \"title\",\n        \"description\": \"News article title\"\n    },\n    {\n        \"fieldName\": \"url\",\n        \"description\": \"News article URL\"\n    },\n    {\n        \"fieldName\": \"imageUrl\",\n        \"description\": \"News article image URL\"\n    },\n    {\n        \"fieldName\": \"pageDate\",\n        \"description\": \"News article date\"\n    },\n    {\n        \"fieldName\": \"categories\",\n        \"description\": \"News article categories\"\n    }\n]"}],"_postman_id":"254b86e3-e51b-450d-8704-95e4da168874"}],"id":"66ccd179-eb19-4b6a-9f09-d76cd6684115","description":"<p>Use <a href=\"#a04f60d9-353e-4eb1-9c37-0539ee6b8d13\">News Enrich</a> to retrieve news data using valid query parameters.</p>\n<p>Refer to the examples provided to build a valid JSON request:</p>\n<ul>\n<li>Use the <a href=\"#d58425e5-a4a4-4af0-ad01-fa7bbf91ca84\">News Enrich Inputs</a> endpoint to retrieve a list of valid input parameters you can provide</li>\n<li>Use the <a href=\"#254b86e3-e51b-450d-8704-95e4da168874\">News Enrich Outputs</a> endpoint to retrieve a list of valid output fields returned</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"63e10bf7-227f-4333-9913-8c964a839f8e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d9aa5b3c-e17e-448a-a547-0effc024359c","type":"text/javascript","exec":[""]}}],"_postman_id":"66ccd179-eb19-4b6a-9f09-d76cd6684115"},{"name":"Scoop Enrich","item":[{"name":"Scoop Enrich","event":[{"listen":"test","script":{"id":"fd63642a-7bea-4cea-bff4-a0fd32f66456","exec":["pm.test(\"Response data includes types, rec contacts, topics, original published date, link, desc, linkText, updateText, company, id, publishedDate\", function () {","    if (pm.response.json().data.length > 0) {","        pm.expect(pm.response.json().data[0]).to.include.keys(\"contacts\");","        pm.expect(pm.response.json().data[0]).to.include.keys(\"types\");","        pm.expect(pm.response.json().data[0]).to.include.keys(\"topics\");","        pm.expect(pm.response.json().data[0]).to.include.keys(\"originalPublishedDate\");","        pm.expect(pm.response.json().data[0]).to.include.keys(\"link\");","        pm.expect(pm.response.json().data[0]).to.include.keys(\"description\");","        pm.expect(pm.response.json().data[0]).to.include.keys(\"linkText\");","        pm.expect(pm.response.json().data[0]).to.include.keys(\"updateText\");","        pm.expect(pm.response.json().data[0]).to.include.keys(\"company\");","        pm.expect(pm.response.json().data[0]).to.include.keys(\"id\");","        pm.expect(pm.response.json().data[0]).to.include.keys(\"publishedDate\");","    }","});","","pm.test(\"Response company data includes name and id fields\", function () {","    if (pm.response.json().data.length > 0) {","        pm.expect(pm.response.json().data[0].company).to.include.keys(\"id\");","        pm.expect(pm.response.json().data[0].company).to.include.keys(\"name\");","    }","});","","pm.test(\"Response contains list of topics\", function () {","    if (pm.response.json().data.length > 0) {","        if (pm.response.json().data[0].topics.length > 0) {","            pm.expect(pm.response.json().data[0].topics[0]).to.include.keys(\"topic\");","        }","    }","});","","var xUsage = JSON.parse(postman.getResponseHeader(\"X-Usage\"));","pm.test(\"X-Usage scoop_search count\", function () {","    pm.expect(xUsage).to.include.keys(\"scoop_search\");","})","","",""],"type":"text/javascript"}}],"id":"545c603a-fbe5-48b6-b4b4-bdca626fead0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"companyName\": \"Zoominfo\",\n\t\"publishedStartDate\": \"2018-11-01\",\n\t\"publishedEndDate\": \"2020-06-21\",\n\t\"scoopType\": \"1,6,7,8\",\n\t\"department\": \"1\",\n\t\"sortBy\": \"originalPublishedDate\",\n\t\"sortOrder\": \"asc\"\n}"},"url":"{{protocol}}://{{url}}/enrich/scoop","description":"<p>Use this endpoint to match company scoop information based on <a href=\"#4ebf5d05-d819-4336-977f-2fe72dc6ac19\">input values</a> and return the desired <a href=\"##6c2de74a-e026-401b-8910-503ae7aa57c8\">output fields</a> in the response.</p>\n<p>The Scoop Enrich endpoint returns a list of scoops related to a specified company:</p>\n<ul>\n<li>Scoop Enrich requests require one of the following: a valid ZoomInfo <code>companyId</code>, <code>companyName</code>, or <code>companyWebsite</code> as an input parameter</li>\n<li>If you do not provide a date range for when the scoop was published, the last 30 days of scoop records matching the request are returned</li>\n<li>For charging purposes, each scoop returned is counted as a record</li>\n</ul>\n<p><strong>Input params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>DataType</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>companyId</td>\n<td>String</td>\n<td>ZoomInfo unique identifier for the company. Will accept a comma-separated list.</td>\n</tr>\n<tr>\n<td>companyName</td>\n<td>String</td>\n<td>Company name</td>\n</tr>\n<tr>\n<td>companyWebsite</td>\n<td>String</td>\n<td>Company domain</td>\n</tr>\n<tr>\n<td>publishedStartDate</td>\n<td>String</td>\n<td>Starting date to search for scoops based on when published. Form a range using publishedEndDate or omit publishedEndDate to search to the current date. Uses YYYY-MM-DD format.</td>\n</tr>\n<tr>\n<td>publishedEndDate</td>\n<td>String</td>\n<td>Ending date to search for scoops based on when published. Form a range using publishedEndDate. Uses YYYY-MM-DD format.</td>\n</tr>\n<tr>\n<td>updatedSinceCreation</td>\n<td>Boolean</td>\n<td>Include scoops that have been updated since publishedStartDate</td>\n</tr>\n<tr>\n<td>scoopType</td>\n<td>String</td>\n<td>Retrieve scoops based on type (e.g., earnings, awards, partnerships and so on). See the <strong>Scoop Types</strong> lookup endpoint for valid inputs.</td>\n</tr>\n<tr>\n<td>scoopTopic</td>\n<td>String</td>\n<td>Retrieve scoops based on topic (e.g., integrations, technology, compliance and so on). See the <strong>Scoop Topics</strong> lookup endpoint for valid inputs.</td>\n</tr>\n<tr>\n<td>department</td>\n<td>String</td>\n<td>Retrieve scoops based on department (IT, finance, HR and so on). See the <strong>Scoop Departments</strong> lookup endpoint for valid inputs.</td>\n</tr>\n<tr>\n<td>scoopId</td>\n<td>String</td>\n<td>ZoomInfo unique identifier for a scoop. Will accept a comma-separated list.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>Search for scoops based on description. Will accept a comma-separated list of keywords.</td>\n</tr>\n<tr>\n<td>rpp</td>\n<td>Integer</td>\n<td>Limits the results returned to the given number of results per page. Default is 25.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>Provides the results for the given page, used in conjunction with <code>rpp</code></td>\n</tr>\n<tr>\n<td>sortOrder</td>\n<td>String</td>\n<td>Provide <code>sortBy</code> if specifying <code>sortOrder</code>. Valid values are <code>asc</code>, <code>ascending</code>, <code>desc</code>, and <code>descending</code>. By default, results are sorted in descending order.</td>\n</tr>\n<tr>\n<td>sortBy</td>\n<td>String</td>\n<td>Sort results by valid output fields: <code>scoopId</code>, <code>originalPublishedDate</code>, <code>description</code>, <code>link</code>, or <code>linkText</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Output fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>ZoomInfo unique identifier for a scoop</td>\n</tr>\n<tr>\n<td>publishedDate</td>\n<td>Publish date for a scoop. If updated, this date will reflect that last updated date.</td>\n</tr>\n<tr>\n<td>originalPublishedDate</td>\n<td>Initial publish date for a scoop</td>\n</tr>\n<tr>\n<td>linkText</td>\n<td>Link text for a scoop</td>\n</tr>\n<tr>\n<td>link</td>\n<td>URL for the scoop</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Short description for the scoop contents</td>\n</tr>\n<tr>\n<td>topics</td>\n<td>Topic(s) associated with a scoop</td>\n</tr>\n<tr>\n<td>updateText</td>\n<td>Text related to an updated scoop</td>\n</tr>\n<tr>\n<td>types</td>\n<td>Type(s) associated with a scoop</td>\n</tr>\n<tr>\n<td>companyId</td>\n<td>ZoomInfo unique identifier for a company</td>\n</tr>\n<tr>\n<td>companyName</td>\n<td>Company name</td>\n</tr>\n<tr>\n<td>contacts</td>\n<td>Contacts associated with a scoop</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{protocol}}","path":["enrich","scoop"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e7daaaba-5c40-441f-b615-0c93affe8d29","name":"Scoop Enrich","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"body":{"mode":"raw","raw":"{\n\t\"companyName\": \"Zoominfo\",\n\t\"publishedStartDate\": \"2018-11-01\",\n\t\"publishedEndDate\": \"2020-06-21\",\n\t\"scoopType\": \"1,6,7,8\",\n\t\"department\": \"1\",\n\t\"sortBy\": \"originalPublishedDate\",\n\t\"sortOrder\": \"asc\"\n}"},"url":"{{protocol}}://{{url}}/enrich/scoop"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 23 Jun 2020 14:23:00 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"5a7edd19cd3aae06-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=3bd72b5a25bfc03a0fa7e3fbae02033c37ca3cc0dcd4fa8ed0531b49f25ba90d:8511cd30-b493-11ea-bfeb-534f7eaad4f4; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"038328841f0000ae060d2fa200000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1592922233","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999987257","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999962272","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9999719","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9999778","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000000","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99999778","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"maxResults\": 9,\n    \"totalResults\": 9,\n    \"currentPage\": 1,\n    \"data\": [\n        {\n            \"id\": 1258709,\n            \"publishedDate\": \"12/4/2018 12:00 AM\",\n            \"originalPublishedDate\": \"12/4/2018 12:00 AM\",\n            \"linkText\": \"\",\n            \"link\": \"\",\n            \"description\": \"has recently been recognized by The Boston Globe as one of the Top Places to Work for 2018 in Massachusetts in the midsize organization category.\",\n            \"topics\": [],\n            \"updateText\": \"\",\n            \"types\": [\n                {\n                    \"id\": 6,\n                    \"type\": \"Award\"\n                }\n            ],\n            \"contacts\": [],\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": 1314240,\n            \"publishedDate\": \"1/24/2019 12:00 AM\",\n            \"originalPublishedDate\": \"1/24/2019 12:00 AM\",\n            \"linkText\": \"\",\n            \"link\": \"\",\n            \"description\": \"has moved its headquarters to Tracer Lane in Waltham, MA. The new location is three stories and will have space for up to 450 employees.\",\n            \"topics\": [],\n            \"updateText\": \"\",\n            \"types\": [\n                {\n                    \"id\": 8,\n                    \"type\": \"Facilities Relocation / Expansion\"\n                }\n            ],\n            \"contacts\": [],\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": 1373240,\n            \"publishedDate\": \"2/11/2019 12:00 AM\",\n            \"originalPublishedDate\": \"2/11/2019 12:00 AM\",\n            \"linkText\": \"\",\n            \"link\": \"\",\n            \"description\": \"has been recognized as a 2019 Top Rated Sales Intelligence Software by TrustRadius.\",\n            \"topics\": [],\n            \"updateText\": \"\",\n            \"types\": [\n                {\n                    \"id\": 6,\n                    \"type\": \"Award\"\n                }\n            ],\n            \"contacts\": [],\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": 1382056,\n            \"publishedDate\": \"2/15/2019 12:00 AM\",\n            \"originalPublishedDate\": \"2/15/2019 12:00 AM\",\n            \"linkText\": \"\",\n            \"link\": \"\",\n            \"description\": \"has recently been ranked #139 on the 2019 SaaS 1000 Top SaaS Companies list.\",\n            \"topics\": [],\n            \"updateText\": \"\",\n            \"types\": [\n                {\n                    \"id\": 6,\n                    \"type\": \"Award\"\n                }\n            ],\n            \"contacts\": [],\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": 1383667,\n            \"publishedDate\": \"2/22/2019 12:00 AM\",\n            \"originalPublishedDate\": \"2/22/2019 12:00 AM\",\n            \"linkText\": \"\",\n            \"link\": \"\",\n            \"description\": \"will be a Silver Sponsor for the Adobe Summit, which will be held March 26-28, 2019 in Las Vegas, NV.\",\n            \"topics\": [],\n            \"updateText\": \"\",\n            \"types\": [\n                {\n                    \"id\": 7,\n                    \"type\": \"Event\"\n                }\n            ],\n            \"contacts\": [],\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": 1382057,\n            \"publishedDate\": \"2/22/2019 12:00 AM\",\n            \"originalPublishedDate\": \"2/22/2019 12:00 AM\",\n            \"linkText\": \"\",\n            \"link\": \"\",\n            \"description\": \"Datanyze has recently been ranked #986 on the 2019 SaaS 1000 Top SaaS Companies list.\",\n            \"topics\": [],\n            \"updateText\": \"\",\n            \"types\": [\n                {\n                    \"id\": 6,\n                    \"type\": \"Award\"\n                }\n            ],\n            \"contacts\": [],\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": 1620555,\n            \"publishedDate\": \"8/27/2019 12:00 AM\",\n            \"originalPublishedDate\": \"8/27/2019 12:00 AM\",\n            \"linkText\": \"\",\n            \"link\": \"\",\n            \"description\": \"has been ranked #2423 on the 2019 Inc. 5000 list, which recognizes the fastest-growing privately-held companies in the United States.\",\n            \"topics\": [],\n            \"updateText\": \"\",\n            \"types\": [\n                {\n                    \"id\": 6,\n                    \"type\": \"Award\"\n                }\n            ],\n            \"contacts\": [],\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": 1725335,\n            \"publishedDate\": \"11/12/2019 12:00 AM\",\n            \"originalPublishedDate\": \"11/12/2019 12:00 AM\",\n            \"linkText\": \"\",\n            \"link\": \"\",\n            \"description\": \"will be sponsoring Dreamforce, which will be held November 19-22, 2019 in San Francisco, CA.\",\n            \"topics\": [],\n            \"updateText\": \"\",\n            \"types\": [\n                {\n                    \"id\": 7,\n                    \"type\": \"Event\"\n                }\n            ],\n            \"contacts\": [],\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        },\n        {\n            \"id\": 1811048,\n            \"publishedDate\": \"2/11/2020 12:00 AM\",\n            \"originalPublishedDate\": \"2/11/2020 12:00 AM\",\n            \"linkText\": \"\",\n            \"link\": \"\",\n            \"description\": \"has announced plans to move its Grand Rapids, MI office to a new 10,000 square-foot location at 435 Ionia Ave Southwest. The location is expected to open in February 2020.\",\n            \"topics\": [],\n            \"updateText\": \"\",\n            \"types\": [\n                {\n                    \"id\": 8,\n                    \"type\": \"Facilities Relocation / Expansion\"\n                }\n            ],\n            \"contacts\": [],\n            \"company\": {\n                \"id\": 344589814,\n                \"name\": \"ZoomInfo\"\n            }\n        }\n    ]\n}"}],"_postman_id":"545c603a-fbe5-48b6-b4b4-bdca626fead0"},{"name":"Scoop Enrich Inputs","id":"4ebf5d05-d819-4336-977f-2fe72dc6ac19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/scoop/enrich","description":"<p>Returns a list of fields you can use as input for the <a href=\"#545c603a-fbe5-48b6-b4b4-bdca626fead0\">Scoop Enrich</a> endpoint.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","inputfields","scoop","enrich"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8cd93d68-3d66-4732-8694-78215144d0ef","name":"Scoop Enrich Inputs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/scoop/enrich"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Aug 2020 13:34:19 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"5c8dedf8dbdfff84-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=70071f10bb597f681bf32e5484a1bffce58189aa85981cea9fb1578c401445bb:2f79d591-e713-11ea-b61e-d347a7de7ad3; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"04cc930f890000ff849b32b200000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1598448920","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fieldName\": \"companyId\",\n        \"fieldType\": \"String\",\n        \"description\": \"ZoomInfo unique identifier for the company. Will accept a comma-separated list.\"\n    },\n    {\n        \"fieldName\": \"companyName\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company name\"\n    },\n    {\n        \"fieldName\": \"companyWebsite\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company domain\"\n    },\n    {\n        \"fieldName\": \"publishedStartDate\",\n        \"fieldType\": \"String\",\n        \"description\": \"Starting date to search for scoops based on when published. Form a range using publishedEndDate or omit publishedEndDate to search to the current date. Uses YYYY-MM-DD format.\"\n    },\n    {\n        \"fieldName\": \"publishedEndDate\",\n        \"fieldType\": \"String\",\n        \"description\": \"Ending date to search for scoops based on when published. Form a range using publishedEndDate. Uses YYYY-MM-DD format.\"\n    },\n    {\n        \"fieldName\": \"updatedSinceCreation\",\n        \"fieldType\": \"Boolean\",\n        \"description\": \"Include scoops that have been updated since publishedStartDate\"\n    },\n    {\n        \"fieldName\": \"scoopType\",\n        \"fieldType\": \"String\",\n        \"description\": \"Retrieve scoops based on type (e.g., earnings, awards, partnerships and so on)\"\n    },\n    {\n        \"fieldName\": \"scoopTopic\",\n        \"fieldType\": \"String\",\n        \"description\": \"Retrieve scoops based on topic (e.g., integrations, technology, compliance and so on)\"\n    },\n    {\n        \"fieldName\": \"department\",\n        \"fieldType\": \"String\",\n        \"description\": \"Retrieve scoops based on department (IT, finance, HR and so on)\"\n    },\n    {\n        \"fieldName\": \"scoopId\",\n        \"fieldType\": \"String\",\n        \"description\": \"ZoomInfo unique identifier for a scoop. Will accept a comma-separated list.\"\n    },\n    {\n        \"fieldName\": \"description\",\n        \"fieldType\": \"String\",\n        \"description\": \"Search for scoops based on description\"\n    },\n    {\n        \"fieldName\": \"rpp\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Limits the results returned to the given number of results per page\"\n    },\n    {\n        \"fieldName\": \"page\",\n        \"fieldType\": \"Integer\",\n        \"description\": \"Provides the results for the given page, used in conjunction with rpp\"\n    },\n    {\n        \"fieldName\": \"sortBy\",\n        \"fieldType\": \"String\",\n        \"description\": \"Sorts results by valid output fields\"\n    },\n    {\n        \"fieldName\": \"sortOrder\",\n        \"fieldType\": \"String\",\n        \"description\": \"Default value is desc. It accepts the following values { Asc, Ascending, desc, descending }\"\n    }\n]"}],"_postman_id":"4ebf5d05-d819-4336-977f-2fe72dc6ac19"},{"name":"Scoop Enrich Outputs","id":"3af4b7ad-e694-4202-81c4-20b7bab73946","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/outputfields/scoop/enrich","description":"<p>Returns a list of output fields for the <a href=\"#545c603a-fbe5-48b6-b4b4-bdca626fead0\">Scoop Enrich</a> endpoint.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","outputfields","scoop","enrich"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"15eb322b-b8de-42e5-bb33-38ba062514d0","name":"Scoop Enrich Outputs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/outputfields/scoop/enrich"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 23 Jun 2020 14:29:12 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"5a7ee65cadffae06-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=3bd72b5a25bfc03a0fa7e3fbae02033c37ca3cc0dcd4fa8ed0531b49f25ba90d:8511cd30-b493-11ea-bfeb-534f7eaad4f4; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"03832e4de70000ae060d20a200000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1592922612","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fieldName\": \"id\",\n        \"description\": \"ZoomInfo unique identifier for a scoop\"\n    },\n    {\n        \"fieldName\": \"publishedDate\",\n        \"description\": \"Publish date for a scoop. If updated, this date will reflect that last updated date.\"\n    },\n    {\n        \"fieldName\": \"originalPublishedDate\",\n        \"description\": \"Initial publish date for a scoop\"\n    },\n    {\n        \"fieldName\": \"linkText\",\n        \"description\": \"Link text for a scoop\"\n    },\n    {\n        \"fieldName\": \"link\",\n        \"description\": \"URL for the scoop\"\n    },\n    {\n        \"fieldName\": \"description\",\n        \"description\": \"Short description for the scoop contents\"\n    },\n    {\n        \"fieldName\": \"topics\",\n        \"description\": \"Topic(s) associated with a scoop\"\n    },\n    {\n        \"fieldName\": \"updateText\",\n        \"description\": \"Text related to an updated scoop\"\n    },\n    {\n        \"fieldName\": \"types\",\n        \"description\": \"Type(s) associated with a scoop\"\n    },\n    {\n        \"fieldName\": \"companyId\",\n        \"description\": \"ZoomInfo unique identifier for a company\"\n    },\n    {\n        \"fieldName\": \"companyName\",\n        \"description\": \"Company name\"\n    },\n    {\n        \"fieldName\": \"contacts\",\n        \"description\": \"Contacts associated with a scoop\"\n    }\n]"}],"_postman_id":"3af4b7ad-e694-4202-81c4-20b7bab73946"}],"id":"009d1269-2f53-4dbe-8b31-a21cee0f3ec0","description":"<p>Use <a href=\"#545c603a-fbe5-48b6-b4b4-bdca626fead0\">Scoop Enrich</a> to retrieve Scoop data using valid query parameters.</p>\n<p>Refer to the examples provided to build a valid JSON request:</p>\n<ul>\n<li>Use the <a href=\"#4ebf5d05-d819-4336-977f-2fe72dc6ac19\">Scoop Enrich Inputs</a> endpoint to retrieve a list of valid input parameters you can provide</li>\n<li>Use the <a href=\"#3af4b7ad-e694-4202-81c4-20b7bab73946\">Scoop Enrich Outputs</a> endpoint to retrieve a list of valid output fields returned</li>\n</ul>\n","_postman_id":"009d1269-2f53-4dbe-8b31-a21cee0f3ec0"}],"id":"4c495fb6-68df-44bb-8703-0616f81cfdcb","description":"<p>Use the Enrich endpoints to request and return detailed data about contacts, companies, locations, org charts, technologies, hashtags and IP addresses. </p>\n","event":[{"listen":"prerequest","script":{"id":"e8c256d8-c10a-407d-9062-9403a9aeeb71","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bb853b22-3dc3-4472-87d3-0195c23ec385","type":"text/javascript","exec":["pm.test(\"Response header to X-Usage\", function () {","    pm.response.to.have.header(\"X-Usage\");","});","","// only for the actual match calls","if (pm.request.url.toString().indexOf('/match/') > 0) {","    ","    pm.test(\"Response includes outputfields\", function () {","        pm.expect(pm.response.json()).to.include.keys(\"outputFields\");","    });","    ","    pm.test(\"Response includes result object\", function () {","        pm.expect(pm.response.json()).to.include.keys(\"result\");","    });","    ","    if (pm.response.json().result !== null) {","        if (pm.response.json().result.length > 0) {","            pm.test(\"Response result includes data\", function () {","                pm.expect(pm.response.json().result[0]).to.include.keys(\"data\");","            });","            ","            pm.test(\"Response result includes inputFields\", function () {","                pm.expect(pm.response.json().result[0]).to.include.keys(\"input\");","            });   ","        }","    }","    ","    var inputObj = JSON.parse(pm.request.body);","    pm.test(\"Input contains outputFields\", function () {","        pm.expect(inputObj).to.include.keys(\"outputFields\");","    });","    ","    pm.test(\"Output result contains all the requested fields\", function () {","        var result = pm.response.json().result;","        for (var i=0; i<result.length; i++) {","            var data = result[i].data[0];       // will always return a single result","            for (var j=0; j<inputObj.outputFields.length; j++) {","                // console.log(data + ' - ' + inputObj.outputFields[j])","                ","                // skip all the fields that start with: 'person', 'company'","                // because we group these fields into separate objects","                // less generic tests will be written for these","                var fieldName = inputObj.outputFields[j];","                if (fieldName.indexOf('person') !== 0 && fieldName.indexOf('company') !== 0) {","                    pm.expect(data).to.include.keys(fieldName);   ","                }","            }","        }","    });   ","}"]}}],"_postman_id":"4c495fb6-68df-44bb-8703-0616f81cfdcb"},{"name":"Lookup","item":[{"name":"Company Ranking","event":[{"listen":"test","script":{"id":"a7e48bda-c64d-4bc4-afb4-1011e778c7ba","exec":["pm.test(\"Response is a list of IDs and Names\", function () {","    ","    pm.expect(pm.response.json()[0]).to.include.keys(\"Id\");","    pm.expect(pm.response.json()[0]).to.include.keys(\"Name\");","    ","});"],"type":"text/javascript"}}],"id":"217297b2-9743-47b5-a2be-adf5be3bdd47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/companyranking","description":"<p>Retrieve accepted Company Ranking values</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","companyranking"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3abacc87-5f21-4917-a655-abebf2ffa24c","name":"Get  Company Ranking","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/companyranking"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2019 15:03:51 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"CF-Ray","value":"517bf8185879ae06-BOS","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"Set-Cookie","value":"_pxhd=65d3624b622354d497d15cd8f518d9003708630dad6c7226d0b798c059302a3a:97799611-d95b-11e9-9c4e-21d6673962fa; path=/;","enabled":true},{"key":"vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"1000","enabled":true},{"key":"X-RateLimit-Remaining","value":"999","enabled":true},{"key":"X-RateLimit-Reset","value":"1568732631","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": \"fortune100\",\n        \"Name\": \"Fortune 100\"\n    },\n    {\n        \"Id\": \"fortune500\",\n        \"Name\": \"Fortune 500\"\n    },\n    {\n        \"Id\": \"fortune1000\",\n        \"Name\": \"Fortune 1000\"\n    },\n    {\n        \"Id\": \"global500\",\n        \"Name\": \"Global 500\"\n    },\n    {\n        \"Id\": \"private500\",\n        \"Name\": \"America's Largest\"\n    },\n    {\n        \"Id\": \"russell3000\",\n        \"Name\": \"Russell 3000\"\n    }\n]"}],"_postman_id":"217297b2-9743-47b5-a2be-adf5be3bdd47"},{"name":"Continent","event":[{"listen":"test","script":{"id":"010a2979-5fca-40d7-9ab3-b7a8ae27b01d","exec":["pm.test(\"Response is a list of IDs and Names\", function () {","    ","    pm.expect(pm.response.json()[0]).to.include.keys(\"Id\");","    pm.expect(pm.response.json()[0]).to.include.keys(\"Name\");","    ","});"],"type":"text/javascript"}}],"id":"6bd81cb6-26d6-4d43-911e-df5844830bd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/continent","description":"<p>Retrieve accepted Continent values</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","continent"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6bd81cb6-26d6-4d43-911e-df5844830bd9"},{"name":"Country","event":[{"listen":"test","script":{"id":"26b8c63a-b8f1-4b89-9e22-d8cf25e62aa3","exec":["pm.test(\"Response is a list of IDs and Names\", function () {","    ","    pm.expect(pm.response.json()[0]).to.include.keys(\"Id\");","    pm.expect(pm.response.json()[0]).to.include.keys(\"Name\");","    ","});"],"type":"text/javascript"}}],"id":"ea0670fa-381d-4e1f-a087-8b4b179b691b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/country","description":"<p>Retrieve accepted Country values</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","country"],"host":["{{url}}"],"query":[{"key":"","value":""}],"variable":[]}},"response":[],"_postman_id":"ea0670fa-381d-4e1f-a087-8b4b179b691b"},{"name":"State","event":[{"listen":"test","script":{"id":"7ed4d91b-756c-4991-b71f-757cbe4133f6","exec":["pm.test(\"Response is a list of IDs and Names\", function () {","    ","    pm.expect(pm.response.json()[0]).to.include.keys(\"Id\");","    pm.expect(pm.response.json()[0]).to.include.keys(\"Name\");","    ","});"],"type":"text/javascript"}}],"id":"aa538d1b-7c1c-465a-8a03-d7d98314e74d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/state","description":"<p>Retrieve accepted State values</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","state"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa538d1b-7c1c-465a-8a03-d7d98314e74d"},{"name":"Contact Departments","event":[{"listen":"test","script":{"id":"550df6d2-c618-4050-9451-7086ec69becb","exec":["pm.test(\"Response is a list of IDs and Names\", function () {","    ","    pm.expect(pm.response.json()[0]).to.include.keys(\"Id\");","    pm.expect(pm.response.json()[0]).to.include.keys(\"Name\");","    ","});"],"type":"text/javascript"}}],"id":"015c9e39-dc39-41dc-ab33-5f07a802fd99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"url":"{{protocol}}://{{url}}/lookup/department","description":"<p>Retrieve accepted Contact Department values</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","department"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"015c9e39-dc39-41dc-ab33-5f07a802fd99"},{"name":"Employee Count","event":[{"listen":"test","script":{"id":"36920bc1-d723-4c4f-8e19-3e83d1b1f97f","exec":["pm.test(\"Response is a list of IDs and Names\", function () {","    ","    pm.expect(pm.response.json()[0]).to.include.keys(\"Id\");","    pm.expect(pm.response.json()[0]).to.include.keys(\"Name\");","    ","});"],"type":"text/javascript"}}],"id":"4632ac8d-d96b-4672-ba84-8314ba1bb146","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/employeecount","description":"<p>Retrieve accepted Employee Count values</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","employeecount"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4632ac8d-d96b-4672-ba84-8314ba1bb146"},{"name":"SIC Codes","event":[{"listen":"test","script":{"id":"fc1cc66c-9967-43d9-8f0a-d0678a708290","exec":["pm.test(\"Response is a list of IDs and Names\", function () {","    ","    pm.expect(pm.response.json()[0]).to.include.keys(\"Id\");","    pm.expect(pm.response.json()[0]).to.include.keys(\"Name\");","    ","});"],"type":"text/javascript"}}],"id":"e72b89cd-7227-4e75-a31c-9dac98458b96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/siccode","description":"<p>Retrieve accepted Standard Industrial Classification (SIC) values</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","siccode"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e72b89cd-7227-4e75-a31c-9dac98458b96"},{"name":"NAICS Codes","event":[{"listen":"test","script":{"id":"fc1cc66c-9967-43d9-8f0a-d0678a708290","exec":["pm.test(\"Response is a list of IDs and Names\", function () {","    ","    pm.expect(pm.response.json()[0]).to.include.keys(\"Id\");","    pm.expect(pm.response.json()[0]).to.include.keys(\"Name\");","    ","});"],"type":"text/javascript"}}],"id":"7976cc65-e360-49e7-825a-30d57ae5c091","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"url":"{{protocol}}://{{url}}/lookup/naicscode","description":"<p>Retrieve accepted North American Industry Classification System (NAICS) values</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","naicscode"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7976cc65-e360-49e7-825a-30d57ae5c091"},{"name":"Industry Codes","event":[{"listen":"test","script":{"id":"fc1cc66c-9967-43d9-8f0a-d0678a708290","exec":["pm.test(\"Response is a list of IDs and Names\", function () {","    ","    pm.expect(pm.response.json()[0]).to.include.keys(\"Id\");","    pm.expect(pm.response.json()[0]).to.include.keys(\"Name\");","    ","});"],"type":"text/javascript"}}],"id":"e1f93c82-43bc-4bdc-9600-03242ef873ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"url":"{{protocol}}://{{url}}/lookup/industry","description":"<p>Retrieve accepted Industry Code values</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","industry"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1f93c82-43bc-4bdc-9600-03242ef873ca"},{"name":"Job Title Hierarchy","event":[{"listen":"test","script":{"id":"2eb24ed4-51b1-41a1-83f1-c51a6f032ae8","exec":["pm.test(\"Response is a list of IDs and Names\", function () {","    ","    pm.expect(pm.response.json()[0]).to.include.keys(\"Id\");","    pm.expect(pm.response.json()[0]).to.include.keys(\"Name\");","    ","});"],"type":"text/javascript"}}],"id":"abe7fe05-05e7-414a-95a5-46fc5cc70512","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/jobtitlehierarchy","description":"<p>Retrieve accepted Job Title Hierarchy values</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","jobtitlehierarchy"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"abe7fe05-05e7-414a-95a5-46fc5cc70512"},{"name":"Job Function","event":[{"listen":"test","script":{"id":"f5f035e9-9626-4b77-8849-7b503c2a36e8","exec":["pm.test(\"Response is a list of IDs and Names\", function () {","    ","    pm.expect(pm.response.json()[0]).to.include.keys(\"Id\");","    pm.expect(pm.response.json()[0]).to.include.keys(\"Name\");","    ","});"],"type":"text/javascript"}}],"id":"dd9e9fa4-33aa-495a-ab40-f97339784cf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"url":"{{protocol}}://{{url}}/lookup/jobfunction","description":"<p>Retrieve accepted Job Function values</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","jobfunction"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd9e9fa4-33aa-495a-ab40-f97339784cf1"},{"name":"Metro Area","event":[{"listen":"test","script":{"id":"6b12b82b-6b4c-4588-900a-a5ec16a4a5ca","exec":["pm.test(\"Response is a list of IDs and Names\", function () {","    ","    pm.expect(pm.response.json()[0]).to.include.keys(\"Id\");","    pm.expect(pm.response.json()[0]).to.include.keys(\"Name\");","    ","});"],"type":"text/javascript"}}],"id":"5fecca5e-74f1-4d39-b6a6-1e0ddf0fa539","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/metroarea","description":"<p>Retrieve accepted Metro Area values</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","metroarea"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5fecca5e-74f1-4d39-b6a6-1e0ddf0fa539"},{"name":"Revenue Range","event":[{"listen":"test","script":{"id":"7755fc88-ce0d-479a-9f71-040dfe5ef794","exec":["pm.test(\"Response is a list of IDs and Names\", function () {","    ","    pm.expect(pm.response.json()[0]).to.include.keys(\"Id\");","    pm.expect(pm.response.json()[0]).to.include.keys(\"Name\");","    ","});"],"type":"text/javascript"}}],"id":"77fedfbc-c8df-4e4e-afc2-37112caa97be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/revenuerange","description":"<p>Retrieve accepted Revenue Range values</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","revenuerange"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"77fedfbc-c8df-4e4e-afc2-37112caa97be"},{"name":"Scoop Topics","event":[{"listen":"test","script":{"id":"d0ea8298-9600-4ae9-95fe-762d8b06d0fc","exec":["pm.test(\"Response is a list of IDs and Names\", function () {","    ","    pm.expect(pm.response.json()[0]).to.include.keys(\"Id\");","    pm.expect(pm.response.json()[0]).to.include.keys(\"Name\");","    ","});"],"type":"text/javascript"}}],"id":"c9aadb87-22ca-4feb-94cc-a73e4540ac94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/scooptopic","description":"<p>Retrieve accepted Scoop Topic values</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","scooptopic"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9aadb87-22ca-4feb-94cc-a73e4540ac94"},{"name":"Scoop Types","event":[{"listen":"test","script":{"id":"07950f53-e267-4bbb-a77f-da915890fad7","exec":["pm.test(\"Response is a list of types and subTypes\", function () {","    ","    pm.expect(pm.response.json()[0]).to.include.keys(\"type\");","    pm.expect(pm.response.json()[0]).to.include.keys(\"subType\");","});"],"type":"text/javascript"}}],"id":"21aa31de-253e-494f-9408-db442ff9bbb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/scooptype","description":"<p>Retrieve accepted Scoop Type values</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","scooptype"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"21aa31de-253e-494f-9408-db442ff9bbb6"},{"name":"Scoop Departments","event":[{"listen":"test","script":{"id":"550df6d2-c618-4050-9451-7086ec69becb","exec":["pm.test(\"Response is a list of IDs and Names\", function () {","    ","    pm.expect(pm.response.json()[0]).to.include.keys(\"Id\");","    pm.expect(pm.response.json()[0]).to.include.keys(\"Name\");","    ","});"],"type":"text/javascript"}}],"id":"1649ad68-8e03-4d1f-90ff-ec221d53caa0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/scoopdepartment","description":"<p>Retrieve accepted Scoop Department values</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","scoopdepartment"],"host":["{{url}}"],"query":[{"key":"","value":""}],"variable":[]}},"response":[],"_postman_id":"1649ad68-8e03-4d1f-90ff-ec221d53caa0"},{"name":"Company Type","event":[{"listen":"test","script":{"id":"6eb8abbe-50f1-40f3-9ef8-5c5be081530c","exec":["pm.test(\"Response contains companyTypes\", function () {","    ","    pm.expect(pm.response.json()).to.include.keys(\"companyType\");","    ","});"],"type":"text/javascript"}}],"id":"c1c18376-e740-4412-9d86-dbd1145429c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/companytype","description":"<p>Retrieve accepted Company Type values</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","companytype"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1c18376-e740-4412-9d86-dbd1145429c8"},{"name":"Board Members","event":[{"listen":"test","script":{"id":"bf59842a-d444-42f6-8e84-2e34b4228ca8","exec":["pm.test(\"Response contains board member types\", function () {","    ","    pm.expect(pm.response.json()).to.include.keys(\"boardMember\");","    ","});"],"type":"text/javascript"}}],"id":"993c5474-f201-4de8-9e64-f87c2045a084","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/boardMember","description":"<p>Retrieve accepted Board Member values</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","boardMember"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"993c5474-f201-4de8-9e64-f87c2045a084"},{"name":"Management Levels","event":[{"listen":"test","script":{"id":"28f775ac-5e7e-4370-84e6-507d140c2b4b","exec":["pm.test(\"Response contains management level\", function () {","    ","    pm.expect(pm.response.json()).to.include.keys(\"managementLevel\");","    ","});"],"type":"text/javascript"}}],"id":"239048f1-a720-46b1-a907-3a9ca243ede2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/managementLevel","description":"<p>Retrieve accepted Management Level values</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","managementLevel"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"239048f1-a720-46b1-a907-3a9ca243ede2"},{"name":"Sub Unit Type","event":[{"listen":"test","script":{"id":"dbd16130-f1cd-4a4e-b453-ff76bb188351","exec":["pm.test(\"Response contains sub unit types\", function () {","    ","    pm.expect(pm.response.json()).to.include.keys(\"subUnitTypes\");","    ","});"],"type":"text/javascript"}}],"id":"e7dd47c9-bfa4-4dfd-8547-3334377fef17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/subunittypes","description":"<p>Retrieve accepted Sub Unit Type values</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","subunittypes"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7dd47c9-bfa4-4dfd-8547-3334377fef17"},{"name":"Tech - Categories","event":[{"listen":"test","script":{"id":"dbd16130-f1cd-4a4e-b453-ff76bb188351","exec":["pm.test(\"Response contains sub unit types\", function () {","    ","    pm.expect(pm.response.json()).to.include.keys(\"subUnitTypes\");","    ","});"],"type":"text/javascript"}}],"id":"b73c7096-268f-4bcd-b6a9-cb764f40a29e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"url":"{{protocol}}://{{url}}/lookup/tech/category","description":"<p>Retrieve accepted Tech Category values</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","tech","category"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b73c7096-268f-4bcd-b6a9-cb764f40a29e"},{"name":"Tech - Vendor","event":[{"listen":"test","script":{"id":"dbd16130-f1cd-4a4e-b453-ff76bb188351","exec":["pm.test(\"Response contains sub unit types\", function () {","    ","    pm.expect(pm.response.json()).to.include.keys(\"subUnitTypes\");","    ","});"],"type":"text/javascript"}}],"id":"b6c19398-eeb4-46c8-a78b-ed51f16e4d0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"url":"{{protocol}}://{{url}}/lookup/tech/vendor","description":"<p>Retrieve accepted Tech Vendor values</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","tech","vendor"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6c19398-eeb4-46c8-a78b-ed51f16e4d0d"},{"name":"Tech - Product","event":[{"listen":"test","script":{"id":"dbd16130-f1cd-4a4e-b453-ff76bb188351","exec":["pm.test(\"Response contains sub unit types\", function () {","    ","    pm.expect(pm.response.json()).to.include.keys(\"subUnitTypes\");","    ","});"],"type":"text/javascript"}}],"id":"9551cace-281d-43d0-8685-dd39c82780cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"url":"{{protocol}}://{{url}}/lookup/tech/product?vendor=microsoft corporation&parentCategory=Communication and Collaboration&category=Unified Communications","description":"<p>Retrieve accepted Tech Product values</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","tech","product"],"host":["{{url}}"],"query":[{"key":"vendor","value":"microsoft corporation"},{"key":"parentCategory","value":"Communication and Collaboration"},{"key":"category","value":"Unified Communications"}],"variable":[]}},"response":[],"_postman_id":"9551cace-281d-43d0-8685-dd39c82780cc"},{"name":"Tech Skills","event":[{"listen":"test","script":{"id":"dbd16130-f1cd-4a4e-b453-ff76bb188351","exec":["pm.test(\"Response is a list of IDs and Names\", function () {","    ","    pm.expect(pm.response.json()[0]).to.include.keys(\"id\");","    pm.expect(pm.response.json()[0]).to.include.keys(\"name\");","    ","});"],"type":"text/javascript"}}],"id":"413af8b8-bfea-47e4-8809-fe1973155067","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"url":"{{protocol}}://{{url}}/lookup/tech-skills","description":"<p>Retrieve Tech Skill values</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","tech-skills"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"413af8b8-bfea-47e4-8809-fe1973155067"},{"name":"Hashtag","event":[{"listen":"test","script":{"id":"dbd16130-f1cd-4a4e-b453-ff76bb188351","exec":["pm.test(\"Response contains sub unit types\", function () {","    ","    pm.expect(pm.response.json()).to.include.keys(\"subUnitTypes\");","    ","});"],"type":"text/javascript"}}],"id":"fca6515f-0ef5-4f6a-885d-9c80aef81f14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"url":"{{protocol}}://{{url}}/lookup/hashtag?vendor=microsoft corporation&parentCategory=Communication and Collaboration&category=Unified Communications","description":"<p>Retrieve accepted Hashtag values</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","hashtag"],"host":["{{url}}"],"query":[{"key":"vendor","value":"microsoft corporation"},{"key":"parentCategory","value":"Communication and Collaboration"},{"key":"category","value":"Unified Communications"}],"variable":[]}},"response":[],"_postman_id":"fca6515f-0ef5-4f6a-885d-9c80aef81f14"},{"name":"Intent Topics","id":"7d3e2352-9099-4207-815e-6129c95a2f16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/intent/topics","description":"<p>Retrieve accepted intent topics and categories.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","intent","topics"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6ef550c2-4c23-40d6-bc86-97f2b7462377","name":"Intent Topics","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/intent/topics"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 10 May 2020 17:20:36 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"591554f01f94ebf8-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=07a847a334cf7e797620854bcf3d04278d3e9fa911dd994cd5d463e7cae8def9:b222cc11-8ed3-11ea-9562-cb2408100f34; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1498","enabled":true},{"key":"X-RateLimit-Reset","value":"1589131277","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"cf-request-id","value":"02a1336a0d0000ebf89b866200000001","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Name\": \"Affordable Care Act (ACA)\",\n        \"Category\": \"Compensation & Benefits\",\n        \"Department\": \"Legal\",\n        \"JobFunction\": \"Governmental Affairs & Regulatory Law\",\n        \"Description\": \"The Affordable Care Act (ACA) is a United States federal statute signed into law by President Obama on March 23, 2010. The ACA was enacted to increase the quality and affordability of health insurance, lower the uninsured rate by expanding public and private insurance coverage, and reduce the costs of healthcare for individuals and the government.\"\n    },\n    {\n        \"Name\": \"Android Push Notifications\",\n        \"Category\": \"Mobile Devices\",\n        \"Department\": \"Information Technology\",\n        \"JobFunction\": \"Cloud / Mobility\",\n        \"Description\": \"Android Push Notifications is a message that pops up on the user's device. Notifications can be triggered locally by an open application, or they can be \\\"\\\"pushed\\\"\\\" from the server to the user even when the app is not running. They allow your users to opt-in to timely updates and allow you to effectively re-engage users with customized content.\"\n    },\n    {\n        \"Name\": \"Claims Processing\",\n        \"Category\": \"Compensation & Benefits\",\n        \"Department\": \"Medical & Health\",\n        \"JobFunction\": \"Medical Administration\",\n        \"Description\": \"Claims processing refers to the insurance company's procedure to check the claim requests for adequate information, validation, justification and authenticity.\"\n    },\n    {\n        \"Name\": \"Cloud Applications\",\n        \"Category\": \"Cloud\",\n        \"Department\": \"Information Technology\",\n        \"JobFunction\": \"Cloud / Mobility\",\n        \"Description\": \"Cloud application or cloud app is a software program where cloud-based and local components work together.\"\n    },\n    {\n        \"Name\": \"Cloud Computing\",\n        \"Category\": \"Cloud\",\n        \"Department\": \"Information Technology\",\n        \"JobFunction\": \"Cloud / Mobility\",\n        \"Description\": \"Cloud computing is a general term for anything that involves delivering hosted services over the internet.\"\n    },\n    {\n        \"Name\": \"Cloud Infrastructure\",\n        \"Category\": \"Cloud\",\n        \"Department\": \"Information Technology\",\n        \"JobFunction\": \"Cloud / Mobility\",\n        \"Description\": \"Cloud infrastructure is a term used to describe the components needed for cloud computing, which includes hardware, abstracted resources, storage, and network resources. Think of cloud infrastructure as the tools needed to build a cloud. In order to host services and applications in the cloud, you need cloud infrastructure.\"\n    },\n    {\n        \"Name\": \"Corporate Culture\",\n        \"Category\": \"Company Culture & Policy\",\n        \"Department\": \"Human Resources\",\n        \"JobFunction\": \"Organizational Development\",\n        \"Description\": \"Corporate culture is the shared values, attitudes, standards, and beliefs that characterize members of an organization and define its nature. It is rooted in an organization's goals, strategies, structure, and approaches to labor, customers, investors, and the greater community.\"\n    },\n    {\n        \"Name\": \"Credit Card Fraud\",\n        \"Category\": \"Banking\",\n        \"Department\": \"Finance\",\n        \"JobFunction\": \"Risk\",\n        \"Description\": \"Credit card fraud is an inclusive term for fraud committed using a payment card, such as a credit card or debit card. The purpose may be to obtain goods or services, or to make payment to another account which is controlled by a criminal.\"\n    },\n    {\n        \"Name\": \"Direct Deposit\",\n        \"Category\": \"Billing & Invoice\",\n        \"Department\": \"Finance\",\n        \"JobFunction\": \"Finance\",\n        \"Description\": \"Direct deposit or direct credit, in banking, is a deposit of money by a payer directly into a payee's bank account. Direct deposits are most commonly made by businesses in the payment of salaries and wages and for the payment of suppliers' accounts, but the facility can be used for payments, such as payment of bills, taxes, and other government charges.\"\n    },\n    {\n        \"Name\": \"eFulfillment Service\",\n        \"Category\": \"Logistics / Supply Chain\",\n        \"Department\": \"Operations\",\n        \"JobFunction\": \"Logistics\",\n        \"Description\": \"eFulfillment Service (EFS) is a process of making order fulfillment fast, easy and affordable for sellers of all types and sizes.\"\n    },\n    {\n        \"Name\": \"Google Search\",\n        \"Category\": \"Search\",\n        \"Department\": \"Information Technology\",\n        \"JobFunction\": \"Collaboration & Web Apps\",\n        \"Description\": \"Google Search, also referred to as Google Web Search or simply Google, is a web search engine developed by Google.\"\n    },\n    {\n        \"Name\": \"Healthcare Law\",\n        \"Category\": \"Regulations\",\n        \"Department\": \"Legal\",\n        \"JobFunction\": \"Governmental Affairs & Regulatory Law\",\n        \"Description\": \"Healthcare law concerns who can receive healthcare, and who should pay for it. This is a surprisingly complicated area of law given how expensive healthcare can be in the United States.\"\n    },\n    {\n        \"Name\": \"Hours of Work\",\n        \"Category\": \"Labor & Employment Policy\",\n        \"Department\": \"Human Resources\",\n        \"JobFunction\": \"Human Resources\",\n        \"Description\": \"Hours of Work is the period of time during which one engages in paid work. It is one way to measure the labor a person performs.\"\n    },\n    {\n        \"Name\": \"In-App Advertising\",\n        \"Category\": \"Advertising\",\n        \"Department\": \"Marketing\",\n        \"JobFunction\": \"Advertising\",\n        \"Description\": \"In-app advertising is an effective monetization strategy for mobile publishers, in which app developers get paid to serve advertisements within their mobile app.\"\n    },\n    {\n        \"Name\": \"Incentive Compensation\",\n        \"Category\": \"Compensation & Benefits\",\n        \"Department\": \"Human Resources\",\n        \"JobFunction\": \"Compensation & Benefits\",\n        \"Description\": \"Incentive compensation is a type of compensation based on the performance of an entity. Often incentive compensation plans are designed to attract and retain key employees, identify with shareholders, and align interests of employees and the company.\"\n    },\n    {\n        \"Name\": \"Java\",\n        \"Category\": \"Application Development\",\n        \"Department\": \"Engineering & Technical\",\n        \"JobFunction\": \"Software Development\",\n        \"Description\": \"Java is a widely used programming language expressly designed for use in the distributed environment of the internet. It is the programming language for Android smartphone applications.\"\n    },\n    {\n        \"Name\": \"Legal\",\n        \"Category\": \"Legal Operations\",\n        \"Department\": \"Legal\",\n        \"JobFunction\": \"Legal\",\n        \"Description\": \"Legal is used to describe things that relate to the law.\"\n    },\n    {\n        \"Name\": \"Mobile / Wireless\",\n        \"Category\": \"Mobile Devices\",\n        \"Department\": \"Information Technology\",\n        \"JobFunction\": \"Cloud / Mobility\",\n        \"Description\": \"Transmission over the air from a base station to a moving cellphone, tablet or laptop. The term may refer to voice only or voice and data.\"\n    },\n    {\n        \"Name\": \"Mobile Apps\",\n        \"Category\": \"Mobile Applications\",\n        \"Department\": \"Information Technology\",\n        \"JobFunction\": \"Cloud / Mobility\",\n        \"Description\": \"Mobile application is a computer program or software application designed to run on a mobile device such as a phone, tablet, or watch.\"\n    },\n    {\n        \"Name\": \"Mobile Security\",\n        \"Category\": \"Cyber Security\",\n        \"Department\": \"Information Technology\",\n        \"JobFunction\": \"Information Security\",\n        \"Description\": \"Mobile security involves protecting both personal and business information stored on and transmitted from smartphones, tablets, laptops and other mobile devices. The term mobile security is a broad one that covers everything from protecting mobile devices from malware threats to reducing risks and securing mobile devices and their data in the case of theft, unauthorized access or accidental loss of the mobile device.\"\n    },\n    {\n        \"Name\": \"Mobile Wallet\",\n        \"Category\": \"Mobile Applications\",\n        \"Department\": \"Information Technology\",\n        \"JobFunction\": \"Cloud / Mobility\",\n        \"Description\": \"Mobile wallet is a virtual wallet that stores payment card information on a mobile device. Mobile wallets are a convenient way for a user to make in-store payments and can be used at merchants listed with the mobile wallet service provider.\"\n    },\n    {\n        \"Name\": \"Node.js\",\n        \"Category\": \"Application Development\",\n        \"Department\": \"Engineering & Technical\",\n        \"JobFunction\": \"Software Development\",\n        \"Description\": \"Node.js is an open-source, cross-platform, JavaScript runtime environment that executes JavaScript code outside of a browser.\"\n    },\n    {\n        \"Name\": \"Organizational Culture\",\n        \"Category\": \"Company Culture & Policy\",\n        \"Department\": \"Human Resources\",\n        \"JobFunction\": \"Organizational Development\",\n        \"Description\": \"Organizational culture is defined as the underlying beliefs, assumptions, values and ways of interacting that contribute to the unique social and psychological environment of an organization.\"\n    },\n    {\n        \"Name\": \"Risk Management Services\",\n        \"Category\": \"Risk\",\n        \"Department\": \"Human Resources\",\n        \"JobFunction\": \"Human Resources\",\n        \"Description\": \"Risk management is the identification, evaluation, and prioritization of risks followed by coordinated and economical application of resources to minimize, monitor, and control the probability or impact of unfortunate events or to maximize the realization of opportunities.\"\n    },\n    {\n        \"Name\": \"Video Conferencing\",\n        \"Category\": \"Collaboration/Web Apps\",\n        \"Department\": \"Information Technology\",\n        \"JobFunction\": \"Collaboration & Web Apps\",\n        \"Description\": \"Video conferencing is a technology that allows users in different locations to hold face-to-face meetings without having to move to a single location together.\"\n    }\n]"}],"_postman_id":"7d3e2352-9099-4207-815e-6129c95a2f16"},{"name":"News Categories","id":"b9f5ee4a-3287-414c-b244-ddd6f3c0e3fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/news/categories","description":"<p>Retrieve accepted news categories.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","news","categories"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f53444fa-2afe-48e2-8a30-f66870d0856a","name":"News Categories","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/news/categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Jun 2020 19:41:42 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"59e422021afaae36-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=fc71d9403472d42effc02aad37ef6fac8edd5780bbd14e367dd0386bd4c1d94e:1de7e3b1-a10b-11ea-aacb-83f9cb252b93; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"032273954f0000ae36b8158200000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1498","enabled":true},{"key":"X-RateLimit-Reset","value":"1591299746","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    \"FINANCIAL_RESULTS\",\n    \"FUNDING\",\n    \"GENERAL_NEWS\",\n    \"GENERAL_PRESS_RELEASE\",\n    \"MERGER_OR_ACQUISTION\",\n    \"PERSON\",\n    \"PRODUCT\"\n]"},{"id":"4b770e3e-3e0e-4674-b4b8-6e83ce692856","name":"News Categories","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"url":"{{protocol}}://{{url}}/lookup/news/categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 10 May 2020 17:20:16 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"59155476ffbeebf8-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=07a847a334cf7e797620854bcf3d04278d3e9fa911dd994cd5d463e7cae8def9:b222cc11-8ed3-11ea-9562-cb2408100f34; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1589131277","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"cf-request-id","value":"02a1331e570000ebf89b8c8200000001","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    \"FUNDING\",\n    \"GENERAL_NEWS\",\n    \"GENERAL_PRESS_RELEASE\",\n    \"MERGER_OR_ACQUISTION\",\n    \"PERSON\",\n    \"PRODUCT\"\n]"}],"_postman_id":"b9f5ee4a-3287-414c-b244-ddd6f3c0e3fe"},{"name":"Employee Category Band","event":[{"listen":"test","script":{"id":"010a2979-5fca-40d7-9ab3-b7a8ae27b01d","exec":["pm.test(\"Response is a list of IDs and Names\", function () {","    ","    pm.expect(pm.response.json()[0]).to.include.keys(\"Id\");","    pm.expect(pm.response.json()[0]).to.include.keys(\"Name\");","    ","});"],"type":"text/javascript"}}],"id":"1949fef9-edee-4079-a6de-5acff2b07f44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/employee-category-band","description":"<p>Retrieve Employee Category Band values</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","employee-category-band"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1949fef9-edee-4079-a6de-5acff2b07f44"},{"name":"Revenue Category Band","event":[{"listen":"test","script":{"id":"010a2979-5fca-40d7-9ab3-b7a8ae27b01d","exec":["pm.test(\"Response is a list of IDs and Names\", function () {","    ","    pm.expect(pm.response.json()[0]).to.include.keys(\"Id\");","    pm.expect(pm.response.json()[0]).to.include.keys(\"Name\");","    ","});"],"type":"text/javascript"}}],"id":"370c8c31-d225-463c-bc05-3af2e904ae40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/revenue-category-band","description":"<p>Retrieve Revenue Category Band values</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","revenue-category-band"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"370c8c31-d225-463c-bc05-3af2e904ae40"},{"name":"Years Of Experience","event":[{"listen":"test","script":{"id":"010a2979-5fca-40d7-9ab3-b7a8ae27b01d","exec":[""],"type":"text/javascript"}}],"id":"b9407739-7b4a-4283-8c4d-94d7ceb7cbbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/years-of-experience","description":"<p>Retrieve accepted Years Of Experience ranges.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","years-of-experience"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9407739-7b4a-4283-8c4d-94d7ceb7cbbd"},{"name":"Hierarchy Code","event":[{"listen":"test","script":{"id":"010a2979-5fca-40d7-9ab3-b7a8ae27b01d","exec":["pm.test(\"Response is a list of IDs and Names\", function () {","    ","    pm.expect(pm.response.json()[0]).to.include.keys(\"Id\");","    pm.expect(pm.response.json()[0]).to.include.keys(\"Name\");","    ","});"],"type":"text/javascript"}}],"id":"43513c41-3f30-4419-9b47-472b46bb5f9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/hierarchy-code","description":"<p>Retrieve Company Hierarchy Code values</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","hierarchy-code"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"43513c41-3f30-4419-9b47-472b46bb5f9c"},{"name":"Buying Groups","id":"595ddead-d5b6-461f-ae4a-d3952c7776f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/buyinggroups","description":"<p>Retrieve buying group information</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","buyinggroups"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"595ddead-d5b6-461f-ae4a-d3952c7776f6"}],"id":"efe7b4b8-1ef2-4fcd-a20f-9da68f6b2055","description":"<p>This folder contains a series of lookup endpoints.</p>\n","_postman_id":"efe7b4b8-1ef2-4fcd-a20f-9da68f6b2055"},{"name":"Usage","item":[{"name":"Usage","id":"83f8fa61-a04c-4b61-9489-aacd35cfa8c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/usage","description":"<p>Retrieve current usage status using this endpoint.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","usage"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4c9cccb5-f817-4534-975c-06185ce6c31f","name":"Usage","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/usage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Nov 2020 16:34:11 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"5ed7fb150b15ebec-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"ETag","value":"W/\"348-2nkTF5a9CQ8hE+FA2QLqooXzL6I\"","enabled":true},{"key":"Set-Cookie","value":"_pxhd=e7db1952c3c428b300d7ae68283c6a1587e2640221c25672d39a1ecc58fe7f4d:3f7c2db0-1eec-11eb-bdb4-093d0d48e40a; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"063adb41230000ebec153bb000000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1604594112","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"usage\": [\n        {\n            \"limitType\": \"requestLimit\",\n            \"description\": \"The maximum number of requests you can make\",\n            \"limit\": 1000000000,\n            \"currentUsage\": 89299,\n            \"usageRemaining\": 999910701\n        },\n        {\n            \"limitType\": \"recordLimit\",\n            \"description\": \"The maximum number of records you can retrieve\",\n            \"limit\": 1000000000,\n            \"currentUsage\": 46650,\n            \"usageRemaining\": 999953350\n        },\n        {\n            \"limitType\": \"uniqueIdLimit\",\n            \"description\": \"The maximum number of person or company records you can redeem\",\n            \"limit\": 10000000,\n            \"currentUsage\": 1110,\n            \"usageRemaining\": 9998890\n        },\n        {\n            \"limitType\": \"webSightsApiRequestLimit\",\n            \"description\": \"The maximum number of WebSights requests you can make\",\n            \"limit\": 100000010,\n            \"currentUsage\": 757,\n            \"usageRemaining\": 99999253\n        },\n        {\n            \"limitType\": \"webSightsApiRecordLimit\",\n            \"description\": \"The max number of WebSights records you can retrieve\",\n            \"limit\": 10000000,\n            \"currentUsage\": 763,\n            \"usageRemaining\": 9999237\n        }\n    ]\n}"}],"_postman_id":"83f8fa61-a04c-4b61-9489-aacd35cfa8c3"}],"id":"ec3704c0-8898-4ba7-baf4-c45b46ef80d3","description":"<p>You can use the Usage endpoint to find what your current API usage and limits are. </p>\n","_postman_id":"ec3704c0-8898-4ba7-baf4-c45b46ef80d3"}],"id":"d24ea5f1-daab-4666-9599-a129c626dfcb","description":"<p>Use the Standard APIs to Search, Enrich and Lookup endpoints to find and match contact and company records.</p>\n","_postman_id":"d24ea5f1-daab-4666-9599-a129c626dfcb"},{"name":"Scaling APIs","item":[{"name":"Monitoring API/Webhooks","item":[{"name":"Create Webhook","id":"6cbb2c08-cb50-4b15-9a01-a2d0d3dabaa1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"My Webhook\",\n\t\"enabled\": false,\n\t\"targetUrl\": \"https://www.mytargeturl10.com\",\n    \"subscriptions\": [\n        {\n            \"eventType\": \"Update\",\n            \"objectType\": \"Contact\",\n            \"fullPayload\": true\n        },\n        {\n            \"eventType\": \"Update\",\n            \"objectType\": \"Company\",\n            \"fullPayload\": false\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/webhooks","description":"<p>Use this endpoint to create a webhook.</p>\n<p><strong>About enabling a webhook</strong></p>\n<p>When creating a webhook, we recommend initially setting the <code>enabled</code> parameter to <code>false</code> so that you can ensure that:</p>\n<ul>\n<li>Your target URL is accessible using the <a href=\"#5fabb9e4-aff2-4651-8404-8b061675eda0\">Validate Target URL</a> endpoint.</li>\n<li>You've established a validation method in your app for the webhook verification token that will be generated with this request.</li>\n</ul>\n<p>Once you've completed these tasks, you can activate the webhook using the <a href=\"#c853f6cd-10e7-4103-9896-19827c4c5a8a\">Update Webhook</a> endpoint, updating the webhook's <code>enabled</code> status to <code>true</code>.</p>\n<p><strong>Input params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>DataType</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>Title for the webhook</td>\n</tr>\n<tr>\n<td>enabled</td>\n<td>Boolean</td>\n<td>Determines whether the webhook is initially enabled or disabled.</td>\n</tr>\n<tr>\n<td>targetUrl</td>\n<td>String</td>\n<td>Destination URL for the webhook data. Must be in <code>https://</code> format.</td>\n</tr>\n<tr>\n<td>subscriptions</td>\n<td>ArrayList</td>\n<td>Specify the <code>eventType</code> and <code>objectType</code> for the webhook. Also specify the <code>fullPayload</code> value (<code>true</code> for full payload, <code>false</code> for only changed attributes.)</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Output fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Unique ZoomInfo identifier for the webhook</td>\n</tr>\n<tr>\n<td>title</td>\n<td>Title for the webhook</td>\n</tr>\n<tr>\n<td>enabled</td>\n<td>Displays whether the webhook is enabled or disabled</td>\n</tr>\n<tr>\n<td>targetUrl</td>\n<td>Destination URL for the webhook data</td>\n</tr>\n<tr>\n<td>createdDate</td>\n<td>Timestamp for when the webhook was created</td>\n</tr>\n<tr>\n<td>verificationToken</td>\n<td>Verification token generated when the webhook was created</td>\n</tr>\n<tr>\n<td>subscriptions</td>\n<td>List of subscriptions. Each subscription includes the <code>createdDate</code>, <code>modifiedDate</code>, <code>eventType</code>, <code>objectType</code> and a unique <code>subscriptionId</code>.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{protocol}}","path":["webhooks"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6d38c759-8da3-499b-959d-9040fddc74ee","name":"Create a webhook - multiple object types","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"My Webhook\",\n\t\"enabled\": false,\n\t\"targetUrl\": \"https://www.mytargeturl6.com\",\n    \"subscriptions\": [\n        {\n            \"eventType\": \"Update\",\n            \"objectType\": \"Contact\"\n        },\n        {\n            \"eventType\": \"Update\",\n            \"objectType\": \"Company\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 Feb 2021 16:56:12 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"62208f917f35ff88-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=de7f2c49c8a1c78d0ba90202e5973e066dcb8c585c864a25d73775cc92fed399:3951e581-6f99-11eb-8e62-819a45506ba9; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"0848380ee70000ff882da87000000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1613408232","enabled":true},{"key":"X-Request-Id","value":"2f96e800-d1c8-4e4f-bde8-14319b66499b","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999904432","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999891661","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9993089","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9998876","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000010","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99998892","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"967763288\",\n    \"title\": \"My Webhook\",\n    \"enabled\": false,\n    \"targetUrl\": \"https://www.mytargeturl6.com\",\n    \"createdDate\": \"02-15-2021T11:56:11.000Z\",\n    \"verificationToken\": \"i7MOAD4/44zzgsru6toJyiFRJhFqaiYUPwztmd1rWVOsIGbI8eY7FFtw5UQqIWlzkM6VFOCk1Q+T/BhPSzeggA==\",\n    \"subscriptions\": [\n        {\n            \"createdDate\": \"02-15-2021T11:56:11.000Z\",\n            \"modifiedDate\": \"02-15-2021T11:56:11.000Z\",\n            \"eventType\": \"Update\",\n            \"objectType\": \"Contact\",\n            \"fullPayload\": false,\n            \"subscriptionId\": \"908986303\"\n        },\n        {\n            \"createdDate\": \"02-15-2021T11:56:11.000Z\",\n            \"modifiedDate\": \"02-15-2021T11:56:11.000Z\",\n            \"eventType\": \"Update\",\n            \"objectType\": \"Company\",\n            \"fullPayload\": true,\n            \"subscriptionId\": \"979209107\"\n        }\n    ]\n}"},{"id":"16fb93ef-0e69-4fb3-876a-d8065798ae2f","name":"Create a simple webhook","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"My Webhook\",\n\t\"enabled\": false,\n\t\"targetUrl\": \"https://www.mytargeturl5.com\",\n\t\"subscriptions\": [{\n\t\t\t\"eventType\": \"Update\",\n\t\t\t\"objectType\": \"Contact\"\n\t\t}\n\t]\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 Feb 2021 16:51:18 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"62208868f874ff88-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=de7f2c49c8a1c78d0ba90202e5973e066dcb8c585c864a25d73775cc92fed399:3951e581-6f99-11eb-8e62-819a45506ba9; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"084833959e0000ff88421c2000000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1613407939","enabled":true},{"key":"X-Request-Id","value":"31d9fe51-f65f-4b7f-a6eb-ff83e6c91808","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999904432","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999891661","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9993089","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9998876","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000010","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99998892","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"745574412\",\n    \"title\": \"My Webhook\",\n    \"enabled\": false,\n    \"targetUrl\": \"https://www.mytargeturl5.com\",\n    \"createdDate\": \"02-15-2021T11:51:18.000Z\",\n    \"verificationToken\": \"/zRpStZemqOhWNCmRrIVs9WaeYHCkTL71X+GJzjsSrf757odnKoW23MgBDN37pxVGBfZ+6amvCzB757mOPC7YQ==\",\n    \"subscriptions\": [\n        {\n            \"createdDate\": \"02-15-2021T11:51:18.000Z\",\n            \"modifiedDate\": \"02-15-2021T11:51:18.000Z\",\n            \"eventType\": \"Update\",\n            \"objectType\": \"Contact\",\n            \"fullPayload\": false,\n            \"subscriptionId\": \"836880237\"\n        }\n    ]\n}"}],"_postman_id":"6cbb2c08-cb50-4b15-9a01-a2d0d3dabaa1"},{"name":"Update Webhook","id":"c853f6cd-10e7-4103-9896-19827c4c5a8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"My Webhook New Title\",\n    \"enabled\": false,\n    \"subscriptions\": [\n        {\n            \"subscriptionId\": \"979209107\",\n            \"objectType\": \"Contact\",\n            \"fullPayload\": false\n        }\n    ]\n}\n","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/webhooks/967763288","description":"<p>Use this endpoint to update an existing webhook, including its enabled status, target URL, and subscription details.</p>\n<p>Specify the webhook by appending the webhook <code>id</code> in the request URL. For example:</p>\n<p><code>https://api.zoominfo.com/webhooks/213786430</code></p>\n<p>When using the Update Webhook endpoint, values you provide in the JSON body of your request overwrite values in the existing webhook. Common scenarios for using this endpoint include the following.</p>\n<p><strong>Enable a webhook</strong></p>\n<p>As described in the <a href=\"#6cbb2c08-cb50-4b15-9a01-a2d0d3dabaa1\">Create Webhook</a> endpoint, we recommend initially configuring a new webhook as disabled so you can ensure the target URL is reachable, and the verification token is in place in your integrated app. Once these tasks are complete, you can use the Update Webhook endpoint to enable the webhook.</p>\n<p>For example, send a request specifying the webhook <code>id</code> in the URL to change the <code>enabled</code> value to <code>true</code>:</p>\n<p>Request URL:</p>\n<p><code>https://api.zoominfo.com/webhooks/{webhook_id}</code></p>\n<p>JSON body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"enabled\": true\n}\n\n</code></pre><p><strong>Update webhook subscription details</strong></p>\n<p>Example: Your webhook has a subscription with the <code>objectType</code> set to <code>Company</code>, you can change it to <code>Contact</code> using the Update Webhook endpoint.</p>\n<p>Request URL:</p>\n<p><code>https://api.zoominfo.com/webhooks/{webhook_id}</code></p>\n<p>JSON body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"subscriptions\": [\n        {\n            \"subscriptionId\": \"393093719\",\n            \"eventType\": \"Update\",\n            \"objectType\": \"Contact\"\n        }\n    ]\n} \n\n</code></pre><p><strong>Add a new objectType to a subscription</strong></p>\n<p>Example: Your webhook has a subscription that includes only the <code>Contact</code> <code>objectType</code>. You can add the <code>Company</code> <code>objectType</code> to the subscription.</p>\n<p>Request URL:</p>\n<p><code>https://api.zoominfo.com/webhooks/{webhook_id}</code></p>\n<p>JSON body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"subscriptions\": [\n        {\n            \"eventType\": \"Update\",\n            \"objectType\": \"Company\"\n        }\n    ]\n} \n\n</code></pre><p><strong>Delete a subscription</strong></p>\n<p>You can delete a subscription by simply sending the <code>subscriptionId</code> in your request without specifying any subscription parameters.</p>\n<p>Request URL:</p>\n<p><code>https://api.zoominfo.com/webhooks/{webhook_id}</code></p>\n<p>JSON body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"subscriptions\": [\n        {\n            \"subscriptionId\": \"836880237\"\n        }\n    ]\n}\n\n</code></pre><p><strong>Input params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>DataType</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>Title for the webhook</td>\n</tr>\n<tr>\n<td>enabled</td>\n<td>Boolean</td>\n<td>Enable or disable the webhook</td>\n</tr>\n<tr>\n<td>targetUrl</td>\n<td>String</td>\n<td>Destination URL for the webhook data. Must be in <code>https://</code> format.</td>\n</tr>\n<tr>\n<td>subscriptions</td>\n<td>ArrayList</td>\n<td>Specify the <code>eventType</code> and <code>objectType</code> for the webhook</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Output fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Unique ZoomInfo identifier for the webhook</td>\n</tr>\n<tr>\n<td>title</td>\n<td>Title for the webhook</td>\n</tr>\n<tr>\n<td>enabled</td>\n<td>Displays whether the webhook is enabled or disabled</td>\n</tr>\n<tr>\n<td>targetUrl</td>\n<td>Destination URL for the webhook data</td>\n</tr>\n<tr>\n<td>createdDate</td>\n<td>Timestamp for when the webhook was created</td>\n</tr>\n<tr>\n<td>verificationToken</td>\n<td>Verification token generated when the webhook was created</td>\n</tr>\n<tr>\n<td>subscriptions</td>\n<td>List of subscriptions. Each subscription includes the <code>createdDate</code>, <code>modifiedDate</code>, <code>eventType</code>, <code>objectType</code> and a unique <code>subscriptionId</code>.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{protocol}}","path":["webhooks","967763288"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7b29bc1c-137d-491f-b2f8-6f2520d5c7a7","name":"Add an objectType to a subscription","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{jwtToken}}"}],"body":{"mode":"raw","raw":"{\n  \"subscriptions\": [\n    {\n      \"eventType\": \"Update\",\n      \"objectType\": \"Company\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/webhooks/370425875"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 Feb 2021 14:56:58 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"6238990d3d45ff80-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=45fc1c3046abb6244b0185ea2c816d5d8ad1645f125863de7b0bf5232681e441:6d4be711-712d-11eb-81c9-e7703dba2369; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"08573dfc460000ff80e007f000000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1497","enabled":true},{"key":"X-RateLimit-Reset","value":"1613660231","enabled":true},{"key":"X-Request-Id","value":"746e6b5e-03e1-4f7c-973d-13e6bd26d15a","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999901882","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999890929","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9993024","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9998855","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000010","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99998871","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"370425875\",\n    \"title\": \"Record6\",\n    \"enabled\": true,\n    \"targetUrl\": \"http://www.record79.com\",\n    \"createdDate\": \"02-16-2021T13:18:59.000Z\",\n    \"subscriptions\": [\n        {\n            \"createdDate\": \"02-16-2021T13:18:59.000Z\",\n            \"modifiedDate\": \"02-16-2021T13:18:59.000Z\",\n            \"eventType\": \"Update\",\n            \"objectType\": \"Contact\",\n            \"fullPayload\": false,\n            \"subscriptionId\": \"144626982\"\n        },\n        {\n            \"createdDate\": \"02-18-2021T09:56:58.000Z\",\n            \"modifiedDate\": \"02-18-2021T09:56:58.000Z\",\n            \"eventType\": \"Update\",\n            \"objectType\": \"Company\",\n            \"fullPayload\": false,\n            \"subscriptionId\": \"416102777\"\n        }\n    ]\n}"},{"id":"28ee45e0-12fd-40d7-bfa9-4f32fa9eb0df","name":"Change the objectType for a subscription","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{jwtToken}}"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"My Webhook Title\",\n    \"enabled\": true,\n    \"subscriptions\": [\n        {\n            \"subscriptionId\": \"836880237\",\n            \"objectType\": \"Company\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/webhooks/745574412"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 Feb 2021 17:00:03 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"6220953609aeff88-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=de7f2c49c8a1c78d0ba90202e5973e066dcb8c585c864a25d73775cc92fed399:3951e581-6f99-11eb-8e62-819a45506ba9; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"08483b95c70000ff8866afb000000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1498","enabled":true},{"key":"X-RateLimit-Reset","value":"1613408431","enabled":true},{"key":"X-Request-Id","value":"e27c449e-1d83-4666-ba3a-1c3f693b392b","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999904432","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999891661","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9993089","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9998876","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000010","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99998892","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"745574412\",\n    \"title\": \"My Webhook New Title\",\n    \"enabled\": true,\n    \"targetUrl\": \"https://www.mytargeturl5.com\",\n    \"createdDate\": \"02-15-2021T11:51:18.000Z\",\n    \"subscriptions\": [\n        {\n            \"createdDate\": \"02-15-2021T11:51:18.000Z\",\n            \"modifiedDate\": \"02-15-2021T12:00:03.000Z\",\n            \"eventType\": \"Update\",\n            \"objectType\": \"Company\",\n            \"fullPayload\": true,\n            \"subscriptionId\": \"836880237\"\n        }\n    ]\n}"},{"id":"aea85faf-67a4-44e8-8fde-360fd8f79866","name":"Update a webhook to delete subscription(s)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"subscriptions\": [\n        {\n            \"subscriptionId\": \"836880237\"\n        }\n    ]\n}\n\n","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/webhooks/745574412"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 Feb 2021 17:05:19 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"62209cecebabff88-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=de7f2c49c8a1c78d0ba90202e5973e066dcb8c585c864a25d73775cc92fed399:3951e581-6f99-11eb-8e62-819a45506ba9; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"084840681d0000ff886eb72000000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1498","enabled":true},{"key":"X-RateLimit-Reset","value":"1613408751","enabled":true},{"key":"X-Request-Id","value":"90dddb3f-4ffc-424d-a107-d85937acdcce","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999904432","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999891661","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9993089","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9998876","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000010","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99998892","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"745574412\",\n    \"title\": \"My Webhook Title\",\n    \"enabled\": true,\n    \"targetUrl\": \"https://www.mytargeturl5.com\",\n    \"createdDate\": \"02-15-2021T11:51:18.000Z\",\n    \"subscriptions\": []\n}"},{"id":"695b011d-2fd3-455c-872b-a0d55d03ae04","name":"Update a webhook to enable it","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{jwtToken}}"}],"body":{"mode":"raw","raw":"{\n    \"enabled\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/webhooks/745574412"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 Feb 2021 17:01:36 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"6220977f6eb5ff88-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=de7f2c49c8a1c78d0ba90202e5973e066dcb8c585c864a25d73775cc92fed399:3951e581-6f99-11eb-8e62-819a45506ba9; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"08483d03a10000ff8879b6b000000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1498","enabled":true},{"key":"X-RateLimit-Reset","value":"1613408545","enabled":true},{"key":"X-Request-Id","value":"ec8630ec-d886-4948-b991-202aadfd3ea2","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999904432","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999891661","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9993089","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9998876","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000010","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99998892","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"745574412\",\n    \"title\": \"My Webhook Title\",\n    \"enabled\": true,\n    \"targetUrl\": \"https://www.mytargeturl5.com\",\n    \"createdDate\": \"02-15-2021T11:51:18.000Z\",\n    \"subscriptions\": [\n        {\n            \"createdDate\": \"02-15-2021T11:51:18.000Z\",\n            \"modifiedDate\": \"02-15-2021T12:00:03.000Z\",\n            \"eventType\": \"Update\",\n            \"objectType\": \"Company\",\n            \"fullPayload\": false,\n            \"subscriptionId\": \"836880237\"\n        }\n    ]\n}"}],"_postman_id":"c853f6cd-10e7-4103-9896-19827c4c5a8a"},{"name":"Delete Webhook","id":"237361cd-81a6-46e0-bc31-4a056e670230","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/webhooks/570575403","description":"<p>Use this endpoint to delete a webhook. Specify the webhook by appending the webhook <code>id</code> in the request URL. For example:</p>\n<p><code>https://api.zoominfo.com/webhooks/213786430</code></p>\n<p><strong>Output fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Unique ZoomInfo identifier for the webhook</td>\n</tr>\n<tr>\n<td>targetUrl</td>\n<td>Destination URL for the webhook data</td>\n</tr>\n<tr>\n<td>createdDate</td>\n<td>Timestamp for when the webhook was created</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Status for the webhook</td>\n</tr>\n<tr>\n<td>subscriptions</td>\n<td>List of subscriptions. Each subscription includes the <code>createdDate</code>, <code>modifiedDate</code>, <code>eventType</code>, <code>objectType</code> and a unique <code>subscriptionId</code>.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{protocol}}","path":["webhooks","570575403"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"287eca5f-2634-48dd-82ad-a72f112099fe","name":"Delete Webhook","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}"}],"url":"{{protocol}}://{{url}}/webhooks/570575403"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 12 Feb 2021 19:51:00 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"6208d7856fe83b8d-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=0849f0b610ff6f4bb7315f6c8b69bec9a147a41c560ccbed1ec0260895ae0813:34718280-6c80-11eb-9f90-73ec8864d63a; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"083965076300003b8d152ff000000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1613159521","enabled":true},{"key":"X-Request-Id","value":"b0b71cd2-fa6a-4a1c-a2f1-a25a1083af47","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999905712","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999893068","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9994133","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9998889","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000010","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99998905","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"570575403\",\n    \"targetUrl\": \"https://www.mytargeturl.com\",\n    \"createdDate\": \"02-12-2021T14:09:04.000Z\",\n    \"status\": \"deleted\",\n    \"subscriptions\": [\n        {\n            \"createdDate\": \"02-12-2021T14:09:04.000Z\",\n            \"modifiedDate\": \"02-12-2021T14:09:04.000Z\",\n            \"eventType\": \"Update\",\n            \"objectType\": \"Contact\",\n            \"fullPayload\": false,\n            \"subscriptionId\": \"879354729\"\n        },\n        {\n            \"createdDate\": \"02-12-2021T14:09:04.000Z\",\n            \"modifiedDate\": \"02-12-2021T14:09:04.000Z\",\n            \"eventType\": \"Update\",\n            \"objectType\": \"Company\",\n            \"fullPayload\": true,\n            \"subscriptionId\": \"637113259\"\n        }\n    ]\n}"}],"_postman_id":"237361cd-81a6-46e0-bc31-4a056e670230"},{"name":"Get Webhooks","id":"953ba8e9-2f5e-46bf-b72a-a7f41dff6a3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/webhooks","description":"<p>Use this endpoint to get a list of webhooks.</p>\n<p>To get a specific webhook, append the webhook <code>id</code> to the request URL. For example:</p>\n<p><code>https://api.zoominfo.com/webhooks/213786430</code></p>\n<p>See the examples for the response format.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["webhooks"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"afa780d3-9bd9-4360-b8f7-f8247247c9ac","name":"Get all webhooks","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}"}],"url":"{{protocol}}://{{url}}/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 12 Feb 2021 19:41:45 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"6208c9f6aaba3b8d-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=0849f0b610ff6f4bb7315f6c8b69bec9a147a41c560ccbed1ec0260895ae0813:34718280-6c80-11eb-9f90-73ec8864d63a; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"08395c8e2600003b8db8b84000000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1613158966","enabled":true},{"key":"X-Request-Id","value":"2d17a4f5-e916-4628-b7a1-30a14c849b04","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999905712","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999893068","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9994133","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9998889","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000010","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99998905","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"webhooks\": [\n        {\n            \"id\": \"271677337\",\n            \"title\": \"Record6\",\n            \"enabled\": true,\n            \"targetUrl\": \"https://www.record79.com\",\n            \"createdDate\": \"02-11-2021T12:00:06.000Z\",\n            \"subscriptions\": [\n                {\n                    \"createdDate\": \"02-11-2021T12:00:06.000Z\",\n                    \"modifiedDate\": \"02-11-2021T12:00:06.000Z\",\n                    \"eventType\": \"Update\",\n                    \"objectType\": \"Contact\",\n                    \"fullPayload\": false,\n                    \"subscriptionId\": \"975208210\"\n                }\n            ]\n        },\n        {\n            \"id\": \"967686737\",\n            \"title\": \"Your webhook title\",\n            \"enabled\": true,\n            \"targetUrl\": \"https://mywebhookapp.com/feeds\",\n            \"createdDate\": \"02-12-2021T08:26:05.000Z\",\n            \"subscriptions\": [\n                {\n                    \"createdDate\": \"02-12-2021T08:26:05.000Z\",\n                    \"modifiedDate\": \"02-12-2021T08:26:05.000Z\",\n                    \"eventType\": \"Update\",\n                    \"objectType\": \"Company\",\n                    \"fullPayload\": true,\n                    \"subscriptionId\": \"223154011\"\n                }\n            ]\n        },\n        {\n            \"id\": \"849814821\",\n            \"enabled\": true,\n            \"targetUrl\": \"https://www.record2.com\",\n            \"createdDate\": \"02-12-2021T14:07:12.000Z\",\n            \"subscriptions\": [\n                {\n                    \"createdDate\": \"02-12-2021T14:07:12.000Z\",\n                    \"modifiedDate\": \"02-12-2021T14:07:12.000Z\",\n                    \"eventType\": \"Update\",\n                    \"objectType\": \"Contact\",\n                    \"subscriptionId\": \"454498605\"\n                },\n                {\n                    \"createdDate\": \"02-12-2021T14:07:12.000Z\",\n                    \"modifiedDate\": \"02-12-2021T14:07:12.000Z\",\n                    \"eventType\": \"Update\",\n                    \"objectType\": \"Company\",\n                    \"subscriptionId\": \"416742895\"\n                }\n            ]\n        },\n        {\n            \"id\": \"570575403\",\n            \"enabled\": false,\n            \"targetUrl\": \"https://www.mytargeturl.com\",\n            \"createdDate\": \"02-12-2021T14:09:04.000Z\",\n            \"subscriptions\": [\n                {\n                    \"createdDate\": \"02-12-2021T14:09:04.000Z\",\n                    \"modifiedDate\": \"02-12-2021T14:09:04.000Z\",\n                    \"eventType\": \"Update\",\n                    \"objectType\": \"Contact\",\n                    \"subscriptionId\": \"879354729\"\n                },\n                {\n                    \"createdDate\": \"02-12-2021T14:09:04.000Z\",\n                    \"modifiedDate\": \"02-12-2021T14:09:04.000Z\",\n                    \"eventType\": \"Update\",\n                    \"objectType\": \"Company\",\n                    \"subscriptionId\": \"637113259\"\n                }\n            ]\n        },\n        {\n            \"id\": \"213786430\",\n            \"title\": \"My Webhook\",\n            \"enabled\": false,\n            \"targetUrl\": \"https://www.mytargeturl2.com\",\n            \"createdDate\": \"02-12-2021T14:12:08.000Z\",\n            \"subscriptions\": [\n                {\n                    \"createdDate\": \"02-12-2021T14:12:08.000Z\",\n                    \"modifiedDate\": \"02-12-2021T14:12:08.000Z\",\n                    \"eventType\": \"Update\",\n                    \"objectType\": \"Contact\",\n                    \"subscriptionId\": \"393093719\"\n                },\n                {\n                    \"createdDate\": \"02-12-2021T14:12:08.000Z\",\n                    \"modifiedDate\": \"02-12-2021T14:12:08.000Z\",\n                    \"eventType\": \"Update\",\n                    \"objectType\": \"Company\",\n                    \"subscriptionId\": \"125773778\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"2fc22390-fd64-4aae-8ef5-6c081eacca92","name":"Get a specific webhook","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}"}],"url":"{{protocol}}://{{url}}/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 12 Feb 2021 19:39:35 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"6208c6c85bf33b8d-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=0849f0b610ff6f4bb7315f6c8b69bec9a147a41c560ccbed1ec0260895ae0813:34718280-6c80-11eb-9f90-73ec8864d63a; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"08395a913500003b8d1b8e0000000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1613158836","enabled":true},{"key":"X-Request-Id","value":"05fe5fae-80f3-4237-a65d-8df7c89e40d1","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999905712","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999893068","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9994133","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9998889","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000010","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99998905","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"213786430\",\n    \"title\": \"My Webhook\",\n    \"enabled\": false,\n    \"targetUrl\": \"https://www.mytargeturl2.com\",\n    \"createdDate\": \"02-12-2021T14:12:08.000Z\",\n    \"subscriptions\": [\n        {\n            \"createdDate\": \"02-12-2021T14:12:08.000Z\",\n            \"modifiedDate\": \"02-12-2021T14:12:08.000Z\",\n            \"eventType\": \"Update\",\n            \"objectType\": \"Contact\",\n            \"fullPayload\": false,\n            \"subscriptionId\": \"393093719\"\n        },\n        {\n            \"createdDate\": \"02-12-2021T14:12:08.000Z\",\n            \"modifiedDate\": \"02-12-2021T14:12:08.000Z\",\n            \"eventType\": \"Update\",\n            \"objectType\": \"Company\",\n            \"fullPayload\": false,\n            \"subscriptionId\": \"125773778\"\n        }\n    ]\n}"}],"_postman_id":"953ba8e9-2f5e-46bf-b72a-a7f41dff6a3c"},{"name":"Validate Target URL","id":"5fabb9e4-aff2-4651-8404-8b061675eda0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"targetUrl\": \"https://mytargeturl/feeds/person\",\n    \"objectType\": \"Contact\",\n    \"fullPayload\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/webhooks/validate","description":"<p>Use this endpoint to ensure the target URL for a webhook is accessible and that the JSON payload can be delivered.</p>\n<p>This request:</p>\n<ul>\n<li>Pings the target server to ensure it's responsive</li>\n<li>Posts some JSON body for the specified <code>objectType</code> to ensure data can be written to the target app</li>\n</ul>\n<p><strong>Input params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>DataType</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>targetUrl</td>\n<td>String</td>\n<td>Destination URL for the webhook data. Must be in https:// format.</td>\n</tr>\n<tr>\n<td>objectType</td>\n<td>String</td>\n<td>Specify the <code>objectType</code> for the webhook</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Output fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>message</td>\n<td>Response message from your target URL</td>\n</tr>\n<tr>\n<td>success</td>\n<td>Indicates success or failure of validation</td>\n</tr>\n<tr>\n<td>responseCode</td>\n<td>HTTP response code from your target URL</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{protocol}}","path":["webhooks","validate"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d88a8490-ba57-4554-805b-79d76e508f2b","name":"Validate Target URL is accessible","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"targetUrl\": \"https://mytargeturl/feeds/person\",\n    \"objectType\": \"Contact\",\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/webhooks/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Feb 2021 14:50:36 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"623052552abd3b9f-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=45fc1c3046abb6244b0185ea2c816d5d8ad1645f125863de7b0bf5232681e441:6d4be711-712d-11eb-81c9-e7703dba2369; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"085211c93600003b9f1894a000000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1498","enabled":true},{"key":"X-RateLimit-Reset","value":"1613573468","enabled":true},{"key":"X-Request-Id","value":"7de107ac-2727-4b8b-acb8-3ec6080dc690","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999903614","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999891455","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9993081","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9998864","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000010","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99998880","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Created\",\n    \"success\": true,\n    \"responseCode\": 201\n}"}],"_postman_id":"5fabb9e4-aff2-4651-8404-8b061675eda0"},{"name":"Generate Verification Token","id":"9cc75e99-622e-4aa2-b9a8-2d33d0ede2ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"url":"{{protocol}}://{{url}}/webhooks/849814821/token","description":"<p>Use this endpoint to generate a new verification token for an existing webhook. </p>\n<p><strong>Important</strong>: When you generate a new token, the previous token is immediately revoked and becomes invalid. When updating a verification token for an active Webhook, ensure that you update the verification token immediately in your integrated app, as ZoomInfo will still attempt to send the data, but it will fail based on the mismatched tokens.</p>\n<p>Specify the webhook for which you want the token generated by appending the webhook <code>id</code> in the request URL. For example: <code>https://api.zoominfo.com/webhooks/213786430/token</code></p>\n","urlObject":{"protocol":"{{protocol}}","path":["webhooks","849814821","token"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6b731283-921c-4a03-a5c0-459983db96a8","name":"Generate Verification Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"url":"{{protocol}}://{{url}}/webhooks/849814821/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 12 Feb 2021 19:55:10 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"6208dd9e4e793b8d-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=0849f0b610ff6f4bb7315f6c8b69bec9a147a41c560ccbed1ec0260895ae0813:34718280-6c80-11eb-9f90-73ec8864d63a; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"083968d6f100003b8d13a3b000000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1613159771","enabled":true},{"key":"X-Request-Id","value":"93bfb11d-4c09-4404-b3d7-b14bca5685c2","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999905712","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999893067","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9994133","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9998889","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000010","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99998905","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"verificationToken\": \"z5doGe6rx+1deDHMgUI/j56AN0we8NQD0G2YWR2aEODzCCx7L9BdtVm2zVnYLfYZqvyeVu3EpBkLUewxdRJAug==\"\n}"}],"_postman_id":"9cc75e99-622e-4aa2-b9a8-2d33d0ede2ed"},{"name":"Get Subscription Types","id":"a82a12e2-9674-4c20-921c-91c6aa96c80a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/webhooks/subscriptiontypes","description":"<p>Retrieve accepted subscription types (<code>objectTypes</code> and <code>eventTypes</code>).</p>\n","urlObject":{"protocol":"{{protocol}}","path":["webhooks","subscriptiontypes"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"af4bb221-876b-42ce-90b4-8047ffea54dc","name":"Get Subscription Types","originalRequest":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/webhooks/subscriptiontypes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 Feb 2021 21:01:39 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"6221f7216ad53b76-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=de7f2c49c8a1c78d0ba90202e5973e066dcb8c585c864a25d73775cc92fed399:3951e581-6f99-11eb-8e62-819a45506ba9; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"084918c8e200003b7621b44000000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1613422960","enabled":true},{"key":"X-Request-Id","value":"5a51d294-63b7-4ff2-958e-096df0069016","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999904255","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999891613","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9993087","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9998873","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000010","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99998889","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"objectTypes\": [\n        \"Contact\",\n        \"Company\"\n    ],\n    \"eventTypes\": [\n        \"Update\"\n    ]\n}"}],"_postman_id":"a82a12e2-9674-4c20-921c-91c6aa96c80a"}],"id":"0a3012d3-546c-45bd-9a3c-d014b93ce47e","description":"<p>ZoomInfo data is highly dynamic, with contacts, companies and related data being constantly updated in real-time in our database. Naturally, our clients want these changes to be delivered in real-time for the records they've already purchased using the ZoomInfo API - that's where webhooks come in.</p>\n<h2 id=\"why-webhooks\">Why webhooks?</h2>\n<p>Organizations with ZoomInfo API access use the API's endpoints to search for, export, and enrich records to their integrated applications. While you can regularly poll for updates to contact and company records you've already enriched using the API, manually querying the entire database is not the best use of your time. A more efficient method is to configure webhooks to automatically update you when there is a change to a record you’ve purchased. Once configured, Webhooks will listen for events you subscribe to and automatically send over all (or only relevant) updates securely to your application.</p>\n<h2 id=\"monitoring-apiwebhooks-basics\">Monitoring API/Webhooks basics</h2>\n<p>Available to organizations with the Scaling API, the Monitoring API is a set of endpoints that allows for the configuration of webhooks subscriptions that specify:</p>\n<ul>\n<li><strong>Webhook Title</strong>: Name of the webhook.</li>\n<li><strong>Subscription</strong>: The events you are listening for, consisting of object types and event types.<ul>\n<li><strong>Object types</strong>: The types of records you want to update. Supported object types are Contact and Company.</li>\n<li><strong>Event types</strong>: The events that trigger a webhook's response. Currently, the only supported event is Update.</li>\n</ul>\n</li>\n<li><strong>Changed attributes</strong>: This is a JSON object that includes a list of fields that are changed as part of a payload.</li>\n<li><strong>Payload types (full payload/changed attributes only)</strong>:<ul>\n<li>A full payload (all fields for a contact or company, including changed attributes)</li>\n<li>Only the changed attributes for a contact or company.</li>\n</ul>\n</li>\n<li><strong>Target URL</strong>: The target URL to which the webhook JSON payloads are sent.</li>\n<li><strong>Verification Token</strong>: Signature token that will be part of the request we send to you.</li>\n</ul>\n<h2 id=\"securing-the-data-transfer\">Securing the data transfer</h2>\n<p>To secure communication between ZoomInfo and your app, a <em>verification token</em> is generated when you create the webhook. When data is sent to your target URL using a POST request, this verification token will be included in the request header (<em>x-zoominfo-token</em>) and can be used in your app to authorize receipt of the data from ZoomInfo.</p>\n<p>The initial token is generated when you create a webhook. To maintain security for your webhook over time, you can periodically generate a new verification token using the <a href=\"#9cc75e99-622e-4aa2-b9a8-2d33d0ede2ed\">Generate Verification Token</a> webhook.</p>\n<h2 id=\"considerations\">Considerations</h2>\n<p>Note the following considerations:</p>\n<ul>\n<li><p>To use the Monitoring API/webhooks, you must have access to the Scaling API.</p>\n</li>\n<li><p>To subscribe to events, you must have already enriched at least one contact or company record using the API.</p>\n</li>\n<li><p>You will only receive updates on records that you've purchased using the API within the past 12 months.</p>\n</li>\n<li><p>The default payload type for company or contact updates is the full payload with changed attributes.</p>\n</li>\n<li><p>The maximum number of profiles delivered in a single webhook payload is 25.</p>\n</li>\n</ul>\n<h2 id=\"payload-examples\">Payload examples</h2>\n<p>Here are examples of the POST requests your webhook's target URL will receive.</p>\n<p>For contact and company records, you can choose to receive a full payload of all possible fields for a record (including changed attributes), or a payload including only the changed attributes for a record.</p>\n<p>In either case (full or changed attributes only), contact and company records will always include the following fields to support mapping the profile:</p>\n<p><strong>Contacts</strong>: <code>id</code>, <code>firstName</code>, <code>lastName</code>, and <code>email</code></p>\n<p><strong>Companies</strong>: <code>id</code>, <code>name</code>, and <code>website</code></p>\n<p>The following examples are provided below:</p>\n<ul>\n<li>Example 1: Contact record - full profile (default)</li>\n<li>Example 2: Contact record - changed attributes only</li>\n<li>Example 3: Company record - full profile (default)</li>\n<li>Example 4: Company record - changed attributes only</li>\n</ul>\n<p><strong>Example 1: Contact record - full profile (default)</strong><br />Includes all output fields</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"webhookDetails\":\n  {\n    \"id\": \"xxxx\",\n    \"title\": \"webhook-title\",\n    \"objectType\": \"Contact\",\n    \"eventType\": \"Update\"\n  },\n  \"data\":\n  [\n    {\n      \"id\": 1260398587,\n      \"firstName\": \"Henry\",\n      \"middleName\": \"L.\",\n      \"lastName\": \"Schuck\",\n      \"email\": \"henry.schuck@zoominfo.com\",\n      \"hasCanadianEmail\": \"false\",\n      \"phone\": \"(360) 783-6816\",\n      \"directPhoneDoNotCall\": false,\n      \"street\": \"805 Broadway St Ste 900\",\n      \"city\": \"Vancouver\",\n      \"region\": \"Washington\",\n      \"metroArea\": \"Portland\",\n      \"zipCode\": \"98660\",\n      \"state\": \"Washington\",\n      \"country\": \"United States\",\n      \"continent\": \"North America\",\n      \"personHasMoved\": \"Uncertain\",\n      \"withinEu\": false,\n      \"withinCalifornia\": true,\n      \"withinCanada\": false,\n      \"validDate\": \"01/09/2023 07:26 PM\",\n      \"lastUpdatedDate\": \"1/5/2020 7:59 PM\",\n      \"noticeProvidedDate\": \"06/27/2020\",\n      \"salutation\": \"\",\n      \"suffix\": \"\",\n      \"jobTitle\": \"Founder &amp; Chief Executive Officer\",\n      \"jobFunction\":\n      [\n        {\n          \"name\": \"Executive\",\n          \"department\": \"C-Suite\"\n        }\n      ],\n      \"education\":\n      [\n        {\n          \"school\": \"University of Nevada , Las Vegas\",\n          \"educationDegree\":\n          {\n            \"degree\": \"\",\n            \"areaOfStudy\": \"\"\n          }\n        },\n        {\n          \"school\": \"Oxford University\",\n          \"educationDegree\":\n          {\n            \"degree\": \"comparative law\",\n            \"areaOfStudy\": \"\"\n          }\n        },\n        {\n          \"school\": \"The Ohio State University Moritz College of Law\",\n          \"educationDegree\":\n          {\n            \"degree\": \"\",\n            \"areaOfStudy\": \"juris doctorate degree cum laude\"\n          }\n        }\n      ],\n      \"picture\": \"https://www.zoominfo.com/wp-content/uploads/2020/06/henry.png\",\n      \"techSkills\":\n      [\n        {\n          \"id\": 92113,\n          \"name\": \"Microsoft Access\"\n        },\n        {\n          \"id\": 112883,\n          \"name\": \"Forrester\"\n        },\n        {\n          \"id\": 31687,\n          \"name\": \"Wave\"\n        },\n        {\n          \"id\": 68842,\n          \"name\": \"engage\"\n        }\n      ],\n      \"mobile\": \"\",\n      \"personalEmail\": \"\",\n      \"mobilePhone\": \"(818) 679-4647\",\n      \"supplementalEmail\": \"henry.schuck@gmail.com\",\n      \"mobilePhoneDoNotCall\": false,\n      \"externalUrls\":\n      [\n        {\n          \"type\": \"linkedin.com\",\n          \"url\": \"https://www.linkedin.com/in/hschuck\"\n        },\n        {\n          \"type\": \"twitter.com\",\n          \"url\": \"https://www.twitter.com/henrylschuck\"\n        }\n      ],\n      \"contactAccuracyScore\": 94.0,\n      \"isDefunct\": false,\n      \"employmentHistory\":\n      [\n        {\n          \"jobTitle\": \"Vice President of Data and Marketing\",\n          \"managementLevel\":\n          [\n            \"VP-Level\"\n          ],\n          \"fromDate\": \"2002-01-02T00:00:00.000Z\",\n          \"toDate\": \"2006-01-02T00:00:00.000Z\",\n          \"company\":\n          {\n            \"companyId\": 0,\n            \"companyName\": \"iProfile\",\n            \"companyPhone\": \"\",\n            \"companyWebsite\": \"\"\n          }\n        }\n      ],\n      \"managementLevel\":\n      [\n        \"C-Level\"\n      ],\n      \"locationCompanyId\": 344589814,\n      \"positionStartDate\": \"\",\n      \"yearsOfExperience\": \"20-29\",\n      \"company\":\n      {\n        \"division\": \"\",\n        \"id\": 344589814,\n        \"name\": \"ZoomInfo\",\n        \"descriptionList\":\n        [\n          {\n            \"description\": \"ZoomInfo was founded in 2000 and is headquartered in Vancouver, Washington. The company offers a business-to-business data platform utilized by sales and marketing teams, recruiters, and other business professionals for lead generation and detailed information on people and companies.\"\n          }\n        ],\n        \"phone\": \"(866) 904-9666\",\n        \"fax\": \"(617) 507-8187\",\n        \"street\": \"805 Broadway St Ste 900\",\n        \"city\": \"Vancouver\",\n        \"state\": \"Washington\",\n        \"zipCode\": \"98660\",\n        \"country\": \"United States\",\n        \"continent\": \"North America\",\n        \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/zoominfo.com\",\n        \"sicCodes\":\n        [\n          {\n            \"id\": \"27\",\n            \"name\": \"Printing, Publishing, And Allied Industries\"\n          },\n          {\n            \"id\": \"274\",\n            \"name\": \"Miscellaneous Publishing\"\n          },\n          {\n            \"id\": \"2741\",\n            \"name\": \"Miscellaneous Publishing\"\n          },\n          {\n            \"id\": \"73\",\n            \"name\": \"Business Services\"\n          },\n          {\n            \"id\": \"738\",\n            \"name\": \"Miscellaneous Business Services\"\n          },\n          {\n            \"id\": \"7389\",\n            \"name\": \"Business Services, Not Elsewhere Classified\"\n          },\n          {\n            \"id\": \"737\",\n            \"name\": \"Computer Programming, Data Processing, And Other Computer Related Services\"\n          },\n          {\n            \"id\": \"7375\",\n            \"name\": \"Information Retrieval Services\"\n          },\n          {\n            \"id\": \"7374\",\n            \"name\": \"Computer Processing and Data Preparation and Processing Services\"\n          },\n          {\n            \"id\": \"89\",\n            \"name\": \"Miscellaneous Services\"\n          },\n          {\n            \"id\": \"899\",\n            \"name\": \"Miscellaneous Services\"\n          },\n          {\n            \"id\": \"8999\",\n            \"name\": \"Services, Not Elsewhere Classified\"\n          },\n          {\n            \"id\": \"7372\",\n            \"name\": \"Prepackaged Software\"\n          }\n        ],\n        \"naicsCodes\":\n        [\n          {\n            \"id\": \"54\",\n            \"name\": \"Professional, Scientific, and Technical Services\"\n          },\n          {\n            \"id\": \"541\",\n            \"name\": \"Professional, Scientific, and Technical Services\"\n          },\n          {\n            \"id\": \"5416\",\n            \"name\": \"Management, Scientific, and Technical Consulting Services\"\n          },\n          {\n            \"id\": \"54161\",\n            \"name\": \"Management Consulting Services\"\n          },\n          {\n            \"id\": \"541613\",\n            \"name\": \"Marketing Consulting Services\"\n          },\n          {\n            \"id\": \"51\",\n            \"name\": \"Information\"\n          },\n          {\n            \"id\": \"519\",\n            \"name\": \"Other Information Services\"\n          },\n          {\n            \"id\": \"5191\",\n            \"name\": \"Other Information Services\"\n          },\n          {\n            \"id\": \"51919\",\n            \"name\": \"All Other Information Services\"\n          },\n          {\n            \"id\": \"519190\",\n            \"name\": \"All Other Information Services\"\n          },\n          {\n            \"id\": \"5415\",\n            \"name\": \"Computer Systems Design and Related Services\"\n          },\n          {\n            \"id\": \"54151\",\n            \"name\": \"Computer Systems Design and Related Services\"\n          },\n          {\n            \"id\": \"541511\",\n            \"name\": \"Custom Computer Programming Services\"\n          },\n          {\n            \"id\": \"511\",\n            \"name\": \"Publishing Industries (except Internet)\"\n          },\n          {\n            \"id\": \"5112\",\n            \"name\": \"Software Publishers\"\n          },\n          {\n            \"id\": \"51121\",\n            \"name\": \"Software Publishers\"\n          },\n          {\n            \"id\": \"511210\",\n            \"name\": \"Software Publishers\"\n          },\n          {\n            \"id\": \"51913\",\n            \"name\": \"Internet Publishing and Broadcasting and Web Search Portals\"\n          },\n          {\n            \"id\": \"519130\",\n            \"name\": \"Internet Publishing and Broadcasting and Web Search Portals\"\n          },\n          {\n            \"id\": \"517\",\n            \"name\": \"Telecommunications\"\n          },\n          {\n            \"id\": \"5173\",\n            \"name\": \"Wired and Wireless Telecommunications Carriers\"\n          },\n          {\n            \"id\": \"51731\",\n            \"name\": \"Wired and Wireless Telecommunications Carriers\"\n          }\n        ],\n        \"website\": \"www.zoominfo.com\",\n        \"revenue\": \"$835.6 Million\",\n        \"revenueNumeric\": 835600000,\n        \"employeeCount\": 3546,\n        \"type\": \"PUBLIC\",\n        \"ticker\": \"NASDAQ: ZI\",\n        \"ranking\":\n        [],\n        \"socialMediaUrls\":\n        [\n          {\n            \"type\": \"LINKED_IN\",\n            \"url\": \"http://www.linkedin.com/company/zoominfo\",\n            \"followerCount\": \"\"\n          },\n          {\n            \"type\": \"TWITTER\",\n            \"url\": \"http://www.twitter.com/zoominfo\",\n            \"followerCount\": \"14807\"\n          },\n          {\n            \"type\": \"FACEBOOK\",\n            \"url\": \"http://www.facebook.com/109325735758217\",\n            \"followerCount\": \"\"\n          }\n        ],\n        \"primaryIndustry\":\n        [\n          \"Software\"\n        ],\n        \"primaryIndustryCode\":\n        [\n          {\n            \"id\": \"software\",\n            \"name\": \"Software\"\n          }\n        ],\n        \"primarySubIndustryCode\":\n        [],\n        \"industries\":\n        [\n          \"Software\",\n          \"Data Collection &amp; Internet Portals\",\n          \"Media &amp; Internet\"\n        ],\n        \"industryCodes\":\n        [\n          {\n            \"id\": \"software\",\n            \"name\": \"Software\"\n          },\n          {\n            \"id\": \"media.data\",\n            \"name\": \"Data Collection &amp; Internet Portals\"\n          },\n          {\n            \"id\": \"media\",\n            \"name\": \"Media &amp; Internet\"\n          }\n        ],\n        \"revenueRange\": \"$500 mil. - $1 bil.\",\n        \"employeeRange\": \"1,000 - 5,000\",\n        \"employeeGrowth\":\n        {\n          \"oneYearGrowthRate\": \"32.5\",\n          \"twoYearGrowthRate\": \"114.1\",\n          \"employeeGrowthDataPoints\":\n          [\n            {\n              \"label\": \"'20 - Q3\",\n              \"employeeCount\": 1656\n            },\n            {\n              \"label\": \"'20 - Q4\",\n              \"employeeCount\": 1845\n            },\n            {\n              \"label\": \"'21 - Q1\",\n              \"employeeCount\": 2136\n            },\n            {\n              \"label\": \"'21 - Q2\",\n              \"employeeCount\": 2297\n            },\n            {\n              \"label\": \"'21 - Q3\",\n              \"employeeCount\": 2677\n            },\n            {\n              \"label\": \"'21 - Q4\",\n              \"employeeCount\": 3117\n            },\n            {\n              \"label\": \"'22 - Q1\",\n              \"employeeCount\": 3477\n            },\n            {\n              \"label\": \"'22 - Q2\",\n              \"employeeCount\": 3549\n            },\n            {\n              \"label\": \"'22 - Q3\",\n              \"employeeCount\": 3546\n            }\n          ]\n        }\n      },\n      \"changedAttributes\": [\n        \"jobTitle\",\n        \"department\"\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Example 2: Contact record - changed attributes only (default)</strong><br />Includes only output fields with changed attributes</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"webhookDetails\":\n  {\n    \"id\": \"xxxx\",\n    \"title\": \"webhook-title\",\n    \"objectType\": \"Contact\",\n    \"eventType\": \"Update\"\n  },\n  \"data\":\n  [\n    {\n      \"id\": 1260398587,\n      \"firstName\": \"Henry\",\n      \"lastName\": \"Schuck\",\n      \"email\": \"henry.schuck@zoominfo.com\",\n\"department\":\"C-Suite\",      \n\"jobTitle\": \"Founder &amp; Chief Executive Officer\",\n      \"changedAttributes\": [\n        \"jobTitle\",\n        \"department\"\n      ]\n    }\n\n</code></pre>\n<p><strong>Example 3: Company record - full profile (default)</strong><br />Includes all output fields</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"webhookDetails\":\n  {\n    \"id\": \"xxxx\",\n    \"title\": \"webhook-title\",\n    \"objectType\": \"company\",\n    \"eventType\": \"Update\"\n  },\n  \"data\":\n  [\n    {\n      \"id\": 344589814,\n      \"ticker\": \"NASDAQ: ZI\",\n      \"name\": \"ZoomInfo\",\n      \"website\": \"www.zoominfo.com\",\n      \"logo\": \"https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/zoominfo.com\",\n      \"socialMediaUrls\":\n      [\n        {\n          \"type\": \"LINKED_IN\",\n          \"url\": \"http://www.linkedin.com/company/zoominfo\",\n          \"followerCount\": \"\"\n        },\n        {\n          \"type\": \"TWITTER\",\n          \"url\": \"http://www.twitter.com/zoominfo\",\n          \"followerCount\": \"3496\"\n        },\n        {\n          \"type\": \"FACEBOOK\",\n          \"url\": \"http://www.facebook.com/109325735758217\",\n          \"followerCount\": \"\"\n        }\n      ],\n      \"revenue\": 1210000,\n      \"employeeCount\": 3500,\n      \"phone\": \"(866) 904-9666\",\n      \"fax\": \"(617) 507-8187\",\n      \"street\": \"805 Broadway St Ste 900\",\n      \"city\": \"Vancouver\",\n      \"state\": \"Washington\",\n      \"zipCode\": \"98660\",\n      \"country\": \"United States\",\n      \"companyStatus\": \"ALIVE\",\n      \"companyStatusDate\": \"2022-08-23T00:00:00.000Z\",\n      \"sicCodes\":\n      [\n        {\n          \"id\": \"27\",\n          \"name\": \"Printing, Publishing, And Allied Industries\"\n        },\n        {\n          \"id\": \"274\",\n          \"name\": \"Miscellaneous Publishing\"\n        },\n        {\n          \"id\": \"2741\",\n          \"name\": \"Miscellaneous Publishing\"\n        },\n        {\n          \"id\": \"73\",\n          \"name\": \"Business Services\"\n        },\n        {\n          \"id\": \"738\",\n          \"name\": \"Miscellaneous Business Services\"\n        },\n        {\n          \"id\": \"7389\",\n          \"name\": \"Business Services, Not Elsewhere Classified\"\n        },\n        {\n          \"id\": \"737\",\n          \"name\": \"Computer Programming, Data Processing, And Other Computer Related Services\"\n        },\n        {\n          \"id\": \"7375\",\n          \"name\": \"Information Retrieval Services\"\n        },\n        {\n          \"id\": \"7374\",\n          \"name\": \"Computer Processing and Data Preparation and Processing Services\"\n        },\n        {\n          \"id\": \"89\",\n          \"name\": \"Miscellaneous Services\"\n        },\n        {\n          \"id\": \"899\",\n          \"name\": \"Miscellaneous Services\"\n        },\n        {\n          \"id\": \"8999\",\n          \"name\": \"Services, Not Elsewhere Classified\"\n        },\n        {\n          \"id\": \"7372\",\n          \"name\": \"Prepackaged Software\"\n        }\n      ],\n      \"naicsCodes\":\n      [\n        {\n          \"id\": \"54\",\n          \"name\": \"Professional, Scientific, and Technical Services\"\n        },\n        {\n          \"id\": \"541\",\n          \"name\": \"Professional, Scientific, and Technical Services\"\n        },\n        {\n          \"id\": \"5416\",\n          \"name\": \"Management, Scientific, and Technical Consulting Services\"\n        },\n        {\n          \"id\": \"54161\",\n          \"name\": \"Management Consulting Services\"\n        },\n        {\n          \"id\": \"541613\",\n          \"name\": \"Marketing Consulting Services\"\n        },\n        {\n          \"id\": \"51\",\n          \"name\": \"Information\"\n        },\n        {\n          \"id\": \"519\",\n          \"name\": \"Other Information Services\"\n        },\n        {\n          \"id\": \"5191\",\n          \"name\": \"Other Information Services\"\n        },\n        {\n          \"id\": \"51919\",\n          \"name\": \"All Other Information Services\"\n        },\n        {\n          \"id\": \"519190\",\n          \"name\": \"All Other Information Services\"\n        },\n        {\n          \"id\": \"5415\",\n          \"name\": \"Computer Systems Design and Related Services\"\n        },\n        {\n          \"id\": \"54151\",\n          \"name\": \"Computer Systems Design and Related Services\"\n        },\n        {\n          \"id\": \"541511\",\n          \"name\": \"Custom Computer Programming Services\"\n        },\n        {\n          \"id\": \"511\",\n          \"name\": \"Publishing Industries (except Internet)\"\n        },\n        {\n          \"id\": \"5112\",\n          \"name\": \"Software Publishers\"\n        },\n        {\n          \"id\": \"51121\",\n          \"name\": \"Software Publishers\"\n        },\n        {\n          \"id\": \"511210\",\n          \"name\": \"Software Publishers\"\n        },\n        {\n          \"id\": \"51913\",\n          \"name\": \"Internet Publishing and Broadcasting and Web Search Portals\"\n        },\n        {\n          \"id\": \"519130\",\n          \"name\": \"Internet Publishing and Broadcasting and Web Search Portals\"\n        },\n        {\n          \"id\": \"517\",\n          \"name\": \"Telecommunications\"\n        },\n        {\n          \"id\": \"5173\",\n          \"name\": \"Wired and Wireless Telecommunications Carriers\"\n        },\n        {\n          \"id\": \"51731\",\n          \"name\": \"Wired and Wireless Telecommunications Carriers\"\n        }\n      ],\n      \"competitors\":\n      [\n        {\n          \"rank\": 1,\n          \"id\": 168919661,\n          \"name\": \"LinkedIn Corp\",\n          \"website\": \"linkedin.com\",\n          \"employeeCount\": 21000\n        },\n        {\n          \"rank\": 2,\n          \"id\": 5390594,\n          \"name\": \"Dun &amp; Bradstreet Inc\",\n          \"website\": \"dnb.com\",\n          \"employeeCount\": 6000\n        },\n        {\n          \"rank\": 3,\n          \"id\": 464190707,\n          \"name\": \"Clearbit\",\n          \"website\": \"clearbit.com\",\n          \"employeeCount\": 198\n        },\n        {\n          \"rank\": 4,\n          \"id\": 357808721,\n          \"name\": \"SalesIntel Research Inc\",\n          \"website\": \"salesintel.io\",\n          \"employeeCount\": 27\n        },\n        {\n          \"rank\": 5,\n          \"id\": 408702118,\n          \"name\": \"Lusha Ltd\",\n          \"website\": \"lusha.com\",\n          \"employeeCount\": 270\n        },\n        {\n          \"rank\": 6,\n          \"id\": 159335237,\n          \"name\": \"Lead411\",\n          \"website\": \"lead411.com\",\n          \"employeeCount\": 17\n        },\n        {\n          \"rank\": 7,\n          \"id\": 436418998,\n          \"name\": \"UpLead LLC\",\n          \"website\": \"uplead.com\",\n          \"employeeCount\": 16\n        },\n        {\n          \"rank\": 8,\n          \"id\": 429601687,\n          \"name\": \"Seamless AI\",\n          \"website\": \"seamless.ai\",\n          \"employeeCount\": 175\n        },\n        {\n          \"rank\": 9,\n          \"id\": 115098897,\n          \"name\": \"InsideView Inc\",\n          \"website\": \"insideview.com\",\n          \"employeeCount\": 312\n        },\n        {\n          \"rank\": 10,\n          \"id\": 353571907,\n          \"name\": \"6sense Insights Inc\",\n          \"website\": \"6sense.com\",\n          \"employeeCount\": 1350\n        }\n      ],\n      \"ultimateParentId\": 0,\n      \"ultimateParentRevenue\": 1210000,\n      \"ultimateParentEmployees\": 3500,\n      \"primaryIndustry\":\n      [\n        \"Software\"\n      ],\n      \"primaryIndustryCode\":\n      [\n        {\n          \"id\": \"software\",\n          \"name\": \"Software\"\n        }\n      ],\n      \"primarySubIndustryCode\":\n      [],\n      \"industries\":\n      [\n        \"Software\",\n        \"Data Collection &amp; Internet Portals\",\n        \"Media &amp; Internet\"\n      ],\n      \"industryCodes\":\n      [\n        {\n          \"id\": \"software\",\n          \"name\": \"Software\"\n        },\n        {\n          \"id\": \"media.data\",\n          \"name\": \"Data Collection &amp; Internet Portals\"\n        },\n        {\n          \"id\": \"media\",\n          \"name\": \"Media &amp; Internet\"\n        }\n      ],\n      \"parentId\": 0,\n      \"locationCount\": 22,\n      \"metroArea\": \"Portland-Vancouver-Hillsboro OR-WA\",\n      \"certified\": true,\n      \"revenueRange\": \"$1 bil. - $5 bil.\",\n      \"employeeRange\": \"1,000 - 5,000\",\n      \"companyFunding\":\n      [\n        {\n          \"date\": \"2020-06-04T07:00:00.000Z\",\n          \"type\": \"Stock Issuance/Offering\",\n          \"amount\": 935000,\n          \"investors\":\n          [\n            \"\"\n          ]\n        },\n        {\n          \"date\": \"2021-06-18T07:00:00.000Z\",\n          \"type\": \"Corporate Investment\",\n          \"amount\": 555,\n          \"investors\":\n          [\n            \"\"\n          ]\n        },\n        {\n          \"date\": \"2021-08-27T07:00:00.000Z\",\n          \"type\": \"Stock Issuance/Offering\",\n          \"amount\": 1200000,\n          \"investors\":\n          [\n            \"\"\n          ]\n        },\n        {\n          \"date\": \"2017-08-14T00:00:00.000Z\",\n          \"type\": \"Private Equity\",\n          \"amount\": 240000,\n          \"investors\":\n          [\n            \"Great Hill Partners\"\n          ]\n        },\n        {\n          \"date\": \"2004-07-19T00:00:00.000Z\",\n          \"type\": \"Series A\",\n          \"amount\": 7000,\n          \"investors\":\n          [\n            \"Ascent Venture Partners\",\n            \"Vulcan Capital Management\",\n            \"Venrock Associates\",\n            \"Flagship Pioneering\",\n            \"Commonwealth Capital Ventures\"\n          ]\n        },\n        {\n          \"date\": \"2014-05-30T07:00:00.000Z\",\n          \"type\": \"Private Equity\",\n          \"amount\": 0,\n          \"investors\":\n          [\n            \"TA Associates\"\n          ]\n        },\n        {\n          \"date\": \"2018-03-14T07:00:00.000Z\",\n          \"type\": \"Private Equity\",\n          \"amount\": 0,\n          \"investors\":\n          [\n            \"The Carlyle Group\",\n            \"22C Capital\"\n          ]\n        }\n      ],\n      \"totalFundingAmount\": 2382555,\n      \"employeeGrowth\":\n      {\n        \"oneYearGrowthRate\": \"32.4\",\n        \"twoYearGrowthRate\": \"114.2\",\n        \"employeeGrowthDataPoints\":\n        [\n          {\n            \"label\": \"'20 - Q3\",\n            \"employeeCount\": 1634\n          },\n          {\n            \"label\": \"'20 - Q4\",\n            \"employeeCount\": 1821\n          },\n          {\n            \"label\": \"'21 - Q1\",\n            \"employeeCount\": 2108\n          },\n          {\n            \"label\": \"'21 - Q2\",\n            \"employeeCount\": 2267\n          },\n          {\n            \"label\": \"'21 - Q3\",\n            \"employeeCount\": 2643\n          },\n          {\n            \"label\": \"'21 - Q4\",\n            \"employeeCount\": 3077\n          },\n          {\n            \"label\": \"'22 - Q1\",\n            \"employeeCount\": 3432\n          },\n          {\n            \"label\": \"'22 - Q2\",\n            \"employeeCount\": 3503\n          },\n          {\n            \"label\": \"'22 - Q3\",\n            \"employeeCount\": 3500\n          }\n        ]\n      },\n      \"type\": \"PUBLIC\",\n      \"isDefunct\": false,\n      \"departmentBudgets\":\n      {\n        \"marketingBudget\": 158510,\n        \"itBudget\": 44770,\n        \"financialBudget\": 12100,\n        \"hrBudget\": 7890\n      },\n      \"employeeCountByDepartment\":\n      {\n        \"sales\": 1544,\n        \"engineeringAndTechnical\": 860,\n        \"marketing\": 242,\n        \"informationTechnology\": 192,\n        \"humanResources\": 127,\n        \"finance\": 95,\n        \"operations\": 86,\n        \"legal\": 32,\n        \"cSuite\": 14,\n        \"medicalAndHealth\": 1\n      },\n      \"changedAttributes\": [\n        \"revenue\",\n        \"employeeCount\"\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<p><strong>Example 4: Company record - changed attributes only (default)</strong><br />Includes only output fields with changed attributes</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"webhookDetails\":\n  {\n    \"id\": \"xxxx\",\n    \"title\": \"webhook-title\",\n    \"objectType\": \"company\",\n    \"eventType\": \"Update\"\n  },\n  \"data\":\n  [\n    {\n      \"id\": 344589814,\n      \"name\": \"ZoomInfo\",\n      \"website\": \"www.zoominfo.com\",\n      \"revenue\": 1210000,\n      \"employeeCount\": 3500,\n      \"changedAttributes\": [\n        \"revenue\",\n        \"employeeCount\"\n      ]\n    }\n  ]\n}\n\n</code></pre>\n","event":[{"listen":"prerequest","script":{"id":"88455f2e-b0d5-4347-9953-dbf1cb34b79c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1fe476fe-85ec-431b-b139-015a4223dc62","type":"text/javascript","exec":[""]}}],"_postman_id":"0a3012d3-546c-45bd-9a3c-d014b93ce47e"},{"name":"Bulk","item":[{"name":"Bulk Contact Search","id":"bd9e7fe4-363e-431e-b7c1-aed486ccf3b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jobType\":\"preview\",\n    \"query\": {\n        \"firstName\": \"Mike\",\n        \"companyName\" : \"Zoominfo\"\n    }\n}"},"url":"{{protocol}}://{{url}}/bulk/search/contact","description":"<p>Use Bulk Contact Search to retrieve contacts using valid query parameters. Your request can consist of the following parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>jobType</td>\n<td>Can be <code>preview</code> (default) or <code>redeem</code></td>\n</tr>\n<tr>\n<td>query</td>\n<td>Can consist of valid input fields from the <a href=\"#74630827-dd25-4b6a-bf72-f7cfeffd6c41\">Contact Search Inputs</a> endpoint to retrieve the desired results. The following fields are currently not supported with Bulk Search: <code>sortOrder</code> and <code>sortBy</code>.</td>\n</tr>\n<tr>\n<td>outputFields</td>\n<td>Required for the <code>redeem</code> job type only. Specify the desired output fields to return. See the <a href=\"#28b47784-3186-4fc4-af91-12e6bc6fb31a\">Contact Enrich Outputs</a> endpoint for the list of output fields you can request. The following fields are currently not supported as an output for Bulk Search: <code>companyDescriptionList</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><p>See the preview and redeem request examples for syntax.</p>\n<p>The expected output in all cases is a <code>jobId</code>. For example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n   \"jobId\": \"e97813aa0bcae7a66f2ea9e1b69a0da2057bbfd8\"\n}\n\n</code></pre><p>See the <a href=\"#1f6246d0-fd13-4f63-b170-dda2fedd8322\">Bulk Job Status</a> and <a href=\"#5417ba88-096d-448a-b6cd-b930089c678d\">Bulk Job Results</a> endpoints for details on how to use the <code>jobId</code> to preview and return results.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["bulk","search","contact"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7aad7b7d-cae6-49f2-b473-14242e139fd9","name":"Bulk Contact Search - Preview","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jobType\": \"preview\",\n    \"query\": {\n        \"managementLevel\": \"directors\",\n        \"companyType\": \"public\",\n        \"zipCode\": \"19101\",\n        \"locationSearchType\": \"PersonAndHQ\",\n        \"zipCodeRadiusMiles\": \"25\",\n        \"techAttributeTagList\": \"333.202.*\"\n    }\n}"},"url":"{{protocol}}://{{url}}/bulk/search/contact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Feb 2022 15:06:32 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Request-Id","value":"cc6740f3-1001-4506-bcd6-8bc8421802a9","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1643900850","enabled":true},{"key":"vary","value":"Accept-Encoding","enabled":true},{"key":"x-usage-request-limit-limit","value":"1000000000","enabled":true},{"key":"x-usage-request-limit-remaining","value":"999999164","enabled":true},{"key":"x-usage-record-limit-limit","value":"1000000000","enabled":true},{"key":"x-usage-record-limit-remaining","value":"999996399","enabled":true},{"key":"x-usage-websights-api-request-limit-limit","value":"100000010","enabled":true},{"key":"x-usage-websights-api-request-limit-remaining","value":"99999278","enabled":true},{"key":"x-usage-websights-api-record-limit-limit","value":"10000000","enabled":true},{"key":"x-usage-websights-api-record-limit-remaining","value":"9999268","enabled":true},{"key":"x-usage-unique-id-limit-limit","value":"40000","enabled":true},{"key":"x-usage-unique-id-limit-remaining","value":"20385","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"6d7c903dab928c7e-EWR","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"jobId\": \"d1cecb828a0f2a13ffbc1f97faa06af31945ef89\"\n}"},{"id":"2160b6c7-3710-4a04-81fe-001cf40a2ec7","name":"Bulk Contact Search - Redeem","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IjE4MmU0NTBhMzVhMjA4MWZhYTFkOWFlMWQyZDc1YTBmMjNkOTFkZjgiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJodHRwczovL2FjY291bnRzLmdvb2dsZS5jb20iLCJhenAiOiI5NjkxNjIzNTMxMDUtMWhscDNrbjdsMzFycmF2aTNjbWRwdmswa2JtNm1mNWEuYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJhdWQiOiI5NjkxNjIzNTMxMDUtMWhscDNrbjdsMzFycmF2aTNjbWRwdmswa2JtNm1mNWEuYXBwcy5nb29nbGV1c2VyY29udGVudC5jb20iLCJzdWIiOiIxMTUwMTY0OTAwMDM3NDA4MjUxOTUiLCJoZCI6Inpvb21pbmZvLmNvbSIsImVtYWlsIjoicmF2aXNoYW5rYXIuZ29wYWxha3Jpc2huYW5Aem9vbWluZm8uY29tIiwiZW1haWxfdmVyaWZpZWQiOnRydWUsImF0X2hhc2giOiJYTGdheWFodl96LTJiYkRlaUI1Z1VBIiwiZ29vZ2xlIjp7ImdpYyI6IkFHT281MmdEQVpOdDlqanM4TGJkQ2wxaVBtUWpHQ3FjZ3gyYTZQRVF0M3hTVnlIQVVwX0xFU0NzMzRheVU4dm55Sk9SNEl5S2x2anVyMVRaX0pFZm5mNzRkaDMwRlp5Mk82ek5oR01QTzFJc1ZMUkctV1B1cTVpMmRTb3FuUkJGWEZoUUc2V3NqZkdhRGViRmdwYlJHdlQxbnM5LWZya3BHWHFDUnJnY0xJRDVUbmZWRDV2OFZGdFRZOE1BVFVXWTlvOV9pZFlXcGtVYnpPdFJ0Z2xOWC1ZTEszTGVEZjRqT0owIn0sImlhdCI6MTY0NDI4OTI3OCwiZXhwIjoxNjQ0MjkyODc4fQ.W0huj3df5JLrHN1BuD2e3OHCtn8dCQMMZUPRLqWx7CJItkbOm-JUCfEbh8nZjQ_wbdI8LwZ_NEkb8ZIV0baHgSsGDN2stSjmVn0xqif7IBl63EcJ-Ms8Uw7ul2GcDZ0FDIF9N9RHRM8yBjTxbUOuUgG0DVOLKYZu_fj7HbVI47DgCvbTI5bsp1Kn82ew5dYL1fulUluBU6uqrsts7X3aOQ6IadMacPDqg8OyqAevssnpfgfBSeaO6-IUi2z7pB6MCCy-Oz_rlWN9VpAU06w_QiRrYxdW8vU8V9QDslp7RxNGxHLHGHP-5Nd1MUGQYqIJfiMqy08Cma5__kMjNbcWKQ","type":"text"},{"key":"x-zoom-claims","value":"{{x-zoom-claims}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jobType\": \"redeem\",\n    \"query\": {\n        \"managementLevel\": \"directors\",\n        \"companyType\": \"public\",\n        \"zipCode\": \"19101\",\n        \"locationSearchType\": \"PersonAndHQ\",\n        \"zipCodeRadiusMiles\": \"25\",\n        \"techAttributeTagList\": \"333.202.*\"\n    },\n     \"outputFields\": [\n        \"firstName\",\n        \"lastName\",\n        \"jobTitle\",\n        \"companyName\",\n        \"contactAccuracyScore\"\n    ]\n    \n}"},"url":"https://pr-824-dot-enterprise-api-dot-dozi-stg-ent-api-2.ue.r.appspot.com/bulk/search/contact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Feb 2022 14:37:52 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=UTF-8","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"-1","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"0","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"0","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"0","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"0","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Via","value":"1.1 google","enabled":true},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"jobId\": \"3feb241cfba27265c501a7904ef8d37890448799\"\n}"}],"_postman_id":"bd9e7fe4-363e-431e-b7c1-aed486ccf3b4"},{"name":"Bulk Company Search","id":"90ebfea3-8834-4854-b234-2ccb8d608e89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jobType\": \"preview\",\n    \"query\": {\n        \"address\": \"01775\"\n    },\n    \"outputFields\": [\n        \"id\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/bulk/search/company","description":"<p>Use Bulk Company Search to retrieve companies using valid query parameters. Your request can consist of the following parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>jobType</td>\n<td>Can be <code>preview</code> (default) or <code>redeem</code></td>\n</tr>\n<tr>\n<td>query</td>\n<td>Can consist of valid input fields from the <a href=\"#ffd4ccc6-09d1-4026-8c4f-863d02fd703e\">Company Search Inputs</a> endpoint to retrieve the desired results. The following fields are currently not supported with Bulk Search: <code>sortOrder</code> and <code>sortBy</code>.</td>\n</tr>\n<tr>\n<td>outputFields</td>\n<td>Required for the <code>redeem</code> job type only. Specify the desired output fields to return. The following fields are currently not supported as an output for Bulk Search: <code>descriptionList</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><p>See the <a href=\"#d05239c3-2597-45f8-9384-f2dbd3518cfc\">Company Enrich Outputs</a> endpoint for the list of output fields you can request. |</p>\n<p>See the preview and redeem request examples for syntax.</p>\n<p>The expected output in all cases is a <code>jobId</code>. For example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n   \"jobId\": \"e97813aa0bcae7a66f2ea9e1b69a0da2057bbfd8\"\n}\n\n</code></pre><p>See the <a href=\"#1f6246d0-fd13-4f63-b170-dda2fedd8322\">Bulk Job Status</a> and <a href=\"#5417ba88-096d-448a-b6cd-b930089c678d\">Bulk Job Results</a> endpoints for details on how to use the <code>jobId</code> to preview and return results.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["bulk","search","company"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"5383ea62-cec5-4660-b31d-6664ebc24396","name":"Bulk Company Search - Preview","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jobType\": \"preview\",\n    \"query\": {\n        \"state\": \"california\",\n        \"industryCodes\": \"education.university\"\n    },\n     \"outputFields\": [\n        \"id\",\n        \"name\",\n        \"website\",\n        \"employeeCount\"\n    ]\n    \n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/bulk/search/company"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Feb 2022 14:33:33 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Request-Id","value":"f58641cc-e8fa-4454-bf11-e2bccafcd6b5","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1644330874","enabled":true},{"key":"vary","value":"Accept-Encoding","enabled":true},{"key":"x-usage-request-limit-limit","value":"1000000000","enabled":true},{"key":"x-usage-request-limit-remaining","value":"999999168","enabled":true},{"key":"x-usage-record-limit-limit","value":"1000000000","enabled":true},{"key":"x-usage-record-limit-remaining","value":"999997352","enabled":true},{"key":"x-usage-websights-api-request-limit-limit","value":"100000010","enabled":true},{"key":"x-usage-websights-api-request-limit-remaining","value":"99999259","enabled":true},{"key":"x-usage-websights-api-record-limit-limit","value":"10000000","enabled":true},{"key":"x-usage-websights-api-record-limit-remaining","value":"9999249","enabled":true},{"key":"x-usage-unique-id-limit-limit","value":"540003","enabled":true},{"key":"x-usage-unique-id-limit-remaining","value":"0","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"6da592dd38b18c51-EWR","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"jobId\": \"fa2b51864e1b29a7dceecd149402d6c3441ba34b\"\n}"},{"id":"8c42e36b-1e7c-4163-ab4c-a4c15db7c1a6","name":"Bulk Company Search - Redeem","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jobType\": \"redeem\",\n    \"query\": {\n        \"metroRegion\": \"usa.california.sanfrancisco\",\n        \"industryCodes\": \"education.university\",\n        \"techAttributeTagList\": \"333.202.*\"\n    },\n     \"outputFields\": [\n        \"id\",\n        \"ticker\",\n        \"name\",\n        \"website\",\n        \"employeeCount\"\n    ]\n    \n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/bulk/search/company"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Feb 2022 15:07:33 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Request-Id","value":"38c9a854-985b-457d-aa24-eeb0fcfd902d","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1643900914","enabled":true},{"key":"vary","value":"Accept-Encoding","enabled":true},{"key":"x-usage-request-limit-limit","value":"1000000000","enabled":true},{"key":"x-usage-request-limit-remaining","value":"999999162","enabled":true},{"key":"x-usage-record-limit-limit","value":"1000000000","enabled":true},{"key":"x-usage-record-limit-remaining","value":"999996399","enabled":true},{"key":"x-usage-websights-api-request-limit-limit","value":"100000010","enabled":true},{"key":"x-usage-websights-api-request-limit-remaining","value":"99999278","enabled":true},{"key":"x-usage-websights-api-record-limit-limit","value":"10000000","enabled":true},{"key":"x-usage-websights-api-record-limit-remaining","value":"9999268","enabled":true},{"key":"x-usage-unique-id-limit-limit","value":"40000","enabled":true},{"key":"x-usage-unique-id-limit-remaining","value":"20385","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"6d7c91cafdbf8c7e-EWR","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"jobId\": \"ef20a21f51186cc7fb81b9eaa9bf382f4a13be03\"\n}"}],"_postman_id":"90ebfea3-8834-4854-b234-2ccb8d608e89"},{"name":"Bulk Contact Enrich","id":"ee3b7d2a-f2ac-44f9-83de-f2c1f92e6e57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"matchPersonInput\": [\n        {\n           \"personId\": \"-1021613465\"\n        },\n        {\n          \"personId\": \"1850882609\"\n        },\n        {\n          \"personId\": \"1085252979\"\n        },\n        {\n          \"personId\": \"1340258275\"\n        },\n        {\n          \"personId\": \"1211397553\"\n        },\n        {\n          \"personId\": \"7076615179\"\n        },\n        {\n          \"personId\": \"10456376\"\n        },\n        {\n          \"personId\": \"7057643986\"\n        },\n        {\n          \"personId\": \"3068831069\"\n        },\n        {\n          \"personId\": \"1237124890\"\n        },\n        {\n          \"personId\": \"-1268761639\"\n        },\n        {\n          \"personId\": \"1298772762\"\n        },\n        {\n          \"personId\": \"-2137560815\"\n        },\n        {\n          \"personId\": \"1122625695\"\n        },\n        {\n          \"personId\": \"2560362\"\n        },\n        {\n          \"personId\": \"295038088\"\n        },\n        {\n          \"personId\": \"249554924\"\n        },\n        {\n          \"personId\": \"4086996027\"\n        },\n        {\n          \"personId\": \"128559379\"\n        },\n        {\n          \"personId\": \"78327053\"\n        }\n    ],\n    \"outputFields\": [\n        \"id\",\n        \"firstName\",\n        \"middleName\",\n        \"lastName\",\n        \"email\",\n\t\t\"phone\",\n\t\t\"directPhoneDoNotCall\",\n        \"street\",\n        \"city\",\n        \"region\",\n        \"metroArea\",\n        \"zipCode\",\n        \"state\",\n        \"country\",\n        \"continent\",\n        \"personHasMoved\",\n        \"withinEu\",\n        \"withinCalifornia\",\n        \"withinCanada\",\n        \"lastUpdatedDate\",\n        \"validDate\",\n        \"noticeProvidedDate\",        \n        \"salutation\",\n        \"suffix\",\n        \"jobTitle\",\n        \"jobFunction\",\n        \"companyDivision\",\n        \"education\",\n        \"hashedEmails\",\n        \"picture\",\n\t\t\"mobilePhoneDoNotCall\",\n        \"externalUrls\",\n        \"companyId\",\n        \"companyName\",\n        \"companyPhone\",\n        \"companyFax\",\n        \"companyStreet\",\n        \"companyCity\",\n        \"companyState\",\n        \"companyZipCode\",\n        \"companyCountry\",\n        \"companyContinent\",\n        \"companyLogo\",\n        \"companySicCodes\",\n        \"companyNaicsCodes\",\n        \"contactAccuracyScore\",\n        \"companyWebsite\",\n        \"companyRevenue\",\n        \"companyRevenueNumeric\",\n        \"companyEmployeeCount\",\n        \"companyType\",\n        \"companyTicker\",\n        \"companyRanking\",\n        \"isDefunct\",\n        \"companySocialMediaUrls\",\n        \"companyPrimaryIndustry\",\n        \"companyIndustries\",\n        \"companyRevenueRange\",\n        \"companyEmployeeRange\",\n        \"employmentHistory\",\n        \"managementLevel\",\n        \"locationCompanyId\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/bulk/enrich/contact","description":"<p>With Bulk Contact Enrich you can:</p>\n<ul>\n<li>Enrich up to 10K records in a single job</li>\n<li>Retrieve up to 500 results per page</li>\n</ul>\n<p>Use this endpoint to enrich contact information based on <a href=\"#dbaf31cd-0f7a-4bf3-b6c1-077f3c31f2df\">input values</a> and return the desired <a href=\"#28b47784-3186-4fc4-af91-12e6bc6fb31a\">output fields</a> in the response.</p>\n<p><strong>Note</strong>: All output fields in the <a href=\"#2b23b5a2-4074-419e-b01f-e63a6f5af77b\">Contact Enrich</a> endpoint are supported, with the exception of <code>companyDescriptionList</code>.</p>\n<p>When you submit an enrich request, an asynchronous job is started, and a <code>job_id</code> is instantly returned. For example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n   \"jobId\": \"e97813aa0bcae7a66f2ea9e1b69a0da2057bbfd8\"\n}\n\n</code></pre><p>You can use the <code>job_id</code> to check the status of the job and enrich results.</p>\n<p>See the <a href=\"#1f6246d0-fd13-4f63-b170-dda2fedd8322\">Bulk Job Status</a> and <a href=\"#5417ba88-096d-448a-b6cd-b930089c678d\">Bulk Job Results</a> endpoints for details on how to use the <code>jobId</code> to preview and return results.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["bulk","enrich","contact"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"bc8659d6-579e-48b4-acc9-efc632d4e8d4","name":"Bulk Contact Enrich","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"matchPersonInput\": [\n        {\n           \"personId\": \"-1021613465\"\n        },\n        {\n          \"personId\": \"1850882609\"\n        },\n        {\n          \"personId\": \"1085252979\"\n        },\n        {\n          \"personId\": \"1340258275\"\n        },\n        {\n          \"personId\": \"1211397553\"\n        },\n        {\n          \"personId\": \"7076615179\"\n        },\n        {\n          \"personId\": \"10456376\"\n        },\n        {\n          \"personId\": \"7057643986\"\n        },\n        {\n          \"personId\": \"3068831069\"\n        },\n        {\n          \"personId\": \"1237124890\"\n        },\n        {\n          \"personId\": \"-1268761639\"\n        },\n        {\n          \"personId\": \"1298772762\"\n        },\n        {\n          \"personId\": \"-2137560815\"\n        },\n        {\n          \"personId\": \"1122625695\"\n        },\n        {\n          \"personId\": \"2560362\"\n        },\n        {\n          \"personId\": \"295038088\"\n        },\n        {\n          \"personId\": \"249554924\"\n        },\n        {\n          \"personId\": \"4086996027\"\n        },\n        {\n          \"personId\": \"128559379\"\n        },\n        {\n          \"personId\": \"78327053\"\n        }\n    ],\n    \"outputFields\": [\n        \"id\",\n        \"firstName\",\n        \"middleName\",\n        \"lastName\",\n        \"email\",\n\t\t\"phone\",\n\t\t\"directPhoneDoNotCall\",\n        \"street\",\n        \"city\",\n        \"region\",\n        \"metroArea\",\n        \"zipCode\",\n        \"state\",\n        \"country\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/bulk/enrich/contact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 May 2022 18:34:49 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Request-Id","value":"cbb60584-6e2f-4bdb-89ba-83b2f3674a44","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1652380550","enabled":true},{"key":"vary","value":"Accept-Encoding","enabled":true},{"key":"x-usage-request-limit-limit","value":"1000000000","enabled":true},{"key":"x-usage-request-limit-remaining","value":"999999155","enabled":true},{"key":"x-usage-record-limit-limit","value":"1000000000","enabled":true},{"key":"x-usage-record-limit-remaining","value":"999995200","enabled":true},{"key":"x-usage-websights-api-request-limit-limit","value":"100000010","enabled":true},{"key":"x-usage-websights-api-request-limit-remaining","value":"99998741","enabled":true},{"key":"x-usage-websights-api-record-limit-limit","value":"10000000","enabled":true},{"key":"x-usage-websights-api-record-limit-remaining","value":"9998738","enabled":true},{"key":"x-usage-unique-id-limit-limit","value":"81000013","enabled":true},{"key":"x-usage-unique-id-limit-remaining","value":"90754986","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"70a540280dcd8ce0-EWR","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"jobId\": \"de5c557935a221c2bc2fa612bf2d8768ade9572c\"\n}"},{"id":"3a42c4a5-cdb4-4359-b42a-2dfd161985b1","name":"Bulk Contact Enrich with Required Fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"matchPersonInput\": [\n        {\n           \"personId\": \"-1021613465\"\n        },\n        {\n          \"personId\": \"1850882609\"\n        },\n        {\n          \"personId\": \"1085252979\"\n        },\n        {\n          \"personId\": \"1340258275\"\n        },\n        {\n          \"personId\": \"1211397553\"\n        },\n        {\n          \"personId\": \"7076615179\"\n        },\n        {\n          \"personId\": \"10456376\"\n        },\n        {\n          \"personId\": \"7057643986\"\n        },\n        {\n          \"personId\": \"3068831069\"\n        },\n        {\n          \"personId\": \"1237124890\"\n        },\n        {\n          \"personId\": \"-1268761639\"\n        },\n        {\n          \"personId\": \"1298772762\"\n        },\n        {\n          \"personId\": \"-2137560815\"\n        },\n        {\n          \"personId\": \"1122625695\"\n        },\n        {\n          \"personId\": \"2560362\"\n        },\n        {\n          \"personId\": \"295038088\"\n        },\n        {\n          \"personId\": \"249554924\"\n        },\n        {\n          \"personId\": \"4086996027\"\n        },\n        {\n          \"personId\": \"128559379\"\n        },\n        {\n          \"personId\": \"78327053\"\n        }\n    ],\n    \"requiredFields\": [\n        \"email\",\n        \"phone\"\n    ],\n    \"outputFields\": [\n        \"id\",\n        \"firstName\",\n        \"middleName\",\n        \"lastName\",\n        \"email\",\n\t\t\"phone\",\n\t\t\"directPhoneDoNotCall\",\n        \"street\",\n        \"city\",\n        \"region\",\n        \"metroArea\",\n        \"zipCode\",\n        \"state\",\n        \"country\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/bulk/enrich/contact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 May 2022 17:22:45 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Request-Id","value":"488e2d8a-bdea-4380-8864-bb792c0821ac","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1652462626","enabled":true},{"key":"vary","value":"Accept-Encoding","enabled":true},{"key":"x-usage-request-limit-limit","value":"1000000000","enabled":true},{"key":"x-usage-request-limit-remaining","value":"999999157","enabled":true},{"key":"x-usage-record-limit-limit","value":"1000000000","enabled":true},{"key":"x-usage-record-limit-remaining","value":"999995209","enabled":true},{"key":"x-usage-websights-api-request-limit-limit","value":"100000010","enabled":true},{"key":"x-usage-websights-api-request-limit-remaining","value":"99998738","enabled":true},{"key":"x-usage-websights-api-record-limit-limit","value":"10000000","enabled":true},{"key":"x-usage-websights-api-record-limit-remaining","value":"9998735","enabled":true},{"key":"x-usage-unique-id-limit-limit","value":"81000013","enabled":true},{"key":"x-usage-unique-id-limit-remaining","value":"90752276","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"70ad13f87e2e0ce5-EWR","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"jobId\": \"5307dff7c48c771100f9a280e0d564ddae98e493\"\n}"}],"_postman_id":"ee3b7d2a-f2ac-44f9-83de-f2c1f92e6e57"},{"name":"Bulk Company Enrich","id":"6ed48187-d009-469f-88ef-cfe90cd245fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"matchCompanyInput\": [\n        {\n            \"companyId\": \"7783252\"\n        },\n        {\n            \"companyId\": \"30147212\"\n        },\n        {\n            \"companyId\": \"18008595\"\n        },\n        {\n            \"companyId\": \"558366052\"\n        },\n        {\n            \"companyId\": \"239305146\"\n        },\n        {\n            \"companyId\": \"77103155\"\n        },\n        {\n            \"companyId\": \"37051158\"\n        },\n        {\n            \"companyId\": \"29425770\"\n        },\n        {\n            \"companyId\": \"345444435\"\n        },\n        {\n            \"companyId\": \"347451938\"\n        },\n        {\n            \"companyId\": \"20234595\"\n        },\n        {\n            \"companyId\": \"353492965\"\n        },\n        {\n            \"companyId\": \"91406858\"\n        },\n        {\n            \"companyId\": \"559977935\"\n        },\n        {\n            \"companyId\": \"18633856\"\n        },\n        {\n            \"companyId\": \"67459255\"\n        },\n        {\n            \"companyId\": \"130203765\"\n        },\n        {\n            \"companyId\": \"17353843\"\n        },\n        {\n            \"companyId\": \"122634324\"\n        },\n        {\n            \"companyId\": \"106676542\"\n        },\n        {\n            \"companyId\": \"80265858\"\n        },\n        {\n            \"companyId\": \"124404507\"\n        },\n        {\n            \"companyId\": \"28738687\"\n        },\n        {\n            \"companyId\": \"421520839\"\n        },\n        {\n            \"companyId\": \"50498255\"\n        },\n        {\n            \"companyId\": \"34537887\"\n        },\n        {\n            \"companyId\": \"8520039\"\n        },\n        {\n            \"companyId\": \"49187454\"\n        },\n        {\n            \"companyId\": \"94340946\"\n        },\n        {\n            \"companyId\": \"89195983\"\n        },\n        {\n            \"companyId\": \"9240875\"\n        }\n    ],\n    \"outputFields\": [\n        \"id\",\n        \"ticker\",\n        \"name\",\n        \"website\",\n        \"domainList\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/bulk/enrich/company","description":"<p>With Bulk Company Enrich you can:</p>\n<ul>\n<li>Enrich up to 10K records in a single Enrich job</li>\n<li>Retrieve up to 500 results per page</li>\n</ul>\n<p>Use this endpoint to enrich company information based on <a href=\"#7a915792-e8cd-4e3a-9f0e-c19b850be536\">input values</a> and return the desired <a href=\"#d05239c3-2597-45f8-9384-f2dbd3518cfc\">output fields</a> in the response.</p>\n<p><strong>Note</strong>: All output fields in the <a href=\"#5fdf6e5e-f71e-4e1f-9807-0f8296094dcc\">Company Enrich</a> endpoint are supported, with the exception of <code>companyDescriptionList</code>.</p>\n<p>When you submit an enrich request, an asynchronous job is started, and a <code>job_id</code> is instantly returned. For example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n   \"jobId\": \"e97813aa0bcae7a66f2ea9e1b69a0da2057bbfd8\"\n}\n\n</code></pre><p>You can use the <code>job_id</code> to check the status of the job and enrich results.</p>\n<p>See the <a href=\"#1f6246d0-fd13-4f63-b170-dda2fedd8322\">Bulk Job Status</a> and <a href=\"#5417ba88-096d-448a-b6cd-b930089c678d\">Bulk Job Results</a> endpoints for details on how to use the <code>jobId</code> to preview and return results.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["bulk","enrich","company"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2dfd464f-26fe-4a5b-9dcd-dd07425e27aa","name":"Bulk Company Enrich","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"matchCompanyInput\": [\n        {\n            \"companyId\": \"7783252\"\n        },\n        {\n            \"companyId\": \"30147212\"\n        },\n        {\n            \"companyId\": \"18008595\"\n        },\n        {\n            \"companyId\": \"558366052\"\n        },\n        {\n            \"companyId\": \"239305146\"\n        },\n        {\n            \"companyId\": \"77103155\"\n        },\n        {\n            \"companyId\": \"37051158\"\n        },\n        {\n            \"companyId\": \"29425770\"\n        },\n        {\n            \"companyId\": \"345444435\"\n        },\n        {\n            \"companyId\": \"347451938\"\n        },\n        {\n            \"companyId\": \"20234595\"\n        },\n        {\n            \"companyId\": \"353492965\"\n        },\n        {\n            \"companyId\": \"91406858\"\n        },\n        {\n            \"companyId\": \"559977935\"\n        },\n        {\n            \"companyId\": \"18633856\"\n        },\n        {\n            \"companyId\": \"67459255\"\n        },\n        {\n            \"companyId\": \"130203765\"\n        },\n        {\n            \"companyId\": \"17353843\"\n        },\n        {\n            \"companyId\": \"122634324\"\n        },\n        {\n            \"companyId\": \"106676542\"\n        },\n        {\n            \"companyId\": \"80265858\"\n        },\n        {\n            \"companyId\": \"124404507\"\n        },\n        {\n            \"companyId\": \"28738687\"\n        },\n        {\n            \"companyId\": \"421520839\"\n        },\n        {\n            \"companyId\": \"50498255\"\n        },\n        {\n            \"companyId\": \"34537887\"\n        },\n        {\n            \"companyId\": \"8520039\"\n        },\n        {\n            \"companyId\": \"49187454\"\n        },\n        {\n            \"companyId\": \"94340946\"\n        },\n        {\n            \"companyId\": \"89195983\"\n        },\n        {\n            \"companyId\": \"9240875\"\n        }\n    ],\n    \"requiredFields\": [\n        \"email\",\n        \"phone\"\n    ],\n    \"outputFields\": [\n        \"id\",\n        \"ticker\",\n        \"name\",\n        \"website\",\n        \"domainList\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/bulk/enrich/company"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 May 2022 17:36:29 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Request-Id","value":"404455ac-c2dd-4c37-87e8-1bbd062ab10e","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1652377050","enabled":true},{"key":"vary","value":"Accept-Encoding","enabled":true},{"key":"x-usage-request-limit-limit","value":"1000000000","enabled":true},{"key":"x-usage-request-limit-remaining","value":"999999157","enabled":true},{"key":"x-usage-record-limit-limit","value":"1000000000","enabled":true},{"key":"x-usage-record-limit-remaining","value":"999995200","enabled":true},{"key":"x-usage-websights-api-request-limit-limit","value":"100000010","enabled":true},{"key":"x-usage-websights-api-request-limit-remaining","value":"99998741","enabled":true},{"key":"x-usage-websights-api-record-limit-limit","value":"10000000","enabled":true},{"key":"x-usage-websights-api-record-limit-remaining","value":"9998738","enabled":true},{"key":"x-usage-unique-id-limit-limit","value":"81000013","enabled":true},{"key":"x-usage-unique-id-limit-remaining","value":"90756981","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"70a4eab64e34335c-EWR","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"jobId\": \"add665cc35af4dcbbbe0b4c2d472dfcab15b55d7\"\n}"},{"id":"e5de39d7-b4df-4c46-94ab-3f8122327623","name":"Bulk Company Enrich with Required Fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"matchCompanyInput\": [\n        {\n            \"companyId\": \"7783252\"\n        },\n        {\n            \"companyId\": \"30147212\"\n        },\n        {\n            \"companyId\": \"18008595\"\n        },\n        {\n            \"companyId\": \"558366052\"\n        },\n        {\n            \"companyId\": \"239305146\"\n        },\n        {\n            \"companyId\": \"77103155\"\n        },\n        {\n            \"companyId\": \"37051158\"\n        },\n        {\n            \"companyId\": \"29425770\"\n        },\n        {\n            \"companyId\": \"345444435\"\n        },\n        {\n            \"companyId\": \"347451938\"\n        },\n        {\n            \"companyId\": \"20234595\"\n        },\n        {\n            \"companyId\": \"353492965\"\n        },\n        {\n            \"companyId\": \"91406858\"\n        },\n        {\n            \"companyId\": \"559977935\"\n        },\n        {\n            \"companyId\": \"18633856\"\n        },\n        {\n            \"companyId\": \"67459255\"\n        },\n        {\n            \"companyId\": \"130203765\"\n        },\n        {\n            \"companyId\": \"17353843\"\n        },\n        {\n            \"companyId\": \"122634324\"\n        },\n        {\n            \"companyId\": \"106676542\"\n        },\n        {\n            \"companyId\": \"80265858\"\n        },\n        {\n            \"companyId\": \"124404507\"\n        },\n        {\n            \"companyId\": \"28738687\"\n        },\n        {\n            \"companyId\": \"421520839\"\n        },\n        {\n            \"companyId\": \"50498255\"\n        },\n        {\n            \"companyId\": \"34537887\"\n        },\n        {\n            \"companyId\": \"8520039\"\n        },\n        {\n            \"companyId\": \"49187454\"\n        },\n        {\n            \"companyId\": \"94340946\"\n        },\n        {\n            \"companyId\": \"89195983\"\n        },\n        {\n            \"companyId\": \"9240875\"\n        }\n    ],\n    \"requiredFields\": [\n        \"email\",\n        \"phone\"\n    ],\n    \"outputFields\": [\n        \"id\",\n        \"ticker\",\n        \"name\",\n        \"website\",\n        \"domainList\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/bulk/enrich/company"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 May 2022 17:26:57 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Request-Id","value":"919eaca5-7b41-4016-96e0-bdd5f4554b3a","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1652462878","enabled":true},{"key":"vary","value":"Accept-Encoding","enabled":true},{"key":"x-usage-request-limit-limit","value":"1000000000","enabled":true},{"key":"x-usage-request-limit-remaining","value":"999999155","enabled":true},{"key":"x-usage-record-limit-limit","value":"1000000000","enabled":true},{"key":"x-usage-record-limit-remaining","value":"999995209","enabled":true},{"key":"x-usage-websights-api-request-limit-limit","value":"100000010","enabled":true},{"key":"x-usage-websights-api-request-limit-remaining","value":"99998738","enabled":true},{"key":"x-usage-websights-api-record-limit-limit","value":"10000000","enabled":true},{"key":"x-usage-websights-api-record-limit-remaining","value":"9998735","enabled":true},{"key":"x-usage-unique-id-limit-limit","value":"81000013","enabled":true},{"key":"x-usage-unique-id-limit-remaining","value":"90752276","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"70ad1a1eed350ce5-EWR","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"jobId\": \"3f0baa4837e36ed2d63683666faf6da701d4dc72\"\n}"}],"_postman_id":"6ed48187-d009-469f-88ef-cfe90cd245fa"},{"name":"Bulk Job Status","id":"1f6246d0-fd13-4f63-b170-dda2fedd8322","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jobId\": \"0675ee17f800db0333f7541859d7d1db67fd7037\"\n}"},"url":"{{protocol}}://{{url}}/bulk/job/status","description":"<p>Use the Bulk Job Status endpoint with the jobId as input to return a job status that shows the total number of matching records and page count.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-{\">{\n   \"jobId\": \"484424dd9a04adccca98a17f19747435ef6c8705\"\n}\n\n</code></pre>\n<p><strong>Input params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>DataType</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>jobId</td>\n<td>String</td>\n<td>Job ID generated by running Bulk Contact Search or Bulk Company Search</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>Status can be <code>Queued</code>, <code>In_Progress</code>, <code>Completed</code> and <code>Failed</code>.</td>\n</tr>\n<tr>\n<td>jobType</td>\n<td>Job type can be <code>preview</code> or <code>redeem</code>.</td>\n</tr>\n<tr>\n<td>entityType</td>\n<td>Entity type can be <code>company</code> or <code>contact</code>.</td>\n</tr>\n<tr>\n<td>totalRecords</td>\n<td>Total number of records returned</td>\n</tr>\n<tr>\n<td>totalPages</td>\n<td>Total number of pages (<code>totalRecords</code> divided by 1000 per page)</td>\n</tr>\n<tr>\n<td>successfulPagesCount</td>\n<td>Number of pages that were successful</td>\n</tr>\n<tr>\n<td>successfulPages</td>\n<td>Specific pages that were successful</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{protocol}}","path":["bulk","job","status"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"83c09863-e1ef-4ff0-8566-fe7fe9734b7d","name":"Bulk Job Status","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jobId\": \"0675ee17f800db0333f7541859d7d1db67fd7037\"\n}"},"url":"{{protocol}}://{{url}}/bulk/job/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Feb 2022 15:11:41 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Request-Id","value":"8542d0aa-f2f3-4c7d-9963-7aa366fa89af","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1497","enabled":true},{"key":"X-RateLimit-Reset","value":"1643901110","enabled":true},{"key":"vary","value":"Accept-Encoding","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"6d7c97bdbb378c7e-EWR","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"IN_PROGRESS\",\n    \"jobType\": \"redeem\",\n    \"entityType\": \"COMPANY\",\n    \"totalRecords\": 7655,\n    \"totalPages\": 8,\n    \"successfulPagesCount\": 3,\n    \"successfulPages\": [\n        1,\n        2,\n        8\n    ]\n}"}],"_postman_id":"1f6246d0-fd13-4f63-b170-dda2fedd8322"},{"name":"Bulk Job Results","id":"5417ba88-096d-448a-b6cd-b930089c678d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jobId\": \"0675ee17f800db0333f7541859d7d1db67fd7037\",\n    \"page\": 5,\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/bulk/job/results","description":"<p>Use the Bulk Job Results endpoint with the jobId as input to return job results of the matching records for the specified page.</p>\n<p><strong>Note:</strong> Please ensure that the page number is successfully processed and ready to get results.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n   \"jobId\": \"484424dd9a04adccca98a17f19747435ef6c8705\",\n   \"page\": 1\n}\n\n</code></pre><p><strong>Input params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>DataType</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>jobId</td>\n<td>String</td>\n<td>Job ID generated by running Bulk Contact Search or Bulk Company Search</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>Provides the results for the given page, used in conjunction with <code>rpp</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>jobType</td>\n<td>Type of job. Can be <code>preview</code> or <code>redeem</code>.</td>\n</tr>\n<tr>\n<td>entityType</td>\n<td>Type of entity. Can be <code>company</code> or <code>contact</code>.</td>\n</tr>\n<tr>\n<td>totalRecords</td>\n<td>Total number of records returned</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Current page number</td>\n</tr>\n<tr>\n<td>currentResults</td>\n<td>Number of results for the current page</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Results for the requested output fields</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{protocol}}","path":["bulk","job","results"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ac81bcd8-ad9b-4f8c-9247-a8a66c47da58","name":"Bulk Job Results","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jobId\": \"0675ee17f800db0333f7541859d7d1db67fd7037\",\n    \"page\": 5\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/bulk/job/results"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Feb 2022 15:13:01 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Request-Id","value":"40047dc3-c02f-4f1a-a4d9-4e5983c39f70","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1498","enabled":true},{"key":"X-RateLimit-Reset","value":"1643901221","enabled":true},{"key":"vary","value":"Accept-Encoding","enabled":true},{"key":"x-usage-request-limit-limit","value":"1000000000","enabled":true},{"key":"x-usage-request-limit-remaining","value":"999999157","enabled":true},{"key":"x-usage-record-limit-limit","value":"1000000000","enabled":true},{"key":"x-usage-record-limit-remaining","value":"999993399","enabled":true},{"key":"x-usage-websights-api-request-limit-limit","value":"100000010","enabled":true},{"key":"x-usage-websights-api-request-limit-remaining","value":"99999278","enabled":true},{"key":"x-usage-websights-api-record-limit-limit","value":"10000000","enabled":true},{"key":"x-usage-websights-api-record-limit-remaining","value":"9999268","enabled":true},{"key":"x-usage-unique-id-limit-limit","value":"40000","enabled":true},{"key":"x-usage-unique-id-limit-remaining","value":"20235","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"6d7c99cdcec88c7e-EWR","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"jobType\": \"redeem\",\n    \"entityType\": \"company\",\n    \"totalRecords\": 7655,\n    \"totalPages\": 8,\n    \"currentPage\": 5,\n    \"currentResults\": 1000,\n    \"result\": [\n        {\n            \"input\": {\n                \"companyId\": 542549309\n            },\n            \"data\": {\n                \"id\": 542549309,\n                \"name\": \"Monge.net\",\n                \"website\": \"www.monge.net\",\n                \"employeeCount\": 0\n            }\n        },\n        {\n            \"input\": {\n                \"companyId\": 412129693\n            },\n            \"data\": {\n                \"id\": 412129693,\n                \"name\": \"Grover Lab\",\n                \"website\": \"www.groverlab.org\",\n                \"employeeCount\": 20\n            }\n        },\n        {\n            \"input\": {\n                \"companyId\": 537036780\n            },\n            \"data\": {\n                \"id\": 537036780,\n                \"name\": \"Phillip J. Patiño School of Entrepreneurship\",\n                \"website\": \"www.patinoeschool.org\",\n                \"employeeCount\": 0\n            }\n        },\n        {\n            \"input\": {\n                \"companyId\": 536306331\n            },\n            \"data\": {\n                \"id\": 536306331,\n                \"name\": \"SCOE Conference Center\",\n                \"website\": \"www.scoeteaching.net\",\n                \"employeeCount\": 0\n            }\n        },\n        {\n            \"input\": {\n                \"companyId\": 538434159\n            },\n            \"data\": {\n                \"id\": 538434159,\n                \"name\": \"William Drury\",\n                \"website\": \"www.williamdrury.com\",\n                \"employeeCount\": 0\n            }\n        },\n        {\n            \"input\": {\n                \"companyId\": 411427542\n            },\n            \"data\": {\n                \"id\": 411427542,\n                \"name\": \"Johannes School of Music\",\n                \"website\": \"johannesschoolofmusic.net\",\n                \"employeeCount\": 22\n            }\n        },\n        {\n            \"input\": {\n                \"companyId\": 536627736\n            },\n            \"data\": {\n                \"id\": 536627736,\n                \"name\": \"Versfabrik\",\n                \"website\": \"www.branch14.org\",\n                \"employeeCount\": 0\n            }\n        },\n        {\n            \"input\": {\n                \"companyId\": 540497384\n            },\n            \"data\": {\n                \"id\": 540497384,\n                \"name\": \"Education Is Forever\",\n                \"website\": \"www.eduisforever.org\",\n                \"employeeCount\": 0\n            }\n        },\n        {\n            \"input\": {\n                \"companyId\": 410641125\n            },\n            \"data\": {\n                \"id\": 410641125,\n                \"name\": \"Cross Tuition\",\n                \"website\": \"crosstuition.org\",\n                \"employeeCount\": 6\n            }\n        },\n        {\n            \"input\": {\n                \"companyId\": 358921572\n            },\n            \"data\": {\n                \"id\": 358921572,\n                \"name\": \"Aprentica\",\n                \"website\": \"www.aprentica.com\",\n                \"employeeCount\": 5\n            }\n        },\n        {\n            \"input\": {\n                \"companyId\": 537129612\n            },\n            \"data\": {\n                \"id\": 537129612,\n                \"name\": \"School of Professors\",\n                \"website\": \"www.schoolofprofessors.com\",\n                \"employeeCount\": 0\n            }\n        },\n        {\n            \"input\": {\n                \"companyId\": 81969417\n            },\n            \"data\": {\n                \"id\": 81969417,\n                \"name\": \"The SMETE Open Federation\",\n                \"website\": \"www.smete.org\",\n                \"employeeCount\": 5\n            }\n        }\n    ]\n}\n## This example is truncated. Results continue to the max number per page."}],"_postman_id":"5417ba88-096d-448a-b6cd-b930089c678d"}],"id":"00c2d0c8-d0f6-4904-a5b1-495675e13189","description":"<p>Use the Bulk APIs to search, retrieve, and enrich large ZoomInfo company and contact datasets through asynchronous batch processes.</p>\n<p>With 20x more records than Contact and Company Search and 400x more records than the Contact and Company Enrich, you can leverage Bulk APIs for data ingestion and enrichment at scale.</p>\n<p><strong>Bulk Search API</strong></p>\n<p>With the Bulk Search API you can:</p>\n<ul>\n<li><p>Search for up to 200K records with a single search query</p>\n</li>\n<li><p>Preview or redeem up to 200 records per page</p>\n</li>\n</ul>\n<p>Two job types are available with the Bulk Search APIs:</p>\n<ul>\n<li><p>The Preview job type returns a company or contact search results preview to help identify records best suited for enrichment. Credits are not charged for the Preview job type.</p>\n</li>\n<li><p>The Redeem job type enables data retrieval for ingestion, returning selected output fields for a given contact or company. A credit is charged for each unique record that is redeemed.</p>\n</li>\n</ul>\n<p>When you submit a search request, an asynchronous job is started, and a job_id is instantly returned. You can use the job_id to check the status of the job and retrieve results.</p>\n<p><strong>Bulk Enrich API</strong></p>\n<p>With the Bulk Enrich API you can:</p>\n<ul>\n<li><p>Enrich up to 10K records in a single job</p>\n</li>\n<li><p>Retrieve up to 200 results per page</p>\n</li>\n</ul>\n<p>When you submit an enrich request, an asynchronous job is started, and a job_id is instantly returned. You can use the job_id to check the status of the job and enrich results.</p>\n<p><strong>Rate Limiting</strong></p>\n<ul>\n<li><p>You can have up to 5 \"active\" jobs (Jobs that are in progress are active jobs. Once a job is completed, you can proceed to creating another job)</p>\n</li>\n<li><p>You can create up to 1 job per second</p>\n</li>\n<li><p>Each job you create expires after 24 hours</p>\n</li>\n</ul>\n","_postman_id":"00c2d0c8-d0f6-4904-a5b1-495675e13189"}],"id":"c2661d47-a5d0-44f9-b1a3-5a04289a45cb","description":"<p>Use the Bulk APIs and Monitoring API to discover and enrich millions of records, at scale, and have the freshest data available at all times, automatically.</p>\n","_postman_id":"c2661d47-a5d0-44f9-b1a3-5a04289a45cb"}],"id":"f0c2d39d-d7d4-42d8-86a3-bb3464c40443","description":"<p>The ZoomInfo Enterprise API is comprised of Standard APIs and Scaling APIs.</p>\n","event":[{"listen":"prerequest","script":{"id":"40db8ad2-0b89-4fed-b18f-232e3b329ae9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a03fab65-40b9-49f3-b72b-ddc97df32a9c","type":"text/javascript","exec":[""]}}],"_postman_id":"f0c2d39d-d7d4-42d8-86a3-bb3464c40443"},{"name":"WebSights API","item":[{"name":"IP Enrich","event":[{"listen":"test","script":{"id":"2256e7eb-7cac-471d-bc42-ef08495f570a","exec":["pm.test(\"Expects 3 records back\", function () {","    var data = pm.response.json().result;","    pm.expect(data.length).to.eql(3);","});","","pm.test(\"Make sure it does not return error codes.\", function () {","    var data = pm.response.json().result;","    if (data.length > 0) {","        for (var i=0; i<data.length; i++) {","            var item = data[i].data[0];","            pm.expect(item).not.to.include.keys(\"error\");","            pm.expect(item).not.to.include.keys(\"message\");","        }","    }","});","","var inputObj = JSON.parse(pm.request.body);","pm.test(\"Input contains matchCompanyInput\", function () {","    pm.expect(inputObj).to.include.keys(\"matchCompanyInput\");","});","","var xUsage = JSON.parse(postman.getResponseHeader(\"X-Usage\"));","pm.test(\"X-Usage includes c_enrich count\", function () {","    pm.expect(xUsage).to.include.keys(\"c_enrich\");","})",""],"type":"text/javascript"}}],"id":"4421b337-3380-4bb0-8a0d-dbf8bac8a704","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ipAddress\": \"207.106.190.66\"\n}"},"url":"{{protocol}}://{{url}}/enrich/ip","description":"<p>Use this endpoint to match IP addresses based on <a href=\"#12a5c22b-cba1-4b40-a8c6-45f564cf0c2a\">input values</a> and return the desired <a href=\"#ca8c2c2f-c731-4310-ae0d-dfba2fb756d7\">output fields</a> in the response.</p>\n<p>You can specify the output fields you want returned using the <code>outputFields</code> section in your request JSON (see the endpoint examples for syntax). If you do not specify output fields, all possible fields will be returned.</p>\n<p><strong>Input params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>DataType</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ipAddress</td>\n<td>String</td>\n<td>IP address to match (supports both IPv4 &amp; IPv6)</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Unique ZoomInfo identifier for the company</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Company name</td>\n</tr>\n<tr>\n<td>street</td>\n<td>Street of the company's primary address</td>\n</tr>\n<tr>\n<td>city</td>\n<td>City of the company's primary address</td>\n</tr>\n<tr>\n<td>state</td>\n<td>State or province of the company's primary address</td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>Zip Code or Postal Code of the company's primary address</td>\n</tr>\n<tr>\n<td>country</td>\n<td>Country of the company's primary address</td>\n</tr>\n<tr>\n<td>ticker</td>\n<td>Company public stock exchange ticker</td>\n</tr>\n<tr>\n<td>website</td>\n<td>Company website URL</td>\n</tr>\n<tr>\n<td>employeeCount</td>\n<td>Approximate number of people employed by the company</td>\n</tr>\n<tr>\n<td>revenue</td>\n<td>Approximate yearly revenue for the company in 1000's. For example, a 100M company is expressed as 100000.</td>\n</tr>\n<tr>\n<td>industries</td>\n<td>The industry grouping for the company. A company can have multiple industries.</td>\n</tr>\n<tr>\n<td>confidenceScore</td>\n<td>Indicates the certainty of an IP matching a domain. The score ranges from 0.00 to 1.00. Only matches with a score of 0.3 or above are shown by default. Contact your Account Manager for lower-scoring matches. It could be empty.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{protocol}}","path":["enrich","ip"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2d3bafa1-ac6c-486d-8cf3-af2bfb5a247e","name":"IP belongs to ISP","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"body":{"mode":"raw","raw":"{\n    \"ipAddress\": \"73.142.173.46\"\n}"},"url":"{{protocol}}://{{url}}/enrich/ip"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 10 Apr 2020 15:11:18 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"581d664acb62ff94-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=e99a9e88d667ee71ae1f3e0f9ba320ee974606d04b502a1adab610e4b0998574:db2236f1-751f-11ea-8eb7-fd4ff856811c; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1586531539","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"100050000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"99801314","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"100500000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"100243632","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"1000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"999955","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"3000001","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"2999987","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"30000010","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"29999996","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"outputFields\": [\n            [\n                \"city\",\n                \"country\",\n                \"employeeCount\",\n                \"id\",\n                \"industries\",\n                \"name\",\n                \"revenue\",\n                \"state\",\n                \"street\",\n                \"ticker\",\n                \"website\",\n                \"zipCode\"\n            ]\n        ],\n        \"result\": [\n            {\n                \"input\": [\n                    \"73.142.173.46\"\n                ],\n                \"data\": {\n                    \"geoLocation\": {\n                        \"location_long\": -71.06616,\n                        \"location_lat\": 42.45843,\n                        \"country_code\": \"US\",\n                        \"province\": \"Massachusetts\"\n                    },\n                    \"ispInfo\": {\n                        \"domain\": \"comcast.com\",\n                        \"ip_hi_string\": \"73.143.255.255\",\n                        \"ip_lo_string\": \"73.142.0.0\",\n                        \"name\": \"Comcast Cable Communications, Inc.\",\n                        \"type\": \"isp\"\n                    }\n                }\n            }\n        ]\n    }\n}"},{"id":"be133ed4-d5a4-42d9-b573-49aaa0f4e39f","name":"IP belongs to a company","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ipAddress\": \"207.106.190.66\"\n}"},"url":"{{protocol}}://{{url}}/enrich/ip"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Nov 2021 15:56:17 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Request-Id","value":"c92b28a6-bd65-474c-b0c0-349c9d3f3b18","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1637164638","enabled":true},{"key":"vary","value":"Accept-Encoding","enabled":true},{"key":"x-usage-request-limit-limit","value":"1000000000","enabled":true},{"key":"x-usage-request-limit-remaining","value":"999999208","enabled":true},{"key":"x-usage-record-limit-limit","value":"1000000000","enabled":true},{"key":"x-usage-record-limit-remaining","value":"999996203","enabled":true},{"key":"x-usage-websights-api-request-limit-limit","value":"100000010","enabled":true},{"key":"x-usage-websights-api-request-limit-remaining","value":"99999536","enabled":true},{"key":"x-usage-websights-api-record-limit-limit","value":"10000000","enabled":true},{"key":"x-usage-websights-api-record-limit-remaining","value":"9999526","enabled":true},{"key":"x-usage-unique-id-limit-limit","value":"10000000","enabled":true},{"key":"x-usage-unique-id-limit-remaining","value":"9999971","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"6afa25eda9500cb5-EWR","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"outputFields\": [\n            [\n                \"city\",\n                \"country\",\n                \"employeeCount\",\n                \"id\",\n                \"industries\",\n                \"name\",\n                \"revenue\",\n                \"state\",\n                \"street\",\n                \"ticker\",\n                \"website\",\n                \"zipCode\"\n            ]\n        ],\n        \"result\": [\n            {\n                \"input\": [\n                    \"207.106.190.66\"\n                ],\n                \"data\": {\n                    \"company\": {\n                        \"city\": \"Vancouver\",\n                        \"country\": \"United States\",\n                        \"employeeCount\": 1800,\n                        \"id\": 344589814,\n                        \"industries\": [\n                            \"Software\",\n                            \"Data Collection & Internet Portals\",\n                            \"Media & Internet\"\n                        ],\n                        \"name\": \"ZoomInfo\",\n                        \"revenue\": 476200,\n                        \"state\": \"Washington\",\n                        \"street\": \"805 Broadway St Suite 900\",\n                        \"ticker\": \"NASDAQ: ZI\",\n                        \"website\": \"www.zoominfo.com\",\n                        \"zipCode\": \"98660\"\n                    },\n                    \"geoLocation\": {\n                        \"location_long\": -118.13118,\n                        \"location_lat\": 34.18973,\n                        \"country_code\": \"US\",\n                        \"province\": \"California\"\n                    }\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"4421b337-3380-4bb0-8a0d-dbf8bac8a704"},{"name":"IP Enrich Inputs","id":"12a5c22b-cba1-4b40-a8c6-45f564cf0c2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/ip/enrich","description":"<p>Returns a list of fields you can use as input for the <a href=\"#4421b337-3380-4bb0-8a0d-dbf8bac8a704\">IP Enrich</a> endpoint.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","inputfields","ip","enrich"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"df32d636-23ba-4a14-ac37-836536f60448","name":"Get IP Enrich Inputs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/ip/enrich"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2020 20:19:07 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"55943890da95ebec-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=dc7435039f4c5280195b59ec461e6abed3a56a2451feb3b81654a031685469ba:646e0a80-3d51-11ea-9298-b7d007b5c092; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"750","enabled":true},{"key":"X-RateLimit-Remaining","value":"749","enabled":true},{"key":"X-RateLimit-Reset","value":"1579724408","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fieldName\": \"ipAddress\",\n        \"fieldType\": \"String\",\n        \"description\": \"The ipAddress you are searching for\"\n    }\n]"}],"_postman_id":"12a5c22b-cba1-4b40-a8c6-45f564cf0c2a"},{"name":"IP Enrich Outputs","id":"ca8c2c2f-c731-4310-ae0d-dfba2fb756d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"url":"{{protocol}}://{{url}}/lookup/outputfields/ip/enrich","description":"<p>Returns a list of fields you can use as input for the <a href=\"#4421b337-3380-4bb0-8a0d-dbf8bac8a704\">IP Enrich</a> endpoint.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","outputfields","ip","enrich"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3058fa2c-9b62-4bdf-b22a-1c3d5ec342a9","name":"IP Enrich Outputs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}"}],"url":"{{protocol}}://{{url}}/lookup/outputfields/ip/enrich"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Sep 2023 18:25:07 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin,Access-Control-Request-Method,Access-Control-Request-Headers,Accept-Encoding"},{"key":"content-encoding","value":"gzip"},{"key":"x-request-id","value":"hRFF6aDnTlLV1ziplqb4TsAwI5iWTVEmqurM"},{"key":"x-ratelimit-limit","value":"33"},{"key":"x-ratelimit-remaining","value":"32"},{"key":"x-envoy-upstream-service-time","value":"38"},{"key":"x-envoy-decorator-operation","value":"apps-gateway-active.main.svc.cluster.local:8080/*"},{"key":"Via","value":"1.1 google, 1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=86400"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8072e915ca714cf6-BOS"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fieldName\": \"id\",\n        \"description\": \"Unique ZoomInfo identifier for a company\"\n    },\n    {\n        \"fieldName\": \"ticker\",\n        \"description\": \"Company public stock exchange ticker\"\n    },\n    {\n        \"fieldName\": \"name\",\n        \"description\": \"Company name\"\n    },\n    {\n        \"fieldName\": \"website\",\n        \"description\": \"Company website URL\"\n    },\n    {\n        \"fieldName\": \"revenue\",\n        \"description\": \"Approximate yearly revenue for the company in 1000's. For example, a 100M company is expressed as 100000.\"\n    },\n    {\n        \"fieldName\": \"employeeCount\",\n        \"description\": \"Approximate number of people employed by the company\"\n    },\n    {\n        \"fieldName\": \"street\",\n        \"description\": \"Street of the company's primary address\"\n    },\n    {\n        \"fieldName\": \"city\",\n        \"description\": \"City of the company's primary address\"\n    },\n    {\n        \"fieldName\": \"state\",\n        \"description\": \"State or province of the company's primary address\"\n    },\n    {\n        \"fieldName\": \"zipCode\",\n        \"description\": \"Zip Code or Postal Code of the company's primary address\"\n    },\n    {\n        \"fieldName\": \"country\",\n        \"description\": \"Country of the company's primary address\"\n    },\n    {\n        \"fieldName\": \"industries\",\n        \"description\": \"The industry grouping for the company. A company can have multiple industries.\"\n    },\n    {\n        \"fieldName\": \"confidenceScore\",\n        \"description\": \"Confidence Score indicates the certainty of an IP matching a domain (0.00 to 1.00). Only matches with a score of 0.3 or above are shown by default. Contact your AM for lower-scoring matches. It could be empty.\"\n    }\n]"}],"_postman_id":"ca8c2c2f-c731-4310-ae0d-dfba2fb756d7"}],"id":"9e5ec7b8-5cef-40ee-86f3-105be2194fe7","description":"<p>The Websights API identifies anonymous website traffic by resolving IP addresses (IPv4 &amp; IPv6) to return company and ISP profiles and IP geolocation details.</p>\n<p><strong>Company vs. ISP response data</strong></p>\n<p>If the IP address belongs to a company, details about the company are returned including geolocation details. For example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"data\": {\n    \"company\": {\n        \"city\": \"Vancouver\",\n        \"country\": \"United States\",\n        \"employeeCount\": 1300,\n        \"id\": 344589814,\n        \"industries\": [\n            \"media.data\",\n            \"media\",\n            \"software\"\n        ],\n        \"name\": \"Zoom Information, Inc.\",\n        \"revenue\": 400000,\n        \"state\": \"Washington\",\n        \"street\": \"805 Broadway St Suite 900\",\n        \"ticker\": \"\",\n        \"website\": \"www.zoominfo.com\",\n       \"zipCode\": \"98660\"\n    },\n    \"geoLocation\": {\n        \"location_long\": -122.672,\n        \"location_lat\": 45.627,\n        \"country_code\": \"US\",\n        \"province\": \"Washington\"\n    }\n\n</code></pre><p>If the IP address belongs to an internet service provider (ISP), details about the ISP are returned including geolocation details. For example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    \"data\": {\n        \"geoLocation\": {\n            \"location_long\": -71.06616,\n            \"location_lat\": 42.45843,\n            \"country_code\": \"US\",\n            \"province\": \"Massachusetts\"\n        },\n        \"ispInfo\": {\n            \"domain\": \"comcast.com\",\n            \"ip_hi_string\": \"73.143.255.255\",\n            \"ip_lo_string\": \"73.142.0.0\",\n            \"name\": \"Comcast Cable Communications, Inc.\",\n            \"type\": \"isp\"\n        }\n\n</code></pre><p><strong>Charging mechanism</strong></p>\n<p>Your account is provisioned with an allocated number of records that you can retrieve over a 1-year period. A record is either a company for which ZoomInfo has data, or an Internet Service Provider (ISP). If a query does not match a company or ISP, no record is charged.</p>\n","event":[{"listen":"prerequest","script":{"id":"cb4d1449-9ea0-4ce1-890e-c05334338a08","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d3b272e1-a8b4-4f2e-9212-6538cdb09774","type":"text/javascript","exec":[""]}}],"_postman_id":"9e5ec7b8-5cef-40ee-86f3-105be2194fe7"},{"name":"Compliance API","item":[{"name":"Compliance","event":[{"listen":"test","script":{"id":"a5ca25ae-6d8d-4457-8779-efaff31f97b9","exec":["pm.test(\"Make sure it does not return error\", function () {","    var data = pm.response.json().result;","    if (data.length > 0) {","        for (var i=0; i<data.length; i++) {","            var item = data[i].data[0];","            pm.expect(item).not.to.include.keys(\"error\");","            pm.expect(item).not.to.include.keys(\"message\");","        }","    }","});","","var inputObj = JSON.parse(pm.request.body);","pm.test(\"Input contains matchPersonInput\", function () {","    pm.expect(inputObj).to.include.keys(\"matchPersonInput\");","});","","var xUsage = JSON.parse(postman.getResponseHeader(\"X-Usage\"));","pm.test(\"X-Usage includes p_enrich count\", function () {","    pm.expect(xUsage).to.include.keys(\"p_enrich\");","})","","",""],"type":"text/javascript"}}],"id":"55258fdb-c151-4532-b587-9a20d7169ae1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"matchPersonInput\": [\n        {\n            \"companyName\": \"ZoomInfo\",\n            \"personFirstName\": \"Henry\",\n            \"personLastName\": \"Schuck\"\n        },\n        {\n            \"personEmailAddress\": \"john.doherty@zoominfo.com\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{url}}/compliance","description":"<p>Returns a list of compliance-related details from ZoomInfo's data which meet the specified search criteria.</p>\n<p><strong>Input params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>DataType</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>companyId</td>\n<td>Long integer</td>\n<td>Unique ZoomInfo identifier for the company</td>\n</tr>\n<tr>\n<td>companyName</td>\n<td>String</td>\n<td>Name of the company for for which the contact works, or has worked</td>\n</tr>\n<tr>\n<td>personFullName</td>\n<td>String</td>\n<td>Contact full name</td>\n</tr>\n<tr>\n<td>personFirstName</td>\n<td>String</td>\n<td>Contact first name</td>\n</tr>\n<tr>\n<td>personLastName</td>\n<td>String</td>\n<td>Contact last name</td>\n</tr>\n<tr>\n<td>personEmailAddress</td>\n<td>String</td>\n<td>Work email address for the contact in <a href=\"mailto:example@example.com\">example@example.com</a> format</td>\n</tr>\n<tr>\n<td>personPhone</td>\n<td>String</td>\n<td>Contact direct or mobile phone number</td>\n</tr>\n<tr>\n<td>personState</td>\n<td>String</td>\n<td>Company state (U.S.) or province (Canada). You can use free text state or province names (e.g., \"new hampshire\"), the two-letter common abbreviation for a U.S. state (e.g., \"nh\"), or values provided in the <strong>State</strong> lookup endpoint.</td>\n</tr>\n<tr>\n<td>personCountry</td>\n<td>String</td>\n<td>Country for the company's primary address. You can use free text or see the <strong>Country</strong> lookup endpoint for values.</td>\n</tr>\n<tr>\n<td>personZipCode</td>\n<td>String</td>\n<td>Zip Code or Postal Code</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Output fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Unique ZoomInfo identifier for the contact</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>Contact first name</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>Contact last name</td>\n</tr>\n<tr>\n<td>title</td>\n<td>Contact title</td>\n</tr>\n<tr>\n<td>companyName</td>\n<td>Company name</td>\n</tr>\n<tr>\n<td>employmentHistory</td>\n<td>Contact employment history</td>\n</tr>\n<tr>\n<td>emailAddresses</td>\n<td>List of primary email addresses for the contact</td>\n</tr>\n<tr>\n<td>pastEmailAddresses</td>\n<td>List of past email addresses for the contact</td>\n</tr>\n<tr>\n<td>withinEu</td>\n<td>Indicates whether the contact's work address is in Europe</td>\n</tr>\n<tr>\n<td>hasCanadianEmail</td>\n<td>Indicates whether the contact's email address is associated with a Canada domain</td>\n</tr>\n<tr>\n<td>withinCalifornia</td>\n<td>Indicates whether the contact's work address is in California</td>\n</tr>\n<tr>\n<td>withinCanada</td>\n<td>Indicates whether the contact's work address is in Canada</td>\n</tr>\n<tr>\n<td>noticeProvidedDate</td>\n<td>Date on which the contact was notified of inclusion in ZoomInfo's database</td>\n</tr>\n<tr>\n<td>hasMoved</td>\n<td>Indicates ZoomInfo recognizes the contact does not match ZoomInfo's current company but does match known employment history</td>\n</tr>\n<tr>\n<td>looksLikeEu</td>\n<td>Indicates whether the contact's work address appears to be in Europe</td>\n</tr>\n<tr>\n<td>looksLikeCalifornia</td>\n<td>Indicates whether the contact's work address appears to be in California</td>\n</tr>\n<tr>\n<td>looksLikeCanada</td>\n<td>Indicates whether the contact's work address appears to be in Canada</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{protocol}}","path":["compliance"],"host":["{{url}}"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"55687e15-c331-4072-a93f-c1e2348aed62","name":"Compliance","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"body":{"mode":"raw","raw":"{\n    \"matchPersonInput\": [\n        {\n            \"companyName\": \"ZoomInfo\",\n            \"personFirstName\": \"Henry\",\n            \"personLastName\": \"Schuck\"\n        },\n        {\n            \"personEmailAddress\": \"john.doherty@zoominfo.com\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{protocol}}://{{url}}/compliance","protocol":"{{protocol}}","host":["{{url}}"],"path":["compliance"],"query":[{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Apr 2020 14:07:06 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"58b99651f950ff88-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=5388d0855eb91b72ba1639994759a291802c09115c95da4fd2b63cd11d3b0fee:65308c81-8334-11ea-bebd-2f3883040f62; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1588169285","enabled":true},{"key":"X-Usage-Record-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Record-Limit-Remaining","value":"999999126","enabled":true},{"key":"X-Usage-Request-Limit-Limit","value":"1000000000","enabled":true},{"key":"X-Usage-Request-Limit-Remaining","value":"999970951","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Unique-Id-Limit-Remaining","value":"9999975","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Limit","value":"10000000","enabled":true},{"key":"X-Usage-Websights-Api-Record-Limit-Remaining","value":"9999965","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Limit","value":"100000000","enabled":true},{"key":"X-Usage-Websights-Api-Request-Limit-Remaining","value":"99999965","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"cf-request-id","value":"0267dc473c0000ff88cb299200000001","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"result\": [\n            {\n                \"input\": {\n                    \"companyname\": \"zoominfo\",\n                    \"personfirstname\": \"henry\",\n                    \"personlastname\": \"schuck\"\n                },\n                \"data\": [\n                    {\n                        \"id\": 1260398587,\n                        \"firstName\": \"Henry\",\n                        \"lastName\": \"Schuck\",\n                        \"title\": \"Founder & Chief Executive Officer\",\n                        \"employmentHistory\": [\n                            {\n                                \"companyName\": \"ZoomInfo\",\n                                \"title\": \"Founder & Chief Executive Officer\"\n                            },\n                            {\n                                \"companyName\": \"iProfile\",\n                                \"title\": \"Vice President of Data and Marketing\"\n                            }\n                        ],\n                        \"emailAddresses\": [\n                            \"h.schuck@discoverorg.com\",\n                            \"henry@grow.discoverorg.com\",\n                            \"schuck.h@discoverorg.com\",\n                            \"henry.schuck@discoverorg.com\",\n                            \"henry@succeed.discoverorg.com\",\n                            \"h.schuck@zoominfo.com\",\n                            \"henry.schuck@zoominfo.com\",\n                            \"hschuck@discoverorg.com\",\n                            \"henry@discoverorg.com\",\n                            \"hlschuck@discoverorg.com\",\n                            \"hlschuck@email.discoverorg.io\"\n                        ],\n                        \"pastEmailAddresses\": [\n                            \"h.schuck@discoverorg.com\",\n                            \"schuck.h@discoverorg.com\",\n                            \"henry.schuck@discoverorg.com\",\n                            \"hschuck@discoverorg.com\",\n                            \"henry@discoverorg.com\",\n                            \"hlschuck@discoverorg.com\"\n                        ],\n                        \"withinEu\": false,\n                        \"hasCanadianEmail\": \"false\",\n                        \"withinCalifornia\": false,\n                        \"withinCanada\": false,\n                        \"noticeProvidedDate\": \"Notice not required\",\n                        \"hasMoved\": \"No\",\n                        \"looksLikeEu\": \"No\",\n                        \"looksLikeCalifornia\": \"No\",\n                        \"looksLikeCanada\": \"No\",\n                        \"company\": {\n                            \"name\": \"ZoomInfo\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"input\": {\n                    \"personemailaddress\": \"john.doherty@zoominfo.com\"\n                },\n                \"data\": [\n                    {\n                        \"id\": 3458235736,\n                        \"firstName\": \"John\",\n                        \"lastName\": \"Doherty\",\n                        \"title\": \"Principal Technical Writer\",\n                        \"employmentHistory\": [\n                            {\n                                \"companyName\": \"ZoomInfo\",\n                                \"title\": \"Principal Technical Writer\"\n                            }\n                        ],\n                        \"emailAddresses\": [\n                            \"john.doherty@zoominfo.com\"\n                        ],\n                        \"pastEmailAddresses\": [],\n                        \"withinEu\": false,\n                        \"hasCanadianEmail\": \"false\",\n                        \"withinCalifornia\": false,\n                        \"withinCanada\": false,\n                        \"noticeProvidedDate\": \"Notice not required\",\n                        \"hasMoved\": \"Uncertain\",\n                        \"looksLikeEu\": \"No\",\n                        \"looksLikeCalifornia\": \"No\",\n                        \"looksLikeCanada\": \"No\",\n                        \"company\": {\n                            \"name\": \"ZoomInfo\"\n                        }\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"55258fdb-c151-4532-b587-9a20d7169ae1"},{"name":"Compliance Inputs","id":"b45d0781-0844-4c51-bb2e-f2656e1af919","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/compliance/enrich","description":"<p>Returns a list of fields you can use as input for the <a href=\"#55258fdb-c151-4532-b587-9a20d7169ae1\">Compliance</a> endpoint.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","inputfields","compliance","enrich"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"bb058c84-7525-421f-93f6-85382198bc06","name":"Compliance Inputs","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{jwtToken}}"}],"url":"{{protocol}}://{{url}}/lookup/inputfields/compliance/enrich"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 May 2020 18:57:07 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"59aa33145a38ff8c-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=fc71d9403472d42effc02aad37ef6fac8edd5780bbd14e367dd0386bd4c1d94e:1de7e3b1-a10b-11ea-aacb-83f9cb252b93; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"02fe3e40ba0000ff8c5c361200000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1590692288","enabled":true},{"key":"Server","value":"cloudflare","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fieldName\": \"companyId\",\n        \"fieldType\": \"Long\",\n        \"description\": \"Unique ZoomInfo identifier for a company\"\n    },\n    {\n        \"fieldName\": \"companyName\",\n        \"fieldType\": \"String\",\n        \"description\": \"Company name\"\n    },\n    {\n        \"fieldName\": \"personId\",\n        \"fieldType\": \"Long\",\n        \"description\": \"Unique ZoomInfo identifier for the contact\"\n    },\n    {\n        \"fieldName\": \"personFullName\",\n        \"fieldType\": \"String\",\n        \"description\": \"Contact full name\"\n    },\n    {\n        \"fieldName\": \"personFirstName\",\n        \"fieldType\": \"String\",\n        \"description\": \"Contact first name\"\n    },\n    {\n        \"fieldName\": \"personLastName\",\n        \"fieldType\": \"String\",\n        \"description\": \"Contact last name\"\n    },\n    {\n        \"fieldName\": \"companyName\",\n        \"fieldType\": \"String\",\n        \"description\": \"Name of the company for for which the contact works, or has worked\"\n    },\n    {\n        \"fieldName\": \"personEmailAddress\",\n        \"fieldType\": \"String\",\n        \"description\": \"Work email address for the contact in example@example.com format\"\n    },\n    {\n        \"fieldName\": \"personPhone\",\n        \"fieldType\": \"String\",\n        \"description\": \"Contact direct or mobile phone number\"\n    },\n    {\n        \"fieldName\": \"personState\",\n        \"fieldType\": \"String\",\n        \"description\": \"Contact state\"\n    },\n    {\n        \"fieldName\": \"personCountry\",\n        \"fieldType\": \"String\",\n        \"description\": \"Contact country\"\n    },\n    {\n        \"fieldName\": \"personZipCode\",\n        \"fieldType\": \"String\",\n        \"description\": \"Contact Zip Code\"\n    }\n]"}],"_postman_id":"b45d0781-0844-4c51-bb2e-f2656e1af919"},{"name":"Compliance Outputs","id":"0c06b63c-9d07-40e3-a4ea-6f2e3fd10222","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/outputfields/compliance/enrich","description":"<p>Returns a list of fields included in the response for the <a href=\"#55258fdb-c151-4532-b587-9a20d7169ae1\">Compliance</a> endpoint.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["lookup","outputfields","compliance","enrich"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"33ad19d4-49d5-4f5f-88cc-ded2d391d08b","name":"Compliance Outputs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwtToken}}","type":"text"}],"url":"{{protocol}}://{{url}}/lookup/outputfields/compliance/enrich"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Apr 2020 14:20:38 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"CF-Ray","value":"58b9aa35ade5ebf4-BOS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Set-Cookie","value":"_pxhd=5388d0855eb91b72ba1639994759a291802c09115c95da4fd2b63cd11d3b0fee:65308c81-8334-11ea-bebd-2f3883040f62; path=/;","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Via","value":"1.1 google, 1.1 google","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"x-application-context","value":"application:production:8080","enabled":true},{"key":"X-RateLimit-Limit","value":"1500","enabled":true},{"key":"X-RateLimit-Remaining","value":"1499","enabled":true},{"key":"X-RateLimit-Reset","value":"1588170099","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"cf-request-id","value":"0267e8b5860000ebf475b2c200000001","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fieldName\": \"id\",\n        \"description\": \"Unique ZoomInfo identifier for the contact\"\n    },\n    {\n        \"fieldName\": \"firstName\",\n        \"description\": \"Contact first name\"\n    },\n    {\n        \"fieldName\": \"lastName\",\n        \"description\": \"Contact last name\"\n    },\n    {\n        \"fieldName\": \"title\",\n        \"description\": \"Contact title\"\n    },\n    {\n        \"fieldName\": \"companyName\",\n        \"description\": \"Company name\"\n    },\n    {\n        \"fieldName\": \"employmentHistory\",\n        \"description\": \"Contact employment history\"\n    },\n    {\n        \"fieldName\": \"emailAddresses\",\n        \"description\": \"List of primary email addresses for the contact\"\n    },\n    {\n        \"fieldName\": \"pastEmailAddresses\",\n        \"description\": \"List of past email addresses for the contact\"\n    },\n    {\n        \"fieldName\": \"withinEu\",\n        \"description\": \"Indicates whether the contact's work address is in Europe\"\n    },\n    {\n        \"fieldName\": \"hasCanadianEmail\",\n        \"description\": \"Indicates whether the contact's email address associated with a Canada domain\"\n    },\n    {\n        \"fieldName\": \"withinCalifornia\",\n        \"description\": \"Indicates whether the contact's work address is in California\"\n    },\n    {\n        \"fieldName\": \"withinCanada\",\n        \"description\": \"Indicates whether the contact's work address is in Canada\"\n    },\n    {\n        \"fieldName\": \"noticeProvidedDate\",\n        \"description\": \"Date on which the contact was notified of inclusion in ZoomInfo's database\"\n    },\n    {\n        \"fieldName\": \"hasMoved\",\n        \"description\": \"Indicates ZoomInfo recognizes the contact does not match ZoomInfo's current company but does match known employment history\"\n    },\n    {\n        \"fieldName\": \"looksLikeEu\",\n        \"description\": \"Indicates whether the contact's work address appears to be in Europe\"\n    },\n    {\n        \"fieldName\": \"looksLikeCalifornia\",\n        \"description\": \"Indicates whether the contact's work address appears to be in California\"\n    },\n    {\n        \"fieldName\": \"looksLikeCanada\",\n        \"description\": \"Indicates whether the contact's work address appears to be in Canada\"\n    }\n]"}],"_postman_id":"0c06b63c-9d07-40e3-a4ea-6f2e3fd10222"}],"id":"8631bd5c-4435-4fb4-9d4f-91b73cf7e89e","description":"<p>Use the Compliance endpoints to request and return data related to data privacy and opt-out compliance for contacts stored in the ZoomInfo database.</p>\n","_postman_id":"8631bd5c-4435-4fb4-9d4f-91b73cf7e89e"},{"name":"Release Notes","item":[],"id":"51969d05-46ca-404e-8455-66ff066229d6","description":"<p>ZoomInfo Enterprise APIs are updated frequently with new features and improvements. Refer to these release notes to track ongoing updates.</p>\n<h2 id=\"september-18-2023\">September 18, 2023</h2>\n<p>If your organization has access to the WebSights API, we've added a new output field called <code>confidenceScore</code> to the data that can be returned for a company.</p>\n<ul>\n<li>Confidence Score indicates the certainty of an IP matching a domain.</li>\n<li>The score ranges from 0.00 to 1.00.</li>\n<li>Only matches with a score of 0.3 or above are shown by default.<br />  Contact your Account Manager for lower-scoring matches. It could be empty.</li>\n</ul>\n<h2 id=\"august-15-2023\">August 15, 2023</h2>\n<p>When using the Contact Search API, you can specify that direct phone (<code>directPhone</code>) in <code>requiredFields</code> to only return contacts that have the direct phone numbers. Use the <code>requiredFields</code> input parameter to specify a list of required fields for each record returned. This can include: <code>email</code>, <code>phone</code> (direct or company), <code>directPhone</code>, <code>mobilePhone</code>, <code>personalEmail</code>. You can include a comma-separated list of these fields.</p>\n<h2 id=\"june-19-2023\">June 19, 2023</h2>\n<h3 id=\"monitoring-api-update-support-for-changedattributes\">Monitoring API Update: Support for <code>changedAttributes</code></h3>\n<p>We have updated the Monitoring API to support <code>changedAttributes</code>. This feature indicates what information has been changed in a webhook payload for Contact and Company. For example, it can specify details such as \"email and Job title changed for Joe Smith\".</p>\n<h2 id=\"march-16-2023\">March 16, 2023</h2>\n<h3 id=\"bulk-apis-sortby-feature-issue-resolved\">Bulk APIs <code>sortBy</code> Feature Issue Resolved</h3>\n<p>We have fixed an issue that was causing the <code>sortBy</code> feature in Bulk Contact Search APIs to fail. Users can now sort data without experiencing any issues.</p>\n<h2 id=\"march-14-2023\">March 14, 2023</h2>\n<h3 id=\"documentation-update-new-api-bundles\">Documentation Update: New API Bundles</h3>\n<p>We have updated our documentation to reflect new bundle organization. The bundles have been restructured as follows:</p>\n<ul>\n<li>The Bulk APIs and Webhooks/Monitoring API are now exclusively part of Scaling APIs.</li>\n<li>The Standard APIs remain as they are - realtime Search and Enrich APIs.</li>\n</ul>\n<h2 id=\"february-14-2023\">February 14, 2023</h2>\n<h3 id=\"updates-to-alexa-rank-and-introduction-of-domain-rank-in-company-enrich-apis\">Updates to Alexa Rank and Introduction of Domain Rank in Company Enrich APIs</h3>\n<p>We've made some changes to our Company Enrich APIs regarding website popularity metrics:</p>\n<ul>\n<li>The <code>alexaRank</code> field is now deprecated. Previously, this field provided a measure of website popularity, ranking millions of websites in order of popularity based on data from Alexa.</li>\n<li>We've introduced a new field, <code>domainRank</code>, powered by SimilarWeb. Domain Rank is calculated based on an algorithm determining a site's monthly web traffic. The lower the <code>domainRank</code> number, the higher the site's rank. This will provide more accurate and comprehensive data about a website's performance. Please use <code>domainRank</code> for your future needs.</li>\n</ul>\n<h2 id=\"february-1-2023\">February 1, 2023</h2>\n<h3 id=\"performance-improvements-to-bulk-apis\">Performance Improvements to Bulk APIs</h3>\n<p>We've made a number of performance improvements to our Bulk APIs. These enhancements aim to provide faster responses and improved efficiency when handling large data sets.</p>\n<h2 id=\"january-19-2023\">January 19, 2023</h2>\n<h3 id=\"new-feature\">New Feature</h3>\n<p><strong>Location Enrich API</strong></p>\n<p>Location Enrich now supports two new output fields.</p>\n<p><code>\"locationEmployeeCount\" : 2342</code> This indicates the number of employees at a physical location of a company.</p>\n<p><code>\"locationName\" : Wholefoods Boston</code> This indicates the name of the company at this physical location, this can include names of subsidiaries/child/acquired companies</p>\n<h2 id=\"december-5-2022\">December 5, 2022</h2>\n<h3 id=\"new-feature-1\">New Feature</h3>\n<p><strong>Contact Search API</strong></p>\n<p>You can now sort contact search results by their Accuracy Score (<code>\"sortBy\": \"contactAccuracyScore\"</code>). Default is descending.</p>\n<h3 id=\"improvement\">Improvement</h3>\n<p><strong>Contact Search API</strong></p>\n<p>When searching for contacts using phone numbers, even if there are special characters, we will still be able to process them. (eg., \"(999) - 999 -9999\") will be processed. Alphabets are not allowed (eg., (999)- 999 - 999W))</p>\n<h3 id=\"bug-fixes\">Bug Fixes</h3>\n<p><strong>Resolved an issue with locationSearchType in Contact Search API</strong></p>\n<p>An issue that gave bad responses when passed in PersonANDHQ is now resolved.</p>\n<h2 id=\"november-22-2022\">November 22, 2022</h2>\n<h3 id=\"improvements\">Improvements</h3>\n<p><strong>WebSights API and IP lookup via Company Enrich API</strong></p>\n<p>In order to provide better quality matching, we've made improvements to our matching logic to filter out matches that fall below our quality Confidence Score. You will see better company matches and more ISP matches when there is no company match., but rest assured we are confident in them!</p>\n<h2 id=\"september-21-2022\">September 21, 2022</h2>\n<h3 id=\"improvements-1\">Improvements</h3>\n<p><strong>Enterprise API</strong></p>\n<p>Added <code>yearsOfExperience</code> as an output for Contact Enrich.</p>\n<p>Fixed an issue where UK postal codes were not supported.</p>\n<p>Made performance improvement across all APIs.</p>\n<p><strong>Bulk Enrich API</strong></p>\n<p>Added <code>yearsOfExperience</code> as an output for Bulk Contact Enrich.</p>\n<h3 id=\"bug-fixes-1\">Bug Fixes</h3>\n<p>Fixed an issue where UK postal codes were not supported.</p>\n<h2 id=\"september-15-2022\">September 15, 2022</h2>\n<h3 id=\"enhancement\">Enhancement</h3>\n<p><strong>Enterprise API</strong></p>\n<p>Made performance improvements across all APIs.</p>\n<h2 id=\"august-23-2022\">August 23, 2022</h2>\n<h3 id=\"new-feature-2\">New Feature</h3>\n<p><strong>Contact Search API</strong></p>\n<p>In Contact Search API, you can search for contacts based on their <code>yearsOfExperience</code>.</p>\n<h2 id=\"july-6-2022\">July 6, 2022</h2>\n<h3 id=\"new-feature-3\">New Feature</h3>\n<p><strong>Contact Search API &amp; Contact Enrich API</strong></p>\n<p>In Contact Search API, you can search for contacts based on their <code>techSkills</code>.</p>\n<p>In Contact Enrich API, you can export <code>techSkills</code> as part of your response.</p>\n<h2 id=\"june-3-2022\">June 3, 2022</h2>\n<h3 id=\"improvements-2\">Improvements</h3>\n<p><strong>Company Master API</strong></p>\n<p>An issue with certain URLs returning timeout error is now resolved.</p>\n<h2 id=\"june-2-2022\">June 2, 2022</h2>\n<h2 id=\"new-feature-4\">New Feature</h2>\n<p><strong>Company Master API</strong></p>\n<p>The Company Master API now supports company \"HQ\" ID as an input (<code>zi_c_company_id</code>).</p>\n<p>In addition, the Company Master API now supports two new output fields:</p>\n<ol>\n<li><code>zi_c_domestic_parent_location_id</code> - Retrieves the domestic parent's location ID</li>\n<li><code>zi_c_is_immediate_parent</code> - Checks if that location is the immediate parent as well</li>\n</ol>\n<h3 id=\"improvements-3\">Improvements</h3>\n<p><strong>Fixed an issue with businessModel and employeeCountByDepartment in Company Enrich</strong></p>\n<p>An issue with the <code>businessModel</code> and <code>employeeCountByDepartment</code> outputs in the Company Enrich API is now resolved.</p>\n<h2 id=\"may-26-2022\">May 26, 2022</h2>\n<h2 id=\"new-feature-5\">New Feature</h2>\n<p><strong>Intent Enrich API</strong></p>\n<p>Intent Enrich now supports Intent signal location (<code>topSignalLocations</code>) as part of the output response.</p>\n<h3 id=\"improvements-4\">Improvements</h3>\n<p><strong>Fixed an issue with requiredFields</strong></p>\n<p>An issue with the requiredFields in Contact Search API and Bulk Contact Search API is now resolved.</p>\n<h2 id=\"may-18-2022\">May 18, 2022</h2>\n<h2 id=\"new-feature-6\">New Feature</h2>\n<p><strong>Bulk Enrich API</strong></p>\n<p>With the new Bulk Enrich API, you can enrich 400x more records than the current Contact Enrich and Company Enrich endpoints. With Bulk Enrich you can:</p>\n<ul>\n<li>Enrich up to 10K records in a single Enrich job</li>\n<li>Retrieve up to 500 results per page</li>\n</ul>\n<p>See the <a href=\"https://\">Bulk API</a> for details on how to use the new <a href=\"https://\">Bulk Contact Enrich</a> and <a href=\"https://\">Bulk Company Enrich</a> endpoints.</p>\n<h3 id=\"improvements-5\">Improvements</h3>\n<p><strong>Boolean operators for Company Name in Contact Search</strong></p>\n<p>You can now use OR and NOT operators to include or exclude companies by name when using the <code>companyName</code> input in Contact Search.</p>\n<p><strong>Improved matching logic for Company Master API</strong></p>\n<p>Company Master API now has improved matching logic.</p>\n<h2 id=\"april-27-2022\">April 27, 2022</h2>\n<h3 id=\"new-feature-7\">New Feature</h3>\n<p><strong>Hide European Union (EU) contact information</strong></p>\n<p>You can now hide contact information from being returned for contacts belonging to the EU region by enabling the <strong>HideEU</strong> toggle in the Admin Portal.</p>\n<p>By enabling the toggle, you will still receive the contacts in the response, but certain information for that profile will not be returned via the API.</p>\n<h3 id=\"improvements-6\">Improvements</h3>\n<p><strong>Industry fields with code in Company Enrich API outputs</strong></p>\n<p>We have added 3 new fields in the Company Enrich output fields to return industries along with its code for better understanding.</p>\n<ol>\n<li><code>primaryIndustryCode</code></li>\n<li><code>primarySubIndustryCode</code></li>\n<li><code>industryCodes</code></li>\n</ol>\n<p><strong>Industry fields with code in Contact Enrich API outputs</strong></p>\n<p>We have added 3 new fields in the Contact Enrich output fields to return industries along with its code for better understanding.</p>\n<ol>\n<li><code>companyPrimaryIndustryCode</code></li>\n<li><code>companyPrimarySubIndustryCode</code></li>\n<li><code>companyIndustryCodes</code></li>\n</ol>\n<h2 id=\"april-18-2022\">April 18, 2022</h2>\n<h3 id=\"improvements-7\">Improvements</h3>\n<p><strong>Bulk Search API Results per page</strong></p>\n<p>Due to performance reasons, the default results per page will be 500 records per page. We do support an RPP of up to 1000 per page, however, depending on the amount of data, we recommend opting in for the default to allow for a seamless experience.</p>\n<p><strong>Scoops Search and Enrich API</strong></p>\n<p>We have made performance improvements in the Scoops Search and Enrich APIs.</p>\n<h2 id=\"april-7-2022\">April 7, 2022</h2>\n<h3 id=\"improvements-8\">Improvements</h3>\n<p><strong>Updated field names</strong></p>\n<p>The following field names have been updated, with all \"Global\" fields renamed as \"Ultimate\". For backward compatibility, we will continue to support both the old field names and the new field names for the foreseeable future.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Old field name</th>\n<th>New field name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ZI_C_IS_GLOBAL_PARENT</td>\n<td>ZI_C_IS_ULTIMATE_PARENT</td>\n</tr>\n<tr>\n<td>ZI_C_GLOBAL_PARENT_COMPANY_ID</td>\n<td>ZI_C_ULTIMATE_PARENT_COMPANY_ID</td>\n</tr>\n<tr>\n<td>ZI_ES_GLOBAL_PARENT_ECID</td>\n<td>ZI_ES_ULTIMATE_PARENT_ECID</td>\n</tr>\n<tr>\n<td>ZI_ES_GLOBAL_PARENT_LOCATION_ID</td>\n<td>ZI_ES_ULTIMATE_PARENT_LOCATION_ID</td>\n</tr>\n<tr>\n<td>ZI_C_GLOBAL_PARENT_NAME</td>\n<td>ZI_C_ULTIMATE_PARENT_NAME</td>\n</tr>\n<tr>\n<td>ZI_C_GLOBAL_PARENT_URL</td>\n<td>ZI_C_ULTIMATE_PARENT_URL</td>\n</tr>\n<tr>\n<td>ZI_C_GLOBAL_PARENT_STREET</td>\n<td>ZI_C_ULTIMATE_PARENT_STREET</td>\n</tr>\n<tr>\n<td>ZI_C_GLOBAL_PARENT_STREET_2</td>\n<td>ZI_C_ULTIMATE_PARENT_STREET_2</td>\n</tr>\n<tr>\n<td>ZI_C_GLOBAL_PARENT_CITY</td>\n<td>ZI_C_ULTIMATE_PARENT_CITY</td>\n</tr>\n<tr>\n<td>ZI_C_GLOBAL_PARENT_ZIP</td>\n<td>ZI_C_ULTIMATE_PARENT_ZIP</td>\n</tr>\n<tr>\n<td>ZI_C_GLOBAL_PARENT_STATE</td>\n<td>ZI_C_ULTIMATE_PARENT_STATE</td>\n</tr>\n<tr>\n<td>ZI_C_GLOBAL_PARENT_COUNTRY</td>\n<td>ZI_C_ULTIMATE_PARENT_COUNTRY</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"march-22-2022\">March 22, 2022</h2>\n<h3 id=\"improvements-9\">Improvements</h3>\n<p><strong>Improved primary industry logic</strong></p>\n<p>We’ve improved the logic for the 'primaryIndustriesOnly' field. With this update, the <code>industryCodes</code> will only match the primary industry if the <code>primaryIndustriesOnly</code> input is set to true.</p>\n<p><strong>Improved charging logic for IP Enrich</strong></p>\n<p>When using IP Enrich, a request must return a company profile in order to expend a credit. Requests that return only ISP and/or location data will not expend a credit.</p>\n<h2 id=\"march-16-2022\">March 16, 2022</h2>\n<h3 id=\"new-features\">New Features</h3>\n<p><strong>Department Employee Count as an output field in Company Enrich</strong></p>\n<p>We’ve added <code>employeeCountByDepartment</code> as an output for Company Enrich that shows the department employee count for a company.</p>\n<h3 id=\"improvements-10\">Improvements</h3>\n<p><strong>Intent Enrich improvement</strong></p>\n<p>The Intent Enrich endpoint can support up to 50 topics separated by “OR” condition, and up to 12 topics separated with “AND” condition. The difference between Start and End date should not be more than 90 days.</p>\n<h2 id=\"march-14-2022\">March 14, 2022</h2>\n<h3 id=\"new-features-1\">New Features</h3>\n<p><strong>Buying Committee filter for Contact Search</strong></p>\n<p>We’ve added <code>filterByBuyingCommittee</code> as an input for Contact Search. This Boolean flag will filter results based on Buying Committees set up for the account by their organization’s individual users using the platform UI.</p>\n<h2 id=\"february-17-2022\">February 17, 2022</h2>\n<h2 id=\"new-features-2\">New Features</h2>\n<p><strong>Bulk API</strong></p>\n<p>We've added four new endpoints that provide bulk search and redeem capabilities for Contacts and Companies. The <a href=\"https://\">Bulk API</a> enables Enterprise API customers to search and retrieve large ZoomInfo Company and Contact datasets at scale through asynchronous batch processes.</p>\n<h2 id=\"february-4-2022\">February 4, 2022</h2>\n<h3 id=\"new-features-3\">New Features</h3>\n<p><strong>Company department budget support</strong><br />For Company Search API: You can now filter for companies using department budget fields:</p>\n<ul>\n<li>marketingDepartmentBudgetMin</li>\n<li>marketingDepartmentBudgetMax</li>\n<li>financeDepartmentBudgetMin</li>\n<li>financeDepartmentBudgetMax</li>\n<li>itDepartmentBudgetMin</li>\n<li>itDepartmentBudgetMax</li>\n<li>hrDepartmentBudgetMin</li>\n<li>hrDepartmentBudgetMax</li>\n</ul>\n<p>Department budget amount in thousands (e.g., 1 = 1000, 500 = 500,000). Minimum value is 0, maximum value is 2147483647 (approximately 2 trillion).</p>\n<p><strong>Web reference keyword support</strong><br />For Contact Search API: You can now search for contacts using Web Reference Keywords (<code>webReferences</code>). Use this to search for a contact by their web reference keywords. The default criteria is OR between multiple values and should only contain English letters and numbers.</p>\n<p><strong>Intent Search and Intent Enrich API updates</strong><br />When using Intent Search or Intent Enrich, you can now choose whether to get the recommended contacts using the <code>findRecommendedContacts</code> flag. You should expect a performance impact (higher latency) when when this flag is set to <code>true</code>, which is the default.</p>\n<h2 id=\"january-11-2022\">January 11, 2022</h2>\n<h3 id=\"new-feature-8\">New Feature</h3>\n<p>For Company Search API: You can now search for company using <code>businessModel</code> (B2C, B2B, B2G). Default is All.</p>\n<p>For Company Enrich API: You can now specify <code>businessModel</code> in the company enrich output field.</p>\n<h3 id=\"bug-fixes-2\">Bug Fixes</h3>\n<p>Scoops enrich now correctly returns Scoops with the company name and contact name (if available) in the Scoops description.</p>\n<h2 id=\"december-2-2021\">December 2, 2021</h2>\n<h3 id=\"improvements-11\">Improvements</h3>\n<p>For Contact Search, we added the ability to search for contacts using <code>supplementalEmail</code>.</p>\n<p>For Company Master API, we improved the matching logic of Name only inputs. Name only inputs will return the HQ location by default unless location specific details are provided in the inputs.</p>\n<h2 id=\"november-22-2021\">November 22, 2021</h2>\n<h3 id=\"improvements-12\">Improvements</h3>\n<p>Added <code>departmentBudgets</code> as an output to the Company Enrich endpoint. Returns estimated budget values including <code>marketingBudget</code>, <code>financeBudget</code>, <code>itBudget</code> and <code>hrBudget</code>.</p>\n<h2 id=\"november-17-2021\">November 17, 2021</h2>\n<h3 id=\"improvements-13\">Improvements</h3>\n<p>We have added the following new fields as outputs for the Company Master Data Enrich API:</p>\n<ul>\n<li>zi_c_parent_child_confidence_score</li>\n<li>zi_c_is_fortune_100</li>\n<li>zi_c_is_fortune_500</li>\n<li>zi_c_is_s_and_p_500</li>\n</ul>\n<p>In addition, the following field names are changed for the Company Master Data Enrich API:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Old field name</th>\n<th>New field name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>zi_c_hq_id</td>\n<td>zi_c_company_id</td>\n</tr>\n<tr>\n<td>zi_c_hq_name</td>\n<td>zi_c_company_name</td>\n</tr>\n<tr>\n<td>zi_c_hq_url</td>\n<td>zi_c_company_url</td>\n</tr>\n<tr>\n<td>zi_c_hq_street</td>\n<td>zi_c_company_street</td>\n</tr>\n<tr>\n<td>zi_c_hq_street_2</td>\n<td>zi_c_company_street_2</td>\n</tr>\n<tr>\n<td>zi_c_hq_city</td>\n<td>zi_c_company_city</td>\n</tr>\n<tr>\n<td>zi_c_hq_state</td>\n<td>zi_c_company_state</td>\n</tr>\n<tr>\n<td>zi_c_hq_zip</td>\n<td>zi_c_company_zip</td>\n</tr>\n<tr>\n<td>zi_c_hq_country</td>\n<td>zi_c_company_country</td>\n</tr>\n<tr>\n<td>zi_c_hq_cbsa_name</td>\n<td>zi_c_company_cbsa_name</td>\n</tr>\n<tr>\n<td>zi_c_hq_county</td>\n<td>zi_c_company_county</td>\n</tr>\n<tr>\n<td>zi_c_hq_latitude</td>\n<td>zi_c_company_latitude</td>\n</tr>\n<tr>\n<td>zi_c_hq_longitude</td>\n<td>zi_c_company_longitude</td>\n</tr>\n<tr>\n<td>zi_c_hq_verified_address</td>\n<td>zi_c_company_verified_address</td>\n</tr>\n<tr>\n<td>zi_c_hq_employee_range</td>\n<td>zi_c_company_employee_range</td>\n</tr>\n<tr>\n<td>zi_c_hq_employees</td>\n<td>zi_c_company_employees</td>\n</tr>\n<tr>\n<td>zi_c_hq_revenue_range</td>\n<td>zi_c_company_revenue_range</td>\n</tr>\n<tr>\n<td>zi_c_hq_revenue</td>\n<td>zi_c_company_revenue</td>\n</tr>\n<tr>\n<td>zi_c_hq_phone</td>\n<td>zi_c_company_phone</td>\n</tr>\n<tr>\n<td>zi_c_hq_fax</td>\n<td>zi_c_company_fax</td>\n</tr>\n<tr>\n<td>zi_c_immediate_parent_id</td>\n<td>zi_c_immediate_parent_company_id</td>\n</tr>\n<tr>\n<td>zi_c_domestic_parent_id</td>\n<td>zi_c_domestic_parent_company_id</td>\n</tr>\n<tr>\n<td>zi_c_global_parent_id</td>\n<td>zi_c_global_parent_company_id</td>\n</tr>\n<tr>\n<td>zi_c_franchisor_id</td>\n<td>zi_c_franchisor_company_id</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"november-3-2021\">November 3, 2021</h2>\n<h3 id=\"improvement-1\">Improvement</h3>\n<p>We have improved the <code>logo</code> field in the Company Enrich endpoint. You will now be able to retrieve the recently updated logos for companies.</p>\n<h2 id=\"october-13-2021\">October 13, 2021</h2>\n<h3 id=\"improvement-2\">Improvement</h3>\n<p>A new output field called <code>matchStatus</code> is included for the following:</p>\n<ul>\n<li><a href=\"https://\">Company Enrich</a></li>\n<li><a href=\"https://\">Contact Enrich</a></li>\n<li><a href=\"https://\">Corporate Hierarchy Enrich</a></li>\n<li><a href=\"https://\">Compliance API</a></li>\n</ul>\n<p>The <code>matchStatus</code> field is returned in each response to indicate the specific reason that a contact or company was matched, not matched, or not returned.</p>\n<p>At the end of each response, the <code>matchStatus</code> is output as follows:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> \"matchStatus\": \"FULL_MATCH\"\n\n</code></pre><p>For contacts (Contact Enrich, Corporate Hierarchy Enrich, Compliance API), <code>matchStatus</code>can be as follows (in priority order):</p>\n<ul>\n<li>\"NO_MATCH\"</li>\n<li>\"OPT_OUT\"</li>\n<li>“FULL_MATCH”</li>\n<li>\"COMPANY_ONLY_MATCH\"</li>\n<li>\"NON_MATCH_BY_REQUIRED_FIELDS\"</li>\n<li>\"NON_MATCH_BY_LAST_UPDATED_DATE\"</li>\n<li>\"NON_MATCH_BY_VALID_DATE\"</li>\n<li>\"NON_MATCH_BY_CONTACT_ACCURACY_MIN\"</li>\n<li>\"CONTACT_ONLY_MATCH\"</li>\n<li>\"INVALID_INPUT\"</li>\n<li>“LIMIT_EXCEEDED”</li>\n<li>\"SERVICE_ERROR\"</li>\n</ul>\n<p>For companies (Company Enrich), <code>matchStatus</code> can be as follows (in priority order):</p>\n<ul>\n<li>\"NO_MATCH\"</li>\n<li>\"FULL_MATCH\"</li>\n<li>\"INVALID_INPUT\"</li>\n<li>“LIMIT_EXCEEDED”</li>\n<li>\"SERVICE_ERROR\"</li>\n</ul>\n<h2 id=\"october-4-2021\">October 4, 2021</h2>\n<h3 id=\"new-feature-9\">New Feature</h3>\n<p>We've added a new API called <a href=\"https://\">Company Master Data Enrich API</a> that combines ZoomInfo and EverString company data to provide 165M+ company locations with 104M+ company HQs.</p>\n<h2 id=\"september-8-2021\">September 8, 2021</h2>\n<h3 id=\"new-feature-10\">NEW FEATURE</h3>\n<p>The Contact Enrich endpoint now includes <code>contactAccuracyScoreMin</code> in the input fields. This new field will allow users to specify a minimum accuracy score as a criteria to enrich the contact.</p>\n<h3 id=\"improvements-14\">IMPROVEMENTS</h3>\n<p>We have made improvements in the Scoops Enrich and Intent Enrich endpoints that will reduce the response time.</p>\n<h2 id=\"august-18-2021\">August 18, 2021</h2>\n<h3 id=\"new-features-4\">New Features</h3>\n<ul>\n<li>The <code>companyFunding</code> field in Company Enrich output now returns investors along with the funding data (date, type, and amount).</li>\n<li>Webhooks will now trigger a request when there is a change in the <code>positionStartDate</code> for a contact.</li>\n</ul>\n<h2 id=\"july-26-2021\">July 26, 2021</h2>\n<h3 id=\"new-features-5\">New Features</h3>\n<ul>\n<li>When using Contact Search, you can now specify a range for the start date and end date of a person’s current employment. Use the <code>positionStartDateMin</code> and <code>positionStartDateMax</code> inputs in Contact Search.</li>\n<li>When using Contact Enrich, you can now include the date on which the contact began their current employment as an output. Specify <code>positionStartDate</code> as an output in Contact Enrich.</li>\n</ul>\n<h2 id=\"july-12-2021\">July 12, 2021</h2>\n<h3 id=\"new-feature-11\">New Feature</h3>\n<p>The Contact Enrich endpoint now includes <code>requiredFields</code>. This new field will allow users to specify a list of required fields for each record returned. This supports all output fields and can be used as a comma-separated list.</p>\n<h3 id=\"improvements-15\">Improvements</h3>\n<p>The Webhooks payload now includes only two outputs for <code>noticeProvidedDate</code>: either a valid date, or empty. Prior to this update, “Notice Not Required” was included as a valid output.</p>\n<h2 id=\"june-17-2021\">June 17, 2021</h2>\n<h3 id=\"improvements-16\">Improvements</h3>\n<p>An issue that caused the usage counts to not reset is now fixed. You will now see your true usage counts when you use the Usage Endpoint.</p>\n<h2 id=\"june-9-2021\">June 9, 2021</h2>\n<h3 id=\"bug-fixes-3\">Bug Fixes</h3>\n<p>SicCodes will no longer return a \"null\" value in the array. There could be a valid SicCode in the array or an empty array if there are no SicCodes associated with it.</p>\n<h2 id=\"may-24-2021\">May 24, 2021</h2>\n<h3 id=\"improvements-17\">Improvements</h3>\n<p>LocationSearchType in contact and company search supports the following parameters: <code>PersonOrHQ</code>, <code>PersonAndHQ</code>, <code>Person</code>, <code>HQ</code>, <code>PersonThenHQ</code>.</p>\n<h2 id=\"april-28-2021\">April 28, 2021</h2>\n<h3 id=\"improvements-18\">Improvements</h3>\n<p><code>primaryIndustry</code> field sorting order is now improved. The first value in the <code>primaryIndustry</code> is the Primary Industry (example: Media &amp; Internet), and the second value will be the Primary Sub-Industry (example: Social Networks)</p>\n<h2 id=\"april-22-2021\">April 22, 2021</h2>\n<h3 id=\"improvements-19\">Improvements</h3>\n<ul>\n<li>Added <code>isDefunct</code> as an output to the Company Enrich endpoint. This value indicates whether a company exists.</li>\n</ul>\n<h2 id=\"march-24-2021\">March 24, 2021</h2>\n<h3 id=\"new-features-6\">New Features</h3>\n<p>Company Enrich now supports <code>foundedYear</code> as an output field.</p>\n<h2 id=\"march-10-2021\">March 10, 2021</h2>\n<h3 id=\"bug-fixes-4\">Bug Fixes</h3>\n<p>An issue that caused users to be logged out of the platform session when they authenticated via the API is resolved. (ZOO-19331)</p>\n<h2 id=\"february-22-2021\">February 22, 2021</h2>\n<h3 id=\"new-features-7\">New Features</h3>\n<p>Webhooks API: The new Webhooks API provides a set endpoints for creating and managing webhooks you can use to automate managing records in your integrated apps.</p>\n<h3 id=\"improvements-20\">Improvements</h3>\n<p>For Intent Search and Intent Enrich, we've made the following changes:</p>\n<ul>\n<li>Inputs - Sorting by <code>trend</code> is no longer supported</li>\n<li>We are no longer returning <code>trend</code> and <code>newSignal</code></li>\n</ul>\n<h3 id=\"bug-fixes-5\">Bug Fixes</h3>\n<p>An issue with the Intent search field which caused some of the requests to fail is now resolved. (ZOO-23050)</p>\n","event":[{"listen":"prerequest","script":{"id":"96473824-2cf3-4630-98c9-c868f9cc3093","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b30a4f55-8ab0-400e-ad52-301d9c395fb5","type":"text/javascript","exec":[""]}}],"_postman_id":"51969d05-46ca-404e-8455-66ff066229d6"}],"event":[{"listen":"prerequest","script":{"id":"116449bf-f8ba-4d44-81e6-79449eb968de","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"88261f85-a8f0-4838-9173-3103701c0cb9","type":"text/javascript","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});",""]}}]}