openapi: 3.1.0 info: title: ZoomInfo description: 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 ... contact: name: ZoomInfo API Support url: https://www.zoominfo.com/about/help-center email: support@zoominfo.com version: '1.0' x-last-validated: '2026-04-18' jsonSchemaDialect: https://json-schema.org/draft/2020-12/schema servers: - url: https://api.zoominfo.com description: ZoomInfo API Production Server paths: /authenticate: post: tags: - Authentication summary: Zoominfo Authenticate description: 'Return a valid JWT access token by inputting your ZoomInfo username and password. **Important: The token is good for 60 minutes from the time that the response was generated.** - **Do not generate a new JWT with every call/request.** - **As a best practice to keep the session active, refresh the JWT every 55 minutes.**' operationId: Authenticate parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/AuthenticateRequest' - examples: - username: username password: password contentMediaType: application/json example: username: username password: password required: true responses: default: description: '' headers: {} content: {} deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /search/contact: post: tags: - Contact Search summary: Zoominfo Contact Search description: 'Returns a list of Contacts from ZoomInfo''s data that meet the specified search criteria. 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 [Lookup](https://) endpoints. **Input params** | Parameter | DataType | Description | | --- | --- | --- | | rpp | Integer | Limits the results returned to the given number of results per page. Default is 25. | | page | Integer | Provides the results for the given page, used in conjunction with `rpp` | | sortOrder | String | Provide `sortBy` if specifying `sortOrder`. Valid values are `asc`, `ascending`, `desc`, and `descending`. By default, results are sorted in descending order. | | sortBy | String | Sort results by valid output fields: `contactAccuracyScore`, `lastName`, `companyName`, `hierarchy`, `sourceCount`, `lastMentioned`, `relevance` | | personId | String | Unique ZoomInfo identifier for the contact. Can include a comma-separated list. | | emailAddress | String | Work email address for the contact in [example@example.com](https://) format | | supplementalEmail | Array | Supplemental email address for the contact in [example@example.com](https://) format | | hashedEmail | String | 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. | | phone | Array | List of person phones or mobile numbers. Here''s an example list - any of the following phone number formats are acceptable: `["(123)-456-7890", "1234567890", "123 456 7890", "123-445-7890"]`. Alphabetical characters are not allowed. | | fullName | String | Contact full name | | firstName | String | Contact first name | | middleInitial | String | Contact middle initial | | lastName | String | Contact last name | | jobTitle | String | Contact title at current place of employment. Use `OR` to input multiple job titles. | | excludeJobTitle | String | Exclude comma-separated list of job titles | | managementLevel | String | Contact management level at current place of employment. See the **Management Levels** lookup endpoint for values. | | excludeManagementLevel | String | Exclude contact based on management level. See the **Management Levels** lookup endpoint for values. | | department | String | Contact department at current place of employment. See the **Contact Departments** lookup endpoint for values. | | boardMember | String | Exclude or include board members from search results. By default, the API includes board members in results. See the **Board Members** lookup endpoint for values. | | excludePartialProfiles | Boolean | Contacts who do not have an active company associated with them are considered partial profiles. Exclude contacts with a partial profile from search results. | | executivesOnly | Boolean | Return only executives | | requiredFields | String | Specify a list of required fields for each record returned. Can include `email`, `phone` (direct or company), `directPhone`, `personalEmail`, and `mobilePhone`. Can include a comma-separated list of these fields. For example, requiring direct phone (`directPhone`) will only return contacts which have the Direct Phone Number field populated. | | contactAccuracyScoreMin | String | 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. | | contactAccuracyScoreMax | String | 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. | | jobFunction | String | Contact job function at their current place of employment. See the **Job Function** lookup endpoint for values. | | lastUpdatedDateAfter | String | The date after which the contact''s profile was last updated in YYYY-MM-DD format | | validDateAfter | String | The date after which the contact''s profile was last validated in YYYY-MM-DD format | | lastUpdatedInMonths | Integer | Number of months within which the contact''s profile was last updated. For example, if `lastUpdatedinMonths` is `12` only contacts that were updated in the last 12 months will be returned. | | hasBeenNotified | String | Contacts who have been notified of inclusion in ZoomInfo''s database. Values are `exclude`, `include`, and `only`. | | companyPastOrPresent | String | Returns companies based on a contact''s work history. Values are `present` (default), `past`, and `pastAndPresent`. | | school | String | Contact educational institution | | degree | String | Contact education degree | | locationCompanyId | Array | Searches by contact''s location IDs. Use the **Location Enrich** endpoint to obtain a list of location IDs for a company. | | companyId | String | ZoomInfo unique identifier for the company. Will accept a comma-separated list. | | companyName | String | Company name. Can use OR and NOT operators to include or exclude companies by name. For example, "Vodaphone OR Comcast NOT Verizon" | | companyWebsite | String | URL to the company website in [http://www.example.com](https://) format | | companyTicker | Array | Company stock ticker symbol | | companyDescription | String | Text description unique to the company you want to use as search criteria | | parentId | String | ZoomInfo Company ID for parent company | | ultimateParentId | String | ZoomInfo Company ID for ultimate parent company | | companyType | String | Company type (private, public, and so on). See the **Company Type** lookup endpoint for values. | | address | String | Company address | | street | String | Company street | | state | String | 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 **State** lookup endpoint. | | zipCode | String | Zip Code of the company''s primary address | | country | String | Country for the company''s primary address. You can use free text or see the **Country** lookup endpoint for values. | | continent | String | Continent for the company''s primary address. See the **Continent** lookup endpoint for values. | | zipCodeRadiusMiles | String | Used in conjunction with `zipCode`, designates a geographical radius (in miles) from the `zipCode` provided. | | hashTagString | String | Hash tags for a company. Can include a comma-separated list. | | techAttributeTagList | String | Specify technology product tags. See the **Tech - Product** lookup endpoint for values. This string uses a numerical dot notation format similar to an IP address. The notation denotes the hierarchical structure: `parent-category.category.vendor`. For example, `333.202.28`. You can use wildcards in the notation (e.g., `333.202.\\\\\\*`, `\\\\\\*.202.\\\\\\*`, and so on). | | subUnitTypes | String | Company sub types (e.g., division, subsidiary and so on). See the **Sub Unit Type** lookup endpoint for values. | | primaryIndustriesOnly | Boolean | 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`. | | industryCodes | String | 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 **Industry Codes** lookup endpoint for values. | | industryKeywords | String | Industry keywords associated with a company. Can include a comma-separated list. | | sicCodes | String | The Standard Industrial Classification is a system for classifying industries by a four-digit code. See the **SIC Codes** lookup endpoint for values. | | naicsCodes | String | 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 **NAICS Codes** lookup endpoint for values. | | revenueMin | Integer | 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. | | revenueMax | Integer | 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. | | revenue | String | Annual revenue range in U.S. dollars. Accepts a comma-separated list of values. See the **Revenue Range** lookup endpoint for values. Alternatively, to get more granular ranges, you can use the `revenueMin` and `revenueMax` parameters. | | employeeRangeMin | String | 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. | | employeeRangeMax | String | 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. | | employeeCount | String | Employee count range. Accepts a comma-separated list of values. See the **Employee Count** lookup endpoint for values. Alternatively, to get more granular ranges, you can use the `employeeRangeMin` and `employeeRangeMax` parameters. | | companyRanking | String | Company ranking list (e.g., Fortune 500 and so on). See the **Company Ranking** lookup endpoint for values. | | metroRegion | String | Company metro area. Accepts a comma-separated list of U.S. and Canada metro areas. See the **Metro Area** lookup endpoint for values. | | locationSearchType | String | Location criteria for search. Values are `PersonOrHQ`, `PersonAndHQ`, `Person`, `HQ`, `PersonThenHQ`. | | fundingAmountMin | Integer | 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. | | fundingAmountMax | Integer | 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. | | fundingStartDate | String | 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. | | fundingEndDate | String | 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. | | excludedRegions | String | Exclude a company metro area. Accepts a comma-separated list of U.S. and Canada metro areas. See the **Metro Area** lookup endpoint for values. | | zoominfoContactsMin | String | Minimum number of ZoomInfo contacts associated with company | | zoominfoContactsMax | String | Maximum number of ZoomInfo contacts associated with company | | companyStructureIncludedSubUnitTypes | String | Company hierarchical structure | | oneYearEmployeeGrowthRateMin | String | Minimum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMax to set a range. | | oneYearEmployeeGrowthRateMax | String | Maximum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMin to set a range. | | twoYearEmployeeGrowthRateMin | String | Minimum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMax to set a range. | | twoYearEmployeeGrowthRateMax | String | Maximum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMin to set a range. | | positionStartDateMin | String | Minimum date for when a contact began current employment. Use with `positionStartDateMax` to set a range. | | positionStartDateMax | String | Maximum date for when a contact began current employment. Use with `positionStartDateMin` to set a range. | | webReferences | Array | List of web references for a contact. Default criteria is OR between multiple values. Should only contain english letters and numbers. | | filterByBuyingCommittee | Boolean | 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. | | techSkills | ArrayList | List of technology skills for a contact. Default criteria is OR between multiple values. Should only contain string numbers | | yearsOfExperience | String | Years of overall experience. Must be a comma-separated string of values. See the **Years of Experience** lookup endpoint for values. | | engagementStartDate | String | Engagement start date in YYYY-MM-DD format. | | engagementEndDate | String | Engagement end date in YYYY-MM-DD format. EngagementStartDate is required. | | engagementType | Array | List of engagement types to search for. Accepted values are a list of `email`, `phone`, `online meeting`. | **Response data** | Field | Description | | --- | --- | | personId | Unique ZoomInfo identifier for the contact | | firstName | Contact first name | | lastName | Contact last name | | middleName | Contact middle name | | companyId | ZoomInfo unique identifier for the company | | companyName | Company name | | jobTitle | Contact job title at current place of employment | | contactAccuracyScore | 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. | | validDate | Date on which the contact record was last validated | | lastUpdatedDate | Date on which the contact record was last updated | | hasEmail | Indicates whether ZoomInfo has an email address for the contact | | hasSupplementalEmail | Indicates whether ZoomInfo has a supplemental email address for the contact | | hasDirectPhone | Indicates whether ZoomInfo has a direct phone number for the contact. If do not call is enabled for the contact, the field `directPhoneDoNotCall` is returned in the output with a value of `true`. | | hasMobilePhone | Indicates whether ZoomInfo has a mobile phone number for the contact. If do not call is enabled for the contact, the field `mobilePhoneDoNotCall` is returned in the output with a value of `true`. | | hasCompanyIndustry | Indicates whether ZoomInfo has company industry for the contact | | hasCompanyPhone | Indicates whether ZoomInfo has a company phone number for the contact | | hasCompanyStreet | Indicates whether ZoomInfo has a street address for the contact | | hasCompanyState | Indicates whether ZoomInfo has a state for the contact | | hasCompanyZipCode | Indicates whether ZoomInfo has a Zip Code or Postal Code for the contact | | hasCompanyCountry | Indicates whether ZoomInfo has a country for the contact | | hasCompanyRevenue | Indicates whether ZoomInfo has company revenue data for the contact | | hasCompanyEmployeeCount | Indicates whether ZoomInfo has company headcount data for the contact |' operationId: ContactSearch parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/ContactSearchRequest' - examples: - managementLevel: directors companyType: public zipCode: '19101' locationSearchType: PersonAndHQ zipCodeRadiusMiles: '25' techAttributeTagList: 333.202.* requiredFields: directPhone contentMediaType: application/json example: managementLevel: directors companyType: public zipCode: '19101' locationSearchType: PersonAndHQ zipCodeRadiusMiles: '25' techAttributeTagList: 333.202.* requiredFields: directPhone required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Tue, 14 Jul 2020 15:05:33 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 5b2c246a8a4febf0-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=7c92aab28a16a819b11a05bd1f2d315bc49963834ddeebd2bab7bb8578c6a9ba:59135a31-c5e3-11ea-b90a-bfcce47ec1ab; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 03ef7516990000ebf0e810a200000001 Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1498' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1594739144' X-Usage-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999970321' X-Usage-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999956816' X-Usage-Unique-Id-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Unique-Id-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9998983' X-Usage-Websights-Api-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Websights-Api-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9999658' X-Usage-Websights-Api-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '100000000' X-Usage-Websights-Api-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '99999658' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare X-Request-Id: content: text/plain: schema: type: string contentMediaType: text/plain example: 00f436bc-e0f4-490b-829e-5dd2af57eb29 content: application/json;charset=utf-8: schema: allOf: - $ref: '#/components/schemas/SearchcontactsbyZipCoderadius' - examples: - maxResults: 30579 totalResults: 10 currentPage: 1 data: - id: 1434351821 firstName: Daniel middleName: '' lastName: Herbert validDate: 6/19/2020 1:41 PM lastUpdatedDate: '' jobTitle: Director & Service Owner Information Technology Tools contactAccuracyScore: 96 hasEmail: true hasSupplementalEmail: true hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 9867169 name: AmerisourceBergen - id: 1910983889 firstName: Michael middleName: A. lastName: Manning validDate: 7/2/2020 9:31 AM lastUpdatedDate: '' jobTitle: Director, General Manager contactAccuracyScore: 96 hasEmail: true hasSupplementalEmail: false hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 103153842 name: Triumph Group - id: 1458033004 firstName: Carmela middleName: '' lastName: Burston validDate: 7/8/2020 3:19 AM lastUpdatedDate: '' jobTitle: Senior Director, National retail Partner Sales contactAccuracyScore: 90 hasEmail: true hasSupplementalEmail: true hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 8929846 name: Comcast - id: 1256317471 firstName: Michael middleName: '' lastName: Zedosky validDate: 7/6/2020 2:52 PM lastUpdatedDate: 7/12/2020 1:00 PM jobTitle: Senior Director, Partner Sales contactAccuracyScore: 96 hasEmail: true hasSupplementalEmail: true hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 8929846 name: Comcast - id: 1766622792 firstName: Maureen middleName: '' lastName: O'Connell validDate: 6/23/2020 8:00 PM lastUpdatedDate: 7/6/2020 11:05 PM jobTitle: Northeast Partner Sales Director contactAccuracyScore: 94 hasEmail: true hasSupplementalEmail: true hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 8929846 name: Comcast - id: 1562524332 firstName: Lori middleName: '' lastName: Miller validDate: 7/6/2020 3:00 PM lastUpdatedDate: '' jobTitle: Global HR Business Partner & Director, Supply Chain contactAccuracyScore: 92 hasEmail: true hasSupplementalEmail: false hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 21252521 name: DuPont - id: 1759016284 firstName: Nadine middleName: '' lastName: Durham validDate: 2/6/2020 4:49 AM lastUpdatedDate: 7/10/2020 9:23 AM jobTitle: Service Owner & Director, Enterprise IT Services & Revenue Management contactAccuracyScore: 89 hasEmail: true hasSupplementalEmail: true hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 9867169 name: AmerisourceBergen - id: 4061031 firstName: Michael middleName: '' lastName: McNamara validDate: 6/24/2020 8:00 PM lastUpdatedDate: '' jobTitle: Director, Finance & Corporate Controller contactAccuracyScore: 96 hasEmail: true hasSupplementalEmail: true hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 46302607 name: Marinus Pharmaceuticals - id: 250538259 firstName: Laurie middleName: '' lastName: Wajda validDate: 5/22/2020 11:23 AM lastUpdatedDate: '' jobTitle: Director, Human Resources & HR Business Partner contactAccuracyScore: 91 hasEmail: true hasSupplementalEmail: true hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 19108134 name: Campbell Soup - id: 1811800368 firstName: Rhonda middleName: '' lastName: Kelley validDate: 6/23/2020 12:28 PM lastUpdatedDate: '' jobTitle: Controller & Director, Finance contactAccuracyScore: 96 hasEmail: true hasSupplementalEmail: false hasDirectPhone: true hasMobilePhone: false hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 12240745 name: Church & Dwight contentMediaType: application/json;charset=utf-8 example: maxResults: 30579 totalResults: 10 currentPage: 1 data: - id: 1434351821 firstName: Daniel middleName: '' lastName: Herbert validDate: 6/19/2020 1:41 PM lastUpdatedDate: '' jobTitle: Director & Service Owner Information Technology Tools contactAccuracyScore: 96 hasEmail: true hasSupplementalEmail: true hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 9867169 name: AmerisourceBergen - id: 1910983889 firstName: Michael middleName: A. lastName: Manning validDate: 7/2/2020 9:31 AM lastUpdatedDate: '' jobTitle: Director, General Manager contactAccuracyScore: 96 hasEmail: true hasSupplementalEmail: false hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 103153842 name: Triumph Group - id: 1458033004 firstName: Carmela middleName: '' lastName: Burston validDate: 7/8/2020 3:19 AM lastUpdatedDate: '' jobTitle: Senior Director, National retail Partner Sales contactAccuracyScore: 90 hasEmail: true hasSupplementalEmail: true hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 8929846 name: Comcast - id: 1256317471 firstName: Michael middleName: '' lastName: Zedosky validDate: 7/6/2020 2:52 PM lastUpdatedDate: 7/12/2020 1:00 PM jobTitle: Senior Director, Partner Sales contactAccuracyScore: 96 hasEmail: true hasSupplementalEmail: true hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 8929846 name: Comcast - id: 1766622792 firstName: Maureen middleName: '' lastName: O'Connell validDate: 6/23/2020 8:00 PM lastUpdatedDate: 7/6/2020 11:05 PM jobTitle: Northeast Partner Sales Director contactAccuracyScore: 94 hasEmail: true hasSupplementalEmail: true hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 8929846 name: Comcast - id: 1562524332 firstName: Lori middleName: '' lastName: Miller validDate: 7/6/2020 3:00 PM lastUpdatedDate: '' jobTitle: Global HR Business Partner & Director, Supply Chain contactAccuracyScore: 92 hasEmail: true hasSupplementalEmail: false hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 21252521 name: DuPont - id: 1759016284 firstName: Nadine middleName: '' lastName: Durham validDate: 2/6/2020 4:49 AM lastUpdatedDate: 7/10/2020 9:23 AM jobTitle: Service Owner & Director, Enterprise IT Services & Revenue Management contactAccuracyScore: 89 hasEmail: true hasSupplementalEmail: true hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 9867169 name: AmerisourceBergen - id: 4061031 firstName: Michael middleName: '' lastName: McNamara validDate: 6/24/2020 8:00 PM lastUpdatedDate: '' jobTitle: Director, Finance & Corporate Controller contactAccuracyScore: 96 hasEmail: true hasSupplementalEmail: true hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 46302607 name: Marinus Pharmaceuticals - id: 250538259 firstName: Laurie middleName: '' lastName: Wajda validDate: 5/22/2020 11:23 AM lastUpdatedDate: '' jobTitle: Director, Human Resources & HR Business Partner contactAccuracyScore: 91 hasEmail: true hasSupplementalEmail: true hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 19108134 name: Campbell Soup - id: 1811800368 firstName: Rhonda middleName: '' lastName: Kelley validDate: 6/23/2020 12:28 PM lastUpdatedDate: '' jobTitle: Controller & Director, Finance contactAccuracyScore: 96 hasEmail: true hasSupplementalEmail: false hasDirectPhone: true hasMobilePhone: false hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 12240745 name: Church & Dwight deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/inputfields/contact/search: get: tags: - Contact Search summary: Zoominfo Contact Search Inputs description: Returns a list of fields you can use as input for the [Contact Search](#2e5121fd-df42-41a4-95d6-0e8f24eebd92) endpoint. operationId: ContactSearchInputs parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 21 Oct 2024 19:22:13 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Origin,Access-Control-Request-Method,Access-Control-Request-Headers x-envoy-upstream-service-time: content: text/plain: schema: type: string contentMediaType: text/plain example: '31' service: content: text/plain: schema: type: string contentMediaType: text/plain example: gke x-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: JUyexVcSFsUA97mZKaeFHgCcWLNsApKcJgxu x-ratelimit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' x-ratelimit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' x-envoy-decorator-operation: content: text/plain: schema: type: string contentMediaType: text/plain example: apps-gateway-active.main.svc.cluster.local:8080/* via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google alt-svc: content: text/plain: schema: type: string contentMediaType: text/plain example: h3=":443"; ma=86400 CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Origin-Trial: content: text/plain: schema: type: string contentMediaType: text/plain example: AyXGdeyTa0Lq3roJGvPBs/Ps9duHL7Vf/Q5YJQJwQN4fdGLbtMPms4BfmK2HapcHVkvBjyAVhxe5deDNI1TFXgcAAABxeyJvcmlnaW4iOiJodHRwczovL3pvb21pbmZvLmNvbTo0NDMiLCJmZWF0dXJlIjoiVHBjZCIsImV4cGlyeSI6MTczNTM0Mzk5OSwiaXNTdWJkb21haW4iOnRydWUsImlzVGhpcmRQYXJ0eSI6dHJ1ZX0= Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare CF-RAY: content: text/plain: schema: type: string contentMediaType: text/plain example: 8d639d7be9ff9c67-IAD Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip content: application/json: schema: type: array items: $ref: '#/components/schemas/ContactSearchInput' description: '' examples: - - fieldName: personId fieldType: String description: Unique ZoomInfo identifier for the contact. Can include a comma-separated list. accessGranted: 'true' - fieldName: emailAddress fieldType: String description: Work email address for the contact in example@example.com format accessGranted: 'true' - fieldName: hashedEmail fieldType: String 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.' accessGranted: 'true' - fieldName: fullName fieldType: String description: Contact full name accessGranted: 'true' - fieldName: firstName fieldType: String description: Contact first name accessGranted: 'true' - fieldName: middleInitial fieldType: String description: Contact middle initial accessGranted: 'true' - fieldName: lastName fieldType: String description: Contact last name accessGranted: 'true' - fieldName: jobTitle fieldType: String description: Contact title at current place of employment. Use OR to input multiple job titles. accessGranted: 'true' - fieldName: excludeJobTitle fieldType: String description: Exclude comma-separated list of job titles accessGranted: 'true' - fieldName: managementLevel fieldType: String description: Contact management level at current place of employment accessGranted: 'true' - fieldName: excludeManagementLevel fieldType: String description: Exclude comma separated list of management levels accessGranted: 'true' - fieldName: boardMember fieldType: String description: Exclude or include board members from search results. Values are include, exclude (the default) and only accessGranted: 'true' - fieldName: excludePartialProfiles fieldType: Boolean 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 accessGranted: 'true' - fieldName: executivesOnly fieldType: Boolean description: Return only executives. Default is false. accessGranted: 'true' - fieldName: requiredFields fieldType: String 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. accessGranted: 'true' - fieldName: contactAccuracyScoreMin fieldType: String 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. accessGranted: 'true' - fieldName: contactAccuracyScoreMax fieldType: String 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. accessGranted: 'true' - fieldName: jobFunction fieldType: String description: Contact job function at their current place of employment accessGranted: 'true' - fieldName: lastUpdatedInMonths fieldType: Integer description: Number of months within which the contact's profile was last updated accessGranted: 'true' - fieldName: hasBeenNotified fieldType: String description: Contacts who have been notified of inclusion in ZoomInfo's database. Values are include (the default), exclude and only accessGranted: 'true' - fieldName: companyPastOrPresent fieldType: String description: Returns companies based on a contact's work history. Values are present (default), past and pastAndPresent accessGranted: 'true' - fieldName: school fieldType: String description: Searches by contact's education accessGranted: 'true' - fieldName: degree fieldType: String description: Searches by contact's education accessGranted: 'true' - fieldName: locationCompanyId fieldType: Array description: Searches by contact's locationIds accessGranted: 'true' - fieldName: lastUpdatedDateAfter fieldType: String description: The date after which the contact's profile was last updated accessGranted: 'true' - fieldName: validDateAfter fieldType: String description: The date after which the contact's profile was last validated accessGranted: 'true' - fieldName: phone fieldType: Array description: List of person phones or mobile numbers accessGranted: 'true' - fieldName: positionStartDateMin fieldType: String description: Minimum date for when a contact began current employment. Use with positionStartDateMax to set a range accessGranted: 'true' - fieldName: positionStartDateMax fieldType: String description: Maximum date for when a contact began current employment. Use with positionStartDateMin to set a range accessGranted: 'true' - fieldName: supplementalEmail fieldType: Array description: Supplemental email address for the contact in example@example.com format accessGranted: 'true' - fieldName: webReferences fieldType: Array description: List of Web References for a contact. Default criteria is OR between multiple values. Should only contain english letters and numbers accessGranted: 'true' - fieldName: buyingGroup fieldType: Array description: Filters results based on the provided Buying Group ID. Only one ID can be submitted accessGranted: 'true' - fieldName: techSkills fieldType: Array description: List of technology skills for a contact. Default criteria is OR between multiple values. Should only contain string numbers accessGranted: 'false' - fieldName: yearsOfExperience fieldType: String description: Years of overall experience. Must be a comma-separated string of the values found at /lookup/years-of-experience accessGranted: 'true' - fieldName: department fieldType: String description: Contact department at current place of employment. Comma separated list of values from the lookup/department endpoint accessGranted: 'true' - fieldName: exactJobTitle fieldType: String description: Contact Title at current place of employment using exact match logic. Use OR to input multiple job titles. accessGranted: 'true' - fieldName: companyTicker fieldType: Array description: Company stock ticker symbol accessGranted: 'true' - fieldName: companyDescription fieldType: String description: Search for companies based on description. Accepts a space-separated list of individual words. accessGranted: 'true' - fieldName: companyType fieldType: String description: 'Company type (private, public, etc.). Accepts a comma delimited string of types listed in the endpoint: /lookup/companytype ' accessGranted: 'true' - fieldName: address fieldType: String description: Company address accessGranted: 'true' - fieldName: street fieldType: String description: Company street accessGranted: 'true' - fieldName: zipCode fieldType: String description: Zip Code of the company's primary address accessGranted: 'true' - fieldName: state fieldType: String description: Company state accessGranted: 'true' - fieldName: country fieldType: String description: Company country accessGranted: 'true' - fieldName: continent fieldType: String description: Company continent accessGranted: 'true' - fieldName: companyId fieldType: String description: ZoomInfo unique identifier for the company. Will accept a comma-separated list. accessGranted: 'true' - fieldName: companyName fieldType: String description: Company name accessGranted: 'true' - fieldName: companyWebsite fieldType: String description: Company domain. Accepts a comma-separated list. accessGranted: 'true' - fieldName: parentId fieldType: String description: ZoomInfo Company ID for parent company accessGranted: 'true' - fieldName: ultimateParentId fieldType: String description: ZoomInfo Company ID for ultimate parent company accessGranted: 'true' - fieldName: zipCodeRadiusMiles fieldType: String description: Used in conjunction with zipCode, designates a geographical radius (in miles) from the zipCode provided. accessGranted: 'true' - fieldName: hashTagString fieldType: String description: Hash tags for a company. Can include a comma-separated list. accessGranted: 'true' - fieldName: techAttributeTagList fieldType: String description: Specify technology product tags accessGranted: 'true' - fieldName: subUnitTypes fieldType: String description: 'Company sub types (e.g., division, subsidiary) from the endpoint: /lookup/subunittypes. Use this in conjunction with parentId or ultimateParentId.' accessGranted: 'true' - fieldName: primaryIndustriesOnly fieldType: Boolean 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. accessGranted: 'true' - fieldName: industryCodes fieldType: String 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. accessGranted: 'true' - fieldName: industryKeywords fieldType: String description: Industry keywords associated with a company. Can include either 'AND' or 'OR' operators. For example, 'software AND security' or 'software OR security'. accessGranted: 'true' - fieldName: sicCodes fieldType: String 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.' accessGranted: 'true' - fieldName: naicsCodes fieldType: String 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.' accessGranted: 'true' - fieldName: revenue fieldType: String 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.' accessGranted: 'true' - fieldName: revenueMin fieldType: Integer 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. accessGranted: 'true' - fieldName: revenueMax fieldType: Integer 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. accessGranted: 'true' - fieldName: employeeRangeMin fieldType: String 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. accessGranted: 'true' - fieldName: employeeRangeMax fieldType: String 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. accessGranted: 'true' - fieldName: employeeCount fieldType: String 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.' accessGranted: 'true' - fieldName: companyRanking fieldType: String description: 'Company ranking (e.g., Fortune 500). Accepts a comma separated list of IDs from the endpoint: /lookup/companyranking.' accessGranted: 'true' - fieldName: metroRegion fieldType: String description: 'Company metro area. Accepts a comma-separated list of U.S. and Canada metro areas from the endpoint: /lookup/metroarea.' accessGranted: 'true' - fieldName: locationSearchType fieldType: String description: Location type (PersonOrHQ, PersonAndHQ, Person, HQ, PersonThenHQ). accessGranted: 'true' - fieldName: fundingAmountMin fieldType: Integer 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. accessGranted: 'true' - fieldName: fundingAmountMax fieldType: Integer 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. accessGranted: 'true' - fieldName: fundingStartDate fieldType: String 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. accessGranted: 'true' - fieldName: fundingEndDate fieldType: String 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. accessGranted: 'true' - fieldName: zoominfoContactsMin fieldType: String description: Minimum number of ZoomInfo contacts associated with company accessGranted: 'true' - fieldName: zoominfoContactsMax fieldType: String description: Maximum number of ZoomInfo contacts associated with company accessGranted: 'true' - fieldName: excludedRegions fieldType: String 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.' accessGranted: 'true' - fieldName: companyStructureIncludedSubUnitTypes fieldType: String description: Company hierarchical structure accessGranted: 'true' - fieldName: oneYearEmployeeGrowthRateMin fieldType: String description: Minimum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMax to set a range. accessGranted: 'true' - fieldName: oneYearEmployeeGrowthRateMax fieldType: String description: Maximum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMin to set a range. accessGranted: 'true' - fieldName: twoYearEmployeeGrowthRateMin fieldType: String description: Minimum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMax to set a range. accessGranted: 'true' - fieldName: twoYearEmployeeGrowthRateMax fieldType: String description: Maximum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMin to set a range. accessGranted: 'true' - fieldName: engagementStartDate fieldType: String description: Engagement start date in YYYY-MM-DD format. accessGranted: 'false' - fieldName: engagementEndDate fieldType: String description: Engagement end date in YYYY-MM-DD format. EngagementStartDate is required. accessGranted: 'false' - fieldName: engagementType fieldType: Array description: List of engagement types to search for. Accepted values are a list of 'email', 'phone', 'online meeting'. accessGranted: 'false' - fieldName: rpp fieldType: Integer description: Limits the results returned to the given number of results per page accessGranted: 'true' - fieldName: page fieldType: Integer description: Provides the results for the given page, used in conjunction with rpp accessGranted: 'true' - fieldName: sortBy fieldType: String description: Sorts results by valid output fields accessGranted: 'true' - fieldName: sortOrder fieldType: String description: Default value is desc. It accepts the following values { asc, ascending, desc, descending accessGranted: 'true' contentMediaType: application/json example: - fieldName: personId fieldType: String description: Unique ZoomInfo identifier for the contact. Can include a comma-separated list. accessGranted: 'true' - fieldName: emailAddress fieldType: String description: Work email address for the contact in example@example.com format accessGranted: 'true' - fieldName: hashedEmail fieldType: String 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.' accessGranted: 'true' - fieldName: fullName fieldType: String description: Contact full name accessGranted: 'true' - fieldName: firstName fieldType: String description: Contact first name accessGranted: 'true' - fieldName: middleInitial fieldType: String description: Contact middle initial accessGranted: 'true' - fieldName: lastName fieldType: String description: Contact last name accessGranted: 'true' - fieldName: jobTitle fieldType: String description: Contact title at current place of employment. Use OR to input multiple job titles. accessGranted: 'true' - fieldName: excludeJobTitle fieldType: String description: Exclude comma-separated list of job titles accessGranted: 'true' - fieldName: managementLevel fieldType: String description: Contact management level at current place of employment accessGranted: 'true' - fieldName: excludeManagementLevel fieldType: String description: Exclude comma separated list of management levels accessGranted: 'true' - fieldName: boardMember fieldType: String description: Exclude or include board members from search results. Values are include, exclude (the default) and only accessGranted: 'true' - fieldName: excludePartialProfiles fieldType: Boolean 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 accessGranted: 'true' - fieldName: executivesOnly fieldType: Boolean description: Return only executives. Default is false. accessGranted: 'true' - fieldName: requiredFields fieldType: String 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. accessGranted: 'true' - fieldName: contactAccuracyScoreMin fieldType: String 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. accessGranted: 'true' - fieldName: contactAccuracyScoreMax fieldType: String 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. accessGranted: 'true' - fieldName: jobFunction fieldType: String description: Contact job function at their current place of employment accessGranted: 'true' - fieldName: lastUpdatedInMonths fieldType: Integer description: Number of months within which the contact's profile was last updated accessGranted: 'true' - fieldName: hasBeenNotified fieldType: String description: Contacts who have been notified of inclusion in ZoomInfo's database. Values are include (the default), exclude and only accessGranted: 'true' - fieldName: companyPastOrPresent fieldType: String description: Returns companies based on a contact's work history. Values are present (default), past and pastAndPresent accessGranted: 'true' - fieldName: school fieldType: String description: Searches by contact's education accessGranted: 'true' - fieldName: degree fieldType: String description: Searches by contact's education accessGranted: 'true' - fieldName: locationCompanyId fieldType: Array description: Searches by contact's locationIds accessGranted: 'true' - fieldName: lastUpdatedDateAfter fieldType: String description: The date after which the contact's profile was last updated accessGranted: 'true' - fieldName: validDateAfter fieldType: String description: The date after which the contact's profile was last validated accessGranted: 'true' - fieldName: phone fieldType: Array description: List of person phones or mobile numbers accessGranted: 'true' - fieldName: positionStartDateMin fieldType: String description: Minimum date for when a contact began current employment. Use with positionStartDateMax to set a range accessGranted: 'true' - fieldName: positionStartDateMax fieldType: String description: Maximum date for when a contact began current employment. Use with positionStartDateMin to set a range accessGranted: 'true' - fieldName: supplementalEmail fieldType: Array description: Supplemental email address for the contact in example@example.com format accessGranted: 'true' - fieldName: webReferences fieldType: Array description: List of Web References for a contact. Default criteria is OR between multiple values. Should only contain english letters and numbers accessGranted: 'true' - fieldName: buyingGroup fieldType: Array description: Filters results based on the provided Buying Group ID. Only one ID can be submitted accessGranted: 'true' - fieldName: techSkills fieldType: Array description: List of technology skills for a contact. Default criteria is OR between multiple values. Should only contain string numbers accessGranted: 'false' - fieldName: yearsOfExperience fieldType: String description: Years of overall experience. Must be a comma-separated string of the values found at /lookup/years-of-experience accessGranted: 'true' - fieldName: department fieldType: String description: Contact department at current place of employment. Comma separated list of values from the lookup/department endpoint accessGranted: 'true' - fieldName: exactJobTitle fieldType: String description: Contact Title at current place of employment using exact match logic. Use OR to input multiple job titles. accessGranted: 'true' - fieldName: companyTicker fieldType: Array description: Company stock ticker symbol accessGranted: 'true' - fieldName: companyDescription fieldType: String description: Search for companies based on description. Accepts a space-separated list of individual words. accessGranted: 'true' - fieldName: companyType fieldType: String description: 'Company type (private, public, etc.). Accepts a comma delimited string of types listed in the endpoint: /lookup/companytype ' accessGranted: 'true' - fieldName: address fieldType: String description: Company address accessGranted: 'true' - fieldName: street fieldType: String description: Company street accessGranted: 'true' - fieldName: zipCode fieldType: String description: Zip Code of the company's primary address accessGranted: 'true' - fieldName: state fieldType: String description: Company state accessGranted: 'true' - fieldName: country fieldType: String description: Company country accessGranted: 'true' - fieldName: continent fieldType: String description: Company continent accessGranted: 'true' - fieldName: companyId fieldType: String description: ZoomInfo unique identifier for the company. Will accept a comma-separated list. accessGranted: 'true' - fieldName: companyName fieldType: String description: Company name accessGranted: 'true' - fieldName: companyWebsite fieldType: String description: Company domain. Accepts a comma-separated list. accessGranted: 'true' - fieldName: parentId fieldType: String description: ZoomInfo Company ID for parent company accessGranted: 'true' - fieldName: ultimateParentId fieldType: String description: ZoomInfo Company ID for ultimate parent company accessGranted: 'true' - fieldName: zipCodeRadiusMiles fieldType: String description: Used in conjunction with zipCode, designates a geographical radius (in miles) from the zipCode provided. accessGranted: 'true' - fieldName: hashTagString fieldType: String description: Hash tags for a company. Can include a comma-separated list. accessGranted: 'true' - fieldName: techAttributeTagList fieldType: String description: Specify technology product tags accessGranted: 'true' - fieldName: subUnitTypes fieldType: String description: 'Company sub types (e.g., division, subsidiary) from the endpoint: /lookup/subunittypes. Use this in conjunction with parentId or ultimateParentId.' accessGranted: 'true' - fieldName: primaryIndustriesOnly fieldType: Boolean 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. accessGranted: 'true' - fieldName: industryCodes fieldType: String 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. accessGranted: 'true' - fieldName: industryKeywords fieldType: String description: Industry keywords associated with a company. Can include either 'AND' or 'OR' operators. For example, 'software AND security' or 'software OR security'. accessGranted: 'true' - fieldName: sicCodes fieldType: String 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.' accessGranted: 'true' - fieldName: naicsCodes fieldType: String 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.' accessGranted: 'true' - fieldName: revenue fieldType: String 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.' accessGranted: 'true' - fieldName: revenueMin fieldType: Integer 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. accessGranted: 'true' - fieldName: revenueMax fieldType: Integer 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. accessGranted: 'true' - fieldName: employeeRangeMin fieldType: String 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. accessGranted: 'true' - fieldName: employeeRangeMax fieldType: String 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. accessGranted: 'true' - fieldName: employeeCount fieldType: String 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.' accessGranted: 'true' - fieldName: companyRanking fieldType: String description: 'Company ranking (e.g., Fortune 500). Accepts a comma separated list of IDs from the endpoint: /lookup/companyranking.' accessGranted: 'true' - fieldName: metroRegion fieldType: String description: 'Company metro area. Accepts a comma-separated list of U.S. and Canada metro areas from the endpoint: /lookup/metroarea.' accessGranted: 'true' - fieldName: locationSearchType fieldType: String description: Location type (PersonOrHQ, PersonAndHQ, Person, HQ, PersonThenHQ). accessGranted: 'true' - fieldName: fundingAmountMin fieldType: Integer 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. accessGranted: 'true' - fieldName: fundingAmountMax fieldType: Integer 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. accessGranted: 'true' - fieldName: fundingStartDate fieldType: String 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. accessGranted: 'true' - fieldName: fundingEndDate fieldType: String 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. accessGranted: 'true' - fieldName: zoominfoContactsMin fieldType: String description: Minimum number of ZoomInfo contacts associated with company accessGranted: 'true' - fieldName: zoominfoContactsMax fieldType: String description: Maximum number of ZoomInfo contacts associated with company accessGranted: 'true' - fieldName: excludedRegions fieldType: String 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.' accessGranted: 'true' - fieldName: companyStructureIncludedSubUnitTypes fieldType: String description: Company hierarchical structure accessGranted: 'true' - fieldName: oneYearEmployeeGrowthRateMin fieldType: String description: Minimum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMax to set a range. accessGranted: 'true' - fieldName: oneYearEmployeeGrowthRateMax fieldType: String description: Maximum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMin to set a range. accessGranted: 'true' - fieldName: twoYearEmployeeGrowthRateMin fieldType: String description: Minimum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMax to set a range. accessGranted: 'true' - fieldName: twoYearEmployeeGrowthRateMax fieldType: String description: Maximum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMin to set a range. accessGranted: 'true' - fieldName: engagementStartDate fieldType: String description: Engagement start date in YYYY-MM-DD format. accessGranted: 'false' - fieldName: engagementEndDate fieldType: String description: Engagement end date in YYYY-MM-DD format. EngagementStartDate is required. accessGranted: 'false' - fieldName: engagementType fieldType: Array description: List of engagement types to search for. Accepted values are a list of 'email', 'phone', 'online meeting'. accessGranted: 'false' - fieldName: rpp fieldType: Integer description: Limits the results returned to the given number of results per page accessGranted: 'true' - fieldName: page fieldType: Integer description: Provides the results for the given page, used in conjunction with rpp accessGranted: 'true' - fieldName: sortBy fieldType: String description: Sorts results by valid output fields accessGranted: 'true' - fieldName: sortOrder fieldType: String description: Default value is desc. It accepts the following values { asc, ascending, desc, descending accessGranted: 'true' deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/outputfields/contact/search: get: tags: - Contact Search summary: Zoominfo Contact Search Outputs description: Returns a list of fields included in the response for the [Contact Search](#2e5121fd-df42-41a4-95d6-0e8f24eebd92) endpoint. operationId: ContactSearchOutputs parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 21 Oct 2024 19:24:18 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Origin,Access-Control-Request-Method,Access-Control-Request-Headers x-envoy-upstream-service-time: content: text/plain: schema: type: string contentMediaType: text/plain example: '36' service: content: text/plain: schema: type: string contentMediaType: text/plain example: gke x-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 6yfiNoyotV2qnxt1DUOZu7H8Zu4HuGvNL33U x-ratelimit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' x-ratelimit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' x-envoy-decorator-operation: content: text/plain: schema: type: string contentMediaType: text/plain example: apps-gateway-active.main.svc.cluster.local:8080/* via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google alt-svc: content: text/plain: schema: type: string contentMediaType: text/plain example: h3=":443"; ma=86400 CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Origin-Trial: content: text/plain: schema: type: string contentMediaType: text/plain example: AyXGdeyTa0Lq3roJGvPBs/Ps9duHL7Vf/Q5YJQJwQN4fdGLbtMPms4BfmK2HapcHVkvBjyAVhxe5deDNI1TFXgcAAABxeyJvcmlnaW4iOiJodHRwczovL3pvb21pbmZvLmNvbTo0NDMiLCJmZWF0dXJlIjoiVHBjZCIsImV4cGlyeSI6MTczNTM0Mzk5OSwiaXNTdWJkb21haW4iOnRydWUsImlzVGhpcmRQYXJ0eSI6dHJ1ZX0= Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare CF-RAY: content: text/plain: schema: type: string contentMediaType: text/plain example: 8d63a089885b82d4-IAD Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip content: application/json: schema: type: array items: $ref: '#/components/schemas/ContactSearchOutput' description: '' examples: - - fieldName: id description: Unique ZoomInfo identifier for the contact accessGranted: 'true' - fieldName: firstName description: Contact first name accessGranted: 'true' - fieldName: middleName description: Contact middle name accessGranted: 'true' - fieldName: lastName description: Contact last name accessGranted: 'true' - fieldName: validDate description: Date on which the contact record was last validated accessGranted: 'true' - fieldName: lastUpdatedDate description: Date on which the contact record was last updated accessGranted: 'true' - fieldName: jobTitle description: Contact job title at current place of employment accessGranted: 'true' - fieldName: companyId description: Unique ZoomInfo identifier for a company accessGranted: 'true' - fieldName: companyName description: Company Name accessGranted: 'true' - fieldName: contactAccuracyScore 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. accessGranted: 'true' - fieldName: managementLevel description: Contact management level accessGranted: 'false' - fieldName: school description: Get last Education information accessGranted: 'false' - fieldName: hasEmail description: Indicates whether ZoomInfo has an email address for the contact accessGranted: 'true' - fieldName: hasSupplementalEmail description: Indicates whether ZoomInfo has a supplemental email address for the contact accessGranted: 'true' - fieldName: hasDirectPhone description: Indicates whether ZoomInfo has a direct phone number for the contact accessGranted: 'true' - fieldName: hasMobilePhone description: Indicates whether ZoomInfo has a mobile phone number for the contact accessGranted: 'true' - fieldName: hasCompanyIndustry description: Indicates whether ZoomInfo has company industry for the contact accessGranted: 'true' - fieldName: hasCompanyPhone description: Indicates whether ZoomInfo has a company phone number for the contact accessGranted: 'true' - fieldName: hasCompanyStreet description: Indicates whether ZoomInfo has a street address for the contact accessGranted: 'true' - fieldName: hasCompanyState description: Indicates whether ZoomInfo has a state for the contact accessGranted: 'true' - fieldName: hasCompanyZipCode description: Indicates whether ZoomInfo has a Zip Code or Postal Code for the contact accessGranted: 'true' - fieldName: hasCompanyCountry description: Indicates whether ZoomInfo has a country for the contact accessGranted: 'true' - fieldName: hasCompanyRevenue description: Indicates whether ZoomInfo has company revenue data for the contact accessGranted: 'true' - fieldName: hasCompanyEmployeeCount description: Indicates whether ZoomInfo has company headcount data for the contact accessGranted: 'true' - fieldName: directPhoneDoNotCall description: Contact flagged with do not call for direct phone accessGranted: 'true' - fieldName: mobilePhoneDoNotCall description: Contact flagged with do not call for mobile phone accessGranted: 'true' contentMediaType: application/json example: - fieldName: id description: Unique ZoomInfo identifier for the contact accessGranted: 'true' - fieldName: firstName description: Contact first name accessGranted: 'true' - fieldName: middleName description: Contact middle name accessGranted: 'true' - fieldName: lastName description: Contact last name accessGranted: 'true' - fieldName: validDate description: Date on which the contact record was last validated accessGranted: 'true' - fieldName: lastUpdatedDate description: Date on which the contact record was last updated accessGranted: 'true' - fieldName: jobTitle description: Contact job title at current place of employment accessGranted: 'true' - fieldName: companyId description: Unique ZoomInfo identifier for a company accessGranted: 'true' - fieldName: companyName description: Company Name accessGranted: 'true' - fieldName: contactAccuracyScore 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. accessGranted: 'true' - fieldName: managementLevel description: Contact management level accessGranted: 'false' - fieldName: school description: Get last Education information accessGranted: 'false' - fieldName: hasEmail description: Indicates whether ZoomInfo has an email address for the contact accessGranted: 'true' - fieldName: hasSupplementalEmail description: Indicates whether ZoomInfo has a supplemental email address for the contact accessGranted: 'true' - fieldName: hasDirectPhone description: Indicates whether ZoomInfo has a direct phone number for the contact accessGranted: 'true' - fieldName: hasMobilePhone description: Indicates whether ZoomInfo has a mobile phone number for the contact accessGranted: 'true' - fieldName: hasCompanyIndustry description: Indicates whether ZoomInfo has company industry for the contact accessGranted: 'true' - fieldName: hasCompanyPhone description: Indicates whether ZoomInfo has a company phone number for the contact accessGranted: 'true' - fieldName: hasCompanyStreet description: Indicates whether ZoomInfo has a street address for the contact accessGranted: 'true' - fieldName: hasCompanyState description: Indicates whether ZoomInfo has a state for the contact accessGranted: 'true' - fieldName: hasCompanyZipCode description: Indicates whether ZoomInfo has a Zip Code or Postal Code for the contact accessGranted: 'true' - fieldName: hasCompanyCountry description: Indicates whether ZoomInfo has a country for the contact accessGranted: 'true' - fieldName: hasCompanyRevenue description: Indicates whether ZoomInfo has company revenue data for the contact accessGranted: 'true' - fieldName: hasCompanyEmployeeCount description: Indicates whether ZoomInfo has company headcount data for the contact accessGranted: 'true' - fieldName: directPhoneDoNotCall description: Contact flagged with do not call for direct phone accessGranted: 'true' - fieldName: mobilePhoneDoNotCall description: Contact flagged with do not call for mobile phone accessGranted: 'true' deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /search/company: post: tags: - Company Search summary: Zoominfo Company Search description: 'Returns a list of Companies from ZoomInfo''s data which meet the specified search criteria. 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 [Lookup](#efe7b4b8-1ef2-4fcd-a20f-9da68f6b2055) endpoints. **Input params** | Parameter | DataType | Description | | --- | --- | --- | | rpp | Integer | Limits the results returned to the given number of results per page. Default is 25. | | page | Integer | Provides the results for the given page, used in conjunction with `rpp` | | sortOrder | String | Provide `sortBy` if specifying `sortOrder`. Valid values are `asc`, `ascending`, `desc`, and `descending`. By default, results are sorted in descending order. | | sortBy | String | Sort results by valid output fields: `name`, `employeeCount`, `revenue` | | companyId | String | ZoomInfo unique identifier for the company. Will accept-comma-separated list. | | companyName | String | Company name | | companyWebsite | String | URL to the company website in [http://www.example.com](http://www.example.com) format | | companyDescription | String | Text description unique to the company you want to use as search criteria | | parentId | String | ZoomInfo Company ID for parent company | | ultimateParentId | String | ZoomInfo Company ID for ultimate parent company | | companyTicker | Array | Company stock ticker symbol | | companyType | String | Company type (private, public, and so on). See the **Company Type** lookup endpoint for values. | | businessModel | ArrayList | Search using Business Model (B2C, B2B, B2G) for a company. Default is All | | address | String | Company address | | street | String | Company street | | state | String | 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 **State** lookup endpoint.

Do not use `state` in conjunction with `country` 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 _all_ states. | | zipCode | String | Zip Code of the company''s primary address | | country | String | Country for the company''s primary address. You can use free text or see the **Country** lookup endpoint for values.

Do not use `country` in conjunction with `state` 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 _all_ states. | | continent | String | Continent for the company''s primary address. See the **Continent** lookup endpoint for values. | | zipCodeRadiusMiles | String | Used in conjunction with `zipCode`, designates a geographical radius (in miles) from the `zipCode` provided. | | hashTagString | String | Hash tags for a company. Can include a comma-separated list. | | techAttributeTagList | String | Specify technology product tags. See the **Tech - Product** lookup endpoint for values. This string uses a numerical dot notation format similar to an IP address. The notation denotes the hierarchical structure: `parent-category.category.vendor`. For example, `333.202.28`. You can use wildcards in the notation (e.g., `333.202.\\\\*`, `\\\\*.202.\\\\*`, and so on). | | subUnitTypes | String | Company sub types (e.g., division, subsidiary and so on). See the **Sub Unit Type** lookup endpoint for values. | | primaryIndustriesOnly | Boolean | 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`. | | industryCodes | String | 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 **Industry Codes** lookup endpoint for values. | | industryKeywords | String | Industry keywords associated with a company. Can include either ''AND'' or ''OR'' operators. For example, ''software AND security'' or ''software OR security''. | | sicCodes | String | The Standard Industrial Classification is a system for classifying industries by a four-digit code. See the **SIC Codes** lookup endpoint for values. | | naicsCodes | String | 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 **NAICS Codes** lookup endpoint for values. | | revenueMin | Integer | 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. | | revenueMax | Integer | 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. | | revenue | String | Annual revenue range in U.S. dollars. Accepts a comma-separated list of values. See the **Revenue Range** lookup endpoint for values. Alternatively, to get more granular ranges, you can use the `revenueMin` and `revenueMax` parameters. | | employeeRangeMin | String | 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. | | employeeRangeMax | String | 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. | | employeeCount | String | Employee count range. Accepts a comma-separated list of values. See the **Employee Count** lookup endpoint for values. Alternatively, to get more granular ranges, you can use the `employeeRangeMin` and `employeeRangeMax` parameters. | | companyRanking | String | Company ranking list (e.g., Fortune 500 and so on). See the **Company Ranking** lookup endpoint for values. | | metroRegion | String | Company metro area. Accepts a comma-separated list of U.S. and Canada metro areas. See the **Metro Area** lookup endpoint for values. | | locationSearchType | String | Location criteria for search. Values are `PersonOrHQ`, `PersonAndHQ`, `Person`, `HQ`, `PersonThenHQ`. | | fundingAmountMin | Integer | 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. | | fundingAmountMax | Integer | 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. | | fundingStartDate | String | 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. | | fundingEndDate | String | 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. | | excludedRegions | String | Exclude a company metro area. Accepts a comma-separated list of U.S. and Canada metro areas. See the **Metro Area** lookup endpoint for values. | | zoominfoContactsMin | String | Minimum number of ZoomInfo contacts associated with company | | zoominfoContactsMax | String | Maximum number of ZoomInfo contacts associated with company | | companyStructureIncludedSubUnitTypes | String | Company hierarchical structure | | certified | Integer | Denotes if ZoomInfo''s research and data team has confirmed activity within the past 12 months | | excludeDefunctCompanies | Boolean | Include or exclude defunct companies. The default value is false. | | oneYearEmployeeGrowthRateMin | String | Minimum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMax to set a range. | | oneYearEmployeeGrowthRateMax | String | Maximum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMin to set a range. | | twoYearEmployeeGrowthRateMin | String | Minimum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMax to set a range. | | twoYearEmployeeGrowthRateMax | String | Maximum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMin to set a range. | | engagementStartDate | String | Engagement start date in YYYY-MM-DD format. | | engagementEndDate | String | Engagement end date in YYYY-MM-DD format. EngagementStartDate is required. | | engagementType | Array | List of engagement types to search for. Accepted values are a list of `email`, `phone`, `online meeting`. | **Response data** | Field | Description | | --- | --- | | companyId | Unique ZoomInfo identifier for the company | | companyName | Company name |' operationId: CompanySearch parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/CompanySearchRequest' - examples: - metroRegion: usa.california.sanfrancisco industryCodes: education.university techAttributeTagList: 333.202.* contentMediaType: application/json example: metroRegion: usa.california.sanfrancisco industryCodes: education.university techAttributeTagList: 333.202.* required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Tue, 28 Apr 2020 14:58:48 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 58b1a4b7dfd0ebfc-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=5388d0855eb91b72ba1639994759a291802c09115c95da4fd2b63cd11d3b0fee:65308c81-8334-11ea-bebd-2f3883040f62; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" x-application-context: content: text/plain: schema: type: string contentMediaType: text/plain example: application:production:8080 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1496' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1588085955' X-Usage-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999999134' X-Usage-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999970966' X-Usage-Unique-Id-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Unique-Id-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9999981' X-Usage-Websights-Api-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Websights-Api-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9999965' X-Usage-Websights-Api-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '100000000' X-Usage-Websights-Api-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '99999965' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 0262e546e50000ebfc40016200000001 content: application/json;charset=utf-8: schema: allOf: - $ref: '#/components/schemas/Searchcompaniesbyemployeegrowthrate' - examples: - maxResults: 15 totalResults: 15 currentPage: 1 data: - id: 114804067 name: Holy Names University - id: 355219573 name: Bradley School of Music - id: 346417479 name: English Language Institute - id: 359539758 name: Reach Institute for School Leadership - id: 16843561 name: Gruter Institute - id: 205439012 name: Wright Institute - id: 350989356 name: Yang Fan Academy - id: 17533676 name: Dominican School of Philosophy and Theology - id: 36473892 name: BSC Culinary - id: 20742219 name: John F. Kennedy University - id: 372192449 name: ReUp Education - id: 8257751 name: City College of San Francisco - id: 359136199 name: La Scuola International School - id: 358709446 name: Marcus Foster Education Institute - id: 28235366 name: Berkeley Geochronology Center contentMediaType: application/json;charset=utf-8 example: maxResults: 15 totalResults: 15 currentPage: 1 data: - id: 114804067 name: Holy Names University - id: 355219573 name: Bradley School of Music - id: 346417479 name: English Language Institute - id: 359539758 name: Reach Institute for School Leadership - id: 16843561 name: Gruter Institute - id: 205439012 name: Wright Institute - id: 350989356 name: Yang Fan Academy - id: 17533676 name: Dominican School of Philosophy and Theology - id: 36473892 name: BSC Culinary - id: 20742219 name: John F. Kennedy University - id: 372192449 name: ReUp Education - id: 8257751 name: City College of San Francisco - id: 359136199 name: La Scuola International School - id: 358709446 name: Marcus Foster Education Institute - id: 28235366 name: Berkeley Geochronology Center deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/inputfields/company/search: get: tags: - Company Search summary: Zoominfo Company Search Inputs description: Returns a list of fields you can use as input for the [Company Search](#4506f0ad-9147-4016-991f-ce8ef6700f07) endpoint. operationId: CompanySearchInputs parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Tue, 22 Oct 2024 12:27:20 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Origin,Access-Control-Request-Method,Access-Control-Request-Headers x-envoy-upstream-service-time: content: text/plain: schema: type: string contentMediaType: text/plain example: '39' service: content: text/plain: schema: type: string contentMediaType: text/plain example: gke x-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 6go3EMtd0IwchBVM0zCgcYRQ0JRtlSWYArNS x-ratelimit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' x-ratelimit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' x-envoy-decorator-operation: content: text/plain: schema: type: string contentMediaType: text/plain example: apps-gateway-active.main.svc.cluster.local:8080/* via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google alt-svc: content: text/plain: schema: type: string contentMediaType: text/plain example: h3=":443"; ma=86400 CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Origin-Trial: content: text/plain: schema: type: string contentMediaType: text/plain example: AyXGdeyTa0Lq3roJGvPBs/Ps9duHL7Vf/Q5YJQJwQN4fdGLbtMPms4BfmK2HapcHVkvBjyAVhxe5deDNI1TFXgcAAABxeyJvcmlnaW4iOiJodHRwczovL3pvb21pbmZvLmNvbTo0NDMiLCJmZWF0dXJlIjoiVHBjZCIsImV4cGlyeSI6MTczNTM0Mzk5OSwiaXNTdWJkb21haW4iOnRydWUsImlzVGhpcmRQYXJ0eSI6dHJ1ZX0= Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare CF-RAY: content: text/plain: schema: type: string contentMediaType: text/plain example: 8d697b198b81829e-IAD Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip content: application/json: schema: type: array items: $ref: '#/components/schemas/CompanySearchInput' description: '' examples: - - fieldName: marketingDepartmentBudgetMin fieldType: Integer 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). accessGranted: 'true' - fieldName: marketingDepartmentBudgetMax fieldType: Integer 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). accessGranted: 'true' - fieldName: financeDepartmentBudgetMin fieldType: Integer 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). accessGranted: 'true' - fieldName: financeDepartmentBudgetMax fieldType: Integer 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). accessGranted: 'true' - fieldName: itDepartmentBudgetMin fieldType: Integer 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). accessGranted: 'true' - fieldName: itDepartmentBudgetMax fieldType: Integer 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). accessGranted: 'true' - fieldName: hrDepartmentBudgetMin fieldType: Integer 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). accessGranted: 'true' - fieldName: hrDepartmentBudgetMax fieldType: Integer 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). accessGranted: 'true' - fieldName: certified fieldType: Integer description: Denotes if ZoomInfo's research and data team has confirmed activity within the past 12 months. 1 = certified, 0 = not certified. accessGranted: 'true' - fieldName: excludeDefunctCompanies fieldType: Boolean description: Include or exclude defunct companies. The default value is false. accessGranted: 'true' - fieldName: companyTicker fieldType: Array description: Company stock ticker symbol accessGranted: 'true' - fieldName: companyDescription fieldType: String description: Search for companies based on description. Accepts a space-separated list of individual words. accessGranted: 'true' - fieldName: companyType fieldType: String description: 'Company type (private, public, etc.). Accepts a comma delimited string of types listed in the endpoint: /lookup/companytype ' accessGranted: 'true' - fieldName: address fieldType: String description: Company address accessGranted: 'true' - fieldName: street fieldType: String description: Company street accessGranted: 'true' - fieldName: zipCode fieldType: String description: Zip Code of the company's primary address accessGranted: 'true' - fieldName: state fieldType: String description: Company state accessGranted: 'true' - fieldName: country fieldType: String description: Company country accessGranted: 'true' - fieldName: continent fieldType: String description: Company continent accessGranted: 'true' - fieldName: companyId fieldType: String description: ZoomInfo unique identifier for the company. Will accept a comma-separated list. accessGranted: 'true' - fieldName: companyName fieldType: String description: Company name accessGranted: 'true' - fieldName: companyWebsite fieldType: String description: Company domain. Accepts a comma-separated list. accessGranted: 'true' - fieldName: parentId fieldType: String description: ZoomInfo Company ID for parent company accessGranted: 'true' - fieldName: ultimateParentId fieldType: String description: ZoomInfo Company ID for ultimate parent company accessGranted: 'true' - fieldName: zipCodeRadiusMiles fieldType: String description: Used in conjunction with zipCode, designates a geographical radius (in miles) from the zipCode provided. accessGranted: 'true' - fieldName: hashTagString fieldType: String description: Hash tags for a company. Can include a comma-separated list. accessGranted: 'true' - fieldName: techAttributeTagList fieldType: String description: Specify technology product tags accessGranted: 'true' - fieldName: subUnitTypes fieldType: String description: 'Company sub types (e.g., division, subsidiary) from the endpoint: /lookup/subunittypes. Use this in conjunction with parentId or ultimateParentId.' accessGranted: 'true' - fieldName: primaryIndustriesOnly fieldType: Boolean 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. accessGranted: 'true' - fieldName: industryCodes fieldType: String 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. accessGranted: 'true' - fieldName: industryKeywords fieldType: String description: Industry keywords associated with a company. Can include either 'AND' or 'OR' operators. For example, 'software AND security' or 'software OR security'. accessGranted: 'true' - fieldName: sicCodes fieldType: String 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.' accessGranted: 'true' - fieldName: naicsCodes fieldType: String 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.' accessGranted: 'true' - fieldName: revenue fieldType: String 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.' accessGranted: 'true' - fieldName: revenueMin fieldType: Integer 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. accessGranted: 'true' - fieldName: revenueMax fieldType: Integer 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. accessGranted: 'true' - fieldName: employeeRangeMin fieldType: String 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. accessGranted: 'true' - fieldName: employeeRangeMax fieldType: String 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. accessGranted: 'true' - fieldName: employeeCount fieldType: String 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.' accessGranted: 'true' - fieldName: companyRanking fieldType: String description: 'Company ranking (e.g., Fortune 500). Accepts a comma separated list of IDs from the endpoint: /lookup/companyranking.' accessGranted: 'true' - fieldName: metroRegion fieldType: String description: 'Company metro area. Accepts a comma-separated list of U.S. and Canada metro areas from the endpoint: /lookup/metroarea.' accessGranted: 'true' - fieldName: locationSearchType fieldType: String description: Location type (PersonOrHQ, PersonAndHQ, Person, HQ, PersonThenHQ). accessGranted: 'true' - fieldName: fundingAmountMin fieldType: Integer 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. accessGranted: 'true' - fieldName: fundingAmountMax fieldType: Integer 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. accessGranted: 'true' - fieldName: fundingStartDate fieldType: String 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. accessGranted: 'true' - fieldName: fundingEndDate fieldType: String 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. accessGranted: 'true' - fieldName: zoominfoContactsMin fieldType: String description: Minimum number of ZoomInfo contacts associated with company accessGranted: 'true' - fieldName: zoominfoContactsMax fieldType: String description: Maximum number of ZoomInfo contacts associated with company accessGranted: 'true' - fieldName: excludedRegions fieldType: String 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.' accessGranted: 'true' - fieldName: companyStructureIncludedSubUnitTypes fieldType: String description: Company hierarchical structure accessGranted: 'true' - fieldName: oneYearEmployeeGrowthRateMin fieldType: String description: Minimum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMax to set a range. accessGranted: 'true' - fieldName: oneYearEmployeeGrowthRateMax fieldType: String description: Maximum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMin to set a range. accessGranted: 'true' - fieldName: twoYearEmployeeGrowthRateMin fieldType: String description: Minimum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMax to set a range. accessGranted: 'true' - fieldName: twoYearEmployeeGrowthRateMax fieldType: String description: Maximum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMin to set a range. accessGranted: 'true' - fieldName: businessModel fieldType: Array description: Search using Business Model (B2C, B2B, B2G) for a company. Default is All accessGranted: 'true' - fieldName: engagementStartDate fieldType: String description: Engagement start date in YYYY-MM-DD format. accessGranted: 'false' - fieldName: engagementEndDate fieldType: String description: Engagement end date in YYYY-MM-DD format. EngagementStartDate is required. accessGranted: 'false' - fieldName: engagementType fieldType: Array description: List of engagement types to search for. Accepted values are a list of 'email', 'phone', 'online meeting'. accessGranted: 'false' - fieldName: rpp fieldType: Integer description: Limits the results returned to the given number of results per page accessGranted: 'true' - fieldName: page fieldType: Integer description: Provides the results for the given page, used in conjunction with rpp accessGranted: 'true' - fieldName: sortBy fieldType: String description: Sorts results by valid output fields accessGranted: 'true' - fieldName: sortOrder fieldType: String description: Default value is desc. It accepts the following values { asc, ascending, desc, descending accessGranted: 'true' contentMediaType: application/json example: - fieldName: marketingDepartmentBudgetMin fieldType: Integer 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). accessGranted: 'true' - fieldName: marketingDepartmentBudgetMax fieldType: Integer 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). accessGranted: 'true' - fieldName: financeDepartmentBudgetMin fieldType: Integer 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). accessGranted: 'true' - fieldName: financeDepartmentBudgetMax fieldType: Integer 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). accessGranted: 'true' - fieldName: itDepartmentBudgetMin fieldType: Integer 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). accessGranted: 'true' - fieldName: itDepartmentBudgetMax fieldType: Integer 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). accessGranted: 'true' - fieldName: hrDepartmentBudgetMin fieldType: Integer 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). accessGranted: 'true' - fieldName: hrDepartmentBudgetMax fieldType: Integer 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). accessGranted: 'true' - fieldName: certified fieldType: Integer description: Denotes if ZoomInfo's research and data team has confirmed activity within the past 12 months. 1 = certified, 0 = not certified. accessGranted: 'true' - fieldName: excludeDefunctCompanies fieldType: Boolean description: Include or exclude defunct companies. The default value is false. accessGranted: 'true' - fieldName: companyTicker fieldType: Array description: Company stock ticker symbol accessGranted: 'true' - fieldName: companyDescription fieldType: String description: Search for companies based on description. Accepts a space-separated list of individual words. accessGranted: 'true' - fieldName: companyType fieldType: String description: 'Company type (private, public, etc.). Accepts a comma delimited string of types listed in the endpoint: /lookup/companytype ' accessGranted: 'true' - fieldName: address fieldType: String description: Company address accessGranted: 'true' - fieldName: street fieldType: String description: Company street accessGranted: 'true' - fieldName: zipCode fieldType: String description: Zip Code of the company's primary address accessGranted: 'true' - fieldName: state fieldType: String description: Company state accessGranted: 'true' - fieldName: country fieldType: String description: Company country accessGranted: 'true' - fieldName: continent fieldType: String description: Company continent accessGranted: 'true' - fieldName: companyId fieldType: String description: ZoomInfo unique identifier for the company. Will accept a comma-separated list. accessGranted: 'true' - fieldName: companyName fieldType: String description: Company name accessGranted: 'true' - fieldName: companyWebsite fieldType: String description: Company domain. Accepts a comma-separated list. accessGranted: 'true' - fieldName: parentId fieldType: String description: ZoomInfo Company ID for parent company accessGranted: 'true' - fieldName: ultimateParentId fieldType: String description: ZoomInfo Company ID for ultimate parent company accessGranted: 'true' - fieldName: zipCodeRadiusMiles fieldType: String description: Used in conjunction with zipCode, designates a geographical radius (in miles) from the zipCode provided. accessGranted: 'true' - fieldName: hashTagString fieldType: String description: Hash tags for a company. Can include a comma-separated list. accessGranted: 'true' - fieldName: techAttributeTagList fieldType: String description: Specify technology product tags accessGranted: 'true' - fieldName: subUnitTypes fieldType: String description: 'Company sub types (e.g., division, subsidiary) from the endpoint: /lookup/subunittypes. Use this in conjunction with parentId or ultimateParentId.' accessGranted: 'true' - fieldName: primaryIndustriesOnly fieldType: Boolean 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. accessGranted: 'true' - fieldName: industryCodes fieldType: String 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. accessGranted: 'true' - fieldName: industryKeywords fieldType: String description: Industry keywords associated with a company. Can include either 'AND' or 'OR' operators. For example, 'software AND security' or 'software OR security'. accessGranted: 'true' - fieldName: sicCodes fieldType: String 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.' accessGranted: 'true' - fieldName: naicsCodes fieldType: String 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.' accessGranted: 'true' - fieldName: revenue fieldType: String 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.' accessGranted: 'true' - fieldName: revenueMin fieldType: Integer 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. accessGranted: 'true' - fieldName: revenueMax fieldType: Integer 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. accessGranted: 'true' - fieldName: employeeRangeMin fieldType: String 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. accessGranted: 'true' - fieldName: employeeRangeMax fieldType: String 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. accessGranted: 'true' - fieldName: employeeCount fieldType: String 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.' accessGranted: 'true' - fieldName: companyRanking fieldType: String description: 'Company ranking (e.g., Fortune 500). Accepts a comma separated list of IDs from the endpoint: /lookup/companyranking.' accessGranted: 'true' - fieldName: metroRegion fieldType: String description: 'Company metro area. Accepts a comma-separated list of U.S. and Canada metro areas from the endpoint: /lookup/metroarea.' accessGranted: 'true' - fieldName: locationSearchType fieldType: String description: Location type (PersonOrHQ, PersonAndHQ, Person, HQ, PersonThenHQ). accessGranted: 'true' - fieldName: fundingAmountMin fieldType: Integer 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. accessGranted: 'true' - fieldName: fundingAmountMax fieldType: Integer 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. accessGranted: 'true' - fieldName: fundingStartDate fieldType: String 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. accessGranted: 'true' - fieldName: fundingEndDate fieldType: String 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. accessGranted: 'true' - fieldName: zoominfoContactsMin fieldType: String description: Minimum number of ZoomInfo contacts associated with company accessGranted: 'true' - fieldName: zoominfoContactsMax fieldType: String description: Maximum number of ZoomInfo contacts associated with company accessGranted: 'true' - fieldName: excludedRegions fieldType: String 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.' accessGranted: 'true' - fieldName: companyStructureIncludedSubUnitTypes fieldType: String description: Company hierarchical structure accessGranted: 'true' - fieldName: oneYearEmployeeGrowthRateMin fieldType: String description: Minimum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMax to set a range. accessGranted: 'true' - fieldName: oneYearEmployeeGrowthRateMax fieldType: String description: Maximum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMin to set a range. accessGranted: 'true' - fieldName: twoYearEmployeeGrowthRateMin fieldType: String description: Minimum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMax to set a range. accessGranted: 'true' - fieldName: twoYearEmployeeGrowthRateMax fieldType: String description: Maximum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMin to set a range. accessGranted: 'true' - fieldName: businessModel fieldType: Array description: Search using Business Model (B2C, B2B, B2G) for a company. Default is All accessGranted: 'true' - fieldName: engagementStartDate fieldType: String description: Engagement start date in YYYY-MM-DD format. accessGranted: 'false' - fieldName: engagementEndDate fieldType: String description: Engagement end date in YYYY-MM-DD format. EngagementStartDate is required. accessGranted: 'false' - fieldName: engagementType fieldType: Array description: List of engagement types to search for. Accepted values are a list of 'email', 'phone', 'online meeting'. accessGranted: 'false' - fieldName: rpp fieldType: Integer description: Limits the results returned to the given number of results per page accessGranted: 'true' - fieldName: page fieldType: Integer description: Provides the results for the given page, used in conjunction with rpp accessGranted: 'true' - fieldName: sortBy fieldType: String description: Sorts results by valid output fields accessGranted: 'true' - fieldName: sortOrder fieldType: String description: Default value is desc. It accepts the following values { asc, ascending, desc, descending accessGranted: 'true' deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/outputfields/company/search: get: tags: - Company Search summary: Zoominfo Company Search Outputs description: Returns a list of fields included in the response for the [Company Search](#4506f0ad-9147-4016-991f-ce8ef6700f07) endpoint. operationId: CompanySearchOutputs parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Thu, 09 Jan 2020 16:09:41 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 5527ad24592fec00-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=af5238d7a94bbdd30f465c7f9423ddbd725fa51d57fb1050a15a327e20723331:b8e02441-32e8-11ea-889e-0de3b44831ba; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" x-application-context: content: text/plain: schema: type: string contentMediaType: text/plain example: application:production:8080 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '750' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '742' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1578586193' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: type: array items: $ref: '#/components/schemas/GetCompanySearchOutputField' description: '' examples: - - fieldName: companyId description: company id - fieldName: companyName description: company name contentMediaType: application/json;charset=utf-8 example: - fieldName: companyId description: company id - fieldName: companyName description: company name deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /search/scoop: post: tags: - Scoop Search summary: Zoominfo Scoop Search description: "Returns a list of Scoops from ZoomInfo's data which meet the specified search criteria.\n\n- 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 [Lookup](#28358f09-9863-42af-a93c-6710a8cacf9d) endpoints.\n- 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\n \n\n**Input params**\n\n| Parameter | DataType | Description |\n| --- | --- | --- |\n| rpp | Integer | Limits the results returned to the given number of results per page. Default is 25. |\n| page | Integer | Provides the results for the given page, used in conjunction with `rpp` |\n| sortOrder | String | Provide `sortBy` if specifying `sortOrder`. Valid values are `asc`, `ascending`, `desc`, and `descending`. By default, results are sorted in descending order. |\n| sortBy | String | Sort results by valid output fields: `scoopId`, `originalPublishedDate`, `description`, `url`, `urlText` |\n| companyId | String | ZoomInfo unique identifier for the company. Will accept a comma-separated list. |\n| companyName | String | Company name |\n| companyWebsite | String | URL to the company website in [http://www.example.com](http://www.example.com) format |\n| companyDescription | String | Text description unique to the company you want to use as search criteria |\n| parentId | String | ZoomInfo Company ID for parent company |\n| ultimateParentId | String | ZoomInfo Company ID for ultimate parent company |\n| companyType | String | Company type (private, public, and so on). See the **Company Type** lookup endpoint for values. |\n| address | String | Company address |\n| street | String | Company street |\n| state | String | 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 **State** lookup endpoint. |\n| zipCode | String | Zip Code of the company's primary address |\n| country | String | Country for the company's primary address. You can use free text or see the **Country** lookup endpoint for values. |\n| continent | String | Continent for the company's primary address. See the **Continent** lookup endpoint for values. |\n| zipCodeRadiusMiles | String | Company Zip code radius |\n| hashTagString | String | Hash tags for the company. Can include a comma-separated list. Default AND operation with multiple inputs. |\n| techAttributeTagList | String | Specify technology product tags |\n| subUnitTypes | String | Company sub types (e.g., division, subsidiary and so on). See the **Sub Unit Type** lookup endpoint for values. |\n| primaryIndustriesOnly | Boolean | 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| industryCodes | String | 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 **Industry Codes** lookup endpoint for values. |\n| industryKeywords | String | Industry keywords associated with a company. Can include a comma-separated list. |\n| sicCodes | String | The Standard Industrial Classification is a system for classifying industries by a four-digit code. See the **SIC Codes** lookup endpoint for values. |\n| naicsCodes | String | 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 **NAICS Codes** lookup endpoint for values. |\n| revenueMin | Integer | 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| revenueMax | Integer | 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| revenue | String | Annual revenue range in U.S. dollars. Accepts a comma-separated list of values. See the **Revenue Range** lookup endpoint for values. Alternatively, to get more granular ranges, you can use the `revenueMin` and `revenueMax` parameters. |\n| employeeRangeMin | String | 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| employeeRangeMax | String | 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| employeeCount | String | Employee count range. Accepts a comma-separated list of values. See the **Employee Count** lookup endpoint for values. Alternatively, to get more granular ranges, you can use the `employeeRangeMin` and `employeeRangeMax` parameters. |\n| companyRanking | String | Company ranking list (e.g., Fortune 500 and so on). See the **Company Ranking** lookup endpoint for values. |\n| metroRegion | String | Company metro area. Accepts a comma-separated list of U.S. and Canada metro areas. See the **Metro Area** lookup endpoint for values. |\n| locationSearchType | String | Location criteria for search. Values are `PersonOrHQ`, `PersonAndHQ`, `Person`, `HQ`, `PersonThenHQ`. |\n| fundingAmountMin | Integer | 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| fundingAmountMax | Integer | 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| fundingStartDate | String | 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| fundingEndDate | String | 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| excludedRegions | String | Exclude a company metro area. Accepts a comma-separated list of U.S. and Canada metro areas. See the **Metro Area** lookup endpoint for values. |\n| zoominfoContactsMin | String | Minimum number of ZoomInfo contacts associated with company |\n| zoominfoContactsMax | String | Maximum number of ZoomInfo contacts associated with company |\n| companyStructureIncludedSubUnitTypes | String | |\n| publishedStartDate | String | 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| publishedEndDate | String | Ending date to search for scoops based on when published. Form a range using `publishedEndDate`. Uses YYYY-MM-DD format. |\n| updatedSinceCreation | Boolean | Include scoops that have been updated since `publishedStartDate` |\n| scoopType | String | Retrieve scoops based on type (e.g., earnings, awards, partnerships and so on). See the **Scoop Types** lookup endpoint for values. |\n| scoopTopic | String | Retrieve scoops based on topic (e.g., integrations, technology, compliance and so on). See the **Scoop Topics** lookup endpoint for values. |\n| department | String | Retrieve scoops based on department (IT, finance, HR and so on). See the **Scoop Departments** lookup endpoint for values. |\n| scoopId | String | ZoomInfo unique identifier for a scoop. Will accept a comma-separated list. |\n| description | String | Search for scoops based on description. Will accept a comma-separated list of keywords. |\n\n**Response data**\n\n| Field | Description |\n| --- | --- |\n| id | ZoomInfo unique identifier for a scoop |\n| publishedDate | Publish date for a scoop. If updated, this date will reflect that last updated date. |\n| originalPublishedDate | Initial publish date for a scoop |\n| linkText | Link text for a scoop |\n| link | URL for the scoop |\n| description | Short description for the scoop contents |\n| topics | Topic(s) associated with a scoop |\n| updateText | Text related to an updated scoop |\n| types | Type(s) associated with a scoop |\n| companyId | ZoomInfo unique identifier for a company |\n| companyName | Company name |\n| contacts | Contacts associated with a scoop |" operationId: ScoopSearch parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/ScoopSearchRequest' - examples: - companyName: Zoominfo publishedStartDate: '2018-11-01T00:00:00.000Z' publishedEndDate: '2020-06-21T00:00:00.000Z' scoopType: '6' updatedSinceCreation: false description: SaaS contentMediaType: application/json example: companyName: Zoominfo publishedStartDate: '2018-11-01T00:00:00.000Z' publishedEndDate: '2020-06-21T00:00:00.000Z' scoopType: '6' updatedSinceCreation: false description: SaaS required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 22 Jun 2020 19:52:48 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 5a7882fa6840efe9-EWR Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=3bd72b5a25bfc03a0fa7e3fbae02033c37ca3cc0dcd4fa8ed0531b49f25ba90d:8511cd30-b493-11ea-bfeb-534f7eaad4f4; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 037f30307d0000efe96e9c0200000001 Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" x-application-context: content: text/plain: schema: type: string contentMediaType: text/plain example: application:production:8080 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1592855627' X-Usage-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999987604' X-Usage-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999962398' X-Usage-Unique-Id-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Unique-Id-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9999731' X-Usage-Websights-Api-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Websights-Api-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9999781' X-Usage-Websights-Api-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '100000000' X-Usage-Websights-Api-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '99999781' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: allOf: - $ref: '#/components/schemas/ScoopSearch' - examples: - maxResults: 4 totalResults: 4 currentPage: 1 data: - id: 1382057 publishedDate: 2/22/2019 12:00 AM originalPublishedDate: 2/22/2019 12:00 AM linkText: '' link: '' description: 'Datanyze has recently been ranked #986 on the 2019 SaaS 1000 Top SaaS Companies list.' topics: [] updateText: '' types: - id: 6 type: Award contacts: [] company: id: 344589814 name: ZoomInfo - id: 1382056 publishedDate: 2/15/2019 12:00 AM originalPublishedDate: 2/15/2019 12:00 AM linkText: '' link: '' description: 'has recently been ranked #139 on the 2019 SaaS 1000 Top SaaS Companies list.' topics: [] updateText: '' types: - id: 6 type: Award contacts: [] company: id: 344589814 name: ZoomInfo - id: 1373240 publishedDate: 2/11/2019 12:00 AM originalPublishedDate: 2/11/2019 12:00 AM linkText: '' link: '' description: has been recognized as a 2019 Top Rated Sales Intelligence Software by TrustRadius. topics: [] updateText: '' types: - id: 6 type: Award contacts: [] company: id: 344589814 name: ZoomInfo - id: 1258709 publishedDate: 12/4/2018 12:00 AM originalPublishedDate: 12/4/2018 12:00 AM linkText: '' link: '' 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. topics: [] updateText: '' types: - id: 6 type: Award contacts: [] company: id: 344589814 name: ZoomInfo contentMediaType: application/json;charset=utf-8 example: maxResults: 4 totalResults: 4 currentPage: 1 data: - id: 1382057 publishedDate: 2/22/2019 12:00 AM originalPublishedDate: 2/22/2019 12:00 AM linkText: '' link: '' description: 'Datanyze has recently been ranked #986 on the 2019 SaaS 1000 Top SaaS Companies list.' topics: [] updateText: '' types: - id: 6 type: Award contacts: [] company: id: 344589814 name: ZoomInfo - id: 1382056 publishedDate: 2/15/2019 12:00 AM originalPublishedDate: 2/15/2019 12:00 AM linkText: '' link: '' description: 'has recently been ranked #139 on the 2019 SaaS 1000 Top SaaS Companies list.' topics: [] updateText: '' types: - id: 6 type: Award contacts: [] company: id: 344589814 name: ZoomInfo - id: 1373240 publishedDate: 2/11/2019 12:00 AM originalPublishedDate: 2/11/2019 12:00 AM linkText: '' link: '' description: has been recognized as a 2019 Top Rated Sales Intelligence Software by TrustRadius. topics: [] updateText: '' types: - id: 6 type: Award contacts: [] company: id: 344589814 name: ZoomInfo - id: 1258709 publishedDate: 12/4/2018 12:00 AM originalPublishedDate: 12/4/2018 12:00 AM linkText: '' link: '' 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. topics: [] updateText: '' types: - id: 6 type: Award contacts: [] company: id: 344589814 name: ZoomInfo deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/inputfields/scoop/search: get: tags: - Scoop Search summary: Zoominfo Scoop Search Inputs description: Returns a list of fields you can use as input for the [Scoop Search](#3099d72f-6857-4432-89c2-736410680e60) endpoint. operationId: ScoopSearchInputs parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 26 Aug 2020 13:25:13 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 5c8de0a80935ff84-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=70071f10bb597f681bf32e5484a1bffce58189aa85981cea9fb1578c401445bb:2f79d591-e713-11ea-b61e-d347a7de7ad3; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 04cc8abd070000ff849b298200000001 Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1598448374' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: type: array items: $ref: '#/components/schemas/ScoopSearchInput' description: '' examples: - - fieldName: publishedStartDate fieldType: String 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. - fieldName: publishedEndDate fieldType: String description: Ending date to search for scoops based on when published. Form a range using publishedEndDate. Uses YYYY-MM-DD format. - fieldName: updatedSinceCreation fieldType: Boolean description: Include scoops that have been updated since publishedStartDate - fieldName: scoopType fieldType: String description: Retrieve scoops based on type (e.g., earnings, awards, partnerships and so on) - fieldName: scoopTopic fieldType: String description: Retrieve scoops based on topic (e.g., integrations, technology, compliance and so on) - fieldName: department fieldType: String description: Retrieve scoops based on department (IT, finance, HR and so on) - fieldName: scoopId fieldType: String description: ZoomInfo unique identifier for a scoop. Will accept a comma-separated list. - fieldName: description fieldType: String description: Search for scoops based on description - fieldName: companyId fieldType: String description: ZoomInfo unique identifier for the company. Will accept a comma-separated list. - fieldName: companyName fieldType: String description: Company name - fieldName: companyWebsite fieldType: String description: Company domain - fieldName: parentId fieldType: String description: ZoomInfo Company ID for parent company - fieldName: ultimateParentId fieldType: String description: ZoomInfo Company ID for ultimate parent company - fieldName: companyDescription fieldType: String description: Text description unique to the company you want to use as search criteria - fieldName: companyType fieldType: String description: Company type (private, public, and so on) - fieldName: address fieldType: String description: Company address - fieldName: street fieldType: String description: Company street - fieldName: state fieldType: String description: Company state - fieldName: zipCode fieldType: String description: Zip Code of the company's primary address - fieldName: country fieldType: String description: Company country - fieldName: continent fieldType: String description: Company continent - fieldName: zipCodeRadiusMiles fieldType: String description: Used in conjunction with zipCode, designates a geographical radius (in miles) from the zipCode provided. - fieldName: hashTagString fieldType: String description: Hash tags for a company. Can include a comma-separated list. - fieldName: techAttributeTagList fieldType: String description: Specify technology product tags - fieldName: subUnitTypes fieldType: String description: Company sub types (e.g., division, subsidiary and so on). - fieldName: primaryIndustriesOnly fieldType: Boolean 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. - fieldName: industryCodes fieldType: String 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. - fieldName: industryKeywords fieldType: String description: Industry keywords associated with a company. Can include a comma-separated list. - fieldName: sicCodes fieldType: String description: Four-digit numerical codes assigned by the U.S. government to business establishments to identify the primary business of the establishment. - fieldName: naicsCodes fieldType: String description: 'Four-digit numerical codes assigned by the U.S. government to business establishments to identify the primary business of the establishment. ' - fieldName: revenueMin fieldType: Integer 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. - fieldName: revenueMax fieldType: Integer 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. - fieldName: revenue fieldType: String 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. - fieldName: employeeRangeMin fieldType: String 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. - fieldName: employeeRangeMax fieldType: String 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. - fieldName: employeeCount fieldType: String 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. - fieldName: companyRanking fieldType: String description: Company ranking list (e.g., Fortune 500 and so on) - fieldName: metroRegion fieldType: String description: Company metro area. Accepts a comma-separated list of U.S. and Canada metro areas. - fieldName: locationSearchType fieldType: String description: Location type (Person, Company, PersonThenHQ). Accepts a comma-separated list of values. - fieldName: fundingAmountMin fieldType: Integer 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. - fieldName: fundingAmountMax fieldType: Integer 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. - fieldName: fundingStartDate fieldType: String 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. - fieldName: fundingEndDate fieldType: String 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. - fieldName: excludedRegions fieldType: String description: Exclude a company metro area. Accepts a comma-separated list of U.S. and Canada metro areas. - fieldName: zoominfoContactsMin fieldType: String description: Minimum number of ZoomInfo contacts associated with company - fieldName: zoominfoContactsMax fieldType: String description: Maximum number of ZoomInfo contacts associated with company - fieldName: companyStructureIncludedSubUnitTypes fieldType: String description: Company hierarchical structure - fieldName: oneYearEmployeeGrowthRateMin fieldType: String description: Minimum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMax to set a range. - fieldName: oneYearEmployeeGrowthRateMax fieldType: String description: Maximum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMin to set a range. - fieldName: twoYearEmployeeGrowthRateMin fieldType: String description: Minimum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMax to set a range. - fieldName: twoYearEmployeeGrowthRateMax fieldType: String description: Maximum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMin to set a range. - fieldName: certified fieldType: Integer description: Denotes if ZoomInfo's research and data team has confirmed activity within the past 12 months - fieldName: excludeDefunctCompanies fieldType: Boolean description: Include or exclude defunct companies. The default value is false. - fieldName: personId fieldType: String description: Unique ZoomInfo identifier for the contact. Can include a comma-separated list. - fieldName: emailAddress fieldType: String description: Work email address for the contact in example@example.com format - fieldName: hashedEmail fieldType: String 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.' - fieldName: fullName fieldType: String description: Contact full name - fieldName: firstName fieldType: String description: Contact first name - fieldName: middleInitial fieldType: String description: Contact middle initial - fieldName: lastName fieldType: String description: Contact last name - fieldName: jobTitle fieldType: String description: Contact title at current place of employment. Use OR to input multiple job titles. - fieldName: excludeJobTitle fieldType: String description: Exclude comma-separated list of job titles - fieldName: managementLevel fieldType: String description: Contact management level at current place of employment - fieldName: excludeManagementLevel fieldType: String description: Exclude comma separated list of management levels - fieldName: boardMember fieldType: String description: Exclude or include board members from search results - fieldName: excludePartialProfiles fieldType: Boolean 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. - fieldName: executivesOnly fieldType: Boolean description: Return only executives - fieldName: requiredFields fieldType: String 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. - fieldName: contactAccuracyScoreMin fieldType: String 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. - fieldName: contactAccuracyScoreMax fieldType: String 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. - fieldName: jobFunction fieldType: String description: Contact job function at their current place of employment - fieldName: lastUpdatedInMonths fieldType: Integer description: Number of months within which the contact's profile was last updated - fieldName: hasBeenNotified fieldType: String description: Contacts who have been notified of inclusion in ZoomInfo's database. Values are exclude, include, and only - fieldName: companyPastOrPresent fieldType: String description: Returns companies based on a contact's work history. Values are present (default), past, and pastAndPresent - fieldName: school fieldType: String description: Searches by contact's education - fieldName: degree fieldType: String description: Searches by contact's education - fieldName: locationCompanyId fieldType: ArrayList description: Searches by contact's locationIds - fieldName: rpp fieldType: Integer description: Limits the results returned to the given number of results per page - fieldName: page fieldType: Integer description: Provides the results for the given page, used in conjunction with rpp - fieldName: sortBy fieldType: String description: Sorts results by valid output fields - fieldName: sortOrder fieldType: String description: Default value is desc. It accepts the following values { Asc, Ascending, desc, descending } contentMediaType: application/json;charset=utf-8 example: - fieldName: publishedStartDate fieldType: String 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. - fieldName: publishedEndDate fieldType: String description: Ending date to search for scoops based on when published. Form a range using publishedEndDate. Uses YYYY-MM-DD format. - fieldName: updatedSinceCreation fieldType: Boolean description: Include scoops that have been updated since publishedStartDate - fieldName: scoopType fieldType: String description: Retrieve scoops based on type (e.g., earnings, awards, partnerships and so on) - fieldName: scoopTopic fieldType: String description: Retrieve scoops based on topic (e.g., integrations, technology, compliance and so on) - fieldName: department fieldType: String description: Retrieve scoops based on department (IT, finance, HR and so on) - fieldName: scoopId fieldType: String description: ZoomInfo unique identifier for a scoop. Will accept a comma-separated list. - fieldName: description fieldType: String description: Search for scoops based on description - fieldName: companyId fieldType: String description: ZoomInfo unique identifier for the company. Will accept a comma-separated list. - fieldName: companyName fieldType: String description: Company name - fieldName: companyWebsite fieldType: String description: Company domain - fieldName: parentId fieldType: String description: ZoomInfo Company ID for parent company - fieldName: ultimateParentId fieldType: String description: ZoomInfo Company ID for ultimate parent company - fieldName: companyDescription fieldType: String description: Text description unique to the company you want to use as search criteria - fieldName: companyType fieldType: String description: Company type (private, public, and so on) - fieldName: address fieldType: String description: Company address - fieldName: street fieldType: String description: Company street - fieldName: state fieldType: String description: Company state - fieldName: zipCode fieldType: String description: Zip Code of the company's primary address - fieldName: country fieldType: String description: Company country - fieldName: continent fieldType: String description: Company continent - fieldName: zipCodeRadiusMiles fieldType: String description: Used in conjunction with zipCode, designates a geographical radius (in miles) from the zipCode provided. - fieldName: hashTagString fieldType: String description: Hash tags for a company. Can include a comma-separated list. - fieldName: techAttributeTagList fieldType: String description: Specify technology product tags - fieldName: subUnitTypes fieldType: String description: Company sub types (e.g., division, subsidiary and so on). - fieldName: primaryIndustriesOnly fieldType: Boolean 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. - fieldName: industryCodes fieldType: String 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. - fieldName: industryKeywords fieldType: String description: Industry keywords associated with a company. Can include a comma-separated list. - fieldName: sicCodes fieldType: String description: Four-digit numerical codes assigned by the U.S. government to business establishments to identify the primary business of the establishment. - fieldName: naicsCodes fieldType: String description: 'Four-digit numerical codes assigned by the U.S. government to business establishments to identify the primary business of the establishment. ' - fieldName: revenueMin fieldType: Integer 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. - fieldName: revenueMax fieldType: Integer 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. - fieldName: revenue fieldType: String 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. - fieldName: employeeRangeMin fieldType: String 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. - fieldName: employeeRangeMax fieldType: String 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. - fieldName: employeeCount fieldType: String 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. - fieldName: companyRanking fieldType: String description: Company ranking list (e.g., Fortune 500 and so on) - fieldName: metroRegion fieldType: String description: Company metro area. Accepts a comma-separated list of U.S. and Canada metro areas. - fieldName: locationSearchType fieldType: String description: Location type (Person, Company, PersonThenHQ). Accepts a comma-separated list of values. - fieldName: fundingAmountMin fieldType: Integer 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. - fieldName: fundingAmountMax fieldType: Integer 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. - fieldName: fundingStartDate fieldType: String 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. - fieldName: fundingEndDate fieldType: String 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. - fieldName: excludedRegions fieldType: String description: Exclude a company metro area. Accepts a comma-separated list of U.S. and Canada metro areas. - fieldName: zoominfoContactsMin fieldType: String description: Minimum number of ZoomInfo contacts associated with company - fieldName: zoominfoContactsMax fieldType: String description: Maximum number of ZoomInfo contacts associated with company - fieldName: companyStructureIncludedSubUnitTypes fieldType: String description: Company hierarchical structure - fieldName: oneYearEmployeeGrowthRateMin fieldType: String description: Minimum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMax to set a range. - fieldName: oneYearEmployeeGrowthRateMax fieldType: String description: Maximum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMin to set a range. - fieldName: twoYearEmployeeGrowthRateMin fieldType: String description: Minimum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMax to set a range. - fieldName: twoYearEmployeeGrowthRateMax fieldType: String description: Maximum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMin to set a range. - fieldName: certified fieldType: Integer description: Denotes if ZoomInfo's research and data team has confirmed activity within the past 12 months - fieldName: excludeDefunctCompanies fieldType: Boolean description: Include or exclude defunct companies. The default value is false. - fieldName: personId fieldType: String description: Unique ZoomInfo identifier for the contact. Can include a comma-separated list. - fieldName: emailAddress fieldType: String description: Work email address for the contact in example@example.com format - fieldName: hashedEmail fieldType: String 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.' - fieldName: fullName fieldType: String description: Contact full name - fieldName: firstName fieldType: String description: Contact first name - fieldName: middleInitial fieldType: String description: Contact middle initial - fieldName: lastName fieldType: String description: Contact last name - fieldName: jobTitle fieldType: String description: Contact title at current place of employment. Use OR to input multiple job titles. - fieldName: excludeJobTitle fieldType: String description: Exclude comma-separated list of job titles - fieldName: managementLevel fieldType: String description: Contact management level at current place of employment - fieldName: excludeManagementLevel fieldType: String description: Exclude comma separated list of management levels - fieldName: boardMember fieldType: String description: Exclude or include board members from search results - fieldName: excludePartialProfiles fieldType: Boolean 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. - fieldName: executivesOnly fieldType: Boolean description: Return only executives - fieldName: requiredFields fieldType: String 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. - fieldName: contactAccuracyScoreMin fieldType: String 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. - fieldName: contactAccuracyScoreMax fieldType: String 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. - fieldName: jobFunction fieldType: String description: Contact job function at their current place of employment - fieldName: lastUpdatedInMonths fieldType: Integer description: Number of months within which the contact's profile was last updated - fieldName: hasBeenNotified fieldType: String description: Contacts who have been notified of inclusion in ZoomInfo's database. Values are exclude, include, and only - fieldName: companyPastOrPresent fieldType: String description: Returns companies based on a contact's work history. Values are present (default), past, and pastAndPresent - fieldName: school fieldType: String description: Searches by contact's education - fieldName: degree fieldType: String description: Searches by contact's education - fieldName: locationCompanyId fieldType: ArrayList description: Searches by contact's locationIds - fieldName: rpp fieldType: Integer description: Limits the results returned to the given number of results per page - fieldName: page fieldType: Integer description: Provides the results for the given page, used in conjunction with rpp - fieldName: sortBy fieldType: String description: Sorts results by valid output fields - fieldName: sortOrder fieldType: String description: Default value is desc. It accepts the following values { Asc, Ascending, desc, descending } deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/outputfields/scoop/search: get: tags: - Scoop Search summary: Zoominfo Scoop Search Outputs description: Returns a list of fields included in the response for the [Scoop Search](#3099d72f-6857-4432-89c2-736410680e60) endpoint. operationId: ScoopSearchOutputs parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 22 Jun 2020 19:54:06 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 5a7884eb0f01efe9-EWR Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=3bd72b5a25bfc03a0fa7e3fbae02033c37ca3cc0dcd4fa8ed0531b49f25ba90d:8511cd30-b493-11ea-bfeb-534f7eaad4f4; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 037f3166e50000efe96ea47200000001 Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" x-application-context: content: text/plain: schema: type: string contentMediaType: text/plain example: application:production:8080 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1592855707' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: type: array items: $ref: '#/components/schemas/ScoopSearchOutput' description: '' examples: - - fieldName: id description: ZoomInfo unique identifier for a scoop - fieldName: publishedDate description: Publish date for a scoop. If updated, this date will reflect that last updated date. - fieldName: originalPublishedDate description: Initial publish date for a scoop - fieldName: linkText description: Link text for a scoop - fieldName: link description: URL for the scoop - fieldName: description description: Short description for the scoop contents - fieldName: topics description: Topic(s) associated with a scoop - fieldName: updateText description: Text related to an updated scoop - fieldName: types description: Type(s) associated with a scoop - fieldName: companyId description: ZoomInfo unique identifier for a company - fieldName: companyName description: Company name - fieldName: contacts description: Contacts associated with a scoop contentMediaType: application/json;charset=utf-8 example: - fieldName: id description: ZoomInfo unique identifier for a scoop - fieldName: publishedDate description: Publish date for a scoop. If updated, this date will reflect that last updated date. - fieldName: originalPublishedDate description: Initial publish date for a scoop - fieldName: linkText description: Link text for a scoop - fieldName: link description: URL for the scoop - fieldName: description description: Short description for the scoop contents - fieldName: topics description: Topic(s) associated with a scoop - fieldName: updateText description: Text related to an updated scoop - fieldName: types description: Type(s) associated with a scoop - fieldName: companyId description: ZoomInfo unique identifier for a company - fieldName: companyName description: Company name - fieldName: contacts description: Contacts associated with a scoop deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /search/news: post: tags: - News Search summary: Zoominfo News Search description: '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. **Input params** | Parameter | DataType | Description | | --- | --- | --- | | rpp | Integer | Limits the results returned to the given number of results per page. The default is 25 and the maximum `rpp` supported is 100. | | page | Integer | Provides the results for the given page, used in conjunction with `rpp`. The maximum page number supported is 1000. | | categories | ArrayList | Category of news articles. Accepts an array of strings. See the **News Categories** lookup endpoint for values. | | url | ArrayList | Search news by text contained in URL strings. You must specify a minimum of 5 characters per input. | | pageDateMin | String | 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. | | pageDateMax | String | 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. | **Response data** | Field | Description | | --- | --- | | companyId | ZoomInfo unique identifier for a company | | companyName | Company name | | domain | News article domain | | title | News article title | | url | News article URL | | imageUrl | News article image URL | | pageDate | News article publish date | | categories | News article categories |' operationId: NewsSearch parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/NewsSearchRequest' - examples: - categories: - FINANCIAL_RESULTS - FUNDING - GENERAL_NEWS - GENERAL_PRESS_RELEASE - MERGER_OR_ACQUISTION - PERSON - PRODUCT url: - property - financial - result pageDateMin: '2019-12-01T00:00:00.000Z' pageDateMax: '2020-05-31T00:00:00.000Z' page: 1 rpp: 20 contentMediaType: application/json example: categories: - FINANCIAL_RESULTS - FUNDING - GENERAL_NEWS - GENERAL_PRESS_RELEASE - MERGER_OR_ACQUISTION - PERSON - PRODUCT url: - property - financial - result pageDateMin: '2019-12-01T00:00:00.000Z' pageDateMax: '2020-05-31T00:00:00.000Z' page: 1 rpp: 20 required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 01 Jun 2020 18:21:19 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 59caf41f7836ebec-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=fc71d9403472d42effc02aad37ef6fac8edd5780bbd14e367dd0386bd4c1d94e:1de7e3b1-a10b-11ea-aacb-83f9cb252b93; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 0312b6e7a70000ebecff124200000001 Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" x-application-context: content: text/plain: schema: type: string contentMediaType: text/plain example: application:production:8080 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1498' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1591035720' X-Usage-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999995577' X-Usage-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999964945' X-Usage-Unique-Id-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Unique-Id-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9999952' X-Usage-Websights-Api-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Websights-Api-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9999890' X-Usage-Websights-Api-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '100000000' X-Usage-Websights-Api-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '99999890' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: allOf: - $ref: '#/components/schemas/NewsSearchusingpartialinputs' - examples: - currentPage: 1 maxResults: 30 data: - domain: newstral.com title: St. Luke's Hospital appoints interim president url: https://newstral.com/en/article/en/1152923450/st-luke-s-hospital-appoints-interim-president imageUrl: http://newstral.com/source-images/29300_original_1529243370.jpg pageDate: '2020-05-28T04:26:13.000Z' categories: - PERSON company: - id: 31380745 name: The Toledo Blade - domain: www.globenewswire.com 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 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 imageUrl: http://www.globenewswire.com/Attachment/LogoDisplay/853201?filename=853201.jpg&size=1 pageDate: '2020-05-28T04:18:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 231751931 name: Reportlinker.com - domain: www.prnewswire.com title: NuVasive, Inc. Announces Pricing Of Offering Of $400 Million Of 1.00% Convertible Senior Notes Due 2023 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 imageUrl: https://mma.prnewswire.com/media/454552/NuVasive_Logo.jpg?p=twitter pageDate: '2020-05-28T04:18:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 28311725 name: NuVasive - domain: www.reuters.com title: Democrats urge probe of allegations regarding TikTok and children's privacy url: https://www.reuters.com/article/us-tiktok-privacy-children-democrats/democrats-urge-probe-of-allegations-regarding-tiktok-and-childrens-privacy-idUSKBN2340EF imageUrl: https://s4.reutersmedia.net/resources/r/?m=02&d=20200528&t=2&i=1520141938&w=1200&r=LYNXMPEG4R07W pageDate: '2020-05-28T04:08:13.000Z' categories: - GENERAL_NEWS company: - id: 15302878 name: Federal Trade Commission - domain: www.ft.com title: Businesses get creative to battle Covid-19 drop-off url: https://www.ft.com/content/bf84eca8-80a0-11ea-b0fb-13524ae1056b 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 pageDate: '2020-05-28T04:01:05.000Z' categories: - GENERAL_NEWS company: - id: 348072053 name: Caws Cenarth - domain: www.globenewswire.com title: Driver death rates remain high among small cars url: http://www.globenewswire.com/news-release/2020/05/28/2039878/0/en/Driver-death-rates-remain-high-among-small-cars.html 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 pageDate: '2020-05-28T04:01:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 25871680 name: Insurance Institute for Highway Safety - domain: www.prnewswire.com title: Vacant Zombie Property Rate In U.S. Holds Steady Amid Foreclosure Moratorium url: https://www.prnewswire.com:443/news-releases/vacant-zombie-property-rate-in-us-holds-steady-amid-foreclosure-moratorium-301066595.html imageUrl: https://mma.prnewswire.com/media/473646/ATTOM_LOGO.jpg?p=twitter pageDate: '2020-05-28T04:01:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 392680169 name: ATTOM Data Solutions - domain: www.ft.com title: Restaurants and hotels clean up with toilet paper sales url: https://www.ft.com/content/72650300-80b8-11ea-b0fb-13524ae1056b 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 pageDate: '2020-05-28T04:00:57.000Z' categories: - GENERAL_NEWS company: - id: 169919019 name: Old Ebbitt Grill - domain: www.prweb.com title: Author Theresa Seiferts new book Sandy Rose is a compelling work of dramatic fiction laying bare the profound impact of preconscious trauma in childhood 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 imageUrl: http://ww1.prweb.com/prfiles/2020/05/22/17144332/gI_110624_NewsImage_vcsPRAsset_2212767_110624_37f0f333-0598-4ad9-adb1-b912c81b601c_0.png pageDate: '2020-05-28T04:00:00.000Z' categories: - GENERAL_NEWS company: - id: 357320725 name: Page Publishing - domain: www.prweb.com title: 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. 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 imageUrl: http://ww1.prweb.com/prfiles/2020/05/15/17127827/gI_110456_NewsImage_vcsPRAsset_2212767_110456_a58baa95-80ae-4dbd-8c66-b6b4b1a95bc1_0.png pageDate: '2020-05-28T04:00:00.000Z' categories: - GENERAL_NEWS company: - id: 357320725 name: Page Publishing - domain: www.prweb.com title: Author W.A. Brunsons new book Between the Amens is a compilation of essays touching upon a myriad of subjects impacting modern society. 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 imageUrl: http://ww1.prweb.com/prfiles/2020/05/26/17148242/gI_110656_NewsImage_vcsPRAsset_2212767_110656_30cf818b-a1ca-4a50-8d68-b57718bf1b77_0.png pageDate: '2020-05-28T04:00:00.000Z' categories: - GENERAL_NEWS company: - id: 357320725 name: Page Publishing - domain: www.prweb.com title: Datalogic launches Smart-VS, the vision sensor with the power of machine learning and the ease of photoelectric sensors 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 imageUrl: http://ww1.prweb.com/prfiles/2020/05/26/17145081/gI_154482_NewsImage_vcsPRAsset_517683_154482_0a495da0-3acd-484d-9044-1ea1440237f0_0.png pageDate: '2020-05-28T04:00:00.000Z' categories: - PRODUCT company: - id: 15992708 name: Datalogic - domain: www.prweb.com title: Zobrist Software announces Smart Merchandiser, a Visual Merchandising tool for Salesforce Commerce Cloud url: https://www.prweb.com/releases/zobrist_software_announces_smart_merchandiser_a_visual_merchandising_tool_for_salesforce_commerce_cloud/prweb17146384.htm imageUrl: http://ww1.prweb.com/prfiles/2020/05/26/17146384/gI_114059_image001.png pageDate: '2020-05-28T04:00:00.000Z' categories: - PRODUCT company: - id: 119029794 name: Zobrist Consulting Group - domain: www.prweb.com title: Langley Roofing Helping Chattanooga Rebuild During Challenging Times url: https://www.prweb.com/releases/langley_roofing_helping_chattanooga_rebuild_during_challenging_times/prweb17152380.htm imageUrl: http://ww1.prweb.com/prfiles/2020/05/27/17152380/gI_159769_NewsImage_vcsPRAsset_1052462_159769_dda9251f-d7eb-4cfa-abc1-2d16aa4dec82_0.png pageDate: '2020-05-28T04:00:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 346413161 name: Langley Roofing - domain: www.prweb.com title: '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' 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 imageUrl: http://ww1.prweb.com/prfiles/2020/05/22/17144339/gI_110625_NewsImage_vcsPRAsset_2212767_110625_7e61f549-7ee1-4cc0-8dec-47ee7da0b8f8_0.png pageDate: '2020-05-28T04:00:00.000Z' categories: - GENERAL_NEWS company: - id: 357320725 name: Page Publishing - domain: www.prweb.com title: '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' 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 imageUrl: http://ww1.prweb.com/prfiles/2020/05/26/17148312/gI_110658_NewsImage_vcsPRAsset_2212767_110658_7a29b6b8-76ae-4f32-819a-950371725ae6_0.png pageDate: '2020-05-28T04:00:00.000Z' categories: - GENERAL_NEWS company: - id: 357320725 name: Page Publishing - domain: www.prweb.com title: 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 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 imageUrl: http://ww1.prweb.com/prfiles/2020/05/26/17148293/gI_110657_NewsImage_vcsPRAsset_2212767_110657_34c025fc-ea3d-457a-83ec-6ec7a5156081_0.png pageDate: '2020-05-28T04:00:00.000Z' categories: - GENERAL_NEWS company: - id: 357320725 name: Page Publishing - domain: www.businesswire.com title: Delta-Q Technologies anuncia seu novo carregador de bateria RQ350 para m�quinas e ve�culos el�tricos url: https://www.businesswire.com/news/home/20200527005980/pt/ imageUrl: https://mms.businesswire.com/media/20200527005980/pt/794287/22/RQ350_imageB1_2.jpg pageDate: '2020-05-28T03:58:00.000Z' categories: - GENERAL_NEWS company: - id: 34393410 name: Delta-Q Technologies - domain: www.globenewswire.com 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 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 imageUrl: http://www.globenewswire.com/Attachment/LogoDisplay/853201?filename=853201.jpg&size=1 pageDate: '2020-05-28T03:58:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 231751931 name: Reportlinker.com - domain: www.prnewswire.com title: Huami Establishes a Brain-computer Interface Joint Lab with Top Chinese University url: https://www.prnewswire.com:443/news-releases/huami-establishes-a-brain-computer-interface-joint-lab-with-top-chinese-university-301066695.html pageDate: '2020-05-28T03:54:00.000Z' categories: - PRODUCT company: - id: 397718835 name: Huami - id: 372581933 name: University of Science and Technology of China - domain: www.prnewswire.com title: Silicon Labs Announces Pricing of Private Offering of $500 Million of 0.625% Convertible Senior Notes 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 imageUrl: https://mma.prnewswire.com/media/457128/silicon_labs_Logo.jpg?p=twitter pageDate: '2020-05-28T03:52:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 168640828 name: Silicon Labs - domain: www.globenewswire.com 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 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 imageUrl: http://www.globenewswire.com/Attachment/LogoDisplay/853201?filename=853201.jpg&size=1 pageDate: '2020-05-28T03:38:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 231751931 name: Reportlinker.com - domain: www.forbes.com title: What COVID-19 Social Distancing Measures Will Mean For Restaurant Dining Room Design url: https://www.forbes.com/sites/lesliewu/2020/05/27/what-covid-19-social-distancing-measures-will-mean-for-restaurant-dining-room-design/ imageUrl: https://thumbor.forbes.com/thumbor/fit-in/1200x0/filters%3Aformat%28jpg%29/https%3A%2F%2Fspecials-images.forbesimg.com%2Fimageserve%2F5ecf309a1aa7fc0007fa3dce%2F0x0.jpg pageDate: '2020-05-28T03:35:56.000Z' categories: - GENERAL_NEWS company: - id: 67470018 name: National Restaurant Association - domain: www.globenewswire.com title: BioCryst Prices Public Offering of Common Stock and Pre-Funded Warrants 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 imageUrl: http://www.globenewswire.com/Attachment/LogoDisplay/514115?filename=514115.jpg&size=1 pageDate: '2020-05-28T03:35:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 4735661 name: BioCryst Pharmaceuticals - domain: www.sbwire.com title: Global Live Biotherapeutic Products and Microbiome Contract Manufacturing Market Assessment Industry Analysis, Clinical Trial and Revenue Forecast Till 2028 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 imageUrl: http://media.releasewire.com/photos/show/?id=249011 pageDate: '2020-05-28T03:30:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 465413269 name: InsightAce Analytic Pvt - domain: www.business-standard.com title: 'Google Pay expands ''Nearby Stores'' feature to 35 cities in India: Know more' url: https://www.business-standard.com/article/companies/google-pay-expands-nearby-stores-feature-to-35-cities-in-india-know-more-120052800208_1.html imageUrl: https://bsmedia.business-standard.com/_media/bs/img/article/2018-02/21/full/1519181810-254.jpg pageDate: '2020-05-28T03:26:00.000Z' categories: - GENERAL_NEWS company: - id: 16400573 name: Google - domain: www.reuters.com title: Google sees resurgence in state-backed hacking, phishing related to COVID-19 url: https://www.reuters.com/article/us-health-coronavirus-cyber/google-sees-resurgence-in-state-backed-hacking-phishing-related-to-covid-19-idUSKBN2340CH imageUrl: https://s2.reutersmedia.net/resources/r/?m=02&d=20200528&t=2&i=1520138291&w=1200&r=LYNXMPEG4R06H pageDate: '2020-05-28T03:18:26.000Z' categories: - GENERAL_NEWS company: - id: 16400573 name: Google - domain: www.globenewswire.com 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 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 imageUrl: http://www.globenewswire.com/Attachment/LogoDisplay/853201?filename=853201.jpg&size=1 pageDate: '2020-05-28T03:18:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 231751931 name: Reportlinker.com - domain: www.business-standard.com title: Singtel's annual profit plunges 65%, takes $1.3 bn-hit on Airtel snag 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 imageUrl: https://bsmedia.business-standard.com/_media/bs/img/article/2019-07/22/full/1563739681-3395.jpg pageDate: '2020-05-28T03:17:00.000Z' categories: - GENERAL_NEWS company: - id: 344839001 name: Singtel - domain: www.businesswire.com title: 'Housing Rights Advocates to Assemblywoman Lorena Gonzalez: Vote NO on Bill with Devastating Implications for Grassroots Advocacy' url: https://www.businesswire.com/news/home/20200527005974/en/Housing-Rights-Advocates-Assemblywoman-Lorena-Gonzalez-Vote/ imageUrl: https://mms.businesswire.com/media/20200527005974/en/653060/22/HHR-Logo_Horizontal_Logo.jpg pageDate: '2020-05-28T03:15:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 1753503 name: AIDS Healthcare Foundation contentMediaType: application/json;charset=utf-8 example: currentPage: 1 maxResults: 30 data: - domain: newstral.com title: St. Luke's Hospital appoints interim president url: https://newstral.com/en/article/en/1152923450/st-luke-s-hospital-appoints-interim-president imageUrl: http://newstral.com/source-images/29300_original_1529243370.jpg pageDate: '2020-05-28T04:26:13.000Z' categories: - PERSON company: - id: 31380745 name: The Toledo Blade - domain: www.globenewswire.com 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 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 imageUrl: http://www.globenewswire.com/Attachment/LogoDisplay/853201?filename=853201.jpg&size=1 pageDate: '2020-05-28T04:18:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 231751931 name: Reportlinker.com - domain: www.prnewswire.com title: NuVasive, Inc. Announces Pricing Of Offering Of $400 Million Of 1.00% Convertible Senior Notes Due 2023 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 imageUrl: https://mma.prnewswire.com/media/454552/NuVasive_Logo.jpg?p=twitter pageDate: '2020-05-28T04:18:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 28311725 name: NuVasive - domain: www.reuters.com title: Democrats urge probe of allegations regarding TikTok and children's privacy url: https://www.reuters.com/article/us-tiktok-privacy-children-democrats/democrats-urge-probe-of-allegations-regarding-tiktok-and-childrens-privacy-idUSKBN2340EF imageUrl: https://s4.reutersmedia.net/resources/r/?m=02&d=20200528&t=2&i=1520141938&w=1200&r=LYNXMPEG4R07W pageDate: '2020-05-28T04:08:13.000Z' categories: - GENERAL_NEWS company: - id: 15302878 name: Federal Trade Commission - domain: www.ft.com title: Businesses get creative to battle Covid-19 drop-off url: https://www.ft.com/content/bf84eca8-80a0-11ea-b0fb-13524ae1056b 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 pageDate: '2020-05-28T04:01:05.000Z' categories: - GENERAL_NEWS company: - id: 348072053 name: Caws Cenarth - domain: www.globenewswire.com title: Driver death rates remain high among small cars url: http://www.globenewswire.com/news-release/2020/05/28/2039878/0/en/Driver-death-rates-remain-high-among-small-cars.html 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 pageDate: '2020-05-28T04:01:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 25871680 name: Insurance Institute for Highway Safety - domain: www.prnewswire.com title: Vacant Zombie Property Rate In U.S. Holds Steady Amid Foreclosure Moratorium url: https://www.prnewswire.com:443/news-releases/vacant-zombie-property-rate-in-us-holds-steady-amid-foreclosure-moratorium-301066595.html imageUrl: https://mma.prnewswire.com/media/473646/ATTOM_LOGO.jpg?p=twitter pageDate: '2020-05-28T04:01:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 392680169 name: ATTOM Data Solutions - domain: www.ft.com title: Restaurants and hotels clean up with toilet paper sales url: https://www.ft.com/content/72650300-80b8-11ea-b0fb-13524ae1056b 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 pageDate: '2020-05-28T04:00:57.000Z' categories: - GENERAL_NEWS company: - id: 169919019 name: Old Ebbitt Grill - domain: www.prweb.com title: Author Theresa Seiferts new book Sandy Rose is a compelling work of dramatic fiction laying bare the profound impact of preconscious trauma in childhood 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 imageUrl: http://ww1.prweb.com/prfiles/2020/05/22/17144332/gI_110624_NewsImage_vcsPRAsset_2212767_110624_37f0f333-0598-4ad9-adb1-b912c81b601c_0.png pageDate: '2020-05-28T04:00:00.000Z' categories: - GENERAL_NEWS company: - id: 357320725 name: Page Publishing - domain: www.prweb.com title: 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. 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 imageUrl: http://ww1.prweb.com/prfiles/2020/05/15/17127827/gI_110456_NewsImage_vcsPRAsset_2212767_110456_a58baa95-80ae-4dbd-8c66-b6b4b1a95bc1_0.png pageDate: '2020-05-28T04:00:00.000Z' categories: - GENERAL_NEWS company: - id: 357320725 name: Page Publishing - domain: www.prweb.com title: Author W.A. Brunsons new book Between the Amens is a compilation of essays touching upon a myriad of subjects impacting modern society. 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 imageUrl: http://ww1.prweb.com/prfiles/2020/05/26/17148242/gI_110656_NewsImage_vcsPRAsset_2212767_110656_30cf818b-a1ca-4a50-8d68-b57718bf1b77_0.png pageDate: '2020-05-28T04:00:00.000Z' categories: - GENERAL_NEWS company: - id: 357320725 name: Page Publishing - domain: www.prweb.com title: Datalogic launches Smart-VS, the vision sensor with the power of machine learning and the ease of photoelectric sensors 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 imageUrl: http://ww1.prweb.com/prfiles/2020/05/26/17145081/gI_154482_NewsImage_vcsPRAsset_517683_154482_0a495da0-3acd-484d-9044-1ea1440237f0_0.png pageDate: '2020-05-28T04:00:00.000Z' categories: - PRODUCT company: - id: 15992708 name: Datalogic - domain: www.prweb.com title: Zobrist Software announces Smart Merchandiser, a Visual Merchandising tool for Salesforce Commerce Cloud url: https://www.prweb.com/releases/zobrist_software_announces_smart_merchandiser_a_visual_merchandising_tool_for_salesforce_commerce_cloud/prweb17146384.htm imageUrl: http://ww1.prweb.com/prfiles/2020/05/26/17146384/gI_114059_image001.png pageDate: '2020-05-28T04:00:00.000Z' categories: - PRODUCT company: - id: 119029794 name: Zobrist Consulting Group - domain: www.prweb.com title: Langley Roofing Helping Chattanooga Rebuild During Challenging Times url: https://www.prweb.com/releases/langley_roofing_helping_chattanooga_rebuild_during_challenging_times/prweb17152380.htm imageUrl: http://ww1.prweb.com/prfiles/2020/05/27/17152380/gI_159769_NewsImage_vcsPRAsset_1052462_159769_dda9251f-d7eb-4cfa-abc1-2d16aa4dec82_0.png pageDate: '2020-05-28T04:00:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 346413161 name: Langley Roofing - domain: www.prweb.com title: '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' 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 imageUrl: http://ww1.prweb.com/prfiles/2020/05/22/17144339/gI_110625_NewsImage_vcsPRAsset_2212767_110625_7e61f549-7ee1-4cc0-8dec-47ee7da0b8f8_0.png pageDate: '2020-05-28T04:00:00.000Z' categories: - GENERAL_NEWS company: - id: 357320725 name: Page Publishing - domain: www.prweb.com title: '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' 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 imageUrl: http://ww1.prweb.com/prfiles/2020/05/26/17148312/gI_110658_NewsImage_vcsPRAsset_2212767_110658_7a29b6b8-76ae-4f32-819a-950371725ae6_0.png pageDate: '2020-05-28T04:00:00.000Z' categories: - GENERAL_NEWS company: - id: 357320725 name: Page Publishing - domain: www.prweb.com title: 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 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 imageUrl: http://ww1.prweb.com/prfiles/2020/05/26/17148293/gI_110657_NewsImage_vcsPRAsset_2212767_110657_34c025fc-ea3d-457a-83ec-6ec7a5156081_0.png pageDate: '2020-05-28T04:00:00.000Z' categories: - GENERAL_NEWS company: - id: 357320725 name: Page Publishing - domain: www.businesswire.com title: Delta-Q Technologies anuncia seu novo carregador de bateria RQ350 para m�quinas e ve�culos el�tricos url: https://www.businesswire.com/news/home/20200527005980/pt/ imageUrl: https://mms.businesswire.com/media/20200527005980/pt/794287/22/RQ350_imageB1_2.jpg pageDate: '2020-05-28T03:58:00.000Z' categories: - GENERAL_NEWS company: - id: 34393410 name: Delta-Q Technologies - domain: www.globenewswire.com 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 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 imageUrl: http://www.globenewswire.com/Attachment/LogoDisplay/853201?filename=853201.jpg&size=1 pageDate: '2020-05-28T03:58:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 231751931 name: Reportlinker.com - domain: www.prnewswire.com title: Huami Establishes a Brain-computer Interface Joint Lab with Top Chinese University url: https://www.prnewswire.com:443/news-releases/huami-establishes-a-brain-computer-interface-joint-lab-with-top-chinese-university-301066695.html pageDate: '2020-05-28T03:54:00.000Z' categories: - PRODUCT company: - id: 397718835 name: Huami - id: 372581933 name: University of Science and Technology of China - domain: www.prnewswire.com title: Silicon Labs Announces Pricing of Private Offering of $500 Million of 0.625% Convertible Senior Notes 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 imageUrl: https://mma.prnewswire.com/media/457128/silicon_labs_Logo.jpg?p=twitter pageDate: '2020-05-28T03:52:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 168640828 name: Silicon Labs - domain: www.globenewswire.com 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 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 imageUrl: http://www.globenewswire.com/Attachment/LogoDisplay/853201?filename=853201.jpg&size=1 pageDate: '2020-05-28T03:38:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 231751931 name: Reportlinker.com - domain: www.forbes.com title: What COVID-19 Social Distancing Measures Will Mean For Restaurant Dining Room Design url: https://www.forbes.com/sites/lesliewu/2020/05/27/what-covid-19-social-distancing-measures-will-mean-for-restaurant-dining-room-design/ imageUrl: https://thumbor.forbes.com/thumbor/fit-in/1200x0/filters%3Aformat%28jpg%29/https%3A%2F%2Fspecials-images.forbesimg.com%2Fimageserve%2F5ecf309a1aa7fc0007fa3dce%2F0x0.jpg pageDate: '2020-05-28T03:35:56.000Z' categories: - GENERAL_NEWS company: - id: 67470018 name: National Restaurant Association - domain: www.globenewswire.com title: BioCryst Prices Public Offering of Common Stock and Pre-Funded Warrants 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 imageUrl: http://www.globenewswire.com/Attachment/LogoDisplay/514115?filename=514115.jpg&size=1 pageDate: '2020-05-28T03:35:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 4735661 name: BioCryst Pharmaceuticals - domain: www.sbwire.com title: Global Live Biotherapeutic Products and Microbiome Contract Manufacturing Market Assessment Industry Analysis, Clinical Trial and Revenue Forecast Till 2028 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 imageUrl: http://media.releasewire.com/photos/show/?id=249011 pageDate: '2020-05-28T03:30:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 465413269 name: InsightAce Analytic Pvt - domain: www.business-standard.com title: 'Google Pay expands ''Nearby Stores'' feature to 35 cities in India: Know more' url: https://www.business-standard.com/article/companies/google-pay-expands-nearby-stores-feature-to-35-cities-in-india-know-more-120052800208_1.html imageUrl: https://bsmedia.business-standard.com/_media/bs/img/article/2018-02/21/full/1519181810-254.jpg pageDate: '2020-05-28T03:26:00.000Z' categories: - GENERAL_NEWS company: - id: 16400573 name: Google - domain: www.reuters.com title: Google sees resurgence in state-backed hacking, phishing related to COVID-19 url: https://www.reuters.com/article/us-health-coronavirus-cyber/google-sees-resurgence-in-state-backed-hacking-phishing-related-to-covid-19-idUSKBN2340CH imageUrl: https://s2.reutersmedia.net/resources/r/?m=02&d=20200528&t=2&i=1520138291&w=1200&r=LYNXMPEG4R06H pageDate: '2020-05-28T03:18:26.000Z' categories: - GENERAL_NEWS company: - id: 16400573 name: Google - domain: www.globenewswire.com 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 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 imageUrl: http://www.globenewswire.com/Attachment/LogoDisplay/853201?filename=853201.jpg&size=1 pageDate: '2020-05-28T03:18:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 231751931 name: Reportlinker.com - domain: www.business-standard.com title: Singtel's annual profit plunges 65%, takes $1.3 bn-hit on Airtel snag 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 imageUrl: https://bsmedia.business-standard.com/_media/bs/img/article/2019-07/22/full/1563739681-3395.jpg pageDate: '2020-05-28T03:17:00.000Z' categories: - GENERAL_NEWS company: - id: 344839001 name: Singtel - domain: www.businesswire.com title: 'Housing Rights Advocates to Assemblywoman Lorena Gonzalez: Vote NO on Bill with Devastating Implications for Grassroots Advocacy' url: https://www.businesswire.com/news/home/20200527005974/en/Housing-Rights-Advocates-Assemblywoman-Lorena-Gonzalez-Vote/ imageUrl: https://mms.businesswire.com/media/20200527005974/en/653060/22/HHR-Logo_Horizontal_Logo.jpg pageDate: '2020-05-28T03:15:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 1753503 name: AIDS Healthcare Foundation deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/inputfields/news/search: get: tags: - News Search summary: Zoominfo News Search Inputs description: Returns a list of fields you can use as input for the [News Search](#4c4c979b-4495-4a17-8925-7d00c52c7e19) endpoint. operationId: NewsSearchInputs parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Thu, 28 May 2020 17:46:48 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 59a9cc115fbfff90-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=fc71d9403472d42effc02aad37ef6fac8edd5780bbd14e367dd0386bd4c1d94e:1de7e3b1-a10b-11ea-aacb-83f9cb252b93; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 02fdfdded80000ff9062b6e200000001 Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" x-application-context: content: text/plain: schema: type: string contentMediaType: text/plain example: application:production:8080 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1590688069' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: type: array items: $ref: '#/components/schemas/NewsSearchInput' description: '' examples: - - fieldName: rpp fieldType: Integer description: Limits the results returned to the given number of results per page. - fieldName: page fieldType: Integer description: Provides the results for the given page, used in conjunction with rpp. - fieldName: categories fieldType: ArrayList description: Category of news articles. Accepts an Array of String. See the 'News Categories' endpoint for values. - fieldName: pageDateMin fieldType: String 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. - fieldName: pageDateMax fieldType: String 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. contentMediaType: application/json;charset=utf-8 example: - fieldName: rpp fieldType: Integer description: Limits the results returned to the given number of results per page. - fieldName: page fieldType: Integer description: Provides the results for the given page, used in conjunction with rpp. - fieldName: categories fieldType: ArrayList description: Category of news articles. Accepts an Array of String. See the 'News Categories' endpoint for values. - fieldName: pageDateMin fieldType: String 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. - fieldName: pageDateMax fieldType: String 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. deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/outputfields/news/search: get: tags: - News Search summary: Zoominfo News Search Outputs description: Returns a list of fields included in the response for the [News Search](#4c4c979b-4495-4a17-8925-7d00c52c7e19) endpoint. operationId: NewsSearchOutputs parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Thu, 28 May 2020 17:46:52 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 59a9cc2f1c81ff90-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=fc71d9403472d42effc02aad37ef6fac8edd5780bbd14e367dd0386bd4c1d94e:1de7e3b1-a10b-11ea-aacb-83f9cb252b93; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 02fdfdf16f0000ff906299f200000001 Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" x-application-context: content: text/plain: schema: type: string contentMediaType: text/plain example: application:production:8080 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1498' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1590688069' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: type: array items: $ref: '#/components/schemas/NewsSearchOutput' description: '' examples: - - fieldName: companyId description: Unique ZoomInfo identifier for a company - fieldName: companyName description: Company name - fieldName: domain description: News article domain - fieldName: title description: News article title - fieldName: url description: News article URL - fieldName: imageUrl description: News article image URL - fieldName: pageDate description: News article date - fieldName: categories description: News article categories contentMediaType: application/json;charset=utf-8 example: - fieldName: companyId description: Unique ZoomInfo identifier for a company - fieldName: companyName description: Company name - fieldName: domain description: News article domain - fieldName: title description: News article title - fieldName: url description: News article URL - fieldName: imageUrl description: News article image URL - fieldName: pageDate description: News article date - fieldName: categories description: News article categories deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /search/intent: post: tags: - Intent Search summary: Zoominfo Intent Search description: "Use this endpoint to search for companies and recommended contacts based on intent data. Use [input values](#2923818c-df63-4a61-88ba-f9a5383cd420) to return the desired [output fields](#f058d265-3294-442c-80b8-52a81021dc60) in the response. For charging purposes, each intent signal returned is counted as a record.\n\nIntent data is online behavior-based activity across the internet that links buyers and accounts to a topic. Key terminology includes:\n\n- **Signal** - Recent content consumption activity for a specific topic by people at a company\n- **Signal Score** - Indicates a company's interest in a topic based on how recent content consumption compares to a historical baseline.\n- **Audience Strength** - Indicates the size of the group at the company conducting research in this topic.\n \n\n\ **Input params (intent-specific)**\n\n| Parameter | DataType | Description |\n| --- | --- | --- |\n| topics | ArrayList | Required. Intent topic(s). Accepts an array of strings. See the **Intent Topics** lookup endpoint for values. |\n| signalStartDate | String | Start date for a company signaling interest in a topic |\n| signalEndDate | String | End date for a company signaling interest in a topic |\n| signalScoreMin | Integer | Minimum signal score. Use with signalScoreMax to form a range. Minimum score is 60 and maximum is 100. |\n| signalScoreMax | Integer | Maximum signal score. Use with signalScoreMin to form a range. Minimum score is 60 and maximum is 100. |\n| audienceStrengthMin | String | 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| audienceStrengthMax | String | 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| rpp | Integer | Limits the results returned to the given number of results per page. Default is 25. |\n| page | Integer | Provides the results for the given page, used in conjunction with `rpp` |\n| sortOrder | String | Provide `sortBy` if specifying `sortOrder`. Valid values are `asc`, `ascending`, `desc`, and `descending`. By default, results are sorted in descending order. |\n| sortBy | String | Sort results by valid output fields. Valid values are: `signalDate`, `companyName`, `signalScore`, `category`, `topic`, `audienceStrength`. |\n\n**Input params (company-specific)**\n\n| Parameter | DataType | Description |\n| --- | --- | --- |\n| companyDescription | String | Text description unique to the company you want to use as search criteria |\n| companyType | String | Company type (private, public, and so on). See the **Company Type** lookup endpoint for values. |\n| address | String | Company address |\n| street | String | Company street |\n| state | String | 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 **State** lookup endpoint. |\n| zipCode | String | Zip Code of the company's primary address |\n| country | String | Country for the company's primary address. You can use free text or see the **Country** lookup endpoint for values. |\n| continent | String | Continent for the company's primary address. See the **Continent** lookup endpoint for values. |\n| zipCodeRadiusMiles | String | Used in conjunction with `zipCode`, designates a geographical radius (in miles) from the `zipCode` provided. |\n| hashTagString | String | Hash tags for a company. Can include a comma-separated list. |\n| techAttributeTagList | String | Specify technology product tags. See the **Tech - Product** lookup endpoint for values. This string uses a numerical dot notation format similar to an IP address. The notation denotes the hierarchical structure: `parent-category.category.vendor`. For example, `333.202.28`. You can use wildcards in the notation (e.g., `333.202.\\\\\\*`, `\\\\\\*.202.\\\\\\*`, and so on). |\n| subUnitTypes | String | Company sub types (e.g., division, subsidiary and so on). See the **Sub Unit Type** lookup endpoint for values. |\n| primaryIndustriesOnly | Boolean | 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| industryCodes | String | 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 **Industry Codes** lookup endpoint for values. |\n| industryKeywords | String | Industry keywords associated with a company. Can include a comma-separated list. |\n| sicCodes | String | The Standard Industrial Classification is a system for classifying industries by a four-digit code. See the **SIC Codes** lookup endpoint for values. |\n| naicsCodes | String | 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 **NAICS Codes** lookup endpoint for values. |\n| revenueMin | Integer | 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| revenueMax | Integer | 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| revenue | String | Annual revenue range in U.S. dollars. Accepts a comma-separated list of values. See the **Revenue Range** lookup endpoint for values. Alternatively, to get more granular ranges, you can use the `revenueMin` and `revenueMax` parameters. |\n| employeeRangeMin | String | 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| employeeRangeMax | String | 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| employeeCount | String | Employee count range. Accepts a comma-separated list of values. See the **Employee Count** lookup endpoint for values. Alternatively, to get more granular ranges, you can use the `employeeRangeMin` and `employeeRangeMax` parameters. |\n| companyRanking | String | Company ranking list (e.g., Fortune 500 and so on). See the **Company Ranking** lookup endpoint for values. |\n| metroRegion | String | Company metro area. Accepts a comma-separated list of U.S. and Canada metro areas. See the **Metro Area** lookup endpoint for values. |\n| locationSearchType | String | Location criteria for search. Values are `PersonOrHQ`, `PersonAndHQ`, `Person`, `HQ`, `PersonThenHQ`. |\n| fundingAmountMin | Integer | 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| fundingAmountMax | Integer | 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| fundingStartDate | String | 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| fundingEndDate | String | 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| excludedRegions | String | Exclude a company metro area. Accepts a comma-separated list of U.S. and Canada metro areas. See the **Metro Area** lookup endpoint for values. |\n| zoominfoContactsMin | String | Minimum number of ZoomInfo contacts associated with company |\n| zoominfoContactsMax | String | Maximum number of ZoomInfo contacts associated with company |\n| companyStructureIncludedSubUnitTypes | String | Company hierarchical structure |\n| certified | Integer | Denotes if ZoomInfo's research and data team has confirmed activity within the past 12 months |\n| excludeDefunctCompanies | Boolean | Include or exclude defunct companies. The default value is false. |\n| oneYearEmployeeGrowthRateMin | String | Minimum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMax to set a range. |\n| oneYearEmployeeGrowthRateMax | String | Maximum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMin to set a range. |\n| twoYearEmployeeGrowthRateMin | String | Minimum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMax to set a range. |\n| twoYearEmployeeGrowthRateMax | String | Maximum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMin to set a range. |\n\n**Response data**\n\n| Field | Description |\n| --- | --- |\n| id | Unique ZoomInfo identifier for a topic |\n| category | Intent category |\n| topic | Intent topic |\n| signalScore | Signal score for the topic |\n| audienceStrength | Audience strength for the topic |\n\ | signalDate | Date the signal was identified |\n| companyId | Unique ZoomInfo identifier for a company |\n| companyName | Company name |\n| companyWebsite | URL to the company website in [http://www.example.com](http://www.example.com) format |\n| companyHasOtherTopicConsumption | Indicates whether a company has other topics with increased consumption. Values are `true` and `false`. |\n| recommendedContacts | Suggested contacts at the company that are related to the intent topic |" operationId: IntentSearch parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/IntentSearchRequest' - examples: - topics: - Cloud Applications - Cloud Computing - Cloud Infrastructure - Mobile Apps - Mobile Security signalScoreMin: 80 signalScoreMax: 100 audienceStrengthMin: C audienceStrengthMax: A metroRegion: usa.california.sanfrancisco industryCodes: education.university sortBy: topic sortOrder: desc contentMediaType: application/json example: topics: - Cloud Applications - Cloud Computing - Cloud Infrastructure - Mobile Apps - Mobile Security signalScoreMin: 80 signalScoreMax: 100 audienceStrengthMin: C audienceStrengthMax: A metroRegion: usa.california.sanfrancisco industryCodes: education.university sortBy: topic sortOrder: desc required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Thu, 16 Jul 2020 19:58:45 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 5b3e4cb42b0debe8-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=7c92aab28a16a819b11a05bd1f2d315bc49963834ddeebd2bab7bb8578c6a9ba:59135a31-c5e3-11ea-b90a-bfcce47ec1ab; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 03face44950000ebe8428db200000001 Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1594929585' X-Usage-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999968243' X-Usage-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999956035' X-Usage-Unique-Id-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Unique-Id-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9998894' X-Usage-Websights-Api-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Websights-Api-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9999646' X-Usage-Websights-Api-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '100000000' X-Usage-Websights-Api-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '99999646' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: allOf: - $ref: '#/components/schemas/IntentSearch' - examples: - maxResults: 19 totalResults: 19 currentPage: 1 data: - id: d3ac21f6-f9f4-4a71-8ca9-8f4125937d2c category: Cyber Security topic: Mobile Security signalScore: 83 audienceStrength: C newSignal: true signalDate: 7/5/2020 12:00 AM trend: 24 recommendedContacts: - id: -1766367996 firstName: David lastName: Fike jobTitle: President jobFunction: - name: Executive department: C-Suite company: id: 118998385 name: Golden Gate University website: www.ggu.edu hasOtherTopicConsumption: true - id: 03e79b1c-fa4b-4f62-ad97-40de35e2625c category: Cyber Security topic: Mobile Security signalScore: 88 audienceStrength: A newSignal: true signalDate: 6/28/2020 12:00 AM trend: 29 recommendedContacts: - id: 2358233518 firstName: Martin lastName: Pacholuk jobTitle: Deputy Chief Information Officer jobFunction: - name: Information Technology department: Information Technology - name: Information Technology Executive department: C-Suite - id: 1239218786 firstName: Camilla lastName: Tubbs jobTitle: Associate Dean, Library & Technology & Chief Information Officer jobFunction: - name: Information Technology department: Information Technology - name: Information Technology Executive department: C-Suite - id: 55169609 firstName: David lastName: Seward jobTitle: Chief Financial Officer jobFunction: - name: Finance Executive department: C-Suite - name: Finance department: Finance - id: 3117140380 firstName: Mike lastName: Liu jobTitle: Vice Chief Technology Officer, CIO & President Information Technology jobFunction: - name: Information Technology department: Information Technology - name: Information Technology Executive department: C-Suite - id: -1542224459 firstName: Claire lastName: Wilkens jobTitle: Co-President jobFunction: - name: Executive department: C-Suite company: id: 53923462 name: UC Hastings College of the Law website: www.uchastings.edu hasOtherTopicConsumption: true - id: af75117e-c6b1-4831-8cfa-562acc36d9c1 category: Mobile Applications topic: Mobile Apps signalScore: 92 audienceStrength: A newSignal: true signalDate: 7/12/2020 12:00 AM trend: 33 recommendedContacts: - id: 409942831 firstName: Judie lastName: Wexler jobTitle: President jobFunction: - name: Executive department: C-Suite company: id: 47028048 name: California Institute of Integral Studies website: www.ciis.edu hasOtherTopicConsumption: true - id: 4093d164-7c33-4c61-b592-68f57ecf6cb3 category: Mobile Applications topic: Mobile Apps signalScore: 86 audienceStrength: B newSignal: true signalDate: 7/5/2020 12:00 AM trend: 27 recommendedContacts: - id: 27256033 firstName: Thomas lastName: Cropper jobTitle: President jobFunction: - name: Executive department: C-Suite company: id: 13209136 name: California Maritime Academy website: www.csum.edu hasOtherTopicConsumption: true - id: 32cfc646-4ebc-4693-bc17-b41879d63ec4 category: Mobile Applications topic: Mobile Apps signalScore: 80 audienceStrength: C newSignal: true signalDate: 7/5/2020 12:00 AM trend: 21 recommendedContacts: - id: 24417960 firstName: Edward lastName: Prohaska jobTitle: Chief Financial Officer jobFunction: - name: Finance Executive department: C-Suite - name: Finance department: Finance - id: 388711836 firstName: Mara lastName: Hancock jobTitle: Vice President, Technology & Chief Information Officer jobFunction: - name: Information Technology department: Information Technology - name: Information Technology Executive department: C-Suite - id: 26415164 firstName: Stephen lastName: Beal jobTitle: President jobFunction: - name: Executive department: C-Suite - id: -1254364721 firstName: Michael lastName: McLaughlin jobTitle: Founder & President jobFunction: - name: Executive department: C-Suite company: id: 19256146 name: California College of the Arts website: www.cca.edu hasOtherTopicConsumption: true - id: 36d66c2c-699c-49ec-b7e1-ae92572ccdc9 category: Mobile Applications topic: Mobile Apps signalScore: 83 audienceStrength: C newSignal: true signalDate: 7/12/2020 12:00 AM trend: 24 recommendedContacts: - id: 3882045930 firstName: Melissa lastName: Hall jobTitle: President jobFunction: - name: Executive department: C-Suite - id: 1810524670 firstName: Ben lastName: Christensen jobTitle: Chief Financial Officer jobFunction: - name: Finance Executive department: C-Suite - name: Finance department: Finance - id: 1715680805 firstName: Jonathan lastName: Stull jobTitle: Chief Operating Officer jobFunction: - name: Operations Executive department: C-Suite - name: Operations department: Operations - id: 1888318694 firstName: Scott lastName: Ringwelski jobTitle: Chief Technology Officer jobFunction: - name: Engineering & Technical Executive department: C-Suite - name: Engineering & Technical department: Engineering & Technical - name: Technology Operations department: Engineering & Technical company: id: 363577968 name: Handshake website: www.joinhandshake.com hasOtherTopicConsumption: true - id: bfee3c75-080f-4a11-9259-8a29a6511174 category: Mobile Applications topic: Mobile Apps signalScore: 85 audienceStrength: B newSignal: false signalDate: 6/28/2020 12:00 AM trend: 7 recommendedContacts: - id: 1592676174 firstName: Fatima lastName: Alleyne jobTitle: President jobFunction: - name: Executive department: C-Suite - id: -916803008 firstName: Terry lastName: Koehne jobTitle: Chief Communications Officer jobFunction: - name: Strategic Communications department: Marketing - name: Marketing Executive department: C-Suite - name: Marketing department: Marketing - name: Marketing Communications department: Marketing company: id: 29791549 name: Contra Costa County Office of Education website: www.cccoe.k12.ca.us hasOtherTopicConsumption: true - id: caaae618-2bdd-4bf9-8f91-a5bf965e35b6 category: Mobile Applications topic: Mobile Apps signalScore: 83 audienceStrength: B newSignal: true signalDate: 6/21/2020 12:00 AM trend: 24 recommendedContacts: - id: 263922298 firstName: Bill lastName: Tsatsoulis jobTitle: Chief Operating Officer jobFunction: - name: Operations Executive department: C-Suite - name: Operations department: Operations - id: 2470805454 firstName: Rob lastName: Fisher jobTitle: Chief Executive Officer jobFunction: - name: Executive department: C-Suite company: id: 628662 name: Academy of Art University website: www.academyart.edu hasOtherTopicConsumption: true - id: 6f85a972-835e-4531-ac7e-7aee75d579ea category: Cloud topic: Cloud Infrastructure signalScore: 85 audienceStrength: B newSignal: true signalDate: 6/21/2020 12:00 AM trend: 26 recommendedContacts: - id: 2671385855 firstName: Elizabeth lastName: Hillman jobTitle: President jobFunction: - name: Executive department: C-Suite company: id: 78366485 name: Mills College website: www.mills.edu hasOtherTopicConsumption: true - id: 1029fe13-c192-4754-be2a-2baf37e53759 category: Cloud topic: Cloud Infrastructure signalScore: 84 audienceStrength: B newSignal: true signalDate: 6/28/2020 12:00 AM trend: 25 recommendedContacts: - id: 1970683957 firstName: Patrick lastName: Ekoue-totou jobTitle: Chief Information Officer & Director, Information Technology jobFunction: - name: Information Technology department: Information Technology - name: Information Technology Executive department: C-Suite company: id: 65571648 name: College of Marin website: www.marin.edu hasOtherTopicConsumption: true - id: dff20de7-8bde-496e-a0c4-7e1de3303a44 category: Cloud topic: Cloud Infrastructure signalScore: 83 audienceStrength: C newSignal: true signalDate: 7/12/2020 12:00 AM trend: 24 recommendedContacts: - id: 2670266631 firstName: Ching lastName: Wang jobTitle: President & Chief Executive Officer jobFunction: - name: Executive department: C-Suite - id: -1055918224 firstName: Michael lastName: Chiu jobTitle: President jobFunction: - name: Executive department: C-Suite - id: 2939458238 firstName: Ramez lastName: Sakkab jobTitle: President jobFunction: - name: Executive department: C-Suite company: id: 33702638 name: Samuel Merritt University website: www.samuelmerritt.edu hasOtherTopicConsumption: true - id: 0e055f3a-929a-49c2-b8b6-8ae0f4984a64 category: Cloud topic: Cloud Computing signalScore: 84 audienceStrength: C newSignal: true signalDate: 7/12/2020 12:00 AM trend: 25 recommendedContacts: - id: 2670266631 firstName: Ching lastName: Wang jobTitle: President & Chief Executive Officer jobFunction: - name: Executive department: C-Suite - id: -1055918224 firstName: Michael lastName: Chiu jobTitle: President jobFunction: - name: Executive department: C-Suite - id: 2939458238 firstName: Ramez lastName: Sakkab jobTitle: President jobFunction: - name: Executive department: C-Suite company: id: 33702638 name: Samuel Merritt University website: www.samuelmerritt.edu hasOtherTopicConsumption: true - id: dc382155-f385-4f19-a127-1fe1371b74bd category: Cloud topic: Cloud Computing signalScore: 82 audienceStrength: C newSignal: true signalDate: 7/12/2020 12:00 AM trend: 23 recommendedContacts: - id: 263922298 firstName: Bill lastName: Tsatsoulis jobTitle: Chief Operating Officer jobFunction: - name: Operations Executive department: C-Suite - name: Operations department: Operations - id: 2470805454 firstName: Rob lastName: Fisher jobTitle: Chief Executive Officer jobFunction: - name: Executive department: C-Suite company: id: 628662 name: Academy of Art University website: www.academyart.edu hasOtherTopicConsumption: true - id: aecb0682-1990-4359-a073-5b7a54e87f06 category: Cloud topic: Cloud Computing signalScore: 82 audienceStrength: C newSignal: true signalDate: 6/28/2020 12:00 AM trend: 23 recommendedContacts: - id: 1970683957 firstName: Patrick lastName: Ekoue-totou jobTitle: Chief Information Officer & Director, Information Technology jobFunction: - name: Information Technology department: Information Technology - name: Information Technology Executive department: C-Suite company: id: 65571648 name: College of Marin website: www.marin.edu hasOtherTopicConsumption: true - id: 60ff0745-9745-48fb-a014-4f86c4eb9fab category: Cloud topic: Cloud Computing signalScore: 81 audienceStrength: C newSignal: true signalDate: 6/21/2020 12:00 AM trend: 22 recommendedContacts: - id: 2671385855 firstName: Elizabeth lastName: Hillman jobTitle: President jobFunction: - name: Executive department: C-Suite company: id: 78366485 name: Mills College website: www.mills.edu hasOtherTopicConsumption: true - id: 7ab038a0-db6a-4157-8ca5-69e05337c98e category: Cloud topic: Cloud Computing signalScore: 85 audienceStrength: B newSignal: true signalDate: 6/21/2020 12:00 AM trend: 26 recommendedContacts: - id: 1543255409 firstName: Susan lastName: Lamb jobTitle: President jobFunction: - name: Executive department: C-Suite company: id: 50978158 name: Diablo Valley College website: www.dvc.edu hasOtherTopicConsumption: true - id: d9bed256-5b94-40b3-8773-2fa40226c8ed category: Cloud topic: Cloud Applications signalScore: 83 audienceStrength: C newSignal: true signalDate: 7/12/2020 12:00 AM trend: 24 recommendedContacts: - id: 2670266631 firstName: Ching lastName: Wang jobTitle: President & Chief Executive Officer jobFunction: - name: Executive department: C-Suite - id: -1055918224 firstName: Michael lastName: Chiu jobTitle: President jobFunction: - name: Executive department: C-Suite - id: 2939458238 firstName: Ramez lastName: Sakkab jobTitle: President jobFunction: - name: Executive department: C-Suite company: id: 33702638 name: Samuel Merritt University website: www.samuelmerritt.edu hasOtherTopicConsumption: true - id: f1432f95-5300-4fd9-ba58-c90114f7bdc0 category: Cloud topic: Cloud Applications signalScore: 86 audienceStrength: B newSignal: true signalDate: 6/21/2020 12:00 AM trend: 27 recommendedContacts: - id: 2671385855 firstName: Elizabeth lastName: Hillman jobTitle: President jobFunction: - name: Executive department: C-Suite company: id: 78366485 name: Mills College website: www.mills.edu hasOtherTopicConsumption: true - id: f1971651-c742-41f3-93ac-cebe89ec78f8 category: Cloud topic: Cloud Applications signalScore: 84 audienceStrength: B newSignal: true signalDate: 6/28/2020 12:00 AM trend: 25 recommendedContacts: - id: 1970683957 firstName: Patrick lastName: Ekoue-totou jobTitle: Chief Information Officer & Director, Information Technology jobFunction: - name: Information Technology department: Information Technology - name: Information Technology Executive department: C-Suite company: id: 65571648 name: College of Marin website: www.marin.edu hasOtherTopicConsumption: true contentMediaType: application/json;charset=utf-8 example: maxResults: 19 totalResults: 19 currentPage: 1 data: - id: d3ac21f6-f9f4-4a71-8ca9-8f4125937d2c category: Cyber Security topic: Mobile Security signalScore: 83 audienceStrength: C newSignal: true signalDate: 7/5/2020 12:00 AM trend: 24 recommendedContacts: - id: -1766367996 firstName: David lastName: Fike jobTitle: President jobFunction: - name: Executive department: C-Suite company: id: 118998385 name: Golden Gate University website: www.ggu.edu hasOtherTopicConsumption: true - id: 03e79b1c-fa4b-4f62-ad97-40de35e2625c category: Cyber Security topic: Mobile Security signalScore: 88 audienceStrength: A newSignal: true signalDate: 6/28/2020 12:00 AM trend: 29 recommendedContacts: - id: 2358233518 firstName: Martin lastName: Pacholuk jobTitle: Deputy Chief Information Officer jobFunction: - name: Information Technology department: Information Technology - name: Information Technology Executive department: C-Suite - id: 1239218786 firstName: Camilla lastName: Tubbs jobTitle: Associate Dean, Library & Technology & Chief Information Officer jobFunction: - name: Information Technology department: Information Technology - name: Information Technology Executive department: C-Suite - id: 55169609 firstName: David lastName: Seward jobTitle: Chief Financial Officer jobFunction: - name: Finance Executive department: C-Suite - name: Finance department: Finance - id: 3117140380 firstName: Mike lastName: Liu jobTitle: Vice Chief Technology Officer, CIO & President Information Technology jobFunction: - name: Information Technology department: Information Technology - name: Information Technology Executive department: C-Suite - id: -1542224459 firstName: Claire lastName: Wilkens jobTitle: Co-President jobFunction: - name: Executive department: C-Suite company: id: 53923462 name: UC Hastings College of the Law website: www.uchastings.edu hasOtherTopicConsumption: true - id: af75117e-c6b1-4831-8cfa-562acc36d9c1 category: Mobile Applications topic: Mobile Apps signalScore: 92 audienceStrength: A newSignal: true signalDate: 7/12/2020 12:00 AM trend: 33 recommendedContacts: - id: 409942831 firstName: Judie lastName: Wexler jobTitle: President jobFunction: - name: Executive department: C-Suite company: id: 47028048 name: California Institute of Integral Studies website: www.ciis.edu hasOtherTopicConsumption: true - id: 4093d164-7c33-4c61-b592-68f57ecf6cb3 category: Mobile Applications topic: Mobile Apps signalScore: 86 audienceStrength: B newSignal: true signalDate: 7/5/2020 12:00 AM trend: 27 recommendedContacts: - id: 27256033 firstName: Thomas lastName: Cropper jobTitle: President jobFunction: - name: Executive department: C-Suite company: id: 13209136 name: California Maritime Academy website: www.csum.edu hasOtherTopicConsumption: true - id: 32cfc646-4ebc-4693-bc17-b41879d63ec4 category: Mobile Applications topic: Mobile Apps signalScore: 80 audienceStrength: C newSignal: true signalDate: 7/5/2020 12:00 AM trend: 21 recommendedContacts: - id: 24417960 firstName: Edward lastName: Prohaska jobTitle: Chief Financial Officer jobFunction: - name: Finance Executive department: C-Suite - name: Finance department: Finance - id: 388711836 firstName: Mara lastName: Hancock jobTitle: Vice President, Technology & Chief Information Officer jobFunction: - name: Information Technology department: Information Technology - name: Information Technology Executive department: C-Suite - id: 26415164 firstName: Stephen lastName: Beal jobTitle: President jobFunction: - name: Executive department: C-Suite - id: -1254364721 firstName: Michael lastName: McLaughlin jobTitle: Founder & President jobFunction: - name: Executive department: C-Suite company: id: 19256146 name: California College of the Arts website: www.cca.edu hasOtherTopicConsumption: true - id: 36d66c2c-699c-49ec-b7e1-ae92572ccdc9 category: Mobile Applications topic: Mobile Apps signalScore: 83 audienceStrength: C newSignal: true signalDate: 7/12/2020 12:00 AM trend: 24 recommendedContacts: - id: 3882045930 firstName: Melissa lastName: Hall jobTitle: President jobFunction: - name: Executive department: C-Suite - id: 1810524670 firstName: Ben lastName: Christensen jobTitle: Chief Financial Officer jobFunction: - name: Finance Executive department: C-Suite - name: Finance department: Finance - id: 1715680805 firstName: Jonathan lastName: Stull jobTitle: Chief Operating Officer jobFunction: - name: Operations Executive department: C-Suite - name: Operations department: Operations - id: 1888318694 firstName: Scott lastName: Ringwelski jobTitle: Chief Technology Officer jobFunction: - name: Engineering & Technical Executive department: C-Suite - name: Engineering & Technical department: Engineering & Technical - name: Technology Operations department: Engineering & Technical company: id: 363577968 name: Handshake website: www.joinhandshake.com hasOtherTopicConsumption: true - id: bfee3c75-080f-4a11-9259-8a29a6511174 category: Mobile Applications topic: Mobile Apps signalScore: 85 audienceStrength: B newSignal: false signalDate: 6/28/2020 12:00 AM trend: 7 recommendedContacts: - id: 1592676174 firstName: Fatima lastName: Alleyne jobTitle: President jobFunction: - name: Executive department: C-Suite - id: -916803008 firstName: Terry lastName: Koehne jobTitle: Chief Communications Officer jobFunction: - name: Strategic Communications department: Marketing - name: Marketing Executive department: C-Suite - name: Marketing department: Marketing - name: Marketing Communications department: Marketing company: id: 29791549 name: Contra Costa County Office of Education website: www.cccoe.k12.ca.us hasOtherTopicConsumption: true - id: caaae618-2bdd-4bf9-8f91-a5bf965e35b6 category: Mobile Applications topic: Mobile Apps signalScore: 83 audienceStrength: B newSignal: true signalDate: 6/21/2020 12:00 AM trend: 24 recommendedContacts: - id: 263922298 firstName: Bill lastName: Tsatsoulis jobTitle: Chief Operating Officer jobFunction: - name: Operations Executive department: C-Suite - name: Operations department: Operations - id: 2470805454 firstName: Rob lastName: Fisher jobTitle: Chief Executive Officer jobFunction: - name: Executive department: C-Suite company: id: 628662 name: Academy of Art University website: www.academyart.edu hasOtherTopicConsumption: true - id: 6f85a972-835e-4531-ac7e-7aee75d579ea category: Cloud topic: Cloud Infrastructure signalScore: 85 audienceStrength: B newSignal: true signalDate: 6/21/2020 12:00 AM trend: 26 recommendedContacts: - id: 2671385855 firstName: Elizabeth lastName: Hillman jobTitle: President jobFunction: - name: Executive department: C-Suite company: id: 78366485 name: Mills College website: www.mills.edu hasOtherTopicConsumption: true - id: 1029fe13-c192-4754-be2a-2baf37e53759 category: Cloud topic: Cloud Infrastructure signalScore: 84 audienceStrength: B newSignal: true signalDate: 6/28/2020 12:00 AM trend: 25 recommendedContacts: - id: 1970683957 firstName: Patrick lastName: Ekoue-totou jobTitle: Chief Information Officer & Director, Information Technology jobFunction: - name: Information Technology department: Information Technology - name: Information Technology Executive department: C-Suite company: id: 65571648 name: College of Marin website: www.marin.edu hasOtherTopicConsumption: true - id: dff20de7-8bde-496e-a0c4-7e1de3303a44 category: Cloud topic: Cloud Infrastructure signalScore: 83 audienceStrength: C newSignal: true signalDate: 7/12/2020 12:00 AM trend: 24 recommendedContacts: - id: 2670266631 firstName: Ching lastName: Wang jobTitle: President & Chief Executive Officer jobFunction: - name: Executive department: C-Suite - id: -1055918224 firstName: Michael lastName: Chiu jobTitle: President jobFunction: - name: Executive department: C-Suite - id: 2939458238 firstName: Ramez lastName: Sakkab jobTitle: President jobFunction: - name: Executive department: C-Suite company: id: 33702638 name: Samuel Merritt University website: www.samuelmerritt.edu hasOtherTopicConsumption: true - id: 0e055f3a-929a-49c2-b8b6-8ae0f4984a64 category: Cloud topic: Cloud Computing signalScore: 84 audienceStrength: C newSignal: true signalDate: 7/12/2020 12:00 AM trend: 25 recommendedContacts: - id: 2670266631 firstName: Ching lastName: Wang jobTitle: President & Chief Executive Officer jobFunction: - name: Executive department: C-Suite - id: -1055918224 firstName: Michael lastName: Chiu jobTitle: President jobFunction: - name: Executive department: C-Suite - id: 2939458238 firstName: Ramez lastName: Sakkab jobTitle: President jobFunction: - name: Executive department: C-Suite company: id: 33702638 name: Samuel Merritt University website: www.samuelmerritt.edu hasOtherTopicConsumption: true - id: dc382155-f385-4f19-a127-1fe1371b74bd category: Cloud topic: Cloud Computing signalScore: 82 audienceStrength: C newSignal: true signalDate: 7/12/2020 12:00 AM trend: 23 recommendedContacts: - id: 263922298 firstName: Bill lastName: Tsatsoulis jobTitle: Chief Operating Officer jobFunction: - name: Operations Executive department: C-Suite - name: Operations department: Operations - id: 2470805454 firstName: Rob lastName: Fisher jobTitle: Chief Executive Officer jobFunction: - name: Executive department: C-Suite company: id: 628662 name: Academy of Art University website: www.academyart.edu hasOtherTopicConsumption: true - id: aecb0682-1990-4359-a073-5b7a54e87f06 category: Cloud topic: Cloud Computing signalScore: 82 audienceStrength: C newSignal: true signalDate: 6/28/2020 12:00 AM trend: 23 recommendedContacts: - id: 1970683957 firstName: Patrick lastName: Ekoue-totou jobTitle: Chief Information Officer & Director, Information Technology jobFunction: - name: Information Technology department: Information Technology - name: Information Technology Executive department: C-Suite company: id: 65571648 name: College of Marin website: www.marin.edu hasOtherTopicConsumption: true - id: 60ff0745-9745-48fb-a014-4f86c4eb9fab category: Cloud topic: Cloud Computing signalScore: 81 audienceStrength: C newSignal: true signalDate: 6/21/2020 12:00 AM trend: 22 recommendedContacts: - id: 2671385855 firstName: Elizabeth lastName: Hillman jobTitle: President jobFunction: - name: Executive department: C-Suite company: id: 78366485 name: Mills College website: www.mills.edu hasOtherTopicConsumption: true - id: 7ab038a0-db6a-4157-8ca5-69e05337c98e category: Cloud topic: Cloud Computing signalScore: 85 audienceStrength: B newSignal: true signalDate: 6/21/2020 12:00 AM trend: 26 recommendedContacts: - id: 1543255409 firstName: Susan lastName: Lamb jobTitle: President jobFunction: - name: Executive department: C-Suite company: id: 50978158 name: Diablo Valley College website: www.dvc.edu hasOtherTopicConsumption: true - id: d9bed256-5b94-40b3-8773-2fa40226c8ed category: Cloud topic: Cloud Applications signalScore: 83 audienceStrength: C newSignal: true signalDate: 7/12/2020 12:00 AM trend: 24 recommendedContacts: - id: 2670266631 firstName: Ching lastName: Wang jobTitle: President & Chief Executive Officer jobFunction: - name: Executive department: C-Suite - id: -1055918224 firstName: Michael lastName: Chiu jobTitle: President jobFunction: - name: Executive department: C-Suite - id: 2939458238 firstName: Ramez lastName: Sakkab jobTitle: President jobFunction: - name: Executive department: C-Suite company: id: 33702638 name: Samuel Merritt University website: www.samuelmerritt.edu hasOtherTopicConsumption: true - id: f1432f95-5300-4fd9-ba58-c90114f7bdc0 category: Cloud topic: Cloud Applications signalScore: 86 audienceStrength: B newSignal: true signalDate: 6/21/2020 12:00 AM trend: 27 recommendedContacts: - id: 2671385855 firstName: Elizabeth lastName: Hillman jobTitle: President jobFunction: - name: Executive department: C-Suite company: id: 78366485 name: Mills College website: www.mills.edu hasOtherTopicConsumption: true - id: f1971651-c742-41f3-93ac-cebe89ec78f8 category: Cloud topic: Cloud Applications signalScore: 84 audienceStrength: B newSignal: true signalDate: 6/28/2020 12:00 AM trend: 25 recommendedContacts: - id: 1970683957 firstName: Patrick lastName: Ekoue-totou jobTitle: Chief Information Officer & Director, Information Technology jobFunction: - name: Information Technology department: Information Technology - name: Information Technology Executive department: C-Suite company: id: 65571648 name: College of Marin website: www.marin.edu hasOtherTopicConsumption: true deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/inputfields/intent/search: get: tags: - Intent Search summary: Zoominfo Intent Search Inputs description: Returns a list of fields you can use as input for the [Intent Search](#93f940a4-4381-49dd-8fbc-42cbc75a7a39) endpoint. operationId: IntentSearchInputs parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Thu, 16 Jul 2020 20:00:37 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 5b3e4f790f87ebe8-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=7c92aab28a16a819b11a05bd1f2d315bc49963834ddeebd2bab7bb8578c6a9ba:59135a31-c5e3-11ea-b90a-bfcce47ec1ab; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 03facfffa80000ebe842b8f200000001 Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1497' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1594929656' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: type: array items: $ref: '#/components/schemas/IntentSearchInput' description: '' examples: - - fieldName: topics fieldType: ArrayList description: Intent topics. Accepts an Array of String. See the 'Intent Topics' endpoint for values. - fieldName: signalStartDate fieldType: String description: Start date for a company signaling interest in a topic - fieldName: signalEndDate fieldType: String description: End date for a company signaling interest in a topic - fieldName: signalScoreMin fieldType: Integer description: Minimum signal score. Use with signalScoreMax to form a range. Minimum score is 60 and maximum is 100. - fieldName: signalScoreMax fieldType: Integer description: Maximum signal score. Use with signalScoreMin to form a range. Minimum score is 60 and maximum is 100. - fieldName: audienceStrengthMin fieldType: String 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. - fieldName: audienceStrengthMax fieldType: String 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. - fieldName: companyDescription fieldType: String description: Text description unique to the company you want to use as search criteria - fieldName: companyType fieldType: String description: Company type (private, public, and so on) - fieldName: address fieldType: String description: Company address - fieldName: street fieldType: String description: Company street - fieldName: state fieldType: String description: Company state - fieldName: zipCode fieldType: String description: Zip Code of the company's primary address - fieldName: country fieldType: String description: Company country - fieldName: continent fieldType: String description: Company continent - fieldName: zipCodeRadiusMiles fieldType: String description: Used in conjunction with zipCode, designates a geographical radius (in miles) from the zipCode provided. - fieldName: hashTagString fieldType: String description: Hash tags for a company. Can include a comma-separated list. - fieldName: techAttributeTagList fieldType: String description: Specify technology product tags - fieldName: subUnitTypes fieldType: String description: Company sub types (e.g., division, subsidiary and so on). - fieldName: primaryIndustriesOnly fieldType: Boolean 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. - fieldName: industryCodes fieldType: String 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. - fieldName: industryKeywords fieldType: String description: Industry keywords associated with a company. Can include a comma-separated list. - fieldName: sicCodes fieldType: String description: Four-digit numerical codes assigned by the U.S. government to business establishments to identify the primary business of the establishment. - fieldName: naicsCodes fieldType: String description: 'Four-digit numerical codes assigned by the U.S. government to business establishments to identify the primary business of the establishment. ' - fieldName: revenueMin fieldType: Integer 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. - fieldName: revenueMax fieldType: Integer 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. - fieldName: revenue fieldType: String 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. - fieldName: employeeRangeMin fieldType: String 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. - fieldName: employeeRangeMax fieldType: String 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. - fieldName: employeeCount fieldType: String 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. - fieldName: companyRanking fieldType: String description: Company ranking list (e.g., Fortune 500 and so on) - fieldName: metroRegion fieldType: String description: Company metro area. Accepts a comma-separated list of U.S. and Canada metro areas. - fieldName: locationSearchType fieldType: String description: Location type (Person, Company, PersonThenHQ). Accepts a comma-separated list of values. - fieldName: fundingAmountMin fieldType: Integer 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. - fieldName: fundingAmountMax fieldType: Integer 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. - fieldName: fundingStartDate fieldType: String 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. - fieldName: fundingEndDate fieldType: String 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. - fieldName: excludedRegions fieldType: String description: Exclude a company metro area. Accepts a comma-separated list of U.S. and Canada metro areas. - fieldName: zoominfoContactsMin fieldType: String description: Minimum number of ZoomInfo contacts associated with company - fieldName: zoominfoContactsMax fieldType: String description: Maximum number of ZoomInfo contacts associated with company - fieldName: companyStructureIncludedSubUnitTypes fieldType: String description: Company hierarchical structure - fieldName: oneYearEmployeeGrowthRateMin fieldType: String description: Minimum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMax to set a range. - fieldName: oneYearEmployeeGrowthRateMax fieldType: String description: Maximum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMin to set a range. - fieldName: twoYearEmployeeGrowthRateMin fieldType: String description: Minimum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMax to set a range. - fieldName: twoYearEmployeeGrowthRateMax fieldType: String description: Maximum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMin to set a range. - fieldName: certified fieldType: Integer description: Denotes if ZoomInfo's research and data team has confirmed activity within the past 12 months - fieldName: excludeDefunctCompanies fieldType: Boolean description: Include or exclude defunct companies. The default value is false. - fieldName: rpp fieldType: Integer description: Limits the results returned to the given number of results per page - fieldName: page fieldType: Integer description: Provides the results for the given page, used in conjunction with rpp - fieldName: sortBy fieldType: String description: Sorts results by valid output fields - fieldName: sortOrder fieldType: String description: Default value is desc. It accepts the following values { Asc, Ascending, desc, descending } contentMediaType: application/json;charset=utf-8 example: - fieldName: topics fieldType: ArrayList description: Intent topics. Accepts an Array of String. See the 'Intent Topics' endpoint for values. - fieldName: signalStartDate fieldType: String description: Start date for a company signaling interest in a topic - fieldName: signalEndDate fieldType: String description: End date for a company signaling interest in a topic - fieldName: signalScoreMin fieldType: Integer description: Minimum signal score. Use with signalScoreMax to form a range. Minimum score is 60 and maximum is 100. - fieldName: signalScoreMax fieldType: Integer description: Maximum signal score. Use with signalScoreMin to form a range. Minimum score is 60 and maximum is 100. - fieldName: audienceStrengthMin fieldType: String 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. - fieldName: audienceStrengthMax fieldType: String 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. - fieldName: companyDescription fieldType: String description: Text description unique to the company you want to use as search criteria - fieldName: companyType fieldType: String description: Company type (private, public, and so on) - fieldName: address fieldType: String description: Company address - fieldName: street fieldType: String description: Company street - fieldName: state fieldType: String description: Company state - fieldName: zipCode fieldType: String description: Zip Code of the company's primary address - fieldName: country fieldType: String description: Company country - fieldName: continent fieldType: String description: Company continent - fieldName: zipCodeRadiusMiles fieldType: String description: Used in conjunction with zipCode, designates a geographical radius (in miles) from the zipCode provided. - fieldName: hashTagString fieldType: String description: Hash tags for a company. Can include a comma-separated list. - fieldName: techAttributeTagList fieldType: String description: Specify technology product tags - fieldName: subUnitTypes fieldType: String description: Company sub types (e.g., division, subsidiary and so on). - fieldName: primaryIndustriesOnly fieldType: Boolean 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. - fieldName: industryCodes fieldType: String 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. - fieldName: industryKeywords fieldType: String description: Industry keywords associated with a company. Can include a comma-separated list. - fieldName: sicCodes fieldType: String description: Four-digit numerical codes assigned by the U.S. government to business establishments to identify the primary business of the establishment. - fieldName: naicsCodes fieldType: String description: 'Four-digit numerical codes assigned by the U.S. government to business establishments to identify the primary business of the establishment. ' - fieldName: revenueMin fieldType: Integer 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. - fieldName: revenueMax fieldType: Integer 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. - fieldName: revenue fieldType: String 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. - fieldName: employeeRangeMin fieldType: String 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. - fieldName: employeeRangeMax fieldType: String 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. - fieldName: employeeCount fieldType: String 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. - fieldName: companyRanking fieldType: String description: Company ranking list (e.g., Fortune 500 and so on) - fieldName: metroRegion fieldType: String description: Company metro area. Accepts a comma-separated list of U.S. and Canada metro areas. - fieldName: locationSearchType fieldType: String description: Location type (Person, Company, PersonThenHQ). Accepts a comma-separated list of values. - fieldName: fundingAmountMin fieldType: Integer 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. - fieldName: fundingAmountMax fieldType: Integer 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. - fieldName: fundingStartDate fieldType: String 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. - fieldName: fundingEndDate fieldType: String 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. - fieldName: excludedRegions fieldType: String description: Exclude a company metro area. Accepts a comma-separated list of U.S. and Canada metro areas. - fieldName: zoominfoContactsMin fieldType: String description: Minimum number of ZoomInfo contacts associated with company - fieldName: zoominfoContactsMax fieldType: String description: Maximum number of ZoomInfo contacts associated with company - fieldName: companyStructureIncludedSubUnitTypes fieldType: String description: Company hierarchical structure - fieldName: oneYearEmployeeGrowthRateMin fieldType: String description: Minimum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMax to set a range. - fieldName: oneYearEmployeeGrowthRateMax fieldType: String description: Maximum one year employee growth rate for a company. Use with oneYearEmployeeGrowthRateMin to set a range. - fieldName: twoYearEmployeeGrowthRateMin fieldType: String description: Minimum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMax to set a range. - fieldName: twoYearEmployeeGrowthRateMax fieldType: String description: Maximum two year employee growth rate for a company. Use with twoYearEmployeeGrowthRateMin to set a range. - fieldName: certified fieldType: Integer description: Denotes if ZoomInfo's research and data team has confirmed activity within the past 12 months - fieldName: excludeDefunctCompanies fieldType: Boolean description: Include or exclude defunct companies. The default value is false. - fieldName: rpp fieldType: Integer description: Limits the results returned to the given number of results per page - fieldName: page fieldType: Integer description: Provides the results for the given page, used in conjunction with rpp - fieldName: sortBy fieldType: String description: Sorts results by valid output fields - fieldName: sortOrder fieldType: String description: Default value is desc. It accepts the following values { Asc, Ascending, desc, descending } deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/outputfields/intent/search: get: tags: - Intent Search summary: Zoominfo Intent Search Outputs description: Returns a list of output fields for the [Intent Search](#93f940a4-4381-49dd-8fbc-42cbc75a7a39) endpoint. operationId: IntentSearchOutputs parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Thu, 18 Feb 2021 21:15:36 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 623ac3adce1aec00-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=ba8cabd144de2f65e7eb45aa969d5d069a07868dc4ea9b06fc199d150654a670:4b75fad1-722d-11eb-a706-8935b8314dad; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 085898a09f0000ec0003257000000001 Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1613682997' X-Request-Id: content: text/plain: schema: type: string contentMediaType: text/plain example: 351ac434-60f7-49e0-a319-ae9680f108f1 Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: type: array items: $ref: '#/components/schemas/IntentSearchOutput' description: '' examples: - - fieldName: id description: Unique ZoomInfo identifier for a topic - fieldName: category description: Intent category - fieldName: topic description: Intent topic - fieldName: signalScore description: Signal score for the topic - fieldName: audienceStrength description: Audience strength for the topic - fieldName: signalDate description: Date the signal was identified - fieldName: companyId description: Unique ZoomInfo identifier for a company - fieldName: companyName description: Company name - fieldName: companyWebsite description: Company website URL in http://www.example.com format - fieldName: companyHasOtherTopicConsumption description: Indicates whether a company has other topics with increased consumption. Values are true and false. - fieldName: recommendedContacts description: Suggested contacts at the company that are related to the intent topic contentMediaType: application/json;charset=utf-8 example: - fieldName: id description: Unique ZoomInfo identifier for a topic - fieldName: category description: Intent category - fieldName: topic description: Intent topic - fieldName: signalScore description: Signal score for the topic - fieldName: audienceStrength description: Audience strength for the topic - fieldName: signalDate description: Date the signal was identified - fieldName: companyId description: Unique ZoomInfo identifier for a company - fieldName: companyName description: Company name - fieldName: companyWebsite description: Company website URL in http://www.example.com format - fieldName: companyHasOtherTopicConsumption description: Indicates whether a company has other topics with increased consumption. Values are true and false. - fieldName: recommendedContacts description: Suggested contacts at the company that are related to the intent topic deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /enrich/contact: post: tags: - Contact Enrich summary: Zoominfo Contact Enrich description: "Use this endpoint to match contact information based on [input values](#dbaf31cd-0f7a-4bf3-b6c1-077f3c31f2df) and return the desired output fields in the response. Use [Contact Enrich Outputs](#28b47784-3186-4fc4-af91-12e6bc6fb31a) to retrieve the list of available output fields.\n\n**Input combinations**\n\nTo match a contact, you must use one of the following combinations of parameters to construct your input:\n\n- `personId` OR `emailAddress` OR `hashedEmail` OR `phone`. 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 `companyId`/`companyName`.\n \n- `firstName` AND `lastName` AND `companyId`/`companyName`. Combining these values effectively results in a unique person.\n \n- `fullName` AND `companyId`/`companyName`. Combining these values effectively results in a unique person.\n \n\n**Maximum inputs per request**\n\nYou 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.\n\n**Required fields**\n\nYou 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.\n\n**Input params**\n\n| Parameter | DataType | Description |\n| --- | --- | --- |\n| personId | Long integer or string | Unique ZoomInfo identifier for the contact |\n| fullName | String | Contact full name |\n| firstName | String | Contact first name |\n| lastName | String | Contact last name |\n| emailAddress | String | Business or Personal email address for the contact in [example@example.com](https://mailto:example@example.com) format |\n| phone | String | Contact direct or mobile phone number |\n| jobTitle | String | Contact title at current place of employment |\n| hashedEmail | String | 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| externalURL | String | Social media URLs for the contact (e.g., Facebook, Twitter, LinkedIn) |\n| lastUpdatedDateAfter | String | The date after which the contact's profile was last updated in YYYY-MM-DD format |\n| validDateAfter | String | The date after which the contact's profile was last validated in YYYY-MM-DD format |\n| companyId | Long integer or string | Unique ZoomInfo identifier for the company |\n| companyName | String | Name of the company for for which the contact works, or has worked |\n| contactAccuracyScoreMin | Integer | Return contacts that meet the minimum accuracy score or higher |\n\n**Output fields**\n\n| Field | Description |\n| --- | --- |\n| id | Unique ZoomInfo identifier for the contact |\n| firstName | Contact first name |\n| middleName | Contact middle name |\n| lastName | Contact last name |\n| email | Work email address for the contact in [example@example.com](https://mailto:example@example.com) format |\n| hasCanadianEmail | Indicates whether the contact's email address is associated with a Canada domain |\n| phone | Contact direct phone number |\n| directPhoneDoNotCall | Contact flagged with \"do not call\" for direct phone |\n| street | Street for the contact's work address |\n| city | City for the contact's work address |\n| region | State or province for the contact's work address |\n| metroArea | Metro area for the contact's work address |\n| zipCode | Zip Code or Postal Code for the contact's work address |\n| state | State or province for the contact's work address |\n| country | Country for the contact's work address |\n| continent | Continent for the contact's work address |\n| personHasMoved | Indicates ZoomInfo recognizes the contact does not match ZoomInfo's current company but does match known employment history |\n| withinEu | Indicates whether the contact's work address is in Europe |\n| withinCalifornia | Indicates whether the contact's work address is in California |\n| withinCanada | Indicates whether the contact's work address is in Canada |\n| validDate | Date on which the contact record was last validated |\n| lastUpdatedDate | Date on which the contact record was last updated |\n| noticeProvidedDate | Date on which the contact was notified of inclusion in ZoomInfo's database |\n| salutation | Contact salutation |\n| suffix | Contact suffix |\n| jobTitle | Contact job title at current place of employment |\n| jobFunction | Contact job function at current place of employment |\n| education | Contact education details |\n| hashedEmails | Contact MD5 encrypted email address(es) |\n| picture | The URL which can be used to retrieve a photo for the contact |\n| mobilePhoneDoNotCall | Contact flagged with \"do not call\" for mobile phone |\n| externalUrls | Social media URLs for the contact (e.g., Facebook, Twitter, LinkedIn) |\n| employmentHistory | Contact employment history |\n| managementLevel | Contact management level |\n| contactAccuracyScore | 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| companyId | Unique ZoomInfo identifier for a company |\n| companyName | Name of the contact's current company |\n| companyDescriptionList | List of descriptions associated with the contact's current company |\n| companyPhone | Phone number of the company's primary address |\n| companyFax | Fax number of the company's primary address |\n| companyStreet | Street of the company's primary address |\n| companyCity | City of the company's primary address |\n| companyState | State or province of the company's primary address |\n| companyZipCode | Zip Code or Postal Code of the company's primary address |\n| companyCountry | Country of the company's primary address |\n| companyContinent | Continent for the ccompany's primary address |\n| companyLogo | The URL which can be used to retrieve the logo for the company |\n| companyDivision | Contact primary division name at current place of employment |\n| companySicCodes | The Standard Industrial Classification is a system for classifying industries by a four-digit code. |\n| companyNaicsCodes | 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. |\n| companyWebsite | URL to the company website in [http://www.example.com](http://www.example.com) format |\n| companyRevenue | Company revenue (e.g., $400 Million) |\n| companyRevenueNumeric | Company revenue in raw number (e.g., 400 million is expressed as 400000000) |\n| companyEmployeeCount | Employee count range |\n| companyType | Company type (private, public, npo, education, government, other) |\n\ | companyTicker | Company stock ticker symbol |\n| companyRanking | Company ranking list (e.g., Fortune 500 and so on) |\n| isDefunct | Indicates whether the company still exists |\n| companySocialMediaUrls | Social media URLs for the company (e.g., Facebook, Twitter, LinkedIn) |\n| isCalifornia | |\n| isCanada | |\n| companyPrimaryIndustry | Top-level industry for a company |\n| companyIndustries | The industry grouping for the company. A company can have multiple industries. |\n| companyRevenueRange | Revenue range of the contact's current company |\n| companyEmployeeRange | Employee range of the contact's current company |\n| locationCompanyId | Company ID for the contact's location |\n| positionStartDate | The date on which the contact began their current employment |\n| yearsOfExperience | Years of overall experience |\n| techSkills | List of technology skills identified for a contact |\n| engagements | List of the contact's engagements. Includes the date and type of each engagement |" operationId: ContactEnrich parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/ContactEnrichRequest' - examples: - outputFields: - mobilePhone - phone matchPersonInput: - personId: 1584305636 contentMediaType: application/json example: outputFields: - mobilePhone - phone matchPersonInput: - personId: 1584305636 required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Thu, 05 Nov 2020 16:22:49 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 5ed7ea6ab960ebec-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=e7db1952c3c428b300d7ae68283c6a1587e2640221c25672d39a1ecc58fe7f4d:3f7c2db0-1eec-11eb-bdb4-093d0d48e40a; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 063ad0d6ae0000ebec2596f000000001 Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1498' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1604593422' X-Usage-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999953355' X-Usage-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999910710' X-Usage-Unique-Id-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Unique-Id-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9998892' X-Usage-Websights-Api-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Websights-Api-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9999237' X-Usage-Websights-Api-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '100000010' X-Usage-Websights-Api-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '99999253' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare X-Request-Id: content: text/plain: schema: type: string contentMediaType: text/plain example: ce9c5b5c-da15-4d13-9b7a-c85736b347f5 x-usage-record-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' x-usage-record-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999996221' x-usage-request-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' x-usage-request-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999999196' x-usage-unique-id-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' x-usage-unique-id-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9999978' x-usage-websights-api-record-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' x-usage-websights-api-record-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9999627' x-usage-websights-api-request-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '100000000' x-usage-websights-api-request-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '99999638' content: application/json;charset=utf-8: schema: allOf: - $ref: '#/components/schemas/EnrichcontactbyfirstnamelastnamecompanyId' - examples: - success: true data: outputFields: - - id - firstname - middlename - lastname - email - hascanadianemail - phone - directphonedonotcall - street - city - region - metroarea - zipcode - state - country - personhasmoved - withineu - withincalifornia - withincanada - lastupdateddate - noticeprovideddate - salutation - suffix - jobtitle - jobfunction - companydivision - education - hashedemails - picture - mobilephonedonotcall - externalurls - companyid - companyname - companydescriptionlist - companyphone - companyfax - companystreet - companycity - companystate - companyzipcode - companycountry - companylogo - companysiccodes - companynaicscodes - contactaccuracyscore - companywebsite - companyrevenue - companyrevenuenumeric - companyemployeecount - companytype - companyticker - companyranking - isdefunct - companysocialmediaurls - companyprimaryindustry - companyindustries - companyrevenuerange - companyemployeerange - employmenthistory - managementlevel - locationcompanyid - companyId result: - input: companyid: 346572700 firstname: henry lastname: schuck data: - id: 1260398587 firstName: Henry middleName: L. lastName: Schuck email: henry.schuck@zoominfo.com hasCanadianEmail: 'false' phone: (360) 783-6816 directPhoneDoNotCall: false street: 805 Broadway Ste. 900 city: Vancouver region: Washington metroArea: Portland zipCode: '98660' state: Washington country: United States personHasMoved: Uncertain withinEu: false withinCalifornia: true withinCanada: false lastUpdatedDate: 1/5/2020 2:59 PM noticeProvidedDate: 06/27/2020 salutation: '' suffix: '' jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite education: - school: University of Nevada , Las Vegas educationDegree: degree: '' areaOfStudy: '' - school: Oxford University educationDegree: degree: comparative law areaOfStudy: '' - school: The Ohio State University Moritz College of Law educationDegree: degree: '' areaOfStudy: juris doctorate degree cum laude hashedEmails: - f58f6a9d081a378bccd8c8a067f5d757c1bcfe1114b17d1a0173c4f64f132a76 - 882301004d270daab518d5d4fc0ec9a3e790159c4802e04394c0e70d7d817a5df5d19ba86a495ea2b22c19911a4606c63af22b85326c5a477e5b845a9ffcc33d - 8dceb85dffad7d86c656fabd105d5781a1cdc66d3e5e0f1e723f04dc172c13e7839948f8253f382ecb91b5a3892aa4c8cec671061a24b18ef4cd3fc08a89d0bc - f68bd1de672a4c37fdc87d88b4d543c2634ed129e5c73f69ca74c5dd21bc0fd6 - eed1872f83bf7d777eef83d459e14dc97cc8bbe4c391665d02130d1a02b9c6bae8fde805e5556bc9345e01da360856c36c08d3fde3c6564ce9eda330c11307cb - b187e4ed0351e0988c5e7efb63c73d8fba14252ede5b29c4b111445ed60a205e566feaa37eb2a5da512f93d8c34bab8add0ebec823ee2a9ba718e709ae5bb999 - 8eb26ee14126e66bbf71cfc7da77803ab2079298c4f63075b4a9329605d0844c3b9d989ae4e9486f12701bad2b40cf45c8b461b751a3b37e97b18bd07cddf950 - 695d19bdc9be7f8e742c5f8d21d20832 - 29d9667b9865bd4c0ade732d87491588 - 0277d9b958853b227aae74c49fb3f47ed1a4f7a0 - 8f74df87a34f9eace4f392081fdf1701ecdd0a82 - 0cf4aef9be54921f056cfbd01aa21aaa - c9415971b7ed54e1ef2ba9b76d7517d8 - 3255f0cea9d54f85c3ffe066798f68c8d9ff5131 - c2a09501b2e2d8542c90a9014a3e035be5d5412b - 73874aff0dc933c6b08f9ecfdcd281ae5f2b2ef4 - b29c16b0355cdf202e47561cc82b2ce10325c7c9fbf35fc8c8d2ac97e1a15751 - 0b3c1656c901009da30bd69f431f901d17aea3b5 - 219df7fce416087db95f41b22a3e99de - 74a841493b2be80de6b0523e3e51388ee702162b98bf0a1b761dc20a67c24bf9dd7c1c1edb43ec378754489dcb2c8b94fe8652c4f8aad2294758f1e37738093c - 11862b70dc429e354ecb9e8c3f94baa980cd848a4e65b0607f098c2c4784e1e9 - f96d816c6506277d8917284d6ae01c086d6bb738 - e2107f85303216debfc490c1128ad0026bc66cba - 42f9c1101b858d906f1e9249377705cc - 2d707a32b6c36d7860df4ded85a3675da59487bd - 70c0572ab995de4b75a50d4f3b9527b2f23ee3729d8dee19454732bb5974b96ce3b46c126ef9da3072e0db19331b713551c8f51af7d06d7456b006e6b6c6786f - cb428444a92caccbf74196a56ce2ce47bedb7c810165a3f5670e0142b9e20488 - fb8f9342f5555bac4b5576e18203dee9649eb6cac775a60444a08912d57ecfaf - 02d590f02c638a0f0a14330f8ed41ac3f29be73f3cc61510cffd5010f4076a56 - 077edc0b42f5b3a2ebced95cb466d7540eb13f84 - 35fae950b9267686ad59bf5540f05fe32614b05f7ce111c88215d397c4ccca80 - 072d54d1cd80722271757be3ad70e2fa80a4f7a9ddcfa4986bdacfaf44090d01 - f9cec62f4b2805124098741a9ff318cfc7601014799360d909d6160941a6700d4ec1dcfbfcfd445a8fd5549670bebefd0169ab53d5332296af6c70a55e22848a - 4d49f8386d59b45ddda50a5ef5430120 - 81863a5a64ae6c4df9eab6200808260ffd99324308dcdb234cb95fe2f01868fd - 3b4031ad2889aba895b3f7a0132f254c - adb40c784326c0581284f4c8301bbeb0b217bab6a09eb811f8eee4fce2ea431b3cf01da7192c0af813ce7df177fc634770b4557c74301d41c412ee7dc890b9bf - 20b54d86e974f4dfeb4383ed2c748e2d79ac7d28 - 258ba4f8558fbea656732b28211c9df8 - b389c6b4c6d1ab9c45a41f2ac41d7a2367b980866587f0d8afc8d07e87bf7dbee8638f4194e24674aa56a225bc9db668a6febd13fe0b975cc330dfb7c54df4f2 - 36c30998984a06a5eb56f5322ff8a284d144d159365b93423cc08223081965d606e6af6dddd30b7fd09bc627f9dcecd3ea85c036c3ba485ed31e07d2bd7ca65b - 5233cc7bd91cb8234b136cd44db83d94 - 6a17da18c38ef9b4d42cefdaf7db0a03 - 2154155b799c35d2d58ad920146b2477635884f5af0839bc6ebbdb99216b7415 picture: https://www.zoominfo.com/ge-assets/images/leadership/henry_schuck.png mobilePhoneDoNotCall: true externalUrls: - type: linkedin.com url: https://www.linkedin.com/in/hschuck - type: twitter.com url: https://www.twitter.com/henrylschuck - type: salesforce.com url: https://www.salesforce.com/00361000005FuKPAA0 contactAccuracyScore: 96 isDefunct: false employmentHistory: - jobTitle: Vice President of Data and Marketing managementLevel: - VP-Level fromDate: '2002-01-02T00:00:00.000Z' toDate: '2006-01-02T00:00:00.000Z' company: companyId: 0 companyName: iProfile companyPhone: '' companyWebsite: '' managementLevel: - C-Level locationCompanyId: 344589814 company: division: '' id: 344589814 name: ZoomInfo descriptionList: - 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. - 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. - 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. ' - 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. ' - 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. ' phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St Suite 900 city: Vancouver state: Washington zipCode: '98660' country: United States logo: http://www.zoominfo.com/business/mktg/images/zi_logo.png sicCodes: - id: '73' name: Business Services - id: '737' name: Computer Programming, Data Processing, And Other Computer Related Services - id: '7375' name: Information Retrieval Services - id: '27' name: Printing, Publishing, And Allied Industries - id: '274' name: Miscellaneous Publishing - id: '2741' name: Miscellaneous Publishing - id: '731' name: Advertising - id: '7371' name: Computer Programming Services - id: '7372' name: Prepackaged Software - id: '738' name: Miscellaneous Business Services - id: '7389' name: Business Services, Not Elsewhere Classified - id: '89' name: Miscellaneous Services - id: '899' name: Miscellaneous Services - id: '8999' name: Services, Not Elsewhere Classified - id: '7374' name: Computer Processing and Data Preparation and Processing Services naicsCodes: - id: '541613' name: Marketing Consulting Services - id: '541511' name: Custom Computer Programming Services - id: '51919' name: All Other Information Services - id: '518210' name: Data Processing, Hosting, and Related Services - id: '54151' name: Computer Systems Design and Related Services - id: '5182' name: Data Processing, Hosting, and Related Services - id: '511' name: Publishing Industries (except Internet) - id: '51121' name: Software Publishers - id: '51821' name: Data Processing, Hosting, and Related Services - id: '517' name: Telecommunications - id: '5415' name: Computer Systems Design and Related Services - id: '518' name: Data Processing, Hosting, and Related Services - id: '51' name: Information - id: '5416' name: Management, Scientific, and Technical Consulting Services - id: '519' name: Other Information Services - id: '5418' name: Advertising, Public Relations, and Related Services - id: '54' name: Professional, Scientific, and Technical Services - id: '5112' name: Software Publishers - id: '511210' name: Software Publishers - id: '517110' name: '' - id: '5191' name: Other Information Services - id: '5171' name: '' - id: '54161' name: Management Consulting Services - id: '519130' name: Internet Publishing and Broadcasting and Web Search Portals - id: '541' name: Professional, Scientific, and Technical Services - id: '519190' name: All Other Information Services - id: '51711' name: '' - id: '51913' name: Internet Publishing and Broadcasting and Web Search Portals website: www.zoominfo.com revenue: $400 Million revenueNumeric: 400000000 employeeCount: 1500 type: PUBLIC ticker: 'NASDAQ: ZI' ranking: - Inc 5000 socialMediaUrls: [] primaryIndustry: - Software industries: - Data Collection & Internet Portals - Software - Media & Internet revenueRange: $250 mil. - $500 mil. employeeRange: 1,000 - 5,000 contentMediaType: application/json;charset=utf-8 example: success: true data: outputFields: - - id - firstname - middlename - lastname - email - hascanadianemail - phone - directphonedonotcall - street - city - region - metroarea - zipcode - state - country - personhasmoved - withineu - withincalifornia - withincanada - lastupdateddate - noticeprovideddate - salutation - suffix - jobtitle - jobfunction - companydivision - education - hashedemails - picture - mobilephonedonotcall - externalurls - companyid - companyname - companydescriptionlist - companyphone - companyfax - companystreet - companycity - companystate - companyzipcode - companycountry - companylogo - companysiccodes - companynaicscodes - contactaccuracyscore - companywebsite - companyrevenue - companyrevenuenumeric - companyemployeecount - companytype - companyticker - companyranking - isdefunct - companysocialmediaurls - companyprimaryindustry - companyindustries - companyrevenuerange - companyemployeerange - employmenthistory - managementlevel - locationcompanyid - companyId result: - input: companyid: 346572700 firstname: henry lastname: schuck data: - id: 1260398587 firstName: Henry middleName: L. lastName: Schuck email: henry.schuck@zoominfo.com hasCanadianEmail: 'false' phone: (360) 783-6816 directPhoneDoNotCall: false street: 805 Broadway Ste. 900 city: Vancouver region: Washington metroArea: Portland zipCode: '98660' state: Washington country: United States personHasMoved: Uncertain withinEu: false withinCalifornia: true withinCanada: false lastUpdatedDate: 1/5/2020 2:59 PM noticeProvidedDate: 06/27/2020 salutation: '' suffix: '' jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite education: - school: University of Nevada , Las Vegas educationDegree: degree: '' areaOfStudy: '' - school: Oxford University educationDegree: degree: comparative law areaOfStudy: '' - school: The Ohio State University Moritz College of Law educationDegree: degree: '' areaOfStudy: juris doctorate degree cum laude hashedEmails: - f58f6a9d081a378bccd8c8a067f5d757c1bcfe1114b17d1a0173c4f64f132a76 - 882301004d270daab518d5d4fc0ec9a3e790159c4802e04394c0e70d7d817a5df5d19ba86a495ea2b22c19911a4606c63af22b85326c5a477e5b845a9ffcc33d - 8dceb85dffad7d86c656fabd105d5781a1cdc66d3e5e0f1e723f04dc172c13e7839948f8253f382ecb91b5a3892aa4c8cec671061a24b18ef4cd3fc08a89d0bc - f68bd1de672a4c37fdc87d88b4d543c2634ed129e5c73f69ca74c5dd21bc0fd6 - eed1872f83bf7d777eef83d459e14dc97cc8bbe4c391665d02130d1a02b9c6bae8fde805e5556bc9345e01da360856c36c08d3fde3c6564ce9eda330c11307cb - b187e4ed0351e0988c5e7efb63c73d8fba14252ede5b29c4b111445ed60a205e566feaa37eb2a5da512f93d8c34bab8add0ebec823ee2a9ba718e709ae5bb999 - 8eb26ee14126e66bbf71cfc7da77803ab2079298c4f63075b4a9329605d0844c3b9d989ae4e9486f12701bad2b40cf45c8b461b751a3b37e97b18bd07cddf950 - 695d19bdc9be7f8e742c5f8d21d20832 - 29d9667b9865bd4c0ade732d87491588 - 0277d9b958853b227aae74c49fb3f47ed1a4f7a0 - 8f74df87a34f9eace4f392081fdf1701ecdd0a82 - 0cf4aef9be54921f056cfbd01aa21aaa - c9415971b7ed54e1ef2ba9b76d7517d8 - 3255f0cea9d54f85c3ffe066798f68c8d9ff5131 - c2a09501b2e2d8542c90a9014a3e035be5d5412b - 73874aff0dc933c6b08f9ecfdcd281ae5f2b2ef4 - b29c16b0355cdf202e47561cc82b2ce10325c7c9fbf35fc8c8d2ac97e1a15751 - 0b3c1656c901009da30bd69f431f901d17aea3b5 - 219df7fce416087db95f41b22a3e99de - 74a841493b2be80de6b0523e3e51388ee702162b98bf0a1b761dc20a67c24bf9dd7c1c1edb43ec378754489dcb2c8b94fe8652c4f8aad2294758f1e37738093c - 11862b70dc429e354ecb9e8c3f94baa980cd848a4e65b0607f098c2c4784e1e9 - f96d816c6506277d8917284d6ae01c086d6bb738 - e2107f85303216debfc490c1128ad0026bc66cba - 42f9c1101b858d906f1e9249377705cc - 2d707a32b6c36d7860df4ded85a3675da59487bd - 70c0572ab995de4b75a50d4f3b9527b2f23ee3729d8dee19454732bb5974b96ce3b46c126ef9da3072e0db19331b713551c8f51af7d06d7456b006e6b6c6786f - cb428444a92caccbf74196a56ce2ce47bedb7c810165a3f5670e0142b9e20488 - fb8f9342f5555bac4b5576e18203dee9649eb6cac775a60444a08912d57ecfaf - 02d590f02c638a0f0a14330f8ed41ac3f29be73f3cc61510cffd5010f4076a56 - 077edc0b42f5b3a2ebced95cb466d7540eb13f84 - 35fae950b9267686ad59bf5540f05fe32614b05f7ce111c88215d397c4ccca80 - 072d54d1cd80722271757be3ad70e2fa80a4f7a9ddcfa4986bdacfaf44090d01 - f9cec62f4b2805124098741a9ff318cfc7601014799360d909d6160941a6700d4ec1dcfbfcfd445a8fd5549670bebefd0169ab53d5332296af6c70a55e22848a - 4d49f8386d59b45ddda50a5ef5430120 - 81863a5a64ae6c4df9eab6200808260ffd99324308dcdb234cb95fe2f01868fd - 3b4031ad2889aba895b3f7a0132f254c - adb40c784326c0581284f4c8301bbeb0b217bab6a09eb811f8eee4fce2ea431b3cf01da7192c0af813ce7df177fc634770b4557c74301d41c412ee7dc890b9bf - 20b54d86e974f4dfeb4383ed2c748e2d79ac7d28 - 258ba4f8558fbea656732b28211c9df8 - b389c6b4c6d1ab9c45a41f2ac41d7a2367b980866587f0d8afc8d07e87bf7dbee8638f4194e24674aa56a225bc9db668a6febd13fe0b975cc330dfb7c54df4f2 - 36c30998984a06a5eb56f5322ff8a284d144d159365b93423cc08223081965d606e6af6dddd30b7fd09bc627f9dcecd3ea85c036c3ba485ed31e07d2bd7ca65b - 5233cc7bd91cb8234b136cd44db83d94 - 6a17da18c38ef9b4d42cefdaf7db0a03 - 2154155b799c35d2d58ad920146b2477635884f5af0839bc6ebbdb99216b7415 picture: https://www.zoominfo.com/ge-assets/images/leadership/henry_schuck.png mobilePhoneDoNotCall: true externalUrls: - type: linkedin.com url: https://www.linkedin.com/in/hschuck - type: twitter.com url: https://www.twitter.com/henrylschuck - type: salesforce.com url: https://www.salesforce.com/00361000005FuKPAA0 contactAccuracyScore: 96 isDefunct: false employmentHistory: - jobTitle: Vice President of Data and Marketing managementLevel: - VP-Level fromDate: '2002-01-02T00:00:00.000Z' toDate: '2006-01-02T00:00:00.000Z' company: companyId: 0 companyName: iProfile companyPhone: '' companyWebsite: '' managementLevel: - C-Level locationCompanyId: 344589814 company: division: '' id: 344589814 name: ZoomInfo descriptionList: - 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. - 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. - 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. ' - 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. ' - 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. ' phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St Suite 900 city: Vancouver state: Washington zipCode: '98660' country: United States logo: http://www.zoominfo.com/business/mktg/images/zi_logo.png sicCodes: - id: '73' name: Business Services - id: '737' name: Computer Programming, Data Processing, And Other Computer Related Services - id: '7375' name: Information Retrieval Services - id: '27' name: Printing, Publishing, And Allied Industries - id: '274' name: Miscellaneous Publishing - id: '2741' name: Miscellaneous Publishing - id: '731' name: Advertising - id: '7371' name: Computer Programming Services - id: '7372' name: Prepackaged Software - id: '738' name: Miscellaneous Business Services - id: '7389' name: Business Services, Not Elsewhere Classified - id: '89' name: Miscellaneous Services - id: '899' name: Miscellaneous Services - id: '8999' name: Services, Not Elsewhere Classified - id: '7374' name: Computer Processing and Data Preparation and Processing Services naicsCodes: - id: '541613' name: Marketing Consulting Services - id: '541511' name: Custom Computer Programming Services - id: '51919' name: All Other Information Services - id: '518210' name: Data Processing, Hosting, and Related Services - id: '54151' name: Computer Systems Design and Related Services - id: '5182' name: Data Processing, Hosting, and Related Services - id: '511' name: Publishing Industries (except Internet) - id: '51121' name: Software Publishers - id: '51821' name: Data Processing, Hosting, and Related Services - id: '517' name: Telecommunications - id: '5415' name: Computer Systems Design and Related Services - id: '518' name: Data Processing, Hosting, and Related Services - id: '51' name: Information - id: '5416' name: Management, Scientific, and Technical Consulting Services - id: '519' name: Other Information Services - id: '5418' name: Advertising, Public Relations, and Related Services - id: '54' name: Professional, Scientific, and Technical Services - id: '5112' name: Software Publishers - id: '511210' name: Software Publishers - id: '517110' name: '' - id: '5191' name: Other Information Services - id: '5171' name: '' - id: '54161' name: Management Consulting Services - id: '519130' name: Internet Publishing and Broadcasting and Web Search Portals - id: '541' name: Professional, Scientific, and Technical Services - id: '519190' name: All Other Information Services - id: '51711' name: '' - id: '51913' name: Internet Publishing and Broadcasting and Web Search Portals website: www.zoominfo.com revenue: $400 Million revenueNumeric: 400000000 employeeCount: 1500 type: PUBLIC ticker: 'NASDAQ: ZI' ranking: - Inc 5000 socialMediaUrls: [] primaryIndustry: - Software industries: - Data Collection & Internet Portals - Software - Media & Internet revenueRange: $250 mil. - $500 mil. employeeRange: 1,000 - 5,000 deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/inputfields/contact/enrich: get: tags: - Contact Enrich summary: Zoominfo Contact Enrich Inputs description: Returns a list of fields you can use as input for the [Contact Enrich](#c145dd01-eb54-4fc2-bbdb-9edc04b7ea1b) endpoint. operationId: ContactEnrichInputs parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Thu, 02 Apr 2020 20:27:56 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 57dd4b19cdd2ae30-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=e99a9e88d667ee71ae1f3e0f9ba320ee974606d04b502a1adab610e4b0998574:db2236f1-751f-11ea-8eb7-fd4ff856811c; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" x-application-context: content: text/plain: schema: type: string contentMediaType: text/plain example: application:production:8080 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '750' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '749' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1585859336' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: type: array items: $ref: '#/components/schemas/ContactEnrichInput' description: '' examples: - - fieldName: personId fieldType: Long description: Unique ZoomInfo identifier for the contact - fieldName: personFullName fieldType: String description: Contact full name - fieldName: personFirstName fieldType: String description: Contact first name - fieldName: personLastName fieldType: String description: Contact last name - fieldName: personEmailAddress fieldType: String description: Work email address for the contact in example@example.com format - fieldName: personPhone fieldType: String description: Contact direct or mobile phone number - fieldName: personJobTitle fieldType: String description: Contact title at current place of employment - fieldName: personHashedEmail fieldType: String 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.' - fieldName: personExternalURL fieldType: String description: Social media URLs for the contact (e.g., Facebook, Twitter, LinkedIn) - fieldName: fullName fieldType: String description: Contact full name - fieldName: firstName fieldType: String description: Contact first name - fieldName: lastName fieldType: String description: Contact last name - fieldName: emailAddress fieldType: String description: Work email address for the contact in example@example.com format - fieldName: phone fieldType: String description: Contact direct or mobile phone number - fieldName: jobTitle fieldType: String description: Contact title at current place of employment - fieldName: hashedEmail fieldType: String 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.' - fieldName: externalURL fieldType: String description: Social media URLs for the contact (e.g., Facebook, Twitter, LinkedIn) - fieldName: companyId fieldType: Long description: Unique ZoomInfo identifier for a company - fieldName: companyName fieldType: String description: Company name contentMediaType: application/json;charset=utf-8 example: - fieldName: personId fieldType: Long description: Unique ZoomInfo identifier for the contact - fieldName: personFullName fieldType: String description: Contact full name - fieldName: personFirstName fieldType: String description: Contact first name - fieldName: personLastName fieldType: String description: Contact last name - fieldName: personEmailAddress fieldType: String description: Work email address for the contact in example@example.com format - fieldName: personPhone fieldType: String description: Contact direct or mobile phone number - fieldName: personJobTitle fieldType: String description: Contact title at current place of employment - fieldName: personHashedEmail fieldType: String 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.' - fieldName: personExternalURL fieldType: String description: Social media URLs for the contact (e.g., Facebook, Twitter, LinkedIn) - fieldName: fullName fieldType: String description: Contact full name - fieldName: firstName fieldType: String description: Contact first name - fieldName: lastName fieldType: String description: Contact last name - fieldName: emailAddress fieldType: String description: Work email address for the contact in example@example.com format - fieldName: phone fieldType: String description: Contact direct or mobile phone number - fieldName: jobTitle fieldType: String description: Contact title at current place of employment - fieldName: hashedEmail fieldType: String 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.' - fieldName: externalURL fieldType: String description: Social media URLs for the contact (e.g., Facebook, Twitter, LinkedIn) - fieldName: companyId fieldType: Long description: Unique ZoomInfo identifier for a company - fieldName: companyName fieldType: String description: Company name deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/outputfields/contact/enrich: get: tags: - Contact Enrich summary: Zoominfo Contact Enrich Outputs description: Returns a list of fields you can specify as output for the [Contact Enrich](#c145dd01-eb54-4fc2-bbdb-9edc04b7ea1b) endpoint. operationId: ContactEnrichOutputs parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Tue, 22 Oct 2024 12:25:41 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Origin,Access-Control-Request-Method,Access-Control-Request-Headers x-envoy-upstream-service-time: content: text/plain: schema: type: string contentMediaType: text/plain example: '10' service: content: text/plain: schema: type: string contentMediaType: text/plain example: gke x-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: H92QOBaP7M4dM4WzyYk0KmRfGsWtYFQaIsXb x-ratelimit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' x-ratelimit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1498' x-envoy-decorator-operation: content: text/plain: schema: type: string contentMediaType: text/plain example: apps-gateway-active.main.svc.cluster.local:8080/* via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google alt-svc: content: text/plain: schema: type: string contentMediaType: text/plain example: h3=":443"; ma=86400 CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Origin-Trial: content: text/plain: schema: type: string contentMediaType: text/plain example: AyXGdeyTa0Lq3roJGvPBs/Ps9duHL7Vf/Q5YJQJwQN4fdGLbtMPms4BfmK2HapcHVkvBjyAVhxe5deDNI1TFXgcAAABxeyJvcmlnaW4iOiJodHRwczovL3pvb21pbmZvLmNvbTo0NDMiLCJmZWF0dXJlIjoiVHBjZCIsImV4cGlyeSI6MTczNTM0Mzk5OSwiaXNTdWJkb21haW4iOnRydWUsImlzVGhpcmRQYXJ0eSI6dHJ1ZX0= Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare CF-RAY: content: text/plain: schema: type: string contentMediaType: text/plain example: 8d6978b46b3187a2-IAD Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip content: application/json: schema: type: array items: $ref: '#/components/schemas/ContactEnrichOutput' description: '' examples: - - fieldName: id description: Unique ZoomInfo identifier for the contact accessGranted: 'true' - fieldName: firstName description: Contact first name accessGranted: 'true' - fieldName: middleName description: Contact middle name accessGranted: 'true' - fieldName: lastName description: Contact last name accessGranted: 'true' - fieldName: email description: Work email address for the contact in example@example.com format accessGranted: 'true' - fieldName: hasCanadianEmail description: Indicates whether the contact's email address is associated with a Canada domain accessGranted: 'true' - fieldName: phone description: Contact direct phone number accessGranted: 'true' - fieldName: directPhoneDoNotCall description: Contact flagged with do not call for direct phone accessGranted: 'true' - fieldName: street description: Street for the contact's work address accessGranted: 'true' - fieldName: city description: City for the contact's work address accessGranted: 'true' - fieldName: region description: State or province for the contact's work address accessGranted: 'true' - fieldName: metroArea description: Metro area for the contact's work address accessGranted: 'true' - fieldName: zipCode description: Zip Code or Postal Code for the contact's work address accessGranted: 'true' - fieldName: state description: State or province for the contact's work address accessGranted: 'true' - fieldName: country description: Country for the contact's work address accessGranted: 'true' - fieldName: continent description: Continent for the contact's work address accessGranted: 'true' - fieldName: personHasMoved description: Indicates ZoomInfo recognizes the contact does not match ZoomInfo's current company but does match known employment history accessGranted: 'true' - fieldName: withinEu description: Indicates whether the contact's work address is in Europe accessGranted: 'true' - fieldName: withinCalifornia description: Indicates whether the contact's work address is in California accessGranted: 'true' - fieldName: withinCanada description: Indicates whether the contact's work address is in Canada accessGranted: 'true' - fieldName: validDate description: Date on which the contact record was last validated accessGranted: 'true' - fieldName: lastUpdatedDate description: Date on which the contact record was last updated accessGranted: 'true' - fieldName: noticeProvidedDate description: Date on which the contact was notified of inclusion in ZoomInfo's database accessGranted: 'true' - fieldName: salutation description: Contact salutation accessGranted: 'true' - fieldName: suffix description: Contact suffix accessGranted: 'true' - fieldName: jobTitle description: Contact job title at current place of employment accessGranted: 'true' - fieldName: jobFunction description: Contact job function at current place of employment accessGranted: 'true' - fieldName: companyDivision description: Contact primary division name at current place of employment accessGranted: 'true' - fieldName: education description: Contact education details accessGranted: 'true' - fieldName: hashedEmails description: Contact MD5 encrypted email address(es) accessGranted: 'true' - fieldName: picture description: The URL which can be used to retrieve a photo for the contact accessGranted: 'true' - fieldName: techSkills description: List of technology skills identified for a contact accessGranted: 'false' - fieldName: mobilePhoneDoNotCall description: Contact flagged with do not call for mobile phone accessGranted: 'true' - fieldName: externalUrls description: Social media URLs for the contact (e.g., Facebook, Twitter, LinkedIn) accessGranted: 'true' - fieldName: companyId description: Unique ZoomInfo identifier for a company accessGranted: 'true' - fieldName: companyName description: Name of the contact's current company accessGranted: 'true' - fieldName: companyDescriptionList description: List of descriptions associated with the contact's current company accessGranted: 'true' - fieldName: companyPhone description: Phone number of the company's primary address accessGranted: 'true' - fieldName: companyFax description: Fax number of the company's primary address accessGranted: 'true' - fieldName: companyStreet description: Street of the company's primary address accessGranted: 'true' - fieldName: companyCity description: City of the company's primary address accessGranted: 'true' - fieldName: companyState description: State or province of the company's primary address accessGranted: 'true' - fieldName: companyZipCode description: Zip Code or Postal Code of the company's primary address accessGranted: 'true' - fieldName: companyCountry description: Country of the company's primary address accessGranted: 'true' - fieldName: companyContinent description: Continent of the company's primary address accessGranted: 'true' - fieldName: companyLogo description: The URL which can be used to retrieve the logo for the company accessGranted: 'true' - fieldName: companySicCodes description: Four-digit numerical codes assigned by the U.S. government to business establishments to identify the primary business of the establishment accessGranted: 'true' - fieldName: companyNaicsCodes description: Four-digit numerical codes assigned by the U.S. government to business establishments to identify the primary business of the establishment accessGranted: 'true' - fieldName: contactAccuracyScore 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. accessGranted: 'true' - fieldName: companyWebsite description: URL to the company website in http://www.example.com format accessGranted: 'true' - fieldName: companyRevenue description: Company revenue (e.g., 400 Million) accessGranted: 'true' - fieldName: companyRevenueNumeric description: Company revenue in raw number (e.g., 400 million is expressed as 400000000) accessGranted: 'true' - fieldName: companyEmployeeCount description: Employee count range accessGranted: 'true' - fieldName: companyType description: Company type (private, public, and so on) accessGranted: 'true' - fieldName: companyTicker description: Company stock ticker symbol accessGranted: 'true' - fieldName: companyRanking description: Company ranking list (e.g., Fortune 500 and so on) accessGranted: 'true' - fieldName: isDefunct description: Indicates whether the company still exists accessGranted: 'true' - fieldName: companySocialMediaUrls description: 'Social media URLs for the company (e.g., Facebook, Twitter, LinkedIn) ' accessGranted: 'true' - fieldName: isCalifornia description: '' accessGranted: 'true' - fieldName: isCanada description: '' accessGranted: 'true' - fieldName: companyPrimaryIndustry description: Top-level industry for a company accessGranted: 'true' - fieldName: companyPrimaryIndustryCode description: Top-level industry code for a company accessGranted: 'true' - fieldName: companyPrimarySubIndustryCode description: Top-level sub industry code for a company accessGranted: 'true' - fieldName: companyIndustries description: 'The industry grouping for the company. A company can have multiple industries. ' accessGranted: 'true' - fieldName: companyIndustryCodes description: 'The industry grouping codes for the company. A company can have multiple industry codes. ' accessGranted: 'true' - fieldName: companyRevenueRange description: Revenue Range of the contact's current company accessGranted: 'true' - fieldName: companyEmployeeRange description: Employee Range of the contact's current company accessGranted: 'true' - fieldName: employmentHistory description: Contact employment history accessGranted: 'true' - fieldName: managementLevel description: Contact management level accessGranted: 'true' - fieldName: locationCompanyId description: Company Id of contact's location accessGranted: 'true' - fieldName: companyEmployeeGrowth description: Employee Growth of the contact's current company in the past two years. accessGranted: 'true' - fieldName: positionStartDate description: The date on which the contact began their current employment accessGranted: 'true' - fieldName: yearsOfExperience description: Years of overall experience. accessGranted: 'true' - fieldName: engagements description: List of the contact's engagements. Includes the date and type of each engagement accessGranted: 'false' contentMediaType: application/json example: - fieldName: id description: Unique ZoomInfo identifier for the contact accessGranted: 'true' - fieldName: firstName description: Contact first name accessGranted: 'true' - fieldName: middleName description: Contact middle name accessGranted: 'true' - fieldName: lastName description: Contact last name accessGranted: 'true' - fieldName: email description: Work email address for the contact in example@example.com format accessGranted: 'true' - fieldName: hasCanadianEmail description: Indicates whether the contact's email address is associated with a Canada domain accessGranted: 'true' - fieldName: phone description: Contact direct phone number accessGranted: 'true' - fieldName: directPhoneDoNotCall description: Contact flagged with do not call for direct phone accessGranted: 'true' - fieldName: street description: Street for the contact's work address accessGranted: 'true' - fieldName: city description: City for the contact's work address accessGranted: 'true' - fieldName: region description: State or province for the contact's work address accessGranted: 'true' - fieldName: metroArea description: Metro area for the contact's work address accessGranted: 'true' - fieldName: zipCode description: Zip Code or Postal Code for the contact's work address accessGranted: 'true' - fieldName: state description: State or province for the contact's work address accessGranted: 'true' - fieldName: country description: Country for the contact's work address accessGranted: 'true' - fieldName: continent description: Continent for the contact's work address accessGranted: 'true' - fieldName: personHasMoved description: Indicates ZoomInfo recognizes the contact does not match ZoomInfo's current company but does match known employment history accessGranted: 'true' - fieldName: withinEu description: Indicates whether the contact's work address is in Europe accessGranted: 'true' - fieldName: withinCalifornia description: Indicates whether the contact's work address is in California accessGranted: 'true' - fieldName: withinCanada description: Indicates whether the contact's work address is in Canada accessGranted: 'true' - fieldName: validDate description: Date on which the contact record was last validated accessGranted: 'true' - fieldName: lastUpdatedDate description: Date on which the contact record was last updated accessGranted: 'true' - fieldName: noticeProvidedDate description: Date on which the contact was notified of inclusion in ZoomInfo's database accessGranted: 'true' - fieldName: salutation description: Contact salutation accessGranted: 'true' - fieldName: suffix description: Contact suffix accessGranted: 'true' - fieldName: jobTitle description: Contact job title at current place of employment accessGranted: 'true' - fieldName: jobFunction description: Contact job function at current place of employment accessGranted: 'true' - fieldName: companyDivision description: Contact primary division name at current place of employment accessGranted: 'true' - fieldName: education description: Contact education details accessGranted: 'true' - fieldName: hashedEmails description: Contact MD5 encrypted email address(es) accessGranted: 'true' - fieldName: picture description: The URL which can be used to retrieve a photo for the contact accessGranted: 'true' - fieldName: techSkills description: List of technology skills identified for a contact accessGranted: 'false' - fieldName: mobilePhoneDoNotCall description: Contact flagged with do not call for mobile phone accessGranted: 'true' - fieldName: externalUrls description: Social media URLs for the contact (e.g., Facebook, Twitter, LinkedIn) accessGranted: 'true' - fieldName: companyId description: Unique ZoomInfo identifier for a company accessGranted: 'true' - fieldName: companyName description: Name of the contact's current company accessGranted: 'true' - fieldName: companyDescriptionList description: List of descriptions associated with the contact's current company accessGranted: 'true' - fieldName: companyPhone description: Phone number of the company's primary address accessGranted: 'true' - fieldName: companyFax description: Fax number of the company's primary address accessGranted: 'true' - fieldName: companyStreet description: Street of the company's primary address accessGranted: 'true' - fieldName: companyCity description: City of the company's primary address accessGranted: 'true' - fieldName: companyState description: State or province of the company's primary address accessGranted: 'true' - fieldName: companyZipCode description: Zip Code or Postal Code of the company's primary address accessGranted: 'true' - fieldName: companyCountry description: Country of the company's primary address accessGranted: 'true' - fieldName: companyContinent description: Continent of the company's primary address accessGranted: 'true' - fieldName: companyLogo description: The URL which can be used to retrieve the logo for the company accessGranted: 'true' - fieldName: companySicCodes description: Four-digit numerical codes assigned by the U.S. government to business establishments to identify the primary business of the establishment accessGranted: 'true' - fieldName: companyNaicsCodes description: Four-digit numerical codes assigned by the U.S. government to business establishments to identify the primary business of the establishment accessGranted: 'true' - fieldName: contactAccuracyScore 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. accessGranted: 'true' - fieldName: companyWebsite description: URL to the company website in http://www.example.com format accessGranted: 'true' - fieldName: companyRevenue description: Company revenue (e.g., 400 Million) accessGranted: 'true' - fieldName: companyRevenueNumeric description: Company revenue in raw number (e.g., 400 million is expressed as 400000000) accessGranted: 'true' - fieldName: companyEmployeeCount description: Employee count range accessGranted: 'true' - fieldName: companyType description: Company type (private, public, and so on) accessGranted: 'true' - fieldName: companyTicker description: Company stock ticker symbol accessGranted: 'true' - fieldName: companyRanking description: Company ranking list (e.g., Fortune 500 and so on) accessGranted: 'true' - fieldName: isDefunct description: Indicates whether the company still exists accessGranted: 'true' - fieldName: companySocialMediaUrls description: 'Social media URLs for the company (e.g., Facebook, Twitter, LinkedIn) ' accessGranted: 'true' - fieldName: isCalifornia description: '' accessGranted: 'true' - fieldName: isCanada description: '' accessGranted: 'true' - fieldName: companyPrimaryIndustry description: Top-level industry for a company accessGranted: 'true' - fieldName: companyPrimaryIndustryCode description: Top-level industry code for a company accessGranted: 'true' - fieldName: companyPrimarySubIndustryCode description: Top-level sub industry code for a company accessGranted: 'true' - fieldName: companyIndustries description: 'The industry grouping for the company. A company can have multiple industries. ' accessGranted: 'true' - fieldName: companyIndustryCodes description: 'The industry grouping codes for the company. A company can have multiple industry codes. ' accessGranted: 'true' - fieldName: companyRevenueRange description: Revenue Range of the contact's current company accessGranted: 'true' - fieldName: companyEmployeeRange description: Employee Range of the contact's current company accessGranted: 'true' - fieldName: employmentHistory description: Contact employment history accessGranted: 'true' - fieldName: managementLevel description: Contact management level accessGranted: 'true' - fieldName: locationCompanyId description: Company Id of contact's location accessGranted: 'true' - fieldName: companyEmployeeGrowth description: Employee Growth of the contact's current company in the past two years. accessGranted: 'true' - fieldName: positionStartDate description: The date on which the contact began their current employment accessGranted: 'true' - fieldName: yearsOfExperience description: Years of overall experience. accessGranted: 'true' - fieldName: engagements description: List of the contact's engagements. Includes the date and type of each engagement accessGranted: 'false' deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /enrich/company: post: tags: - Company Enrich summary: Zoominfo Company Enrich description: 'Use this endpoint to match company information based on [input values](#7a915792-e8cd-4e3a-9f0e-c19b850be536) and return the desired [output fields](#d05239c3-2597-45f8-9384-f2dbd3518cfc) in the response. **Maximum inputs per request** 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. **Input params** | Parameter | DataType | Description | | --- | --- | --- | | companyId | Long integer or string | Unique ZoomInfo identifier for a company | | companyName | String | Company name | | companyWebsite | String | Company website URL in [http://www.example.com](http://www.example.com) format | | companyTicker | String | Company stock ticker symbol | | companyPhone | String | Phone number of the company headquarters | | companyFax | String | Fax number of the company headquarters | | companyStreet | String | Street address for the company''s primary address | | companyCity | String | City for the company''s primary address | | companyState | String | 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 **State** lookup endpoint. | | companyZipCode | String | Zip Code or Postal Code for the company''s primary address | | companyCountry | String | Country for the company''s primary address. You can use free text or see the **Country** lookup endpoint for values. | | ipAddress | String | IP address associated with the company | **Output fields** | Field | Description | | --- | --- | | id | Unique ZoomInfo identifier for a company | | ticker | Company public stock exchange ticker | | name | Company name | | website | Company website URL | | domainList | List of domains associated with a company | | logo | The URL which can be used to retrieve the logo for the company | | socialMediaUrls | Social media URLs for the company (e.g., Facebook, Twitter, LinkedIn and so on) | | revenue | Approximate yearly revenue for the company in 1000''s. For example, a $100M company is expressed as 100000. | | employeeCount | Approximate number of people employed by the company | | numberOfContactsInZoomInfo | Number of ZoomInfo contacts associated with company | | phone | Phone number of the company''s primary address | | fax | Fax number of the company''s primary address | | street | Street of the company''s primary address | | city | City of the company''s primary address | | state | State or province of the company''s primary address | | zipCode | Zip Code or Postal Code of the company''s primary address | | country | Country of the company''s primary address | | continent | Continent of the company''s primary address | | companyStatus | Company status | | companyStatusDate | Date of last company status update | | descriptionList | List of descriptions associated with the company | | sicCodes | The Standard Industrial Classification is a system for classifying industries by a four-digit code. | | naicsCodes | 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. | | competitors | List of competitors | | ultimateParentId | Unique ZoomInfo identifier for parent company (if exists) | | ultimateParentName | Company name for ultimate parent company (if exists) | | ultimateParentRevenue | Approximate yearly revenue for the ultimate parent company | | ultimateParentEmployees | Approximate number of people employed by the ultimate parent company | | subUnitCodes | Company sub unit codes | | subUnitType | Company sub unit types (e.g., division, subsidiary and so on) | | subUnitIndustries | Company sub unit industries | | primaryIndustry | Top-level industry for a company | | primaryIndustryCode | Top-level industry for a company along with it''s code | | primarySubIndustryCode | Top-level sub-industry for a company along with it''s code | | industries | The industry grouping for the company. A company can have multiple industries. | | industryCodes | The industry grouping for the company along with it''s codes. A company can have multiple industries. | | parentId | Unique ZoomInfo identifier associated with the parent company | | parentName | Company name associated with the parent company | | locationCount | Number of office locations associated with a company | | locationMatch | Location details that match address-related input parameters. Includes `companyId`, `address`, and `addressStatus` (`CURRENT`, `VALID`, `PAST`). | | metroArea | Company metro area | | lastUpdatedDate | Date on which the company record was last updated | | createdDate | Date on which the company record was created | | certificationDate | Date of certification | | certified | Denotes if ZoomInfo''s research and data team has confirmed activity within the past 12 months | | hashtags | List of hashtags associated with a company | | products | List of products associated with a company | | techAttributes | Technology products currently utilized by a company. Organized by category, vendor, and product. | | revenueRange | Revenue range for a company | | employeeRange | Employee range for a company | | companyFunding | List of funding rounds including `date`, `type` , `investors`, and `amount` | | recentFundingAmount | Most recent funding amount | | recentFundingDate | Date of most recent funding | | totalFundingAmount | Total funding to date | | employeeGrowth | 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. | | type | Company type (private, public, npo, education, government, other) | | foundedYear | Year the company was founded | | businessModel | Business Model for a company | | isDefunct | Indicates whether the company still exists | | departmentBudgets | Estimated department budgets. Returns estimated budget values including `marketingBudget`, `financeBudget`, `itBudget` and `hrBudget`. | | employeeCountByDepartment | Employee count by company department | | engagements | List of the company''s engagements. Includes the date and type of each engagement |' operationId: CompanyEnrich parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/CompanyEnrichRequest' - examples: - matchCompanyInput: - companyId: 344589814 outputFields: - id - ticker - name - website - domainList contentMediaType: application/json example: matchCompanyInput: - companyId: 344589814 outputFields: - id - ticker - name - website - domainList required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 26 Aug 2020 13:49:48 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 5c8e04a22afaff94-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=70071f10bb597f681bf32e5484a1bffce58189aa85981cea9fb1578c401445bb:2f79d591-e713-11ea-b61e-d347a7de7ad3; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 04cca1395a0000ff94859bf200000001 Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1598449848' X-Usage-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999945571' X-Usage-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999949387' X-Usage-Unique-Id-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Unique-Id-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9998536' X-Usage-Websights-Api-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Websights-Api-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9999497' X-Usage-Websights-Api-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '100000010' X-Usage-Websights-Api-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '99999507' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare x-application-context: content: text/plain: schema: type: string contentMediaType: text/plain example: application:production:8080 content: application/json;charset=utf-8: schema: $ref: '#/components/schemas/EnrichcompanybyID' examples: CompanyEnrich200Example: summary: Default CompanyEnrich 200 response x-microcks-default: true value: status: success data: {} deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/inputfields/company/enrich: get: tags: - Company Enrich summary: Zoominfo Company Enrich Inputs description: Returns a list of fields you can use as input for the [Company Enrich](#59a59d9e-7eb9-44fa-904a-f10f9ab7c5fd) endpoint. operationId: CompanyEnrichInputs parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Tue, 19 May 2020 17:55:52 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 595fb0f9ccf3ebf0-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=533f98300b99c5431f86bb221c6e877daac516468d9a13fc0e1fc33171b5ac05:197a38e1-94a0-11ea-a0cd-9f819741a458; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" x-application-context: content: text/plain: schema: type: string contentMediaType: text/plain example: application:production:8080 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1589911013' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 02cfacf01a0000ebf06882e200000001 content: application/json;charset=utf-8: schema: type: array items: $ref: '#/components/schemas/CompanyEnrichInput' description: '' examples: - - fieldName: companyId fieldType: Long description: Unique ZoomInfo identifier for a company - fieldName: companyName fieldType: String description: Company name - fieldName: companyWebsite fieldType: String description: Company website URL in http://www.example.com format - fieldName: companyTicker fieldType: String description: Company stock ticker symbol - fieldName: companyPhone fieldType: String description: Phone number of the company headquarters - fieldName: companyFax fieldType: String description: Fax number of the company headquarters - fieldName: companyStreet fieldType: String description: Street address for the company's primary address - fieldName: companyCity fieldType: String description: City for the company's primary address - fieldName: companyState fieldType: String description: 'State for the company''s primary address ' - fieldName: companyZipCode fieldType: String description: Zip Code or Postal Code for the company's primary address - fieldName: companyCountry fieldType: String description: 'Country code for the company''s primary address ' - fieldName: ipAddress fieldType: String description: IP address associated with the company contentMediaType: application/json;charset=utf-8 example: - fieldName: companyId fieldType: Long description: Unique ZoomInfo identifier for a company - fieldName: companyName fieldType: String description: Company name - fieldName: companyWebsite fieldType: String description: Company website URL in http://www.example.com format - fieldName: companyTicker fieldType: String description: Company stock ticker symbol - fieldName: companyPhone fieldType: String description: Phone number of the company headquarters - fieldName: companyFax fieldType: String description: Fax number of the company headquarters - fieldName: companyStreet fieldType: String description: Street address for the company's primary address - fieldName: companyCity fieldType: String description: City for the company's primary address - fieldName: companyState fieldType: String description: 'State for the company''s primary address ' - fieldName: companyZipCode fieldType: String description: Zip Code or Postal Code for the company's primary address - fieldName: companyCountry fieldType: String description: 'Country code for the company''s primary address ' - fieldName: ipAddress fieldType: String description: IP address associated with the company deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/outputfields/company/enrich: get: tags: - Company Enrich summary: Zoominfo Company Enrich Outputs description: Returns a list of fields you can specify as output for the [Company Enrich](#59a59d9e-7eb9-44fa-904a-f10f9ab7c5fd) endpoint. operationId: CompanyEnrichOutputs parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Tue, 22 Oct 2024 12:28:22 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Origin,Access-Control-Request-Method,Access-Control-Request-Headers x-envoy-upstream-service-time: content: text/plain: schema: type: string contentMediaType: text/plain example: '35' service: content: text/plain: schema: type: string contentMediaType: text/plain example: gke x-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: UUh7buaCWXc7GxDFhfpwCkftRUeFp92gJ9XC x-ratelimit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' x-ratelimit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' x-envoy-decorator-operation: content: text/plain: schema: type: string contentMediaType: text/plain example: apps-gateway-active.main.svc.cluster.local:8080/* via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google alt-svc: content: text/plain: schema: type: string contentMediaType: text/plain example: h3=":443"; ma=86400 CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Origin-Trial: content: text/plain: schema: type: string contentMediaType: text/plain example: AyXGdeyTa0Lq3roJGvPBs/Ps9duHL7Vf/Q5YJQJwQN4fdGLbtMPms4BfmK2HapcHVkvBjyAVhxe5deDNI1TFXgcAAABxeyJvcmlnaW4iOiJodHRwczovL3pvb21pbmZvLmNvbTo0NDMiLCJmZWF0dXJlIjoiVHBjZCIsImV4cGlyeSI6MTczNTM0Mzk5OSwiaXNTdWJkb21haW4iOnRydWUsImlzVGhpcmRQYXJ0eSI6dHJ1ZX0= Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare CF-RAY: content: text/plain: schema: type: string contentMediaType: text/plain example: 8d697ca2888ec953-IAD Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip content: application/json: schema: type: array items: $ref: '#/components/schemas/CompanyEnrichOutput' description: '' examples: - - fieldName: id description: Unique ZoomInfo identifier for a company accessGranted: 'true' - fieldName: ticker description: Company public stock exchange ticker accessGranted: 'true' - fieldName: name description: Company name accessGranted: 'true' - fieldName: website description: Company website URL accessGranted: 'true' - fieldName: domainList description: List of domains associated with a company accessGranted: 'true' - fieldName: logo description: The URL which can be used to retrieve the logo for the company accessGranted: 'true' - fieldName: socialMediaUrls description: Social media URLs for the company (e.g., Facebook, Twitter, LinkedIn and so on) accessGranted: 'true' - fieldName: revenue description: Approximate yearly revenue for the company in 1000's. For example, a 100M company is expressed as 100000. accessGranted: 'true' - fieldName: employeeCount description: Approximate number of people employed by the company accessGranted: 'true' - fieldName: numberOfContactsInZoomInfo description: Number of ZoomInfo contacts associated with company accessGranted: 'true' - fieldName: phone description: Phone number of the company's primary address accessGranted: 'true' - fieldName: fax description: Fax number of the company's primary address accessGranted: 'true' - fieldName: street description: Street of the company's primary address accessGranted: 'true' - fieldName: city description: City of the company's primary address accessGranted: 'true' - fieldName: state description: State or province of the company's primary address accessGranted: 'true' - fieldName: zipCode description: Zip Code or Postal Code of the company's primary address accessGranted: 'true' - fieldName: country description: Country of the company's primary address accessGranted: 'true' - fieldName: companyStatus description: Company status accessGranted: 'true' - fieldName: companyStatusDate description: Date of last company status update accessGranted: 'true' - fieldName: descriptionList description: List of descriptions associated with the company accessGranted: 'true' - fieldName: sicCodes description: Four-digit numerical codes assigned by the U.S. government to business establishments to identify the primary business of the establishment accessGranted: 'true' - fieldName: naicsCodes description: Four-digit numerical codes assigned by the U.S. government to business establishments to identify the primary business of the establishment accessGranted: 'true' - fieldName: competitors description: List of competitors accessGranted: 'true' - fieldName: ultimateParentId description: Ultimate parent company id (if exists) accessGranted: 'true' - fieldName: ultimateParentName description: Ultimate parent company name (if exists) accessGranted: 'true' - fieldName: ultimateParentRevenue description: Approximate yearly revenue for the ultimate parent company accessGranted: 'true' - fieldName: ultimateParentEmployees description: Approximate number of people employed by the ultimate parent company accessGranted: 'true' - fieldName: subUnitType description: Company sub unit types (e.g., division, subsidiary and so on) accessGranted: 'true' - fieldName: subUnitIndustries description: Company sub unit industries accessGranted: 'true' - fieldName: primaryIndustry description: Top-level industry for a company accessGranted: 'true' - fieldName: primaryIndustryCode description: Top-level industry code for a company accessGranted: 'true' - fieldName: primarySubIndustryCode description: Top-level sub industry code for a company accessGranted: 'true' - fieldName: industries description: The industry grouping for the company. A company can have multiple industries. accessGranted: 'true' - fieldName: industryCodes description: The industry grouping codes for the company. A company can have multiple industry codes. accessGranted: 'true' - fieldName: locationMatch description: Location of the matched company accessGranted: 'true' - fieldName: parentId description: ZoomInfo Company ID associated with the parent company accessGranted: 'true' - fieldName: parentName description: ZoomInfo Company Name associated with the parent company accessGranted: 'true' - fieldName: locationCount description: Number of office locations associated with a company accessGranted: 'true' - fieldName: metroArea description: Company metro area accessGranted: 'true' - fieldName: lastUpdatedDate description: Date on which the company record was last updated accessGranted: 'true' - fieldName: createdDate description: Date on which the company record was created accessGranted: 'true' - fieldName: certificationDate description: Date of certification accessGranted: 'true' - fieldName: certified description: Denotes if ZoomInfo's research and data team has confirmed activity within the past 12 months accessGranted: 'true' - fieldName: products description: List of products associated with a company accessGranted: 'true' - fieldName: revenueRange description: Revenue Range of the company accessGranted: 'true' - fieldName: employeeRange description: Employee Range of the company accessGranted: 'true' - fieldName: companyFunding description: List of funding rounds including date, type, amount and investors accessGranted: 'true' - fieldName: recentFundingAmount description: Most recent funding amount accessGranted: 'true' - fieldName: recentFundingDate description: Date of most recent funding accessGranted: 'true' - fieldName: totalFundingAmount description: Total funding to date accessGranted: 'true' - fieldName: employeeGrowth description: Employee Growth of the company in the past two years. accessGranted: 'true' - fieldName: continent description: Continent of the company's primary address accessGranted: 'true' - fieldName: type description: Company type (private, public, and so on) accessGranted: 'true' - fieldName: foundedYear description: Founded year of the company. accessGranted: 'true' - fieldName: businessModel description: Business Model for a company accessGranted: 'true' - fieldName: isDefunct description: Indicates whether the company still exists accessGranted: 'true' - fieldName: departmentBudgets description: Estimated department budgets. Returns estimated budget values including marketingBudget, financeBudget, itBudget and hrBudget. accessGranted: 'true' - fieldName: employeeCountByDepartment description: Department employee count accessGranted: 'true' - fieldName: engagements description: List of the company's engagements. Includes the date and type of each engagement accessGranted: 'false' contentMediaType: application/json example: - fieldName: id description: Unique ZoomInfo identifier for a company accessGranted: 'true' - fieldName: ticker description: Company public stock exchange ticker accessGranted: 'true' - fieldName: name description: Company name accessGranted: 'true' - fieldName: website description: Company website URL accessGranted: 'true' - fieldName: domainList description: List of domains associated with a company accessGranted: 'true' - fieldName: logo description: The URL which can be used to retrieve the logo for the company accessGranted: 'true' - fieldName: socialMediaUrls description: Social media URLs for the company (e.g., Facebook, Twitter, LinkedIn and so on) accessGranted: 'true' - fieldName: revenue description: Approximate yearly revenue for the company in 1000's. For example, a 100M company is expressed as 100000. accessGranted: 'true' - fieldName: employeeCount description: Approximate number of people employed by the company accessGranted: 'true' - fieldName: numberOfContactsInZoomInfo description: Number of ZoomInfo contacts associated with company accessGranted: 'true' - fieldName: phone description: Phone number of the company's primary address accessGranted: 'true' - fieldName: fax description: Fax number of the company's primary address accessGranted: 'true' - fieldName: street description: Street of the company's primary address accessGranted: 'true' - fieldName: city description: City of the company's primary address accessGranted: 'true' - fieldName: state description: State or province of the company's primary address accessGranted: 'true' - fieldName: zipCode description: Zip Code or Postal Code of the company's primary address accessGranted: 'true' - fieldName: country description: Country of the company's primary address accessGranted: 'true' - fieldName: companyStatus description: Company status accessGranted: 'true' - fieldName: companyStatusDate description: Date of last company status update accessGranted: 'true' - fieldName: descriptionList description: List of descriptions associated with the company accessGranted: 'true' - fieldName: sicCodes description: Four-digit numerical codes assigned by the U.S. government to business establishments to identify the primary business of the establishment accessGranted: 'true' - fieldName: naicsCodes description: Four-digit numerical codes assigned by the U.S. government to business establishments to identify the primary business of the establishment accessGranted: 'true' - fieldName: competitors description: List of competitors accessGranted: 'true' - fieldName: ultimateParentId description: Ultimate parent company id (if exists) accessGranted: 'true' - fieldName: ultimateParentName description: Ultimate parent company name (if exists) accessGranted: 'true' - fieldName: ultimateParentRevenue description: Approximate yearly revenue for the ultimate parent company accessGranted: 'true' - fieldName: ultimateParentEmployees description: Approximate number of people employed by the ultimate parent company accessGranted: 'true' - fieldName: subUnitType description: Company sub unit types (e.g., division, subsidiary and so on) accessGranted: 'true' - fieldName: subUnitIndustries description: Company sub unit industries accessGranted: 'true' - fieldName: primaryIndustry description: Top-level industry for a company accessGranted: 'true' - fieldName: primaryIndustryCode description: Top-level industry code for a company accessGranted: 'true' - fieldName: primarySubIndustryCode description: Top-level sub industry code for a company accessGranted: 'true' - fieldName: industries description: The industry grouping for the company. A company can have multiple industries. accessGranted: 'true' - fieldName: industryCodes description: The industry grouping codes for the company. A company can have multiple industry codes. accessGranted: 'true' - fieldName: locationMatch description: Location of the matched company accessGranted: 'true' - fieldName: parentId description: ZoomInfo Company ID associated with the parent company accessGranted: 'true' - fieldName: parentName description: ZoomInfo Company Name associated with the parent company accessGranted: 'true' - fieldName: locationCount description: Number of office locations associated with a company accessGranted: 'true' - fieldName: metroArea description: Company metro area accessGranted: 'true' - fieldName: lastUpdatedDate description: Date on which the company record was last updated accessGranted: 'true' - fieldName: createdDate description: Date on which the company record was created accessGranted: 'true' - fieldName: certificationDate description: Date of certification accessGranted: 'true' - fieldName: certified description: Denotes if ZoomInfo's research and data team has confirmed activity within the past 12 months accessGranted: 'true' - fieldName: products description: List of products associated with a company accessGranted: 'true' - fieldName: revenueRange description: Revenue Range of the company accessGranted: 'true' - fieldName: employeeRange description: Employee Range of the company accessGranted: 'true' - fieldName: companyFunding description: List of funding rounds including date, type, amount and investors accessGranted: 'true' - fieldName: recentFundingAmount description: Most recent funding amount accessGranted: 'true' - fieldName: recentFundingDate description: Date of most recent funding accessGranted: 'true' - fieldName: totalFundingAmount description: Total funding to date accessGranted: 'true' - fieldName: employeeGrowth description: Employee Growth of the company in the past two years. accessGranted: 'true' - fieldName: continent description: Continent of the company's primary address accessGranted: 'true' - fieldName: type description: Company type (private, public, and so on) accessGranted: 'true' - fieldName: foundedYear description: Founded year of the company. accessGranted: 'true' - fieldName: businessModel description: Business Model for a company accessGranted: 'true' - fieldName: isDefunct description: Indicates whether the company still exists accessGranted: 'true' - fieldName: departmentBudgets description: Estimated department budgets. Returns estimated budget values including marketingBudget, financeBudget, itBudget and hrBudget. accessGranted: 'true' - fieldName: employeeCountByDepartment description: Department employee count accessGranted: 'true' - fieldName: engagements description: List of the company's engagements. Includes the date and type of each engagement accessGranted: 'false' deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /enrich/company-master: post: tags: - Company Master Data Enrich summary: Zoominfo Company Master Data Enrich description: "Use this endpoint to match company information based on [input values](#d305402c-33d1-488c-8b8f-b5b079868a61) and return the desired [output fields](#58b47522-753a-4104-a0c6-454adf4b6a1d) in the response.\n\n**Maximum inputs per request**\n\nYou 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.\n\n**Declaring desired output**\n\nYou must explicitly list the desired output fields in your request. For example, a simple request might look like this:\n\n```\n{\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 ```\n\nTo 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.\n\n**Response status codes and error handling**\n\nThis 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.\n\n| Code | Meaning |\n| --- | --- |\n| 200 | Request inputs are acceptable. The API can return a successful match or no match. |\n| 400 | Indicates an error in the request input. |\n| 5xx | Indicates a server-side error. Retry the request or contact ZoomInfo Support if the issue persists. |\n\nWhen a request includes multiple companies, the following will occur:\n\n- 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.\n\ - 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.\n- 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.\n \n\n**Input params**\n\nSee 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.\n\n| Parameter | DataType | Description |\n| --- | --- | --- |\n| zi_c_location_id | Long integer or string | Unique ZoomInfo identifier for a company |\n| zi_es_ecid | Long integer | Unique EverString identifier for a company |\n| zi_c_company_id | String | Unique ZoomInfo identifier for a company HQ location (parent) |\n| zi_es_location_id | String | Unique EverString location id of a company |\n| zi_c_url | String | Website of the company to enrich |\n| zi_c_name | String | Name of the company to enrich |\n| phone | Object | 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\". |\n| address | Object | 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} |\n| email | String | An email of a contact from the company |\n| match_reasons | ArrayList | 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 }\\] |\n\n**Output fields**\n\ \n| Field | Type | Description |\n| --- | --- | --- |\n| zi_c_location_id | Long integer | ZoomInfo unique identifier for company location |\n| zi_es_ecid | Long integer | EverString Company ID (ECID) is a unique identifier for a company entity |\n| zi_es_location_id | String | Location ID, which uniquely identifies each separate physical location, office, or branch of a company |\n| zi_c_is_hq | String | This flag indicates if this record is the HQ entity |\n| zi_c_tier_grade | String | Overall data quality tier for a record (A, B, C) |\n| zi_c_name | String | Company name for location |\n| zi_c_name_display | String | Colloquial name of the company |\n| zi_c_legal_entity_type | String | Legal structure of company, generally parsed from the end of the legal name (Inc, LLC) |\n\ | zi_c_url | String | Primary website of the company. May contain yelp.com URLs for companies without a top-level domain. |\n| zi_c_street | String | Company's physical street address |\n| zi_c_street_2 | String | Company's physical street address continued |\n| zi_c_city | String | Company's physical city |\n| zi_c_state | String | Company's physical state |\n| zi_c_zip | String | Company's physical zip/postal code |\n| zi_c_country | String | Company's physical country |\n| zi_c_cbsa_name | String | Company's core-based statistical area |\n| zi_c_county | String | Company's physical county |\n| zi_c_latitude | Float | Latitude geo-coordinate for company's physical location |\n| zi_c_longitude | Float | Longitude geo-coordinate for company's physical location |\n| zi_c_verified_address | String | Verification of whether this address is deliverable |\n| zi_c_employee_range | String | Employee category band. See the Employee Category Band lookup endpoint for valid ranges. |\n| zi_c_employees | Long integer | Raw employee count for a company |\n| zi_c_revenue_range | String | Revenue category band in USD. See the Revenue Category Band lookup endpoint for valid ranges. |\n| zi_c_revenue | Long integer | Raw revenue number in USD (in thousands) |\n| zi_c_phone | String | Company location phone number |\n| zi_c_fax | String | Primary fax number for company location |\n| zi_c_industry_primary | String | Top-level primary industry of the company |\n| zi_c_sub_industry_primary | String | Top-level primary sub-industry of the company location |\n| zi_c_industries | ArrayList | All industries |\n| zi_c_sub_industries | ArrayList | All sub-industries |\n| zi_es_industry | String | Primary industry based on EverString's industry taxonomy |\n| zi_es_industries_top3 | ArrayList | The top three industries predicted, as many larger companies can operate in multiple industries. |\n| zi_c_naics2 | String | Primary 2-digit NAICS code |\n| zi_c_naics4 | String | Primary 4-digit NAICS code |\n| zi_c_naics6 | String | Primary 6-digit NAICS code |\n| zi_c_naics_top3 | ArrayList | The top three NAICS predicted, as many larger companies can operate in multiple industries. |\n| zi_c_sic2 | String | Primary 2-digit SIC code |\n| zi_c_sic3 | String | Primary 3-digit SIC code |\n| zi_c_sic4 | String | Primary 4-digit SIC code |\n| zi_c_sic_top3 | ArrayList | The top three SIC predicted, as many larger companies can operate in multiple industries. |\n| zi_c_estimated_age | Long integer | Estimated age of the company |\n| zi_c_year_founded | String | Founding year of the company |\n| zi_c_is_b2b | String | A flag to represent a company as B2B (1, 0) |\n| zi_c_is_b2c | String | A flag to represent a company as B2C (1, 0) |\n| zi_c_company_id | Long integer | ZoomInfo Company ID for the headquarters (HQ) of a company entity |\n| zi_es_hq_ecid | Long integer | EverString Company ID (ECID) for the headquarters (HQ) of a company entity |\n| zi_es_hq_location_id | String | Location ID for the headquarters (HQ) of a company entity |\n| zi_c_company_name | String | HQ Company name. May match zi_c_name. |\n| zi_c_company_url | String | HQ Primary website of the company. May contain yelp.com websites. May match zi_c_url. |\n| zi_c_company_street | String | HQ Company's physical street address |\n| zi_c_company_street_2 | String | HQ Company's physical street address continued |\n| zi_c_company_city | String | HQ Company's physical city |\n| zi_c_company_state | String | HQ Company's physical state |\n| zi_c_company_zip | String | HQ Company's physical zip/postal code |\n| zi_c_company_country | String | HQ Company's physical country |\n| zi_c_company_cbsa_name | String | HQ Company's core-based statistical area |\n| zi_c_company_county | String | HQ Company's physical county |\n| zi_c_company_latitude | Float | HQ Company's latitude geo-coordinate |\n| zi_c_company_longitude | Float | HQ Company's longitude geo-coordinate |\n| zi_c_company_verified_address | String | Denotes whether HQ address deliverability is verified |\n| zi_c_company_employee_range | String | HQ Employee category band. Employee Category Band lookup endpoint for valid ranges. |\n\ | zi_c_company_employees | Long integer | HQ Raw employee number for a company |\n| zi_c_company_revenue_range | String | HQ Revenue category band. See the Revenue Category Band lookup endpoint for valid ranges. |\n| zi_c_company_revenue | Long integer | HQ Raw revenue number in USD (in thousands) |\n| zi_c_company_phone | String | HQ Company's phone number |\n| zi_c_company_fax | String | HQ Company's fax number |\n| zi_c_linkedin_url | String | LinkedIn URL for the company |\n| zi_c_facebook_url | String | Facebook URL for the company |\n| zi_c_twitter_url | String | Twitter URL for the company |\n| zi_c_yelp_url | String | Yelp URL for the company |\n| zi_c_keywords | ArrayList | Machine-generated tags for the company |\n| zi_c_top_keywords | ArrayList | Top ten machine-generated tags for the company |\n| zi_c_num_keywords | Long integer | 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| zi_c_employee_growth_1yr | Float | Approximate company employee growth percentage in the past 1 year |\n| zi_c_employee_growth_2yr | Float | Approximate company employee growth percentage in the past 2 years |\n| zi_es_growth | String | A measure of overall growth from the last month compare against average growth in the industry |\n| zi_es_employee_growth | Float | A measure of employee growth from last month compared against average growth in the industry |\n| zi_es_revenue_growth | Float | A measure of revenue growth from last month compared against average growth in the industry |\n| zi_es_percent_employee_growth | Float | Percentage employee growth from last month compared against average growth in the industry |\n| zi_es_percent_revenue_growth | Float | Percentage revenue growth from last month compared against average growth in the industry |\n| zi_c_name_confidence_score | Float | Confidence score for the zi_c_name field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) |\n| zi_c_url_confidence_score | Float | Confidence score for the zi_c_url field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) |\n| zi_c_address_confidence_score | Float | Confidence score for the zi_c_address field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) |\n| zi_c_phone_confidence_score | Float | Confidence score for the zi_c_phone field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) |\n| zi_c_employees_confidence_score | Float | Confidence score for the zi_c_employee_range field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) |\n| zi_c_revenue_confidence_score | Float | Confidence score for the zi_c_revenue_range field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) |\n| zi_es_industry_confidence_score | Float | Confidence score for the zi_es_industry field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) |\n| zi_c_naics_confidence_score | Float | Confidence score for the zi_c_naics field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) |\n| zi_c_sic_confidence_score | Float | Confidence score for the zi_c_sic field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) |\n| zi_es_industries_top3_confidence_scores | ArrayList | Confidence score for the zi_es_industries_top3 field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) |\n| zi_c_naics_top3_confidence_scores | ArrayList | Confidence score for the zi_c_naics_top3 field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) |\n\ | zi_c_sic_top3_confidence_scores | ArrayList | Confidence score for the zi_c_sic_top3 field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) |\n| zi_c_names_other | String | Alternate company name |\n\ | zi_c_url_status | String | Identifies if a company's website is still active or redirects to another website. Status can be VALID, INVALID, PARKED, REDIRECT. |\n| zi_c_urls_alt | ArrayList | All websites related to a company |\n| zi_c_url_last_updated | String | Date company's URL was last updated |\n| zi_c_inactive_flag | String | Identifies if a company is inactive. (1 or 0, 1 being inactive) |\n| zi_c_ein | String | The Employer Identification Number (EIN) of a company |\n| zi_c_is_small_business | String | 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| zi_c_is_public | String | Indication if company is Public or Private (1, 0) |\n| zi_c_ticker | String | Stock ticker for the company |\n| zi_c_tickers_alt | ArrayList | Alternate stock ticker for the company |\n| zi_c_has_mobile_app | String | Identifies if this company has a mobile app link detected on their website (1, 0) |\n| zi_c_currency_code | String | Company's currency code |\n| zi_c_num_locations | Long integer | Number of locations the company has |\n| zi_c_hr_contacts | Long integer | Number of HR contacts available at the company |\n| zi_c_sales_contacts | Long integer | Number of Sales contacts available at the company |\n| zi_c_marketing_contacts | Long integer | Number of Marketing contacts available at the company |\n| zi_c_finance_contacts | Long integer | Number of Finance contacts available at the company |\n| zi_c_c_suite_contacts | Long integer | Number of C-Suite contacts available at the company |\n| zi_c_engineering_contacts | Long integer | Number of Engineering contacts available at the company |\n| zi_c_it_contacts | Long integer | Number of IT contacts available at the company |\n| zi_c_operations_contacts | Long integer | Number of Operations contacts available at the company |\n| zi_c_legal_contacts | Long integer | Number of Legal contacts available at the company |\n| zi_c_medical_contacts | Long integer | Number of Medical contacts available at the company |\n| zi_c_tech_ids | ArrayList | Unique identifier for a technology. Could be a single tech ID, or a comma-separated list of ID's |\n| zi_c_latest_funding_age | Long integer | The number of years since the company's last funding |\n| zi_c_num_of_investors | Long integer | Number of investors for a company |\n| zi_c_investor_names | ArrayList | All investor names from publicly available sources |\n| zi_c_funding_strength | String | A measure of funding strength of a business based on type and who they received funding from (Low, Medium, High) |\n| zi_c_funding_type | ArrayList | Publicly available sources funding type |\n\ | zi_c_total_funding_amount | Long integer | The total amount of funding a company has received |\n| zi_c_latest_funding_amount | Long integer | The amount of funding in the latest funding round of a company |\n| zi_c_latest_funding_date | String | Date when the latest funding was received |\n| zi_c_num_funding_rounds | Long integer | The number of funding rounds a company has had |\n| zi_c_is_fortune_100 | string | This flag indicates if this record is a Fortune 100 entity (1, 0) |\n| zi_c_is_fortune_500 | string | This flag indicates if this record is a Fortune 500 entity (1, 0) |\n| zi_c_is_s_and_p_500 | string | This flag indicates if this record is a S&P 500 entity (1, 0) |\n| zi_c_is_domestic_hq | String | This flag indicates if this record is a Domestic Parent entity |\n| zi_c_is_ultimate_parent | String | This flag indicates if this record is the ultimate Parent entity (previously called zi_c_is_global_parent) |\n| zi_c_is_subsidiary | String | This flag indicates if this record is a Subsidiary entity |\n| zi_c_is_franchisor | String | This flag indicates if this record is a Franchisor |\n| zi_c_is_franchisee | String | This flag indicates if this record is a Frachisee |\n| zi_c_hierarchy_code | String | 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. |\n| zi_c_hierarchy_level | Long integer | This number indicates the hierarchy level equivalent to the hierarchy code |\n| zi_c_parent_child_confidence_score | Float | Confidence score for the parent child hierarchy linkage (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) |\n| zi_c_is_immediate_parent | String | 1 if the record is the immediate parent. 0 if it is not the immediate parent. |\n| zi_c_immediate_parent_company_id | Long integer | Unique identifier of parent company of requested company |\n| zi_es_immediate_parent_ecid | Long integer | Immediate parent company's identifier number |\n| zi_es_immediate_parent_location_id | String | Immediate parent company's location identifier |\n| zi_c_immediate_parent_name | String | Immediate parent company's name |\n| zi_c_immediate_parent_url | String | Immediate parent company's website |\n| zi_c_immediate_parent_street | String | Immediate parent company's street address |\n| zi_c_immediate_parent_street_2 | String | Immediate parent company's street address continued |\n| zi_c_immediate_parent_city | String | Immediate parent company's city |\n| zi_c_immediate_parent_zip | String | Immediate parent company's zip code |\n| zi_c_immediate_parent_state | String | Immediate parent company's state |\n| zi_c_immediate_parent_country | String | Immediate parent company's country |\n| zi_c_domestic_parent_company_id | Long integer | Unique identifier of parent company of requested company |\n| zi_es_domestic_parent_ecid | Long integer | Domestic parent company's identifier number |\n| zi_es_domestic_parent_location_id | String | Domestic parent company's location identifier |\n| zi_c_domestic_parent_location_id | String | Domestic parent company's identifier number |\n| zi_c_domestic_parent_name | String | Domestic parent company's name |\n| zi_c_domestic_parent_url | String | Domestic parent company's website |\n| zi_c_domestic_parent_street | String | Domestic parent company's street address |\n| zi_c_domestic_parent_street_2 | String | Domestic parent company's street address continued |\n| zi_c_domestic_parent_city | String | Domestic parent company's city |\n| zi_c_domestic_parent_zip | String | Domestic parent company's zip code |\n| zi_c_domestic_parent_state | String | Domestic parent company's state |\n\ | zi_c_domestic_parent_country | String | Domestic parent company's country |\n| zi_c_ultimate_parent_company_id | Long integer | Unique identifier of ultimate parent company that has acquired requested company (previously called zi_c_global_parent_company_id) |\n| zi_es_ultimate_parent_ecid | Long integer | Ultimate parent company's identifier number (previously called zi_es_global_parent_ecid) |\n| zi_es_ultimate_parent_location_id | String | Ultimate parent company's location identifier (previously called zi_es_global_parent_location_id) |\n| zi_c_ultimate_parent_name | String | Ultimate parent company's name (previously called zi_c_global_parent_name) |\n| zi_c_ultimate_parent_url | String | Ultimate parent company's website (previously called zi_c_global_parent_url) |\n| zi_c_ultimate_parent_street | String | Ultimate parent company's street address (previously called zi_c_global_parent_street) |\n| zi_c_ultimate_parent_street_2 | String | Ultimate parent company's street address continued (previously called zi_c_global_parent_street_2) |\n| zi_c_ultimate_parent_city | String | Ultimate parent company's city (previously called zi_c_global_parent_city) |\n| zi_c_ultimate_parent_zip | String | Ultimate parent company's zip (previously called zi_c_global_parent_zip) |\n| zi_c_ultimate_parent_state | String | Ultimate parent company's state (previously called zi_c_global_parent_state) |\n| zi_c_ultimate_parent_country | String | Ultimate parent company's country (previously called zi_c_global_parent_country) |\n| zi_c_franchisor_company_id | Long integer | Company franchisor's ZoomInfo Company ID |\n| zi_es_franchisor_ecid | Long integer | Company franchisor's identifier number |\n| zi_es_franchisor_location_id | String | Company franchisor's location number |\n| zi_c_franchisor_name | String | Company franchisor's name |\n| zi_c_franchisor_url | String | Company franchisor's website |\n| zi_c_franchisor_street | String | Company franchisor's street address |\n| zi_c_franchisor_street_2 | String | Company franchisor's street address continued |\n| zi_c_franchisor_city | String | Company franchisor's city |\n| zi_c_franchisor_zip | String | Company franchisor's zip code |\n| zi_c_franchisor_state | String | Company franchisor's state |\n| zi_c_franchisor_country | String | Company franchisor's country |\n| zi_c_tech_spend | String | A measure of Technology spend as modeled by the types of technology purchased by a company (Low, Medium, High) |\n| zi_c_hr_spend | String | A measure of HR spend as modeled by the types of HR technology purchased by a company (Low, Medium, High) |\n\ | zi_c_sales_spend | String | A measure of Sales spend as modeled by the types of Sales technology purchased by a company (Low, Medium, High) |\n| zi_c_marketing_spend | String | 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| zi_c_finance_spend | String | A measure of Finance spend as modeled by the types of Finance technology purchased by a company (Low, Medium, High) |\n| zi_c_tech_strength | String | 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| zi_c_hr_strength | String | 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| zi_c_sales_strength | String | 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| zi_c_marketing_strength | String | 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| zi_c_finance_strength | String | 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| zi_c_tech_sophistication | String | A measure of technology sophistication of a business (Low, Medium, High) |\n| zi_c_hr_sophistication | String | A measure of HR sophistication of a business (Low, Medium, High) |\n| zi_c_sales_sophistication | String | A measure of Sales sophistication of a business (Low, Medium, High) |\n| zi_c_marketing_sophistication | String | A measure of Marketing sophistication of a company (Low, Average, High) |\n| zi_c_social_sophistication | String | A measure of Social sophistication of a business (Low, Medium, High) |\n| zi_c_finance_sophistication | String | A measure of Finance sophistication of a business (Low, Medium, High) |\n| zi_c_last_updated_date | String | Date when the record was last updated |\n\ | zi_c_release_date | String | Year and Month of this data release in YYYYMM format (e.g., 201902) |\n| zi_match_reason | Object | 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. |" operationId: CompanyMasterDataEnrich parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/CompanyMasterDataEnrichRequest' - examples: - matchCompanyInput: - zi_c_url: zoominfo.com outputFields: - zi_c_location_id - zi_es_ecid - zi_es_location_id - zi_c_is_hq - zi_c_tier_grade - zi_c_name - zi_c_name_display - zi_c_legal_entity_type - zi_c_url - zi_c_street - zi_c_street_2 - zi_c_city - zi_c_state - zi_c_zip - zi_c_country - zi_match_reason contentMediaType: application/json example: matchCompanyInput: - zi_c_url: zoominfo.com outputFields: - zi_c_location_id - zi_es_ecid - zi_es_location_id - zi_c_is_hq - zi_c_tier_grade - zi_c_name - zi_c_name_display - zi_c_legal_entity_type - zi_c_url - zi_c_street - zi_c_street_2 - zi_c_city - zi_c_state - zi_c_zip - zi_c_country - zi_match_reason required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Tue, 16 Nov 2021 21:03:31 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive X-Request-Id: content: text/plain: schema: type: string contentMediaType: text/plain example: b060598d-988b-4d51-9879-ec5743f410da X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1637096671' vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding x-usage-request-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' x-usage-request-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999999176' x-usage-record-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' x-usage-record-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999995352' x-usage-websights-api-request-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '100000010' x-usage-websights-api-request-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '99999540' x-usage-websights-api-record-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' x-usage-websights-api-record-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9999530' x-usage-unique-id-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' x-usage-unique-id-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9999971' content-encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare CF-RAY: content: text/plain: schema: type: string contentMediaType: text/plain example: 6af3aa958fe7e6ac-EWR content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/Nameaddressandmatchreason' - examples: - success: true data: outputFields: - zi_c_location_id - zi_es_ecid - zi_es_location_id - zi_c_is_hq - zi_c_tier_grade - zi_c_name - zi_c_name_display - zi_c_legal_entity_type - zi_c_url - zi_c_street - zi_c_street_2 - zi_c_city - zi_c_state - zi_c_zip - zi_c_country - zi_match_reason result: - statusCode: 200 input: address: zi_c_city: mc lean zi_c_country: united states zi_c_state: virginia zi_c_zip: '22102' match_reasons: - zi_c_name: e zi_c_name: capital one data: zi_c_location_id: 2046129220 zi_es_ecid: 136461914 zi_es_location_id: 136461914NZOKIRXYRA zi_c_is_hq: '1' zi_c_tier_grade: A zi_c_name: Capital One Financial zi_c_name_display: Capital One Financial zi_c_url: capitalone.com zi_c_street: 1680 Capital One Dr zi_c_city: Mc Lean zi_c_state: Virginia zi_c_zip: '22102' zi_c_country: United States zi_match_reason: zi_match_name: Capital One Capital zi_match_reason_building_name: M zi_match_reason_building_number: M zi_match_reason_business_type: M zi_match_reason_city: E zi_match_reason_company_phone: M zi_match_reason_country: E zi_match_reason_directional: M zi_match_reason_name: E zi_match_reason_road_name: M zi_match_reason_road_type: M zi_match_reason_state: E zi_match_reason_unit: M zi_match_reason_website: M zi_match_reason_zip: E zi_match_score: '5' contentMediaType: application/json;charset=UTF-8 example: success: true data: outputFields: - zi_c_location_id - zi_es_ecid - zi_es_location_id - zi_c_is_hq - zi_c_tier_grade - zi_c_name - zi_c_name_display - zi_c_legal_entity_type - zi_c_url - zi_c_street - zi_c_street_2 - zi_c_city - zi_c_state - zi_c_zip - zi_c_country - zi_match_reason result: - statusCode: 200 input: address: zi_c_city: mc lean zi_c_country: united states zi_c_state: virginia zi_c_zip: '22102' match_reasons: - zi_c_name: e zi_c_name: capital one data: zi_c_location_id: 2046129220 zi_es_ecid: 136461914 zi_es_location_id: 136461914NZOKIRXYRA zi_c_is_hq: '1' zi_c_tier_grade: A zi_c_name: Capital One Financial zi_c_name_display: Capital One Financial zi_c_url: capitalone.com zi_c_street: 1680 Capital One Dr zi_c_city: Mc Lean zi_c_state: Virginia zi_c_zip: '22102' zi_c_country: United States zi_match_reason: zi_match_name: Capital One Capital zi_match_reason_building_name: M zi_match_reason_building_number: M zi_match_reason_business_type: M zi_match_reason_city: E zi_match_reason_company_phone: M zi_match_reason_country: E zi_match_reason_directional: M zi_match_reason_name: E zi_match_reason_road_name: M zi_match_reason_road_type: M zi_match_reason_state: E zi_match_reason_unit: M zi_match_reason_website: M zi_match_reason_zip: E zi_match_score: '5' '400': description: Bad Request headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Tue, 16 Nov 2021 21:13:03 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive X-Request-Id: content: text/plain: schema: type: string contentMediaType: text/plain example: 35c68159-dc09-4c71-a1f1-26184b2fe5cb X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1637097244' Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare CF-RAY: content: text/plain: schema: type: string contentMediaType: text/plain example: 6af3b8920a5ce6ac-EWR x-usage-request-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' x-usage-request-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999999173' x-usage-record-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' x-usage-record-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999995350' x-usage-websights-api-request-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '100000010' x-usage-websights-api-request-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '99999540' x-usage-websights-api-record-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' x-usage-websights-api-record-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9999530' x-usage-unique-id-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' x-usage-unique-id-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9999970' content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/Matchbycompanyaddress1' - examples: - responseCode: 400 message: There are invalid fields in your request. invalidOutputFields: - zi_c_id contentMediaType: application/json;charset=UTF-8 example: responseCode: 400 message: There are invalid fields in your request. invalidOutputFields: - zi_c_id deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/inputfields/company-master/enrich: get: tags: - Company Master Data Enrich summary: Zoominfo Company Master Data Enrich Inputs description: Returns a list of fields you can use as input for the [Company Master Data Enrich](#8b6cffe4-cb34-44ab-ad5d-1953d372ffd3) endpoint. operationId: CompanyMasterDataEnrichInputs parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Tue, 16 Nov 2021 21:36:36 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive X-Request-Id: content: text/plain: schema: type: string contentMediaType: text/plain example: 8b9912da-66cb-48e8-976e-e87a96c8ce76 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1637098657' vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding content-encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare CF-RAY: content: text/plain: schema: type: string contentMediaType: text/plain example: 6af3db10684d1760-EWR content: application/json;charset=UTF-8: schema: type: array items: $ref: '#/components/schemas/CompanyMasterDataEnrichInput' description: '' examples: - - fieldName: zi_c_location_id fieldType: Long description: Unique ZoomInfo identifier for a company - fieldName: zi_es_ecid fieldType: Long description: Unique EverString identifier for a company - fieldName: zi_es_location_id fieldType: String description: Unique EverString location id of a company - fieldName: zi_c_url fieldType: String description: Website of the company to enrich - fieldName: zi_c_name fieldType: String description: Name of the company to enrich - fieldName: phone fieldType: Object description: 'Phone of a company. The input format is {zi_c_country: United States, zi_c_phone: xxxxxxx}' - fieldName: address fieldType: Object 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}' - fieldName: email fieldType: String description: An email of a contact from the company - fieldName: match_reasons fieldType: ArrayList 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 }]' contentMediaType: application/json;charset=UTF-8 example: - fieldName: zi_c_location_id fieldType: Long description: Unique ZoomInfo identifier for a company - fieldName: zi_es_ecid fieldType: Long description: Unique EverString identifier for a company - fieldName: zi_es_location_id fieldType: String description: Unique EverString location id of a company - fieldName: zi_c_url fieldType: String description: Website of the company to enrich - fieldName: zi_c_name fieldType: String description: Name of the company to enrich - fieldName: phone fieldType: Object description: 'Phone of a company. The input format is {zi_c_country: United States, zi_c_phone: xxxxxxx}' - fieldName: address fieldType: Object 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}' - fieldName: email fieldType: String description: An email of a contact from the company - fieldName: match_reasons fieldType: ArrayList 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 }]' deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/outputfields/company-master/enrich: get: tags: - Company Master Data Enrich summary: Zoominfo Company Master Data Enrich Outputs description: Returns a list of fields you can specify as output for the [Company Master Data Enrich](#8b6cffe4-cb34-44ab-ad5d-1953d372ffd3) endpoint. operationId: CompanyMasterDataEnrichOutputs parameters: - name: Content-Type in: header description: '' required: true style: simple schema: const: application/json type: string examples: - application/json example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Tue, 16 Nov 2021 21:36:45 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive X-Request-Id: content: text/plain: schema: type: string contentMediaType: text/plain example: b96a5366-ca78-4cac-9a45-2c93c22de522 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1498' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1637098657' vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding content-encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare CF-RAY: content: text/plain: schema: type: string contentMediaType: text/plain example: 6af3db4b0ad31760-EWR content: application/json;charset=UTF-8: schema: type: array items: $ref: '#/components/schemas/CompanyMasterDataEnrichOutput' description: '' examples: - - fieldName: zi_c_location_id dataType: Long description: ZoomInfo unique identifier for company location - fieldName: zi_es_ecid dataType: Long description: EverString Company ID (ECID) is a unique identifier for a company entity - fieldName: zi_es_location_id dataType: String description: Location ID, which uniquely identifies each separate physical location, office, or branch of a company - fieldName: zi_c_is_hq dataType: String description: This flag indicates if this record is the HQ entity (1, 0) - fieldName: zi_c_tier_grade dataType: String description: Overall data quality tier for a record (A, B, C) - fieldName: zi_c_name dataType: String description: Company name for location - fieldName: zi_c_name_display dataType: String description: Colloquial name of the company - fieldName: zi_c_legal_entity_type dataType: String description: Legal structure of company, generally parsed from the end of the legal name (Inc, LLC) - fieldName: zi_c_url dataType: String description: Primary website of the company. May contain yelp.com URLs for companies without a top-level domain - fieldName: zi_c_street dataType: String description: Company's physical street address - fieldName: zi_c_street_2 dataType: String description: Company's physical street address continued - fieldName: zi_c_city dataType: String description: Company's physical city - fieldName: zi_c_state dataType: String description: Company's physical state - fieldName: zi_c_zip dataType: String description: Company's physical zip/postal code - fieldName: zi_c_country dataType: String description: Company's physical country - fieldName: zi_c_cbsa_name dataType: String description: Company's core-based statistical area - fieldName: zi_c_county dataType: String description: Company's physical county - fieldName: zi_c_latitude dataType: Float description: Latitude geo-coordinate for company's physical location - fieldName: zi_c_longitude dataType: Float description: Longitude geo-coordinate for company's physical location - fieldName: zi_c_verified_address dataType: String description: Verification of whether this address is deliverable - fieldName: zi_c_employee_range dataType: String description: Employee category band. Please refer to /lookup/employee-category-band - fieldName: zi_c_employees dataType: Long description: Raw employee count for a company - fieldName: zi_c_revenue_range dataType: String description: Revenue category band in USD. Please refer to /lookup/revenue-category-band - fieldName: zi_c_revenue dataType: Long description: Raw revenue number in USD (in thousands) - fieldName: zi_c_phone dataType: String description: Company location phone number - fieldName: zi_c_fax dataType: String description: Primary fax number for company location - fieldName: zi_c_industry_primary dataType: String description: Top-level primary industry of the company - fieldName: zi_c_sub_industry_primary dataType: String description: Top-level primary sub-industry of the company location - fieldName: zi_c_industries dataType: ArrayList description: All industries - fieldName: zi_c_sub_industries dataType: ArrayList description: All sub-industries - fieldName: zi_es_industry dataType: String description: Primary industry based on EverString's industry taxonomy - fieldName: zi_es_industries_top3 dataType: ArrayList description: The top three industries predicted, as many larger companies can operate in multiple industries. - fieldName: zi_c_naics2 dataType: String description: Primary 2-digit NAICS code - fieldName: zi_c_naics4 dataType: String description: Primary 4-digit NAICS code - fieldName: zi_c_naics6 dataType: String description: Primary 6-digit NAICS code - fieldName: zi_c_naics_top3 dataType: ArrayList description: The top three NAICS predicted, as many larger companies can operate in multiple industries. - fieldName: zi_c_sic2 dataType: String description: Primary 2-digit SIC code - fieldName: zi_c_sic3 dataType: String description: Primary 3-digit SIC code - fieldName: zi_c_sic4 dataType: String description: Primary 4-digit SIC code - fieldName: zi_c_sic_top3 dataType: ArrayList description: The top three SIC predicted, as many larger companies can operate in multiple industries. - fieldName: zi_c_estimated_age dataType: Long description: Estimated age of the company - fieldName: zi_c_year_founded dataType: String description: Founding year of the company - fieldName: zi_c_is_b2b dataType: String description: A flag to represent a company as B2B (1, 0) - fieldName: zi_c_is_b2c dataType: String description: A flag to represent a company as B2C (1, 0) - fieldName: zi_c_company_id dataType: Long description: ZoomInfo Company ID for the headquarters (HQ) of a company entity - fieldName: zi_es_hq_ecid dataType: Long description: EverString Company ID (ECID) for the headquarters (HQ) of a company entity - fieldName: zi_es_hq_location_id dataType: String description: Location ID for the headquarters (HQ) of a company entity - fieldName: zi_c_company_name dataType: String description: HQ Company name. May match ZI_C_NAME. - fieldName: zi_c_company_url dataType: String description: HQ Primary website of the company. May contain yelp.com websites. May match ZI_C_URL. - fieldName: zi_c_company_street dataType: String description: HQ Company's physical street address - fieldName: zi_c_company_street_2 dataType: String description: HQ Company's physical street address continued - fieldName: zi_c_company_city dataType: String description: HQ Company's physical city - fieldName: zi_c_company_state dataType: String description: HQ Company's physical state - fieldName: zi_c_company_zip dataType: String description: HQ Company's physical zip/postal code - fieldName: zi_c_company_country dataType: String description: Company's core-based statistical area - fieldName: zi_c_company_cbsa_name dataType: String description: HQ Company's core-based statistical area - fieldName: zi_c_company_county dataType: String description: HQ Company's physical county - fieldName: zi_c_company_latitude dataType: Float description: HQ Company's latitude geo-coordinate - fieldName: zi_c_company_longitude dataType: Float description: HQ Company's longitude geo-coordinate - fieldName: zi_c_company_verified_address dataType: String description: Denotes whether HQ address deliverability is verified - fieldName: zi_c_company_employee_range dataType: String description: HQ Employee category band. Please refer to /lookup/employee-category-band - fieldName: zi_c_company_employees dataType: Long description: HQ Raw employee number for a company - fieldName: zi_c_company_revenue_range dataType: String description: HQ Revenue category band. Please refer to /lookup/revenue-category-band - fieldName: zi_c_company_revenue dataType: Long description: HQ Raw revenue number in USD (in thousands) - fieldName: zi_c_company_phone dataType: String description: HQ Company's phone number - fieldName: zi_c_company_fax dataType: String description: HQ Company's fax number - fieldName: zi_c_linkedin_url dataType: String description: Linkedin URL for the company - fieldName: zi_c_facebook_url dataType: String description: Facebook URL for the company - fieldName: zi_c_twitter_url dataType: String description: Twitter URL for the company - fieldName: zi_c_yelp_url dataType: String description: Yelp URL for the company - fieldName: zi_c_alexa_rank dataType: Long description: Alexa rank for the company, representing web traffic. Lower number indicates higher rank/traffic. - fieldName: zi_c_keywords dataType: ArrayList description: Machine generated tags for the company - fieldName: zi_c_top_keywords dataType: ArrayList description: Top ten machine generated tags for the company - fieldName: zi_c_num_keywords dataType: Long 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. - fieldName: zi_c_employee_growth_1yr dataType: Float description: Approximate company employee growth percentage in the past 1 year - fieldName: zi_c_employee_growth_2yr dataType: Float description: Approximate company employee growth percentage in the past 2 years - fieldName: zi_es_growth dataType: String description: A measure of overall growth from the last month compare against average growth in the industry - fieldName: zi_es_employee_growth dataType: String description: A measure of employee growth from last month compared against average growth in the industry - fieldName: zi_es_revenue_growth dataType: String description: A measure of revenue growth from last month compared against average growth in the industry - fieldName: zi_es_percent_employee_growth dataType: Float description: Percentage employee growth from last month compared against average growth in the industry - fieldName: zi_es_percent_revenue_growth dataType: Float description: Percentage revenue growth from last month compared against average growth in the industry - fieldName: zi_c_name_confidence_score dataType: Float description: Confidence score for the ZI_C_NAME field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) - fieldName: zi_c_url_confidence_score dataType: Float description: Confidence score for the ZI_C_URL field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) - fieldName: zi_c_address_confidence_score dataType: Float description: Confidence score for the ZI_C_ADDRESS field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) - fieldName: zi_c_phone_confidence_score dataType: Float description: Confidence score for the ZI_C_PHONE field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) - fieldName: zi_c_employees_confidence_score dataType: Float description: Confidence score for the ZI_C_EMPLOYEES_RANGE field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) - fieldName: zi_c_revenue_confidence_score dataType: Float description: Confidence score for the ZI_C_REVENUE_RANGE field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) - fieldName: zi_es_industry_confidence_score dataType: Float description: Confidence score for the ZI_ES_INDUSTRY field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) - fieldName: zi_c_naics_confidence_score dataType: Float description: Confidence score for the ZI_C_NAICS field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) - fieldName: zi_c_sic_confidence_score dataType: Float description: Confidence score for the ZI_C_SIC field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) - fieldName: zi_es_industries_top3_confidence_scores dataType: ArrayList description: Confidence score for the ZI_ES_INDUSTRIES_TOP3 field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) - fieldName: zi_c_naics_top3_confidence_scores dataType: ArrayList description: Confidence score for the ZI_C_NAICS6_TOP3 field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) - fieldName: zi_c_sic_top3_confidence_scores dataType: ArrayList description: Confidence score for the ZI_C_SIC4_TOP3 field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) - fieldName: zi_c_names_other dataType: String description: Alternate company name - fieldName: zi_c_url_status dataType: String description: Identifies if a company's website is still active or redirects to another website. VALID, INVALID, PARKED, REDIRECT. - fieldName: zi_c_urls_alt dataType: ArrayList description: All websites related to a company - fieldName: zi_c_url_last_updated dataType: String description: Date company's URL was last updated - fieldName: zi_c_inactive_flag dataType: String description: Identifies if a company is inactive. (1 or 0, 1 being inactive) - fieldName: zi_c_ein dataType: String description: The Employer Identification Number (EIN) of a company - fieldName: zi_c_is_small_business dataType: String 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' - fieldName: zi_c_is_public dataType: String description: Indication if company is Public or Private (1, 0) - fieldName: zi_c_ticker dataType: String description: Stock ticker for the company - fieldName: zi_c_tickers_alt dataType: ArrayList description: Alternate stock ticker for the company - fieldName: zi_c_has_mobile_app dataType: String description: Identifies if this company has a mobile app link detected on their website (1, 0) - fieldName: zi_c_currency_code dataType: String description: Company's currency code - fieldName: zi_c_num_locations dataType: Long description: Number of locations the company has - fieldName: zi_c_hr_contacts dataType: Long description: Number of HR contacts available at the company - fieldName: zi_c_sales_contacts dataType: Long description: Number of Sales contacts available at the company - fieldName: zi_c_marketing_contacts dataType: Long description: Number of Marketing contacts available at the company - fieldName: zi_c_finance_contacts dataType: Long description: Number of Finance contacts available at the company - fieldName: zi_c_c_suite_contacts dataType: Long description: Number of C-Suite contacts available at the company - fieldName: zi_c_engineering_contacts dataType: Long description: Number of Engineering contacts available at the company - fieldName: zi_c_it_contacts dataType: Long description: Number of IT contacts available at the company - fieldName: zi_c_operations_contacts dataType: Long description: Number of Operations contacts available at the company - fieldName: zi_c_legal_contacts dataType: Long description: Number of Legal contacts available at the company - fieldName: zi_c_medical_contacts dataType: Long description: Number of Medical contacts available at the company - fieldName: zi_c_tech_ids dataType: ArrayList description: Unique identifier for a technology. Could be a single tech ID, or a comma-separated list of ID's - fieldName: zi_c_latest_funding_age dataType: Long description: The number of years since the company's last funding - fieldName: zi_c_num_of_investors dataType: Long description: Number of investors for a company - fieldName: zi_c_investor_names dataType: ArrayList description: All investor names from publicly available sources - fieldName: zi_c_funding_strength dataType: String description: A measure of funding strength of a business based on type and who they received funding from (Low, Medium, High) - fieldName: zi_c_funding_type dataType: ArrayList description: Publicly available sources funding type - fieldName: zi_c_total_funding_amount dataType: Long description: The total amount of funding a company has received - fieldName: zi_c_latest_funding_amount dataType: Long description: The amount of funding in the latest funding round of a company - fieldName: zi_c_latest_funding_date dataType: String description: Date when the latest funding was received - fieldName: zi_c_num_funding_rounds dataType: Long description: The number of funding rounds a company has had - fieldName: zi_c_is_fortune_100 dataType: String description: This flag indicates if this record is a Fortune 100 entity (1, 0) - fieldName: zi_c_is_fortune_500 dataType: String description: This flag indicates if this record is a Fortune 500 entity (1, 0) - fieldName: zi_c_is_s_and_p_500 dataType: String description: This flag indicates if this record is a S&P 500 entity (1, 0) - fieldName: zi_c_is_domestic_hq dataType: String description: This flag indicates if this record is a Domestic Parent entity (1, 0) - fieldName: zi_c_is_global_parent dataType: String description: This flag indicates if this record is the Global Parent entity (1, 0) - fieldName: zi_c_is_subsidiary dataType: String description: This flag indicates if this record is a Subsidiary entity (1, 0) - fieldName: zi_c_is_franchisor dataType: String description: This flag indicates if this record is a Franchisor (1, 0) - fieldName: zi_c_is_franchisee dataType: String description: This flag indicates if this record is a Frachisee (1, 0) - fieldName: zi_c_hierarchy_code dataType: String 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 - fieldName: zi_c_hierarchy_level dataType: Long description: This number indicates the hierarchy level equivalent to the hierarchy code - fieldName: zi_c_parent_child_confidence_score dataType: Float description: Confidence score for the parent child hierarchy linkage (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) - fieldName: zi_c_immediate_parent_company_id dataType: Long description: Unique identifier of parent company of requested company - fieldName: zi_es_immediate_parent_ecid dataType: Long description: Immediate parent company's identifier number - fieldName: zi_es_immediate_parent_location_id dataType: String description: Immediate parent company's location identifier - fieldName: zi_c_immediate_parent_name dataType: String description: Immediate parent company's name - fieldName: zi_c_immediate_parent_url dataType: String description: Immediate parent company's website - fieldName: zi_c_immediate_parent_street dataType: String description: Immediate parent company's street address - fieldName: zi_c_immediate_parent_street_2 dataType: String description: Immediate parent company's street address continued - fieldName: zi_c_immediate_parent_city dataType: String description: Immediate parent company's city - fieldName: zi_c_immediate_parent_zip dataType: String description: Immediate parent company's zip code - fieldName: zi_c_immediate_parent_state dataType: String description: Immediate parent company's state - fieldName: zi_c_immediate_parent_country dataType: String description: Immediate parent company's country - fieldName: zi_c_domestic_parent_company_id dataType: Long description: Unique identifier of parent company of requested company - fieldName: zi_es_domestic_parent_ecid dataType: Long description: Domestic parent company's identifier number - fieldName: zi_es_domestic_parent_location_id dataType: String description: Domestic parent company's location identifier - fieldName: zi_c_domestic_parent_name dataType: String description: Domestic parent company's name - fieldName: zi_c_domestic_parent_url dataType: String description: Domestic parent company's website - fieldName: zi_c_domestic_parent_street dataType: String description: Domestic parent company's street address - fieldName: zi_c_domestic_parent_street_2 dataType: String description: Domestic parent company's street address continued - fieldName: zi_c_domestic_parent_city dataType: String description: Domestic parent company's city - fieldName: zi_c_domestic_parent_zip dataType: String description: Domestic parent company's zip code - fieldName: zi_c_domestic_parent_state dataType: String description: Domestic parent company's state - fieldName: zi_c_domestic_parent_country dataType: String description: Domestic parent company's country - fieldName: zi_c_global_parent_company_id dataType: Long description: Unique identifier of global parent company that has acquired requested company - fieldName: zi_es_global_parent_ecid dataType: Long description: Global parent company's identifier number - fieldName: zi_es_global_parent_location_id dataType: String description: Global parent company's location identifier - fieldName: zi_c_global_parent_name dataType: String description: Global parent company's name - fieldName: zi_c_global_parent_url dataType: String description: Global parent company's website - fieldName: zi_c_global_parent_street dataType: String description: Global parent company's street address - fieldName: zi_c_global_parent_street_2 dataType: String description: Global parent company's street address continued - fieldName: zi_c_global_parent_city dataType: String description: Global parent company's city - fieldName: zi_c_global_parent_zip dataType: String description: Global parent company's zip - fieldName: zi_c_global_parent_state dataType: String description: Global parent company's state - fieldName: zi_c_global_parent_country dataType: String description: Global parent company's country - fieldName: zi_c_franchisor_company_id dataType: Long description: Company franchisor's ZoomInfo Company ID - fieldName: zi_es_franchisor_ecid dataType: Long description: Company franchisor's identifier number - fieldName: zi_es_franchisor_location_id dataType: String description: Company franchisor's location number - fieldName: zi_c_franchisor_name dataType: String description: Company franchisor's name - fieldName: zi_c_franchisor_url dataType: String description: Company franchisor's website - fieldName: zi_c_franchisor_street dataType: String description: Company franchisor's street address - fieldName: zi_c_franchisor_street_2 dataType: String description: Company franchisor's street address continued - fieldName: zi_c_franchisor_city dataType: String description: Company franchisor's city - fieldName: zi_c_franchisor_zip dataType: String description: Company franchisor's zip code - fieldName: zi_c_franchisor_state dataType: String description: Company franchisor's state - fieldName: zi_c_franchisor_country dataType: String description: Company franchisor's country - fieldName: zi_c_tech_spend dataType: String description: A measure of Technology spend as modeled by the types of technology purchased by a company (Low, Medium, High) - fieldName: zi_c_hr_spend dataType: String description: A measure of HR spend as modeled by the types of HR technology purchased by a company (Low, Medium, High) - fieldName: zi_c_sales_spend dataType: String description: A measure of Sales spend as modeled by the types of Sales technology purchased by a company (Low, Medium, High) - fieldName: zi_c_marketing_spend dataType: String 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) - fieldName: zi_c_finance_spend dataType: String description: A measure of Finance spend as modeled by the types of Finance technology purchased by a company (Low, Medium, High) - fieldName: zi_c_tech_strength dataType: String 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) - fieldName: zi_c_hr_strength dataType: String 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) - fieldName: zi_c_sales_strength dataType: String 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) - fieldName: zi_c_marketing_strength dataType: String 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) - fieldName: zi_c_finance_strength dataType: String 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) - fieldName: zi_c_tech_sophistication dataType: String description: A measure of technology sophistication of a business (Low, Medium, High) - fieldName: zi_c_hr_sophistication dataType: String description: A measure of HR sophistication of a business (Low, Medium, High) - fieldName: zi_c_sales_sophistication dataType: String description: A measure of Sales sophistication of a business (Low, Medium, High) - fieldName: zi_c_marketing_sophistication dataType: String description: A measure of Marketing sophistication of a company (Low, Average, High) - fieldName: zi_c_social_sophistication dataType: String description: A measure of Social sophistication of a business (Low, Medium, High) - fieldName: zi_c_finance_sophistication dataType: String description: A measure of Finance sophistication of a business (Low, Medium, High) - fieldName: zi_c_last_updated_date dataType: String description: Date when the record was last updated - fieldName: zi_c_release_date dataType: String description: Year and Month of this data release in YYYYMM format (e.g., 201902) - fieldName: zi_match_reason dataType: Object description: Match reason contentMediaType: application/json;charset=UTF-8 example: - fieldName: zi_c_location_id dataType: Long description: ZoomInfo unique identifier for company location - fieldName: zi_es_ecid dataType: Long description: EverString Company ID (ECID) is a unique identifier for a company entity - fieldName: zi_es_location_id dataType: String description: Location ID, which uniquely identifies each separate physical location, office, or branch of a company - fieldName: zi_c_is_hq dataType: String description: This flag indicates if this record is the HQ entity (1, 0) - fieldName: zi_c_tier_grade dataType: String description: Overall data quality tier for a record (A, B, C) - fieldName: zi_c_name dataType: String description: Company name for location - fieldName: zi_c_name_display dataType: String description: Colloquial name of the company - fieldName: zi_c_legal_entity_type dataType: String description: Legal structure of company, generally parsed from the end of the legal name (Inc, LLC) - fieldName: zi_c_url dataType: String description: Primary website of the company. May contain yelp.com URLs for companies without a top-level domain - fieldName: zi_c_street dataType: String description: Company's physical street address - fieldName: zi_c_street_2 dataType: String description: Company's physical street address continued - fieldName: zi_c_city dataType: String description: Company's physical city - fieldName: zi_c_state dataType: String description: Company's physical state - fieldName: zi_c_zip dataType: String description: Company's physical zip/postal code - fieldName: zi_c_country dataType: String description: Company's physical country - fieldName: zi_c_cbsa_name dataType: String description: Company's core-based statistical area - fieldName: zi_c_county dataType: String description: Company's physical county - fieldName: zi_c_latitude dataType: Float description: Latitude geo-coordinate for company's physical location - fieldName: zi_c_longitude dataType: Float description: Longitude geo-coordinate for company's physical location - fieldName: zi_c_verified_address dataType: String description: Verification of whether this address is deliverable - fieldName: zi_c_employee_range dataType: String description: Employee category band. Please refer to /lookup/employee-category-band - fieldName: zi_c_employees dataType: Long description: Raw employee count for a company - fieldName: zi_c_revenue_range dataType: String description: Revenue category band in USD. Please refer to /lookup/revenue-category-band - fieldName: zi_c_revenue dataType: Long description: Raw revenue number in USD (in thousands) - fieldName: zi_c_phone dataType: String description: Company location phone number - fieldName: zi_c_fax dataType: String description: Primary fax number for company location - fieldName: zi_c_industry_primary dataType: String description: Top-level primary industry of the company - fieldName: zi_c_sub_industry_primary dataType: String description: Top-level primary sub-industry of the company location - fieldName: zi_c_industries dataType: ArrayList description: All industries - fieldName: zi_c_sub_industries dataType: ArrayList description: All sub-industries - fieldName: zi_es_industry dataType: String description: Primary industry based on EverString's industry taxonomy - fieldName: zi_es_industries_top3 dataType: ArrayList description: The top three industries predicted, as many larger companies can operate in multiple industries. - fieldName: zi_c_naics2 dataType: String description: Primary 2-digit NAICS code - fieldName: zi_c_naics4 dataType: String description: Primary 4-digit NAICS code - fieldName: zi_c_naics6 dataType: String description: Primary 6-digit NAICS code - fieldName: zi_c_naics_top3 dataType: ArrayList description: The top three NAICS predicted, as many larger companies can operate in multiple industries. - fieldName: zi_c_sic2 dataType: String description: Primary 2-digit SIC code - fieldName: zi_c_sic3 dataType: String description: Primary 3-digit SIC code - fieldName: zi_c_sic4 dataType: String description: Primary 4-digit SIC code - fieldName: zi_c_sic_top3 dataType: ArrayList description: The top three SIC predicted, as many larger companies can operate in multiple industries. - fieldName: zi_c_estimated_age dataType: Long description: Estimated age of the company - fieldName: zi_c_year_founded dataType: String description: Founding year of the company - fieldName: zi_c_is_b2b dataType: String description: A flag to represent a company as B2B (1, 0) - fieldName: zi_c_is_b2c dataType: String description: A flag to represent a company as B2C (1, 0) - fieldName: zi_c_company_id dataType: Long description: ZoomInfo Company ID for the headquarters (HQ) of a company entity - fieldName: zi_es_hq_ecid dataType: Long description: EverString Company ID (ECID) for the headquarters (HQ) of a company entity - fieldName: zi_es_hq_location_id dataType: String description: Location ID for the headquarters (HQ) of a company entity - fieldName: zi_c_company_name dataType: String description: HQ Company name. May match ZI_C_NAME. - fieldName: zi_c_company_url dataType: String description: HQ Primary website of the company. May contain yelp.com websites. May match ZI_C_URL. - fieldName: zi_c_company_street dataType: String description: HQ Company's physical street address - fieldName: zi_c_company_street_2 dataType: String description: HQ Company's physical street address continued - fieldName: zi_c_company_city dataType: String description: HQ Company's physical city - fieldName: zi_c_company_state dataType: String description: HQ Company's physical state - fieldName: zi_c_company_zip dataType: String description: HQ Company's physical zip/postal code - fieldName: zi_c_company_country dataType: String description: Company's core-based statistical area - fieldName: zi_c_company_cbsa_name dataType: String description: HQ Company's core-based statistical area - fieldName: zi_c_company_county dataType: String description: HQ Company's physical county - fieldName: zi_c_company_latitude dataType: Float description: HQ Company's latitude geo-coordinate - fieldName: zi_c_company_longitude dataType: Float description: HQ Company's longitude geo-coordinate - fieldName: zi_c_company_verified_address dataType: String description: Denotes whether HQ address deliverability is verified - fieldName: zi_c_company_employee_range dataType: String description: HQ Employee category band. Please refer to /lookup/employee-category-band - fieldName: zi_c_company_employees dataType: Long description: HQ Raw employee number for a company - fieldName: zi_c_company_revenue_range dataType: String description: HQ Revenue category band. Please refer to /lookup/revenue-category-band - fieldName: zi_c_company_revenue dataType: Long description: HQ Raw revenue number in USD (in thousands) - fieldName: zi_c_company_phone dataType: String description: HQ Company's phone number - fieldName: zi_c_company_fax dataType: String description: HQ Company's fax number - fieldName: zi_c_linkedin_url dataType: String description: Linkedin URL for the company - fieldName: zi_c_facebook_url dataType: String description: Facebook URL for the company - fieldName: zi_c_twitter_url dataType: String description: Twitter URL for the company - fieldName: zi_c_yelp_url dataType: String description: Yelp URL for the company - fieldName: zi_c_alexa_rank dataType: Long description: Alexa rank for the company, representing web traffic. Lower number indicates higher rank/traffic. - fieldName: zi_c_keywords dataType: ArrayList description: Machine generated tags for the company - fieldName: zi_c_top_keywords dataType: ArrayList description: Top ten machine generated tags for the company - fieldName: zi_c_num_keywords dataType: Long 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. - fieldName: zi_c_employee_growth_1yr dataType: Float description: Approximate company employee growth percentage in the past 1 year - fieldName: zi_c_employee_growth_2yr dataType: Float description: Approximate company employee growth percentage in the past 2 years - fieldName: zi_es_growth dataType: String description: A measure of overall growth from the last month compare against average growth in the industry - fieldName: zi_es_employee_growth dataType: String description: A measure of employee growth from last month compared against average growth in the industry - fieldName: zi_es_revenue_growth dataType: String description: A measure of revenue growth from last month compared against average growth in the industry - fieldName: zi_es_percent_employee_growth dataType: Float description: Percentage employee growth from last month compared against average growth in the industry - fieldName: zi_es_percent_revenue_growth dataType: Float description: Percentage revenue growth from last month compared against average growth in the industry - fieldName: zi_c_name_confidence_score dataType: Float description: Confidence score for the ZI_C_NAME field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) - fieldName: zi_c_url_confidence_score dataType: Float description: Confidence score for the ZI_C_URL field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) - fieldName: zi_c_address_confidence_score dataType: Float description: Confidence score for the ZI_C_ADDRESS field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) - fieldName: zi_c_phone_confidence_score dataType: Float description: Confidence score for the ZI_C_PHONE field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) - fieldName: zi_c_employees_confidence_score dataType: Float description: Confidence score for the ZI_C_EMPLOYEES_RANGE field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) - fieldName: zi_c_revenue_confidence_score dataType: Float description: Confidence score for the ZI_C_REVENUE_RANGE field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) - fieldName: zi_es_industry_confidence_score dataType: Float description: Confidence score for the ZI_ES_INDUSTRY field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) - fieldName: zi_c_naics_confidence_score dataType: Float description: Confidence score for the ZI_C_NAICS field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) - fieldName: zi_c_sic_confidence_score dataType: Float description: Confidence score for the ZI_C_SIC field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) - fieldName: zi_es_industries_top3_confidence_scores dataType: ArrayList description: Confidence score for the ZI_ES_INDUSTRIES_TOP3 field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) - fieldName: zi_c_naics_top3_confidence_scores dataType: ArrayList description: Confidence score for the ZI_C_NAICS6_TOP3 field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) - fieldName: zi_c_sic_top3_confidence_scores dataType: ArrayList description: Confidence score for the ZI_C_SIC4_TOP3 field (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) - fieldName: zi_c_names_other dataType: String description: Alternate company name - fieldName: zi_c_url_status dataType: String description: Identifies if a company's website is still active or redirects to another website. VALID, INVALID, PARKED, REDIRECT. - fieldName: zi_c_urls_alt dataType: ArrayList description: All websites related to a company - fieldName: zi_c_url_last_updated dataType: String description: Date company's URL was last updated - fieldName: zi_c_inactive_flag dataType: String description: Identifies if a company is inactive. (1 or 0, 1 being inactive) - fieldName: zi_c_ein dataType: String description: The Employer Identification Number (EIN) of a company - fieldName: zi_c_is_small_business dataType: String 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' - fieldName: zi_c_is_public dataType: String description: Indication if company is Public or Private (1, 0) - fieldName: zi_c_ticker dataType: String description: Stock ticker for the company - fieldName: zi_c_tickers_alt dataType: ArrayList description: Alternate stock ticker for the company - fieldName: zi_c_has_mobile_app dataType: String description: Identifies if this company has a mobile app link detected on their website (1, 0) - fieldName: zi_c_currency_code dataType: String description: Company's currency code - fieldName: zi_c_num_locations dataType: Long description: Number of locations the company has - fieldName: zi_c_hr_contacts dataType: Long description: Number of HR contacts available at the company - fieldName: zi_c_sales_contacts dataType: Long description: Number of Sales contacts available at the company - fieldName: zi_c_marketing_contacts dataType: Long description: Number of Marketing contacts available at the company - fieldName: zi_c_finance_contacts dataType: Long description: Number of Finance contacts available at the company - fieldName: zi_c_c_suite_contacts dataType: Long description: Number of C-Suite contacts available at the company - fieldName: zi_c_engineering_contacts dataType: Long description: Number of Engineering contacts available at the company - fieldName: zi_c_it_contacts dataType: Long description: Number of IT contacts available at the company - fieldName: zi_c_operations_contacts dataType: Long description: Number of Operations contacts available at the company - fieldName: zi_c_legal_contacts dataType: Long description: Number of Legal contacts available at the company - fieldName: zi_c_medical_contacts dataType: Long description: Number of Medical contacts available at the company - fieldName: zi_c_tech_ids dataType: ArrayList description: Unique identifier for a technology. Could be a single tech ID, or a comma-separated list of ID's - fieldName: zi_c_latest_funding_age dataType: Long description: The number of years since the company's last funding - fieldName: zi_c_num_of_investors dataType: Long description: Number of investors for a company - fieldName: zi_c_investor_names dataType: ArrayList description: All investor names from publicly available sources - fieldName: zi_c_funding_strength dataType: String description: A measure of funding strength of a business based on type and who they received funding from (Low, Medium, High) - fieldName: zi_c_funding_type dataType: ArrayList description: Publicly available sources funding type - fieldName: zi_c_total_funding_amount dataType: Long description: The total amount of funding a company has received - fieldName: zi_c_latest_funding_amount dataType: Long description: The amount of funding in the latest funding round of a company - fieldName: zi_c_latest_funding_date dataType: String description: Date when the latest funding was received - fieldName: zi_c_num_funding_rounds dataType: Long description: The number of funding rounds a company has had - fieldName: zi_c_is_fortune_100 dataType: String description: This flag indicates if this record is a Fortune 100 entity (1, 0) - fieldName: zi_c_is_fortune_500 dataType: String description: This flag indicates if this record is a Fortune 500 entity (1, 0) - fieldName: zi_c_is_s_and_p_500 dataType: String description: This flag indicates if this record is a S&P 500 entity (1, 0) - fieldName: zi_c_is_domestic_hq dataType: String description: This flag indicates if this record is a Domestic Parent entity (1, 0) - fieldName: zi_c_is_global_parent dataType: String description: This flag indicates if this record is the Global Parent entity (1, 0) - fieldName: zi_c_is_subsidiary dataType: String description: This flag indicates if this record is a Subsidiary entity (1, 0) - fieldName: zi_c_is_franchisor dataType: String description: This flag indicates if this record is a Franchisor (1, 0) - fieldName: zi_c_is_franchisee dataType: String description: This flag indicates if this record is a Frachisee (1, 0) - fieldName: zi_c_hierarchy_code dataType: String 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 - fieldName: zi_c_hierarchy_level dataType: Long description: This number indicates the hierarchy level equivalent to the hierarchy code - fieldName: zi_c_parent_child_confidence_score dataType: Float description: Confidence score for the parent child hierarchy linkage (0.2, 0.4, 0.6, 0.8, 1 - 1 being highest) - fieldName: zi_c_immediate_parent_company_id dataType: Long description: Unique identifier of parent company of requested company - fieldName: zi_es_immediate_parent_ecid dataType: Long description: Immediate parent company's identifier number - fieldName: zi_es_immediate_parent_location_id dataType: String description: Immediate parent company's location identifier - fieldName: zi_c_immediate_parent_name dataType: String description: Immediate parent company's name - fieldName: zi_c_immediate_parent_url dataType: String description: Immediate parent company's website - fieldName: zi_c_immediate_parent_street dataType: String description: Immediate parent company's street address - fieldName: zi_c_immediate_parent_street_2 dataType: String description: Immediate parent company's street address continued - fieldName: zi_c_immediate_parent_city dataType: String description: Immediate parent company's city - fieldName: zi_c_immediate_parent_zip dataType: String description: Immediate parent company's zip code - fieldName: zi_c_immediate_parent_state dataType: String description: Immediate parent company's state - fieldName: zi_c_immediate_parent_country dataType: String description: Immediate parent company's country - fieldName: zi_c_domestic_parent_company_id dataType: Long description: Unique identifier of parent company of requested company - fieldName: zi_es_domestic_parent_ecid dataType: Long description: Domestic parent company's identifier number - fieldName: zi_es_domestic_parent_location_id dataType: String description: Domestic parent company's location identifier - fieldName: zi_c_domestic_parent_name dataType: String description: Domestic parent company's name - fieldName: zi_c_domestic_parent_url dataType: String description: Domestic parent company's website - fieldName: zi_c_domestic_parent_street dataType: String description: Domestic parent company's street address - fieldName: zi_c_domestic_parent_street_2 dataType: String description: Domestic parent company's street address continued - fieldName: zi_c_domestic_parent_city dataType: String description: Domestic parent company's city - fieldName: zi_c_domestic_parent_zip dataType: String description: Domestic parent company's zip code - fieldName: zi_c_domestic_parent_state dataType: String description: Domestic parent company's state - fieldName: zi_c_domestic_parent_country dataType: String description: Domestic parent company's country - fieldName: zi_c_global_parent_company_id dataType: Long description: Unique identifier of global parent company that has acquired requested company - fieldName: zi_es_global_parent_ecid dataType: Long description: Global parent company's identifier number - fieldName: zi_es_global_parent_location_id dataType: String description: Global parent company's location identifier - fieldName: zi_c_global_parent_name dataType: String description: Global parent company's name - fieldName: zi_c_global_parent_url dataType: String description: Global parent company's website - fieldName: zi_c_global_parent_street dataType: String description: Global parent company's street address - fieldName: zi_c_global_parent_street_2 dataType: String description: Global parent company's street address continued - fieldName: zi_c_global_parent_city dataType: String description: Global parent company's city - fieldName: zi_c_global_parent_zip dataType: String description: Global parent company's zip - fieldName: zi_c_global_parent_state dataType: String description: Global parent company's state - fieldName: zi_c_global_parent_country dataType: String description: Global parent company's country - fieldName: zi_c_franchisor_company_id dataType: Long description: Company franchisor's ZoomInfo Company ID - fieldName: zi_es_franchisor_ecid dataType: Long description: Company franchisor's identifier number - fieldName: zi_es_franchisor_location_id dataType: String description: Company franchisor's location number - fieldName: zi_c_franchisor_name dataType: String description: Company franchisor's name - fieldName: zi_c_franchisor_url dataType: String description: Company franchisor's website - fieldName: zi_c_franchisor_street dataType: String description: Company franchisor's street address - fieldName: zi_c_franchisor_street_2 dataType: String description: Company franchisor's street address continued - fieldName: zi_c_franchisor_city dataType: String description: Company franchisor's city - fieldName: zi_c_franchisor_zip dataType: String description: Company franchisor's zip code - fieldName: zi_c_franchisor_state dataType: String description: Company franchisor's state - fieldName: zi_c_franchisor_country dataType: String description: Company franchisor's country - fieldName: zi_c_tech_spend dataType: String description: A measure of Technology spend as modeled by the types of technology purchased by a company (Low, Medium, High) - fieldName: zi_c_hr_spend dataType: String description: A measure of HR spend as modeled by the types of HR technology purchased by a company (Low, Medium, High) - fieldName: zi_c_sales_spend dataType: String description: A measure of Sales spend as modeled by the types of Sales technology purchased by a company (Low, Medium, High) - fieldName: zi_c_marketing_spend dataType: String 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) - fieldName: zi_c_finance_spend dataType: String description: A measure of Finance spend as modeled by the types of Finance technology purchased by a company (Low, Medium, High) - fieldName: zi_c_tech_strength dataType: String 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) - fieldName: zi_c_hr_strength dataType: String 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) - fieldName: zi_c_sales_strength dataType: String 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) - fieldName: zi_c_marketing_strength dataType: String 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) - fieldName: zi_c_finance_strength dataType: String 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) - fieldName: zi_c_tech_sophistication dataType: String description: A measure of technology sophistication of a business (Low, Medium, High) - fieldName: zi_c_hr_sophistication dataType: String description: A measure of HR sophistication of a business (Low, Medium, High) - fieldName: zi_c_sales_sophistication dataType: String description: A measure of Sales sophistication of a business (Low, Medium, High) - fieldName: zi_c_marketing_sophistication dataType: String description: A measure of Marketing sophistication of a company (Low, Average, High) - fieldName: zi_c_social_sophistication dataType: String description: A measure of Social sophistication of a business (Low, Medium, High) - fieldName: zi_c_finance_sophistication dataType: String description: A measure of Finance sophistication of a business (Low, Medium, High) - fieldName: zi_c_last_updated_date dataType: String description: Date when the record was last updated - fieldName: zi_c_release_date dataType: String description: Year and Month of this data release in YYYYMM format (e.g., 201902) - fieldName: zi_match_reason dataType: Object description: Match reason deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /enrich/orgchart: post: tags: - OrgChart Enrich summary: Zoominfo Orgchart Enrich description: 'Use this endpoint to match org chart information based on [input values](#751a9156-1867-4033-a115-a44aa0ecbfad) and return the desired [output fields](#b2c219d2-df68-4ccd-9914-c7c58218f768) in the response. **Input params** | Parameter | DataType | Description | | --- | --- | --- | | companyId | String | Required. The id of the company for which you want to view the org chart hierarchy | | department | String | Required. The comma delimited list of departments for which to display org chart hierarchy. See the **Contact Departments** lookup endpoint for values. You can input the `id` value or `name` from the list of accepted values. | **Output fields** | Field | Description | | --- | --- | | id | Unique ZoomInfo identifier for the contact | | firstName | Contact first name | | middleName | Contact middle name | | lastName | Contact last name | | lastUpdatedDate | Date on which the contact record was last updated | | jobTitle | Contact job title at current place of employment | | department | Contact department at current place of employment. See the **Contact Departments** lookup endpoint for values. | | hasDirectPhone | Indicates whether ZoomInfo has a direct phone number for the contact. If do not call is enabled for the contact, the field `directPhoneDoNotCall` is returned in the output with a value of `true`. | | hasEmail | Indicates whether ZoomInfo has an email address for the contact | | jobFunction | Contact job function at current place of employment | | orgChartTier | Integer representing hierarchy within a department, with `1` being the highest. | | orgChartSubTier | Secondary tier within `orgChartTier` | | contentAccuracyScore | 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. | | companyId | Unique ZoomInfo identifier for a company | | companyName | Company name |' operationId: OrgChartEnrich parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/OrgChartEnrichRequest' - examples: - companyId: '344589814' department: c-suite contentMediaType: application/json example: companyId: '344589814' department: c-suite required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Thu, 28 May 2020 19:22:27 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 59aa582b6f90ec00-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=fc71d9403472d42effc02aad37ef6fac8edd5780bbd14e367dd0386bd4c1d94e:1de7e3b1-a10b-11ea-aacb-83f9cb252b93; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 02fe556f210000ec00439dd200000001 Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" x-application-context: content: text/plain: schema: type: string contentMediaType: text/plain example: application:production:8080 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1590693807' X-Usage-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999996315' X-Usage-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999965138' X-Usage-Unique-Id-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Unique-Id-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9999952' X-Usage-Websights-Api-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Websights-Api-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9999902' X-Usage-Websights-Api-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '100000000' X-Usage-Websights-Api-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '99999902' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: allOf: - $ref: '#/components/schemas/OrgChartEnrich' - examples: - maxResults: 11 totalResults: 11 currentPage: 1 data: - id: 1843376157 firstName: Justin middleName: '' lastName: Withers lastUpdatedDate: '' title: Senior VP, Strategy and Corporate Development hasEmail: true hasDirectPhone: true department: C-Suite jobFunction: Operations Executive orgChartTier: 2 orgChartSubTier: 7 contactAccuracyScore: 96 company: id: 344589814 name: ZoomInfo - id: 2988050694 firstName: Nir middleName: '' lastName: Keren lastUpdatedDate: '' title: Chief Technology Officer hasEmail: true hasDirectPhone: true department: C-Suite jobFunction: Engineering & Technical Executive orgChartTier: 2 orgChartSubTier: 2 contactAccuracyScore: 90 company: id: 344589814 name: ZoomInfo - id: 1645938489 firstName: Hila middleName: '' lastName: Nir lastUpdatedDate: '' title: Chief Marketing Officer hasEmail: true hasDirectPhone: true department: C-Suite jobFunction: Marketing Executive orgChartTier: 2 orgChartSubTier: 2 contactAccuracyScore: 92 company: id: 344589814 name: ZoomInfo - id: 1260398587 firstName: Henry middleName: L. lastName: Schuck lastUpdatedDate: 1/5/2020 2:59 PM title: Founder & Chief Executive Officer hasEmail: true hasDirectPhone: true department: C-Suite jobFunction: Executive orgChartTier: 1 orgChartSubTier: 1 contactAccuracyScore: 96 company: id: 344589814 name: ZoomInfo - id: -851481737 firstName: Anthony middleName: M. lastName: Stark lastUpdatedDate: '' title: General Counsel hasEmail: true hasDirectPhone: true department: C-Suite jobFunction: Legal Executive orgChartTier: 2 orgChartSubTier: 1 contactAccuracyScore: 96 company: id: 344589814 name: ZoomInfo - id: 2827525345 firstName: Chris middleName: '' lastName: Hays lastUpdatedDate: '' title: Chief Revenue Officer hasEmail: true hasDirectPhone: true department: C-Suite jobFunction: Sales Executive orgChartTier: 2 orgChartSubTier: 3 contactAccuracyScore: 96 company: id: 344589814 name: ZoomInfo - id: 1900751569 firstName: Alyssa middleName: '' lastName: Lahar lastUpdatedDate: '' title: Chief Human Resources Officer hasEmail: true hasDirectPhone: false department: C-Suite jobFunction: Human Resources Executive orgChartTier: 2 orgChartSubTier: 3 contactAccuracyScore: 93 company: id: 344589814 name: ZoomInfo - id: 1691752290 firstName: Derek middleName: M. lastName: Smith lastUpdatedDate: '' title: Senior VP, Data Strategy and R&D hasEmail: true hasDirectPhone: true department: Engineering & Technical jobFunction: Research & Development orgChartTier: 2 orgChartSubTier: 3 contactAccuracyScore: 92 company: id: 344589814 name: ZoomInfo - id: 39841971 firstName: Cameron middleName: '' lastName: Hyzer lastUpdatedDate: '' title: Chief Financial Officer hasEmail: true hasDirectPhone: true department: C-Suite jobFunction: Finance Executive orgChartTier: 2 orgChartSubTier: 2 contactAccuracyScore: 96 company: id: 344589814 name: ZoomInfo - id: -1169994343 firstName: Kelly middleName: '' lastName: Watson lastUpdatedDate: '' title: Executive Assistant, Henry Schuck hasEmail: true hasDirectPhone: true department: C-Suite jobFunction: Executive orgChartTier: 2 orgChartSubTier: 8 contactAccuracyScore: 91 company: id: 344589814 name: ZoomInfo - id: 2086486970 firstName: Mark middleName: S. lastName: Johnson lastUpdatedDate: '' title: Senior VP, Technology & Operations hasEmail: true hasDirectPhone: true department: C-Suite jobFunction: Information Technology Executive orgChartTier: 2 orgChartSubTier: 3 contactAccuracyScore: 96 company: id: 344589814 name: ZoomInfo contentMediaType: application/json;charset=utf-8 example: maxResults: 11 totalResults: 11 currentPage: 1 data: - id: 1843376157 firstName: Justin middleName: '' lastName: Withers lastUpdatedDate: '' title: Senior VP, Strategy and Corporate Development hasEmail: true hasDirectPhone: true department: C-Suite jobFunction: Operations Executive orgChartTier: 2 orgChartSubTier: 7 contactAccuracyScore: 96 company: id: 344589814 name: ZoomInfo - id: 2988050694 firstName: Nir middleName: '' lastName: Keren lastUpdatedDate: '' title: Chief Technology Officer hasEmail: true hasDirectPhone: true department: C-Suite jobFunction: Engineering & Technical Executive orgChartTier: 2 orgChartSubTier: 2 contactAccuracyScore: 90 company: id: 344589814 name: ZoomInfo - id: 1645938489 firstName: Hila middleName: '' lastName: Nir lastUpdatedDate: '' title: Chief Marketing Officer hasEmail: true hasDirectPhone: true department: C-Suite jobFunction: Marketing Executive orgChartTier: 2 orgChartSubTier: 2 contactAccuracyScore: 92 company: id: 344589814 name: ZoomInfo - id: 1260398587 firstName: Henry middleName: L. lastName: Schuck lastUpdatedDate: 1/5/2020 2:59 PM title: Founder & Chief Executive Officer hasEmail: true hasDirectPhone: true department: C-Suite jobFunction: Executive orgChartTier: 1 orgChartSubTier: 1 contactAccuracyScore: 96 company: id: 344589814 name: ZoomInfo - id: -851481737 firstName: Anthony middleName: M. lastName: Stark lastUpdatedDate: '' title: General Counsel hasEmail: true hasDirectPhone: true department: C-Suite jobFunction: Legal Executive orgChartTier: 2 orgChartSubTier: 1 contactAccuracyScore: 96 company: id: 344589814 name: ZoomInfo - id: 2827525345 firstName: Chris middleName: '' lastName: Hays lastUpdatedDate: '' title: Chief Revenue Officer hasEmail: true hasDirectPhone: true department: C-Suite jobFunction: Sales Executive orgChartTier: 2 orgChartSubTier: 3 contactAccuracyScore: 96 company: id: 344589814 name: ZoomInfo - id: 1900751569 firstName: Alyssa middleName: '' lastName: Lahar lastUpdatedDate: '' title: Chief Human Resources Officer hasEmail: true hasDirectPhone: false department: C-Suite jobFunction: Human Resources Executive orgChartTier: 2 orgChartSubTier: 3 contactAccuracyScore: 93 company: id: 344589814 name: ZoomInfo - id: 1691752290 firstName: Derek middleName: M. lastName: Smith lastUpdatedDate: '' title: Senior VP, Data Strategy and R&D hasEmail: true hasDirectPhone: true department: Engineering & Technical jobFunction: Research & Development orgChartTier: 2 orgChartSubTier: 3 contactAccuracyScore: 92 company: id: 344589814 name: ZoomInfo - id: 39841971 firstName: Cameron middleName: '' lastName: Hyzer lastUpdatedDate: '' title: Chief Financial Officer hasEmail: true hasDirectPhone: true department: C-Suite jobFunction: Finance Executive orgChartTier: 2 orgChartSubTier: 2 contactAccuracyScore: 96 company: id: 344589814 name: ZoomInfo - id: -1169994343 firstName: Kelly middleName: '' lastName: Watson lastUpdatedDate: '' title: Executive Assistant, Henry Schuck hasEmail: true hasDirectPhone: true department: C-Suite jobFunction: Executive orgChartTier: 2 orgChartSubTier: 8 contactAccuracyScore: 91 company: id: 344589814 name: ZoomInfo - id: 2086486970 firstName: Mark middleName: S. lastName: Johnson lastUpdatedDate: '' title: Senior VP, Technology & Operations hasEmail: true hasDirectPhone: true department: C-Suite jobFunction: Information Technology Executive orgChartTier: 2 orgChartSubTier: 3 contactAccuracyScore: 96 company: id: 344589814 name: ZoomInfo deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/inputfields/orgchart/enrich: get: tags: - OrgChart Enrich summary: Zoominfo Org Chart Enrich Inputs description: Returns a list of fields you can use as input for the [Org Chart Enrich](#763b3c10-41d1-4d52-9775-1712f712202e) endpoint. operationId: OrgChartEnrichInputs parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Thu, 28 May 2020 19:23:08 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 59aa59339e27ec00-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=fc71d9403472d42effc02aad37ef6fac8edd5780bbd14e367dd0386bd4c1d94e:1de7e3b1-a10b-11ea-aacb-83f9cb252b93; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 02fe5614420000ec0043a56200000001 Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" x-application-context: content: text/plain: schema: type: string contentMediaType: text/plain example: application:production:8080 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1498' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1590693807' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: type: array items: $ref: '#/components/schemas/OrgChartEnrichInput' description: '' examples: - - fieldName: companyId fieldType: String description: The id of the company for which you want to view the org chart - fieldName: department fieldType: String description: 'It must contain comma delimited strings of departments to display org charts from this endpoint : lookup/department' contentMediaType: application/json;charset=utf-8 example: - fieldName: companyId fieldType: String description: The id of the company for which you want to view the org chart - fieldName: department fieldType: String description: 'It must contain comma delimited strings of departments to display org charts from this endpoint : lookup/department' deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/outputfields/orgchart/enrich: get: tags: - OrgChart Enrich summary: Zoominfo Org Chart Enrich Outputs description: Returns a list of fields you can specify as output for the [Org Chart Enrich](#763b3c10-41d1-4d52-9775-1712f712202e) endpoint. operationId: OrgChartEnrichOutputs parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Thu, 28 May 2020 19:14:34 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 59aa4ca41cdaff80-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=fc71d9403472d42effc02aad37ef6fac8edd5780bbd14e367dd0386bd4c1d94e:1de7e3b1-a10b-11ea-aacb-83f9cb252b93; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 02fe4e3a8e0000ff808220e200000001 Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" x-application-context: content: text/plain: schema: type: string contentMediaType: text/plain example: application:production:8080 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1498' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1590693314' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: type: array items: $ref: '#/components/schemas/OrgChartEnrichOutput' description: '' examples: - - fieldName: id description: Unique ZoomInfo identifier for the contact - fieldName: firstName description: Contact first name - fieldName: middleName description: Contact middle name - fieldName: lastName description: Contact last name - fieldName: lastUpdatedDate description: Date on which the contact record was last updated - fieldName: title description: Contact job title at current place of employment - fieldName: hasEmail description: Indicates whether ZoomInfo has an email address for the contact - fieldName: hasDirectPhone description: Indicates whether ZoomInfo has a direct phone number for the contact - fieldName: department description: Contact department at current place of employment. See the Contact Departments endpoint for values. - fieldName: jobFunction description: Contact job function at current place of employment - fieldName: orgChartTier description: Integer representing hierarchy within a department, with 1 being the highest - fieldName: orgChartSubTier description: Secondary tier within orgChartTier - fieldName: contactAccuracyScore 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. - fieldName: companyId description: Unique ZoomInfo identifier for a company - fieldName: companyName description: Company Name contentMediaType: application/json;charset=utf-8 example: - fieldName: id description: Unique ZoomInfo identifier for the contact - fieldName: firstName description: Contact first name - fieldName: middleName description: Contact middle name - fieldName: lastName description: Contact last name - fieldName: lastUpdatedDate description: Date on which the contact record was last updated - fieldName: title description: Contact job title at current place of employment - fieldName: hasEmail description: Indicates whether ZoomInfo has an email address for the contact - fieldName: hasDirectPhone description: Indicates whether ZoomInfo has a direct phone number for the contact - fieldName: department description: Contact department at current place of employment. See the Contact Departments endpoint for values. - fieldName: jobFunction description: Contact job function at current place of employment - fieldName: orgChartTier description: Integer representing hierarchy within a department, with 1 being the highest - fieldName: orgChartSubTier description: Secondary tier within orgChartTier - fieldName: contactAccuracyScore 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. - fieldName: companyId description: Unique ZoomInfo identifier for a company - fieldName: companyName description: Company Name deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /enrich/corporatehierarchy: post: tags: - Corporate Hierarchy Enrich summary: Zoominfo Corporate Hierarchy Enrich description: 'Use this endpoint to match corporate hierarchical information based on [input values](#d72da288-2069-47c9-b36f-16cdab5d9988) and return the desired [output fields](#d6813026-dcae-4b20-9ee4-b1301451a2c7) in the response. **Input params** | Parameter | DataType | Description | | --- | --- | --- | | companyId | Integer | Unique ZoomInfo identifier for a company | | companyName | String | Company name | | companyWebsite | String | Company website URL in [http://www.example.com](http://www.example.com) format | **Output fields** | Field | Description | | --- | --- | | parentage | Lists companies higher up in the corporate hierarchy for this company | | familyTree | Lists companies and locations in the family tree for this company | | companyId | Unique ZoomInfo identifier for a company |' operationId: CorporateHierarchyEnrich parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/CorporateHierarchyEnrichRequest' - examples: - matchCompanyInput: - companyName: zoominfo outputFields: - parentage - familyTree - companyId contentMediaType: application/json example: matchCompanyInput: - companyName: zoominfo outputFields: - parentage - familyTree - companyId required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Tue, 19 May 2020 17:16:00 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 595f76925a63ff88-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=533f98300b99c5431f86bb221c6e877daac516468d9a13fc0e1fc33171b5ac05:197a38e1-94a0-11ea-a0cd-9f819741a458; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" x-application-context: content: text/plain: schema: type: string contentMediaType: text/plain example: application:production:8080 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1589908620' X-Usage-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999996830' X-Usage-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999965353' X-Usage-Unique-Id-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Unique-Id-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9999957' X-Usage-Websights-Api-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Websights-Api-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9999914' X-Usage-Websights-Api-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '100000000' X-Usage-Websights-Api-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '99999914' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 02cf886f740000ff88e521a200000001 content: application/json;charset=utf-8: schema: $ref: '#/components/schemas/Enrichcorporatehierarchy-multiplecompanies' examples: CorporateHierarchyEnrich200Example: summary: Default CorporateHierarchyEnrich 200 response x-microcks-default: true value: status: success data: {} deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/inputfields/corporatehierarchy/enrich: get: tags: - Corporate Hierarchy Enrich summary: Zoominfo Corporate Hierarchy Enrich Inputs description: Returns a list of fields you can use as input for the [Corporate Hierarchy Enrich](#1bf83184-9ee9-478f-b839-9afab4dfe18e) endpoint. operationId: CorporateHierarchyEnrichInputs parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 22 Jan 2020 20:16:27 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 5594348b6f7eebec-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=dc7435039f4c5280195b59ec461e6abed3a56a2451feb3b81654a031685469ba:646e0a80-3d51-11ea-9298-b7d007b5c092; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" x-application-context: content: text/plain: schema: type: string contentMediaType: text/plain example: application:production:8080 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '750' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '744' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1579724210' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: type: array items: $ref: '#/components/schemas/GetCorporateHierarchyEnrichInput' description: '' examples: - - fieldName: companyId fieldType: Integer description: The id of the company you are searching for - fieldName: companyName fieldType: String description: The name of the company you are searching for - fieldName: companyWebsite fieldType: String description: The website of the company you are searching for contentMediaType: application/json;charset=utf-8 example: - fieldName: companyId fieldType: Integer description: The id of the company you are searching for - fieldName: companyName fieldType: String description: The name of the company you are searching for - fieldName: companyWebsite fieldType: String description: The website of the company you are searching for deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/outputfields/corporatehierarchy/enrich: get: tags: - Corporate Hierarchy Enrich summary: Zoominfo Corporate Hierarchy Enrich Outputs description: Returns a list of fields you can specify as output for the [Corporate Hierarchy Enrich](#1bf83184-9ee9-478f-b839-9afab4dfe18e) endpoint. operationId: CorporateHierarchyEnrichOutputs parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 22 Jan 2020 20:16:47 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 5594350f2913ebec-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=dc7435039f4c5280195b59ec461e6abed3a56a2451feb3b81654a031685469ba:646e0a80-3d51-11ea-9298-b7d007b5c092; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" x-application-context: content: text/plain: schema: type: string contentMediaType: text/plain example: application:production:8080 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '750' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '745' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1579724226' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: type: array items: $ref: '#/components/schemas/GetCorporateHierarchyEnrichOutput' description: '' examples: - - fieldName: parentage description: All companies higher up in the corporate hierarchy for this company - fieldName: familyTree description: All companies and locations in the family tree for this company - fieldName: companyId description: The company id of the matching company contentMediaType: application/json;charset=utf-8 example: - fieldName: parentage description: All companies higher up in the corporate hierarchy for this company - fieldName: familyTree description: All companies and locations in the family tree for this company - fieldName: companyId description: The company id of the matching company deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /enrich/location: post: tags: - Company Location Enrich summary: Zoominfo Location Enrich description: 'Use this endpoint to match company location information based on [input values](#5517cdb0-18c9-40ad-9d80-bdee7872d9e0) and return the desired [output fields](#d1fbccf4-2224-4ba8-b72c-5b15e250c2f7) in the response. **Input params** | Parameter | DataType | Description | | --- | --- | --- | | companyId | String | Required. The ID of the company for which you want to find locations. | **Output fields** | Field | Description | | --- | --- | | companyId | Unique ZoomInfo identifier for the company | | phone | Location phone number | | companyAddressStatus | Company address verification status | | companySubUnitType | Company sub unit types (e.g., division, subsidiary and so on) | | locationName | The name of the company at this physical location. Can include names of subsidiaries/child/acquired companies. | | locationEmployeeCount | The number of employees at a physical location of a company | | fax | Location fax number | | street | Location street | | city | Location city | | state | Location state or province | | zipCode | Location Zip Code or Postal Code | | country | Location country |' operationId: LocationEnrich parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/LocationEnrichRequest' - examples: - companyId: '344589814' contentMediaType: application/json example: companyId: '344589814' required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Tue, 24 Jan 2023 14:59:26 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Origin,Access-Control-Request-Method,Access-Control-Request-Headers,Accept-Encoding x-usage-request-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' x-usage-request-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999999036' x-usage-record-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' x-usage-record-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999997989' x-usage-websights-api-request-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '100000010' x-usage-websights-api-request-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '99999815' x-usage-websights-api-record-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' x-usage-websights-api-record-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9999929' x-usage-unique-id-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '81020013' x-usage-unique-id-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '4979' content-encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip x-ratelimit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '2000' x-ratelimit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1999' x-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: b4664feb-5a66-45bd-820d-73b242341423 x-envoy-upstream-service-time: content: text/plain: schema: type: string contentMediaType: text/plain example: '129' x-envoy-decorator-operation: content: text/plain: schema: type: string contentMediaType: text/plain example: apps-gateway-active.main.svc.cluster.local:8080/* Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google Alt-Svc: content: text/plain: schema: type: string contentMediaType: text/plain example: h3=":443"; ma=86400, h3-29=":443"; ma=86400 CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare CF-RAY: content: text/plain: schema: type: string contentMediaType: text/plain example: 78e9a2078dce8c95-EWR content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/Enrichcompanylocation' - examples: - maxResults: 36 totalResults: 36 currentPage: 1 data: - phone: (360) 718-5630 fax: '' street: 805 Broadway St Ste 900 city: Vancouver state: Washington zipCode: '98660' country: United States company: id: 346572700 addressStatus: DEFUNCT subUnitType: Former_new_name locationName: DiscoverOrg locationEmployeeCount: 500 - phone: (888) 381-7667 fax: '' street: 465 California St 600 city: San Francisco state: California zipCode: '94104' country: United States company: id: 406371967 addressStatus: DEFUNCT subUnitType: Acquisition locationName: Chorus locationEmployeeCount: 170 - phone: (888) 240-8088 fax: (248) 927-5081 street: 340 6th St Ste 202 city: San Francisco state: California zipCode: '94103' country: United States company: id: 352472290 addressStatus: DEFUNCT subUnitType: Acquisition locationName: Ringlead locationEmployeeCount: 80 - phone: (855) 682-5572 fax: '' street: 1316 3rd St 111 city: Santa Monica state: California zipCode: '90401' country: United States company: id: 382321985 addressStatus: CURRENT subUnitType: Subsidiary locationName: Comparably locationEmployeeCount: 25 - phone: (650) 425-3937 fax: '' street: 1850 Gateway Dr Ste 400 city: San Mateo state: California zipCode: '94404' country: United States company: id: 358845517 addressStatus: DEFUNCT subUnitType: Acquisition locationName: EverString locationEmployeeCount: 61 - phone: (650) 393-5177 fax: '' street: 4 W 4th Ave Ste 301 city: San Mateo state: California zipCode: '94402' country: United States company: id: 356263316 addressStatus: CURRENT subUnitType: Subsidiary locationName: Datanyze locationEmployeeCount: 42 - phone: (617) 588-7505 fax: '' street: 810 Memorial Dr Fl 3 city: Cambridge state: Massachusetts zipCode: 02139 country: United States company: id: 12715058 addressStatus: DEFUNCT subUnitType: Subsidiary locationName: Eliyon Technologies locationEmployeeCount: 72 - phone: (905) 669-8868 fax: '' street: 1100 NE Campus Pkwy Ste 200 city: Seattle state: Washington zipCode: '98105' country: United States company: id: 483214632 addressStatus: DEFUNCT subUnitType: Acquisition locationName: Insent locationEmployeeCount: 25 - phone: (425) 903-3346 fax: '' street: 7826 Leary Way NE 201 city: Redmond state: Washington zipCode: '98052' country: United States company: id: 371535605 addressStatus: DEFUNCT subUnitType: Acquisition locationName: Komiko locationEmployeeCount: 16 - phone: (877) 678-4577 fax: '' street: 695 Mansell Rd Ste 250 city: Roswell state: Georgia zipCode: '30076' country: United States company: id: 357413234 addressStatus: CURRENT subUnitType: Subsidiary locationName: Clickagy locationEmployeeCount: 13 - phone: (425) 409-9302 fax: '' street: 9 Lake Bellevue Dr Ste 213 city: Bellevue state: Washington zipCode: '98005' country: United States company: id: 346281805 addressStatus: DEFUNCT subUnitType: Acquisition locationName: Tellwise locationEmployeeCount: 14 - phone: '' fax: '' street: 4082 Orme St city: Palo Alto state: California zipCode: '94306' country: United States company: id: 458157110 addressStatus: DEFUNCT subUnitType: Acquisition locationName: Dogpatch Advisors locationEmployeeCount: 5 - phone: '' fax: '' street: '' city: '' state: '' zipCode: '' country: United States company: id: 548942026 addressStatus: DEFUNCT subUnitType: Former_new_name locationName: DiscoverOrg locationEmployeeCount: 18 - phone: '' fax: '' street: 7700 Old Georgetown Rd city: Bethesda state: Maryland zipCode: '20814' country: United States company: id: 474328614 addressStatus: CURRENT subUnitType: Location locationName: Zoom Information locationEmployeeCount: 254 - phone: '' fax: '' street: '' city: '' state: '' zipCode: '' country: Australia company: id: 2218043599 addressStatus: INVALID subUnitType: Location locationName: Zoominfo locationEmployeeCount: 1 - phone: '' fax: '' street: 133 Whitechapel High St city: London state: Essex zipCode: E1 7QA country: United Kingdom company: id: 560088004 addressStatus: INVALID subUnitType: Location locationName: Zoom Information locationEmployeeCount: 3 - phone: '' fax: '' street: 695 Mansell Rd Ste 250 city: Roswell state: Georgia zipCode: '30076' country: United States company: id: 560118251 addressStatus: VALID subUnitType: Location locationName: Zoom Information locationEmployeeCount: 16 - phone: '' fax: '' street: 435 Ionia Sw Ste 200 city: Grand Rapids state: Michigan zipCode: '49503' country: United States company: id: 483996375 addressStatus: VALID subUnitType: Location locationName: Zoom Information locationEmployeeCount: 18 - phone: '' fax: '' street: 3690 Orange Pl Ste 310 city: Cleveland state: Ohio zipCode: '44133' country: United States company: id: 478161257 addressStatus: VALID subUnitType: Location locationName: Zoom Information locationEmployeeCount: 19 - phone: (866) 904-9666 fax: '' street: 170 Tracer Ln city: Waltham state: Massachusetts zipCode: '02451' country: United States company: id: 2079041976 addressStatus: PAST subUnitType: Location locationName: Zoominfo locationEmployeeCount: 1 - phone: (866) 904-9666 fax: '' street: 170 Data Dr city: Waltham state: Massachusetts zipCode: '02451' country: United States company: id: 476310572 addressStatus: CURRENT subUnitType: Location locationName: Zoominfo locationEmployeeCount: 454 - phone: '' fax: '' street: 441 E Hector St Ste 200 city: Conshohocken state: Pennsylvania zipCode: '19428' country: United States company: id: 474328613 addressStatus: VALID subUnitType: Location locationName: Zoom Information locationEmployeeCount: 279 - phone: '' fax: '' street: 465 California St Ste 600 city: San Francisco state: California zipCode: '94111' country: United States company: id: 563915395 addressStatus: VALID subUnitType: Location locationName: Zoom Information locationEmployeeCount: 27 - phone: '' fax: '' street: 4 Hasheizaf St city: Ra'anana state: Tel Aviv zipCode: '4366411' country: Israel company: id: 2216653193 addressStatus: CURRENT subUnitType: Location locationName: Zoominfo locationEmployeeCount: 94 - phone: (866) 904-9666 fax: '' street: 100 Data Dr city: Waltham state: Massachusetts zipCode: '02451' country: United States company: id: 2203083854 addressStatus: LIMBO subUnitType: Location locationName: Zoominfo locationEmployeeCount: 1 - phone: (781) 790-7078 fax: '' street: 100 Tracer Ln city: Waltham state: Massachusetts zipCode: '02452' country: United States company: id: 474630732 addressStatus: VALID subUnitType: Location locationName: Zoom Information locationEmployeeCount: 22 - phone: '' fax: '' street: 1850 Gateway Dr Ste 400 city: San Mateo state: California zipCode: '94404' country: United States company: id: 555967205 addressStatus: CURRENT subUnitType: Location locationName: Zoom Information locationEmployeeCount: 379 - phone: (781) 693-7500 fax: '' street: 307 Waverley Oaks Rd Ste 405 city: Waltham state: Massachusetts zipCode: '02452' country: United States company: id: 2079041971 addressStatus: CURRENT subUnitType: Location locationName: Zoom Information locationEmployeeCount: 103 - phone: '' fax: '' street: 10818 NE 88th St city: Vancouver state: Washington zipCode: '98662' country: United States company: id: 2216627196 addressStatus: CURRENT subUnitType: Location locationName: Zoom Information Inc locationEmployeeCount: 297 - phone: (425) 673-4292 fax: '' street: 4630 200th Street Sw St H city: Lynnwood state: Washington zipCode: '98036' country: United States company: id: 2203083856 addressStatus: LIMBO subUnitType: Location locationName: Zoominfo locationEmployeeCount: 1 - phone: (866) 904-9666 fax: '' street: 38 Fulton St W 313 city: Grand Rapids state: Michigan zipCode: '49503' country: United States company: id: 440083468 addressStatus: INVALID subUnitType: Location locationName: Zoominfo locationEmployeeCount: 19 - phone: (800) 914-1220 fax: '' street: 805 Broadway St Ste 900 city: Vancouver state: Washington zipCode: '98660' country: United States company: id: 2203083849 addressStatus: CURRENT subUnitType: Location locationName: Zoom Information locationEmployeeCount: 2742 - phone: '' fax: '' street: 307 Waverley Oaks Rd Ste 307 city: Waltham state: Massachusetts zipCode: '02452' country: United States company: id: 2203083851 addressStatus: LIMBO subUnitType: Location locationName: Zoom Information locationEmployeeCount: 1 - phone: (866) 904-9666 fax: '' street: 805 Broadway St Ste 800 city: Vancouver state: Washington zipCode: '98660' country: United States company: id: 2203083858 addressStatus: PAST subUnitType: Location locationName: Zoominfo Technologies locationEmployeeCount: 558 - phone: (781) 693-7500 fax: '' street: 275 Wyman St city: Waltham state: Massachusetts zipCode: '02451' country: United States company: id: 560088010 addressStatus: VALID subUnitType: Location locationName: Zoom Information locationEmployeeCount: 356 - phone: (360) 718-5630 fax: '' street: 1750 112th Ave NE Ste D151 city: Bellevue state: Washington zipCode: '98004' country: United States company: id: 560118250 addressStatus: VALID subUnitType: Location locationName: Zoom Information locationEmployeeCount: 1 contentMediaType: application/json;charset=UTF-8 example: maxResults: 36 totalResults: 36 currentPage: 1 data: - phone: (360) 718-5630 fax: '' street: 805 Broadway St Ste 900 city: Vancouver state: Washington zipCode: '98660' country: United States company: id: 346572700 addressStatus: DEFUNCT subUnitType: Former_new_name locationName: DiscoverOrg locationEmployeeCount: 500 - phone: (888) 381-7667 fax: '' street: 465 California St 600 city: San Francisco state: California zipCode: '94104' country: United States company: id: 406371967 addressStatus: DEFUNCT subUnitType: Acquisition locationName: Chorus locationEmployeeCount: 170 - phone: (888) 240-8088 fax: (248) 927-5081 street: 340 6th St Ste 202 city: San Francisco state: California zipCode: '94103' country: United States company: id: 352472290 addressStatus: DEFUNCT subUnitType: Acquisition locationName: Ringlead locationEmployeeCount: 80 - phone: (855) 682-5572 fax: '' street: 1316 3rd St 111 city: Santa Monica state: California zipCode: '90401' country: United States company: id: 382321985 addressStatus: CURRENT subUnitType: Subsidiary locationName: Comparably locationEmployeeCount: 25 - phone: (650) 425-3937 fax: '' street: 1850 Gateway Dr Ste 400 city: San Mateo state: California zipCode: '94404' country: United States company: id: 358845517 addressStatus: DEFUNCT subUnitType: Acquisition locationName: EverString locationEmployeeCount: 61 - phone: (650) 393-5177 fax: '' street: 4 W 4th Ave Ste 301 city: San Mateo state: California zipCode: '94402' country: United States company: id: 356263316 addressStatus: CURRENT subUnitType: Subsidiary locationName: Datanyze locationEmployeeCount: 42 - phone: (617) 588-7505 fax: '' street: 810 Memorial Dr Fl 3 city: Cambridge state: Massachusetts zipCode: 02139 country: United States company: id: 12715058 addressStatus: DEFUNCT subUnitType: Subsidiary locationName: Eliyon Technologies locationEmployeeCount: 72 - phone: (905) 669-8868 fax: '' street: 1100 NE Campus Pkwy Ste 200 city: Seattle state: Washington zipCode: '98105' country: United States company: id: 483214632 addressStatus: DEFUNCT subUnitType: Acquisition locationName: Insent locationEmployeeCount: 25 - phone: (425) 903-3346 fax: '' street: 7826 Leary Way NE 201 city: Redmond state: Washington zipCode: '98052' country: United States company: id: 371535605 addressStatus: DEFUNCT subUnitType: Acquisition locationName: Komiko locationEmployeeCount: 16 - phone: (877) 678-4577 fax: '' street: 695 Mansell Rd Ste 250 city: Roswell state: Georgia zipCode: '30076' country: United States company: id: 357413234 addressStatus: CURRENT subUnitType: Subsidiary locationName: Clickagy locationEmployeeCount: 13 - phone: (425) 409-9302 fax: '' street: 9 Lake Bellevue Dr Ste 213 city: Bellevue state: Washington zipCode: '98005' country: United States company: id: 346281805 addressStatus: DEFUNCT subUnitType: Acquisition locationName: Tellwise locationEmployeeCount: 14 - phone: '' fax: '' street: 4082 Orme St city: Palo Alto state: California zipCode: '94306' country: United States company: id: 458157110 addressStatus: DEFUNCT subUnitType: Acquisition locationName: Dogpatch Advisors locationEmployeeCount: 5 - phone: '' fax: '' street: '' city: '' state: '' zipCode: '' country: United States company: id: 548942026 addressStatus: DEFUNCT subUnitType: Former_new_name locationName: DiscoverOrg locationEmployeeCount: 18 - phone: '' fax: '' street: 7700 Old Georgetown Rd city: Bethesda state: Maryland zipCode: '20814' country: United States company: id: 474328614 addressStatus: CURRENT subUnitType: Location locationName: Zoom Information locationEmployeeCount: 254 - phone: '' fax: '' street: '' city: '' state: '' zipCode: '' country: Australia company: id: 2218043599 addressStatus: INVALID subUnitType: Location locationName: Zoominfo locationEmployeeCount: 1 - phone: '' fax: '' street: 133 Whitechapel High St city: London state: Essex zipCode: E1 7QA country: United Kingdom company: id: 560088004 addressStatus: INVALID subUnitType: Location locationName: Zoom Information locationEmployeeCount: 3 - phone: '' fax: '' street: 695 Mansell Rd Ste 250 city: Roswell state: Georgia zipCode: '30076' country: United States company: id: 560118251 addressStatus: VALID subUnitType: Location locationName: Zoom Information locationEmployeeCount: 16 - phone: '' fax: '' street: 435 Ionia Sw Ste 200 city: Grand Rapids state: Michigan zipCode: '49503' country: United States company: id: 483996375 addressStatus: VALID subUnitType: Location locationName: Zoom Information locationEmployeeCount: 18 - phone: '' fax: '' street: 3690 Orange Pl Ste 310 city: Cleveland state: Ohio zipCode: '44133' country: United States company: id: 478161257 addressStatus: VALID subUnitType: Location locationName: Zoom Information locationEmployeeCount: 19 - phone: (866) 904-9666 fax: '' street: 170 Tracer Ln city: Waltham state: Massachusetts zipCode: '02451' country: United States company: id: 2079041976 addressStatus: PAST subUnitType: Location locationName: Zoominfo locationEmployeeCount: 1 - phone: (866) 904-9666 fax: '' street: 170 Data Dr city: Waltham state: Massachusetts zipCode: '02451' country: United States company: id: 476310572 addressStatus: CURRENT subUnitType: Location locationName: Zoominfo locationEmployeeCount: 454 - phone: '' fax: '' street: 441 E Hector St Ste 200 city: Conshohocken state: Pennsylvania zipCode: '19428' country: United States company: id: 474328613 addressStatus: VALID subUnitType: Location locationName: Zoom Information locationEmployeeCount: 279 - phone: '' fax: '' street: 465 California St Ste 600 city: San Francisco state: California zipCode: '94111' country: United States company: id: 563915395 addressStatus: VALID subUnitType: Location locationName: Zoom Information locationEmployeeCount: 27 - phone: '' fax: '' street: 4 Hasheizaf St city: Ra'anana state: Tel Aviv zipCode: '4366411' country: Israel company: id: 2216653193 addressStatus: CURRENT subUnitType: Location locationName: Zoominfo locationEmployeeCount: 94 - phone: (866) 904-9666 fax: '' street: 100 Data Dr city: Waltham state: Massachusetts zipCode: '02451' country: United States company: id: 2203083854 addressStatus: LIMBO subUnitType: Location locationName: Zoominfo locationEmployeeCount: 1 - phone: (781) 790-7078 fax: '' street: 100 Tracer Ln city: Waltham state: Massachusetts zipCode: '02452' country: United States company: id: 474630732 addressStatus: VALID subUnitType: Location locationName: Zoom Information locationEmployeeCount: 22 - phone: '' fax: '' street: 1850 Gateway Dr Ste 400 city: San Mateo state: California zipCode: '94404' country: United States company: id: 555967205 addressStatus: CURRENT subUnitType: Location locationName: Zoom Information locationEmployeeCount: 379 - phone: (781) 693-7500 fax: '' street: 307 Waverley Oaks Rd Ste 405 city: Waltham state: Massachusetts zipCode: '02452' country: United States company: id: 2079041971 addressStatus: CURRENT subUnitType: Location locationName: Zoom Information locationEmployeeCount: 103 - phone: '' fax: '' street: 10818 NE 88th St city: Vancouver state: Washington zipCode: '98662' country: United States company: id: 2216627196 addressStatus: CURRENT subUnitType: Location locationName: Zoom Information Inc locationEmployeeCount: 297 - phone: (425) 673-4292 fax: '' street: 4630 200th Street Sw St H city: Lynnwood state: Washington zipCode: '98036' country: United States company: id: 2203083856 addressStatus: LIMBO subUnitType: Location locationName: Zoominfo locationEmployeeCount: 1 - phone: (866) 904-9666 fax: '' street: 38 Fulton St W 313 city: Grand Rapids state: Michigan zipCode: '49503' country: United States company: id: 440083468 addressStatus: INVALID subUnitType: Location locationName: Zoominfo locationEmployeeCount: 19 - phone: (800) 914-1220 fax: '' street: 805 Broadway St Ste 900 city: Vancouver state: Washington zipCode: '98660' country: United States company: id: 2203083849 addressStatus: CURRENT subUnitType: Location locationName: Zoom Information locationEmployeeCount: 2742 - phone: '' fax: '' street: 307 Waverley Oaks Rd Ste 307 city: Waltham state: Massachusetts zipCode: '02452' country: United States company: id: 2203083851 addressStatus: LIMBO subUnitType: Location locationName: Zoom Information locationEmployeeCount: 1 - phone: (866) 904-9666 fax: '' street: 805 Broadway St Ste 800 city: Vancouver state: Washington zipCode: '98660' country: United States company: id: 2203083858 addressStatus: PAST subUnitType: Location locationName: Zoominfo Technologies locationEmployeeCount: 558 - phone: (781) 693-7500 fax: '' street: 275 Wyman St city: Waltham state: Massachusetts zipCode: '02451' country: United States company: id: 560088010 addressStatus: VALID subUnitType: Location locationName: Zoom Information locationEmployeeCount: 356 - phone: (360) 718-5630 fax: '' street: 1750 112th Ave NE Ste D151 city: Bellevue state: Washington zipCode: '98004' country: United States company: id: 560118250 addressStatus: VALID subUnitType: Location locationName: Zoom Information locationEmployeeCount: 1 deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/inputfields/location/enrich: get: tags: - Company Location Enrich summary: Zoominfo Location Enrich Inputs description: Returns a list of fields you can use as input for the [Location Enrich](#2b221ad0-f6c2-40cb-b721-6513e90afd8d) endpoint. operationId: LocationEnrichInputs parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 22 Jan 2020 20:17:07 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 559435a79f23ebec-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=dc7435039f4c5280195b59ec461e6abed3a56a2451feb3b81654a031685469ba:646e0a80-3d51-11ea-9298-b7d007b5c092; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" x-application-context: content: text/plain: schema: type: string contentMediaType: text/plain example: application:production:8080 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '750' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '749' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1579724288' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: type: array items: $ref: '#/components/schemas/GetLocationEnrichInput' description: '' examples: - - fieldName: parentId fieldType: String description: The id of the parent company for which you want to find locations contentMediaType: application/json;charset=utf-8 example: - fieldName: parentId fieldType: String description: The id of the parent company for which you want to find locations deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/outputfields/location/enrich: get: tags: - Company Location Enrich summary: Zoominfo Location Enrich Outputs description: Returns a list of fields you can specify as output for the [Location Enrich](#e4ec4287-18ff-468f-9276-9c1fa43c8f4c) endpoint. operationId: LocationEnrichOutputs parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 26 Aug 2020 13:41:07 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 5c8df7eecd4eff94-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=70071f10bb597f681bf32e5484a1bffce58189aa85981cea9fb1578c401445bb:2f79d591-e713-11ea-b61e-d347a7de7ad3; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 04cc99493d0000ff9485864200000001 Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1598449328' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: type: array items: $ref: '#/components/schemas/LocationEnrichOutput' description: '' examples: - - fieldName: companyId description: Unique ZoomInfo identifier for a company - fieldName: companyAddressStatus description: Company address verification status - fieldName: companySubUnitType description: Company sub unit types (e.g., division, subsidiary and so on) - fieldName: phone description: Location phone number - fieldName: fax description: Location fax number - fieldName: street description: Location street - fieldName: city description: Location city - fieldName: state description: Location state or province - fieldName: zipCode description: Location Zip Code or Postal Code - fieldName: country description: Location country contentMediaType: application/json;charset=utf-8 example: - fieldName: companyId description: Unique ZoomInfo identifier for a company - fieldName: companyAddressStatus description: Company address verification status - fieldName: companySubUnitType description: Company sub unit types (e.g., division, subsidiary and so on) - fieldName: phone description: Location phone number - fieldName: fax description: Location fax number - fieldName: street description: Location street - fieldName: city description: Location city - fieldName: state description: Location state or province - fieldName: zipCode description: Location Zip Code or Postal Code - fieldName: country description: Location country deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /enrich/tech: post: tags: - Technology Enrich summary: Zoominfo Technology Enrich description: 'Use this endpoint to match technology information based on [input values](#2cc6abbc-e782-4ab4-80e8-ce29ed17ee4e) and return output fields in the response. **Input params** | Parameter | DataType | Description | | --- | --- | --- | | companyId | String | Required. The ID of the company for which you want to find technologies. | **Output fields** | Field | Description | | --- | --- | | tag | Unique tag ID for a given technology | | categoryParent | Technology category parent | | category | Technology category | | vendor | Technology vendor | | product | Technology product | | website | Technology website | | logo | Technology logo | | domain | Vendor domain | | createdTime | Date the vendor was created | | modifiedTime | Date the vendor was modified | | description | Technology description |' operationId: TechnologyEnrich parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/TechnologyEnrichRequest' - examples: - companyId: '344589814' contentMediaType: application/json example: companyId: '344589814' required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 22 Apr 2020 14:16:36 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 587ff6965e07ae06-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=5388d0855eb91b72ba1639994759a291802c09115c95da4fd2b63cd11d3b0fee:65308c81-8334-11ea-bebd-2f3883040f62; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" x-application-context: content: text/plain: schema: type: string contentMediaType: text/plain example: application:production:8080 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1587565054' X-Usage-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999999205' X-Usage-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999971046' X-Usage-Unique-Id-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Unique-Id-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9999985' X-Usage-Websights-Api-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Websights-Api-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9999965' X-Usage-Websights-Api-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '100000000' X-Usage-Websights-Api-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '99999965' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 0243d871fa0000ae0658247200000001 content: application/json;charset=utf-8: schema: allOf: - $ref: '#/components/schemas/Enrichtechnologyforacompany' - examples: - maxResults: 174 totalResults: 174 currentPage: 1 data: - tag: '25420' categoryParent: IT Infrastructure category: Infrastructure as a Service (IaaS) vendor: Google LLC product: Google Compute Engine attribute: 334.194.1 website: https://cloud.google.com/compute/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cloud.google.com domain: cloud.google.com createdTime: 8/11/16 14:14 modifiedTime: 10/10/18 6:45 description: Google Compute Engine is the Infrastructure as a service component of google cloud platform which is built on the global infrastructure that runs googles search engine, gmail, youtube and other services. It offers high performance virtual machines, customer-friendly pricing, fast networking, and carbon-neutral impact. - tag: '23715' categoryParent: Development category: Container Management Software vendor: The Kubernetes Authors product: Kubernetes attribute: 328.321.25880464 website: http://kubernetes.io/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/kubernetes.io domain: kubernetes.io createdTime: 7/16/16 19:04 modifiedTime: 6/27/18 3:03 description: Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications. - tag: '30170' categoryParent: Development category: Source Code Management vendor: GitHub, Inc. product: Github attribute: 328.315.488 website: https://github.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/github.com domain: github.com createdTime: 10/7/16 15:28 modifiedTime: 11/27/17 23:41 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. - tag: '29127' categoryParent: Programming category: Programming Languages vendor: The Perl Foundation product: Perl attribute: 350.67.1355576 website: https://perl.org logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/perl.org domain: perl.org createdTime: 9/20/16 15:32 modifiedTime: 12/18/18 22:51 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. - tag: '23717' categoryParent: Development category: Container Management Software vendor: Docker Inc product: Docker attribute: 328.321.7208456 website: https://www.docker.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/docker.com domain: docker.com createdTime: 7/16/16 19:04 modifiedTime: 8/8/18 2:45 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. - tag: '124797' categoryParent: IT Management category: Communication Hardware vendor: T-Mobile product: T-Mobile attribute: 468.466.120257380 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:52 description: '' - tag: '122544' categoryParent: Programming category: Frameworks and Libraries vendor: Kevin Brown product: Select2 attribute: 350.66.120253333 website: https://select2.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/select2.org domain: select2.org createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:31 description: jQuery replacement for select boxes - tag: '126617' categoryParent: Programming category: Other Programming Software vendor: Google LLC product: YouTube IFrame Embed attribute: 350.451.1 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 12/25/19 7:36 description: '' - tag: '92574' categoryParent: Communication and Collaboration category: Team Collaboration vendor: Microsoft Office product: Microsoft Exchange Server attribute: 333.267.32627 website: https://products.office.com/en/microsoft-exchange-2013 logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/products.office.com domain: products.office.com createdTime: 9/4/18 4:02 modifiedTime: 11/13/18 2:09 description: Microsoft Exchange is a messaging and collaborative software solution used for managing e-mail, calendaring, contacts, and tasks. - tag: '32350' categoryParent: Communication and Collaboration category: Project Management Software vendor: Trello, Inc. product: Trello attribute: 333.217.20642 website: http://trello.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/trello.com domain: trello.com createdTime: 11/28/16 6:25 modifiedTime: 4/6/18 2:30 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 - tag: '89949' categoryParent: Marketing category: Other Marketing Software vendor: Twitter, Inc. product: Twitter Cards attribute: 338.412.9 website: https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/abouts-cards logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/developer.twitter.com domain: developer.twitter.com createdTime: 8/9/18 3:00 modifiedTime: 8/13/18 6:36 description: Twitter Cards allows attaching rich photos and videos to Tweets. - tag: '24070' categoryParent: Miscellaneous category: Miscellaneous vendor: VMware, Inc product: VMware (common) attribute: 0.68.2140 website: http://www.vmware.com/ap logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/vmware.com domain: vmware.com createdTime: 7/16/16 19:04 modifiedTime: 11/12/18 0:25 description: VMware is a software company providing cloud and virtualization services. - tag: '114002' categoryParent: IT Management category: Network Hardware vendor: HP Development Company, L.P product: HP ProCurve attribute: 468.216.120252534 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:26 description: '' - tag: '25426' categoryParent: Programming category: Integrated Development Environments vendor: Microsoft Corporation product: Microsoft Visual Studio attribute: 350.444.28 website: https://www.visualstudio.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/visualstudio.com domain: visualstudio.com createdTime: 8/11/16 14:18 modifiedTime: 11/30/17 1:47 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. - tag: '5849' categoryParent: Security category: Email Security vendor: Mimecast Services Limited product: Mimecast attribute: 339.343.81530 website: http://mimecast.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/mimecast.com domain: mimecast.com createdTime: 9/4/14 16:45 modifiedTime: 10/12/17 5:27 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. - tag: '23703' categoryParent: IT Infrastructure category: Infrastructure as a Service (IaaS) vendor: Microsoft Corporation product: Microsoft Azure attribute: 334.194.28 website: https://azure.microsoft.com/en-us/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/azure.microsoft.com domain: azure.microsoft.com createdTime: 7/16/16 19:04 modifiedTime: 6/4/18 3:40 description: Microsoft Azure (formerly Windows Azure) /��Yr/ 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. - tag: '29784' categoryParent: Programming category: Programming Languages vendor: Ruby product: Ruby attribute: 350.67.120265183 website: https://www.ruby-lang.org/en/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/ruby-lang.org domain: ruby-lang.org createdTime: 10/3/16 7:55 modifiedTime: 12/24/19 11:27 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. - tag: '30183' categoryParent: Development category: Build Automation vendor: The Apache Software Foundation product: Apache Maven attribute: 328.317.1015 website: https://maven.apache.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/maven.apache.org domain: maven.apache.org createdTime: 10/7/16 16:31 modifiedTime: 11/27/17 23:41 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. - tag: '125837' categoryParent: Development category: Server Virtualization Software vendor: VMware, Inc product: VMware ESX Server attribute: 328.193.2140 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 14:01 description: '' - tag: '23844' categoryParent: Miscellaneous category: Miscellaneous vendor: SAS Institute, Inc. product: SAS (common) attribute: 0.68.12265 website: http://www.sas.com/en_us/home.html logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/sas.com domain: sas.com createdTime: 7/16/16 19:04 modifiedTime: 9/19/18 2:40 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. - tag: '108616' categoryParent: IT Management category: Network Hardware vendor: Broadcom Inc. product: Brocade Switches attribute: 468.216.53694 website: http://www.brocade.com/en.html logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/brocade.com domain: brocade.com createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:47 description: '' - tag: '96261' categoryParent: Data Management category: Backup and Recovery Software vendor: Veritas Technologies LLC product: Veritas Backup Exec attribute: 331.211.1751389 website: https://www.veritas.com/product/backup-and-recovery/backup-exec logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/veritas.com domain: veritas.com createdTime: 10/3/18 1:30 modifiedTime: 10/22/18 0:37 description: Veritas Backup Exec is a unified backup and recovery solution. - tag: '83763' categoryParent: Development category: Software Testing Tools vendor: N/A product: Bugzilla attribute: 328.318.0 website: http://www.bugzilla.org logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/bugzilla.org domain: bugzilla.org createdTime: 6/18/18 5:20 modifiedTime: 2/13/19 9:54 description: Bugzilla is a web-based general-purpose bugtracker and testing tool. - tag: '42570' categoryParent: IT Infrastructure category: IT Infrastructure Monitoring vendor: PagerDuty, Inc. product: PagerDuty attribute: 334.254.330976 website: http://pagerduty.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/pagerduty.com domain: pagerduty.com createdTime: 4/26/17 6:20 modifiedTime: 11/16/18 1:22 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. - tag: '88207' categoryParent: Programming category: Frameworks and Libraries vendor: The jQuery Foundation Inc product: jQuery attribute: 350.66.419 website: https://jquery.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/jquery.com domain: jquery.com createdTime: 7/17/18 1:30 modifiedTime: 8/29/18 20:38 description: jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML. - tag: '117355' categoryParent: Marketing category: SEO Software vendor: MetaCommunications product: Meta Robot attribute: 338.59.120254217 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 12:53 description: '' - tag: '29640' categoryParent: Operations category: Enterprise Resource Planning vendor: Microsoft Corporation product: Microsoft Dynamics ERP attribute: 335.346.28 website: https://www.microsoft.com/en-us/dynamics/erp-nav-overview.aspx logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/microsoft.com domain: microsoft.com createdTime: 9/29/16 3:00 modifiedTime: 10/26/17 7:19 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. - tag: '109948' categoryParent: Development category: Server Virtualization Software vendor: Citrix Systems, Inc. product: Citrix NetScaler attribute: 328.193.7728 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:56 description: '' - tag: '114147' categoryParent: Intelligence and Analytics category: Data Science vendor: HubSpot, Inc product: HubSpot Analytics attribute: 347.241.592 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:28 description: '' - tag: '23845' categoryParent: Intelligence and Analytics category: Predictive Analytics vendor: International Business Machines Corporation product: IBM SPSS attribute: 347.366.437 website: https://www.ibm.com/analytics/us/en/technology/spss/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/ibm.com domain: ibm.com createdTime: 7/16/16 19:04 modifiedTime: 10/5/18 3:10 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. - tag: '29644' categoryParent: Operations category: Enterprise Resource Planning vendor: Microsoft Corporation product: Microsoft Dynamics attribute: 335.346.28 website: https://www.microsoft.com/en-us/dynamics/default.aspx logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/microsoft.com domain: microsoft.com createdTime: 9/29/16 3:04 modifiedTime: 10/26/17 7:18 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. - tag: '117645' categoryParent: IT Infrastructure category: Application Server Software vendor: Microsoft Corporation product: Microsoft IIS Application Request Routing (ARR) attribute: 334.425.28 website: https://www.iis.net/downloads/microsoft/application-request-routing logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/iis.net domain: iis.net createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 12:55 description: '' - tag: '77700' categoryParent: Intelligence and Analytics category: Machine Learning vendor: N/A product: scikit-learn attribute: 347.285.0 website: http://scikit-learn.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/scikit-learn.org domain: scikit-learn.org createdTime: 4/11/18 7:31 modifiedTime: 2/13/19 9:54 description: scikit-learn is a free open-source machine learning library for the Python programming language. - tag: '1716' categoryParent: Advertising category: Advertising Networks vendor: America Online , Inc. product: Advertising.com attribute: 336.9.62 website: https://www.advertising.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/advertising.com domain: advertising.com createdTime: 7/31/14 10:12 modifiedTime: 11/15/18 0:17 description: Advertising.com was an advertising network. - tag: '85337' categoryParent: Marketing category: Other Marketing Software vendor: Sigstr, Inc. product: Sigstr attribute: 338.412.18822351 website: https://www.sigstr.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/sigstr.com domain: sigstr.com createdTime: 6/27/18 7:36 modifiedTime: 7/15/18 3:08 description: Sigstr is an email signature marketing platform allows standardizing brand consistency and drive marketing ROI with every email sent. - tag: '80176' categoryParent: Sales category: Sales Performance Management Software vendor: ExecVision Inc. product: ExecVision attribute: 398.247.41218127 website: https://www.execvision.io/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/execvision.io domain: execvision.io createdTime: 5/17/18 1:43 modifiedTime: 9/24/18 2:59 description: ExecVision is a conversation intelligence software for coaching. - tag: '403' categoryParent: IT Infrastructure category: Email Delivery vendor: The Rocket Science Group LLC product: MailChimp SPF attribute: 334.19.393 website: '' logo: domain: createdTime: 12/24/12 0:00 modifiedTime: 2/13/19 9:57 description: Websites using Mailchimp's SPF record. - tag: '24100' categoryParent: Data Management category: Big Data Software vendor: The Apache Software Foundation product: Apache Kafka attribute: 331.204.1015 website: http://kafka.apache.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/kafka.apache.org domain: kafka.apache.org createdTime: 7/16/16 19:04 modifiedTime: 8/15/18 21:30 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. - tag: '874' categoryParent: IT Infrastructure category: Application Server Software vendor: The Apache Software Foundation product: Apache HTTP Server attribute: 334.425.1015 website: https://httpd.apache.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/httpd.apache.org domain: httpd.apache.org createdTime: 10/13/13 0:00 modifiedTime: 6/23/18 11:36 description: Apache is a free, open source HTTP web server. - tag: '121309' categoryParent: Programming category: Programming Languages vendor: N/A product: Really Simple Discovery attribute: 350.67.0 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:21 description: '' - tag: '123774' categoryParent: IT Management category: Server Hardware vendor: Oracle Corporation product: Sun Fire Server Systems attribute: 468.218.491 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:42 description: '' - tag: '125569' categoryParent: IT Management category: Communication Hardware vendor: Verizon Digital Media Services product: Verizon Wireless attribute: 468.466.6701832 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:59 description: '' - tag: '29776' categoryParent: Programming category: Programming Languages vendor: The R Foundation product: R attribute: 350.67.32841 website: https://www.r-project.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/r-project.org domain: r-project.org createdTime: 10/3/16 3:15 modifiedTime: 11/12/18 3:21 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. - tag: '95702' categoryParent: IT Infrastructure category: Operating Systems vendor: Microsoft Corporation product: Windows 7 attribute: 334.443.28 website: https://www.microsoft.com/en-us/software-download/windows7 logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/microsoft.com domain: microsoft.com createdTime: 9/28/18 3:31 modifiedTime: 10/18/18 23:53 description: Windows 7 is a personal computer operating system. - tag: '117795' categoryParent: IT Infrastructure category: Operating Systems vendor: Microsoft Corporation product: Microsoft Windows Server 2003 attribute: 334.443.28 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 12:57 description: '' - tag: '114115' categoryParent: IT Infrastructure category: IT Service Management vendor: HTML5 product: HTML5 attribute: 334.394.120252452 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:27 description: '' - tag: '924' categoryParent: Vertical Industry Software category: Event Management vendor: Eventbrite, Inc. product: Eventbrite attribute: 329.57.958 website: https://www.eventbrite.com/organizer/overview/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/eventbrite.com domain: eventbrite.com createdTime: 11/23/13 0:00 modifiedTime: 10/17/18 23:42 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. - tag: '123343' categoryParent: Security category: Data Security Software vendor: Sophos Ltd product: Sophos attribute: 339.356.8161 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:39 description: '' - tag: '36494' categoryParent: Sales category: Sales Intelligence Software vendor: Zoom Information, Inc. product: ZoomInfo attribute: 398.457.13289 website: http://www.zoominfo.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/zoominfo.com domain: zoominfo.com createdTime: 2/9/17 9:54 modifiedTime: 12/3/19 21:39 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. - tag: '29470' categoryParent: Sales category: Sales Enablement Software vendor: Outreach Corporation product: Outreach.io attribute: 398.365.20750283 website: https://outreach.io/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/outreach.io domain: outreach.io createdTime: 9/28/16 5:57 modifiedTime: 11/15/18 1:05 description: Outreach.io is a sales performance management solution provider. It helps effectively engage prospects to drive more pipeline and close more deals. - tag: '114318' categoryParent: IT Infrastructure category: Data Storage Managment vendor: International Business Machines Corporation product: IBM DS4300 attribute: 334.236.437 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:29 description: '' - tag: '106803' categoryParent: Human Resources category: Other Human Resources Software vendor: Amazon.com, Inc. product: Amazon Mechanical Turk attribute: 348.376.11 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:34 description: '' - tag: '25408' categoryParent: IT Infrastructure category: Infrastructure as a Service (IaaS) vendor: Amazon.com, Inc. product: Amazon EC2 attribute: 334.194.11 website: https://aws.amazon.com/ec2/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/aws.amazon.com domain: aws.amazon.com createdTime: 8/11/16 14:02 modifiedTime: 6/9/18 6:17 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. - tag: '24092' categoryParent: Data Management category: Databases vendor: The Apache Software Foundation product: Apache HBase attribute: 331.272.1015 website: https://hbase.apache.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/hbase.apache.org domain: hbase.apache.org createdTime: 7/16/16 19:04 modifiedTime: 8/1/18 23:02 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. - tag: '30200' categoryParent: Development category: Software Testing Tools vendor: TestNG product: TestNG attribute: 328.318.379356 website: http://testng.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/testng.org domain: testng.org createdTime: 10/7/16 16:31 modifiedTime: 12/20/18 23:18 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' - tag: '172' categoryParent: Marketing category: Marketing Automation Tool (MAT) vendor: Marketo, Inc. product: Marketo attribute: 338.3.6917 website: https://www.marketo.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/marketo.com domain: marketo.com createdTime: 5/27/12 0:00 modifiedTime: 11/12/18 20:51 description: Marketo is a marketing automation platform. It features email, consumer, customer base and mobile marketing and includes lead management tools. - tag: '26149' categoryParent: IT Management category: Network Hardware vendor: Broadcom Inc. product: Brocade attribute: 468.216.53694 website: http://www.brocade.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/brocade.com domain: brocade.com createdTime: 8/17/16 15:05 modifiedTime: 6/27/18 5:08 description: Brocade provides data center networking solutions and information assets management services. - tag: '106305' categoryParent: Audio, Video, Graphics category: Other Audio, Video, Graphics Software vendor: Adobe Inc. product: Adobe Creative Suite attribute: 349.419.67 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:31 description: '' - tag: '629' categoryParent: IT Infrastructure category: Domain Name Services vendor: Cloudflare, Inc. product: Cloudflare DNS attribute: 334.4.4430 website: https://www.cloudflare.com/dns/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cloudflare.com domain: cloudflare.com createdTime: 4/14/13 0:00 modifiedTime: 9/20/18 5:51 description: Cloudflare's free authoritative DNS network. - tag: '24096' categoryParent: Data Management category: Databases vendor: Basho Technologies Inc product: Riak attribute: 331.272.167540 website: http://basho.com/products/riak-kv/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/basho.com domain: basho.com createdTime: 7/16/16 19:04 modifiedTime: 6/27/18 3:16 description: Riak KV is a distributed NoSQL key-value database. - tag: '92590' categoryParent: Communication and Collaboration category: Team Collaboration vendor: Microsoft Office product: Microsoft Exchange Server 2013 attribute: 333.267.32627 website: https://products.office.com/en/microsoft-exchange-2013 logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/products.office.com domain: products.office.com createdTime: 9/4/18 6:04 modifiedTime: 9/19/18 3:04 description: A 2013 version of Microsoft Exchange Server. - tag: '112484' categoryParent: IT Infrastructure category: Load Balancing Software vendor: F5 Networks, Inc. product: F5 Load Balancer attribute: 334.20.37231 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:14 description: '' - tag: '109563' categoryParent: Security category: Firewall Software vendor: Cisco Systems, Inc product: Cisco Adaptive Security Appliance (ASA) attribute: 339.358.1096 website: https://www.cisco.com/c/en/us/products/security/adaptive-security-appliance-asa-software/index.html logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cisco.com domain: cisco.com createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:53 description: Firewall and Network Security - tag: '119207' categoryParent: Programming category: Other Programming Software vendor: Facebook, Inc. product: Open Graph Protocol attribute: 350.451.2 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:06 description: '' - tag: '126448' categoryParent: Data Management category: Other Data Management Software vendor: N/A product: X-Frame-Options attribute: 331.438.0 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 14:05 description: '' - tag: '23826' categoryParent: Intelligence and Analytics category: Business Intelligence vendor: Tableau Software, Inc. product: Tableau attribute: 347.243.1785191 website: http://www.tableau.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/tableau.com domain: tableau.com createdTime: 7/16/16 19:04 modifiedTime: 8/29/18 4:11 description: Tableau develops and manufactures products for the computer forensics community. - tag: '122553' categoryParent: Data Management category: Other Data Management Software vendor: Selenium HQ product: Selenium attribute: 331.438.28068 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:31 description: '' - tag: '25764' categoryParent: Development category: Configuration Management vendor: SaltStack Inc product: Salt attribute: 328.313.3086492 website: https://saltstack.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/saltstack.com domain: saltstack.com createdTime: 8/15/16 10:25 modifiedTime: 8/13/18 3:11 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. - tag: '36321' categoryParent: Development category: Container Management Software vendor: Canonical Ltd. product: LXC attribute: 328.321.22652 website: https://linuxcontainers.org/lxc/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/linuxcontainers.org domain: linuxcontainers.org createdTime: 2/7/17 2:48 modifiedTime: 12/25/18 22:09 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. - tag: '428' categoryParent: Security category: SSL Certificates vendor: DigiCert, Inc. product: DigiCert attribute: 339.21.30003 website: https://www.digicert.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/digicert.com domain: digicert.com createdTime: 12/3/12 0:00 modifiedTime: 4/6/18 2:27 description: DigiCert is the go-to provider of identity, authentication, and encryption solutions for the web and IoT devices. - tag: '713' categoryParent: Sales category: CRM Software vendor: Salesforce.com, Inc. product: Salesforce attribute: 398.33.221 website: https://www.salesforce.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/salesforce.com domain: salesforce.com createdTime: 6/13/13 0:00 modifiedTime: 9/7/18 1:50 description: Salesforce is a global cloud computing company that develops CRM solutions and provides business software on a subscription basis. - tag: '610' categoryParent: IT Infrastructure category: Hosting Providers and IT Management vendor: DigitalOcean Inc product: DigitalOcean attribute: 334.22.1163096 website: https://www.digitalocean.com/solutions/websites/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/digitalocean.com domain: digitalocean.com createdTime: 3/29/13 0:00 modifiedTime: 8/6/18 10:18 description: DigitalOcean is a cloud infrastructure provider focused on simplifying web infrastructure for software developers. - tag: '92977' categoryParent: Audio, Video, Graphics category: Graphics vendor: Adobe Inc. product: Adobe InDesign attribute: 349.462.67 website: https://www.adobe.com/InDesign logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/adobe.com domain: adobe.com createdTime: 9/6/18 3:01 modifiedTime: 1/18/19 0:07 description: Adobe InDesign is a desktop publishing and typesetting software application. - tag: '106984' categoryParent: IT Infrastructure category: Application Server Software vendor: The Apache Software Foundation product: Apache Servers attribute: 334.425.1015 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:36 description: '' - tag: '25556' categoryParent: Communication and Collaboration category: File Sharing vendor: Google LLC product: Google Drive attribute: 333.198.1 website: https://gsuite.google.com/products/drive/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/gsuite.google.com domain: gsuite.google.com createdTime: 8/12/16 13:57 modifiedTime: 10/24/18 8:14 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. - tag: '611' categoryParent: Widgets, Web Tools, and Plugins category: Social Sharing vendor: ShareThis, Inc. product: ShareThis attribute: 332.54.2393 website: https://sharethis.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/sharethis.com domain: sharethis.com createdTime: 4/1/13 0:00 modifiedTime: 10/17/18 10:25 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. - tag: '95352' categoryParent: Programming category: Integrated Development Environments vendor: Apple Inc. product: Xcode attribute: 350.444.29 website: https://developer.apple.com/xcode/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/developer.apple.com domain: developer.apple.com createdTime: 9/25/18 23:43 modifiedTime: 10/23/18 3:48 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. - tag: '114678' categoryParent: Marketing category: Marketing Automation Tool (MAT) vendor: International Business Machines Corporation product: IBM Watson Marketing (SilverPop) attribute: 338.3.437 website: https://www.ibm.com/customer-engagement/silverpop logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/ibm.com domain: ibm.com createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:32 description: Silverpop merged with IBM - tag: '6576' categoryParent: IT Infrastructure category: Content Delivery Networks vendor: Cloudinary Ltd. product: Cloudinary attribute: 334.10.1035741 website: http://cloudinary.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cloudinary.com domain: cloudinary.com createdTime: 11/4/14 17:02 modifiedTime: 7/17/17 7:47 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. - tag: '96282' categoryParent: Data Management category: Other Data Management Software vendor: Rabbit Technologies Ltd product: RabbitMQ attribute: 331.438.61730 website: https://www.rabbitmq.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/rabbitmq.com domain: rabbitmq.com createdTime: 10/3/18 2:33 modifiedTime: 10/22/18 0:10 description: RabbitMQ is an open source message broker software. - tag: '106787' categoryParent: IT Infrastructure category: Data Storage Managment vendor: Amazon.com, Inc. product: Amazon Cloud Storage attribute: 334.236.11 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:34 description: '' - tag: '26693' categoryParent: Intelligence and Analytics category: Business Intelligence vendor: Hitachi Vantara Corporation product: Pentaho attribute: 347.243.72751645 website: http://www.pentaho.com/product/product-overview logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/pentaho.com domain: pentaho.com createdTime: 8/22/16 11:11 modifiedTime: 6/27/18 5:30 description: Pentaho is a unified big data integration and analytics solution. - tag: '95791' categoryParent: IT Infrastructure category: Operating Systems vendor: Microsoft Corporation product: Windows 10 attribute: 334.443.28 website: https://www.microsoft.com/en-us/windows logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/microsoft.com domain: microsoft.com createdTime: 9/28/18 8:06 modifiedTime: 10/18/18 4:16 description: Windows 10 is a series of personal computer operating systems. - tag: '27021' categoryParent: Development category: Software Testing Tools vendor: The JS Foundation product: Appium attribute: 328.318.62731605 website: http://appium.io/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/appium.io domain: appium.io createdTime: 8/22/16 11:11 modifiedTime: 4/12/18 9:09 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.' - tag: '23694' categoryParent: Data Management category: Big Data Software vendor: Cloudera, Inc. product: Cloudera attribute: 331.204.47253 website: https://cloudera.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cloudera.com domain: cloudera.com createdTime: 7/16/16 19:04 modifiedTime: 8/8/18 2:41 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. - tag: '111' categoryParent: Widgets, Web Tools, and Plugins category: Web Content Management Software vendor: Automattic Inc product: WordPress attribute: 332.7.11831 website: http://wordpress.org logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/wordpress.org domain: wordpress.org createdTime: 3/10/12 0:00 modifiedTime: 8/31/18 1:13 description: WordPress is open source CMS solution that can be used to create and customize a website, blog, or app. - tag: '23696' categoryParent: Data Management category: Big Data Software vendor: Mapr Technologies, Inc. product: MapR attribute: 331.204.347124 website: https://www.mapr.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/mapr.com domain: mapr.com createdTime: 7/16/16 19:04 modifiedTime: 8/8/18 2:43 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. - tag: '23232' categoryParent: Data Management category: Databases vendor: Microsoft Corporation product: Microsoft SQL Server attribute: 331.272.28 website: http://microsoft.com/en-us/server-cloud/products/sql-server/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/microsoft.com domain: microsoft.com createdTime: 7/2/16 8:34 modifiedTime: 8/1/18 22:50 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. - tag: '126213' categoryParent: IT Management category: Communication Hardware vendor: Windstream Communications product: Windstream Communications attribute: 468.466.120258528 website: http://windstream.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/windstream.com domain: windstream.com createdTime: 3/8/19 21:07 modifiedTime: 4/9/19 10:22 description: '' - tag: '1253' categoryParent: IT Infrastructure category: Platforms as a Service vendor: Salesforce.com, Inc. product: Heroku attribute: 334.445.221 website: http://heroku.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/heroku.com domain: heroku.com createdTime: 4/14/14 15:31 modifiedTime: 11/30/17 2:29 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. - tag: '126664' categoryParent: Customer Service category: Service Desk Software vendor: Zendesk, Inc. product: Zendesk Help Desk Software attribute: 330.395.782 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 14:07 description: '' - tag: '65518' categoryParent: Accounting and Finance category: Corporate Performance Management (CPM) Software vendor: Adaptive Insights, Inc. product: Adaptive Suite attribute: 368.447.10282193 website: https://www.adaptiveinsights.com/products/adaptive-suite logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/adaptiveinsights.com domain: adaptiveinsights.com createdTime: 12/13/17 1:43 modifiedTime: 12/24/18 1:23 description: Adaptive Suite is cloud-based corporate performance management and business intelligence software - tag: '113406' categoryParent: Marketing category: Other Marketing Software vendor: Google LLC product: Google Plus One Platform attribute: 338.412.1 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:22 description: '' - tag: '25070' categoryParent: IT Infrastructure category: IT Infrastructure Monitoring vendor: Nagios Enterprises, LLC product: Nagios attribute: 334.254.40319 website: https://www.nagios.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/nagios.org domain: nagios.org createdTime: 8/5/16 13:43 modifiedTime: 7/17/17 8:00 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. - tag: '84385' categoryParent: Communication and Collaboration category: Project Management Software vendor: Pivotal Software, Inc. product: Pivotal Tracker attribute: 333.217.6370429 website: https://www.pivotaltracker.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/pivotaltracker.com domain: pivotaltracker.com createdTime: 6/21/18 6:27 modifiedTime: 6/29/18 2:58 description: Pivotal Tracker is an agile project management solution. - tag: '433' categoryParent: Security category: SSL Certificates vendor: Sectigo Limited product: Sectigo attribute: 339.21.113807027 website: https://sectigo.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/sectigo.com domain: sectigo.com createdTime: 12/2/12 0:00 modifiedTime: 1/23/19 20:57 description: Sectigo (formerly Comodo CA) is a commercial SSL Certificate Authority (CA). - tag: '25172' categoryParent: IT Infrastructure category: Other IT Infrastructure Software vendor: Microsoft Corporation product: Microsoft Active Directory attribute: 334.429.28 website: https://msdn.microsoft.com/en-us/library/bb742424.aspx logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/msdn.microsoft.com domain: msdn.microsoft.com createdTime: 8/9/16 8:41 modifiedTime: 10/10/18 2:58 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. - tag: '125876' categoryParent: IT Infrastructure category: Application Server Software vendor: VMware, Inc product: VMware vFabric attribute: 334.425.2140 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 14:01 description: '' - tag: '1669' categoryParent: Programming category: Frameworks and Libraries vendor: Twitter, Inc. product: Bootstrap attribute: 350.66.9 website: http://getbootstrap.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/getbootstrap.com domain: getbootstrap.com createdTime: 7/23/14 16:39 modifiedTime: 10/16/18 8:00 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. - tag: '108447' categoryParent: IT Infrastructure category: Content Delivery Networks vendor: BootstrapCDN product: BootstrapCDN attribute: 334.10.120249944 website: https://www.bootstrapcdn.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/bootstrapcdn.com domain: bootstrapcdn.com createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:46 description: '' - tag: '707' categoryParent: Communication and Collaboration category: Web Conferencing vendor: On24, Inc. product: ON24 attribute: 333.52.6001 website: https://www.on24.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/on24.com domain: on24.com createdTime: 6/9/13 0:00 modifiedTime: 4/6/18 2:33 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. - tag: '86' categoryParent: Intelligence and Analytics category: Web Analytics vendor: Yahoo Inc. product: Yahoo Analytics attribute: 347.1.4 website: http://advertising.yahoo.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/advertising.yahoo.com domain: advertising.yahoo.com createdTime: 3/9/12 0:00 modifiedTime: 7/4/18 7:17 description: Yahoo Web Analytics is a solution for collecting information about website visitors. The data collected includes IP addresses, links clicked, advertisements viewed, etc. - tag: '26799' categoryParent: Miscellaneous category: Miscellaneous vendor: Zoho Corporation Private Limited product: Zoho (common) attribute: 0.68.389168 website: https://www.zoho.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/zoho.com domain: zoho.com createdTime: 8/22/16 11:11 modifiedTime: 3/15/19 8:44 description: This technology tracks users of various Zoho products identified by advanced tracking methods. - tag: '248' categoryParent: Marketing category: Marketing Automation Tool (MAT) vendor: HubSpot, Inc product: HubSpot attribute: 338.3.592 website: https://www.hubspot.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/hubspot.com domain: hubspot.com createdTime: 7/4/12 0:00 modifiedTime: 7/17/17 7:40 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. - tag: '93596' categoryParent: IT Infrastructure category: Other IT Infrastructure Software vendor: VMware, Inc product: VMware vCloud Suite attribute: 334.429.2140 website: https://www.vmware.com/products/vcloud-suite.html logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/vmware.com domain: vmware.com createdTime: 9/11/18 7:03 modifiedTime: 1/17/19 6:12 description: VMware vCloud Suite is an enterprise-ready cloud software that brings together VMware vSphere hypervisor and VMware vRealize Suite cloud management platform. - tag: '23809' categoryParent: Miscellaneous category: Miscellaneous vendor: Microsoft Corporation product: Microsoft (common) attribute: 0.68.28 website: https://www.microsoft.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/microsoft.com domain: microsoft.com createdTime: 7/16/16 19:04 modifiedTime: 1/15/18 4:19 description: This technology tracks users of various Microsoft products identified by advanced tracking methods. - tag: '121351' categoryParent: Operations category: Inventory Management Software vendor: RedBeam product: RedBeam attribute: 335.388.120256081 website: http://www.redbeam.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/redbeam.com domain: redbeam.com createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:21 description: '' - tag: '108907' categoryParent: Widgets, Web Tools, and Plugins category: Web Design and Development Services vendor: Cache Control product: Cache Control attribute: 332.420.120250233 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:49 description: '' - tag: '23227' categoryParent: Data Management category: Databases vendor: The Apache Software Foundation product: Apache Cassandra attribute: 331.272.1015 website: http://cassandra.apache.org logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cassandra.apache.org domain: cassandra.apache.org createdTime: 7/2/16 8:31 modifiedTime: 8/1/18 22:59 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. - tag: '31334' categoryParent: Intelligence and Analytics category: Business Intelligence vendor: TIBCO Software Inc. product: Jaspersoft attribute: 347.243.79658 website: https://www.jaspersoft.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/jaspersoft.com domain: jaspersoft.com createdTime: 10/27/16 13:24 modifiedTime: 11/16/18 1:16 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. - tag: '508' categoryParent: IT Infrastructure category: Domain Name Services vendor: Amazon.com, Inc. product: Amazon Route 53 attribute: 334.4.11 website: http://aws.amazon.com/route53/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/aws.amazon.com domain: aws.amazon.com createdTime: 3/26/12 0:00 modifiedTime: 10/24/18 0:28 description: Amazon Route 53 is a cloud Domain Name System (DNS) web service. - tag: '63185' categoryParent: Sales category: Sales Performance Management Software vendor: AffectLayer, Inc. product: Chorus.ai attribute: 398.247.61574393 website: http://Chorus.ai logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/Chorus.ai domain: Chorus.ai createdTime: 11/22/17 8:15 modifiedTime: 11/15/18 1:17 description: Chorus.ai is a conversation intelligence software solution for sales teams that records, transcribes and provides a summary for meetings. - tag: '126532' categoryParent: Programming category: Other Programming Software vendor: N/A product: X-UA-Compatible attribute: 350.451.0 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 14:06 description: '' - tag: '126928' categoryParent: IT Infrastructure category: Content Delivery Networks vendor: Cloudflare, Inc. product: Cloudflare attribute: 334.10.4430 website: cloudflare.com logo: domain: createdTime: 7/17/19 7:15 modifiedTime: 7/17/19 7:16 description: Cloudflare is a web performance and security company that provides online services to protect and accelerate websites online. - tag: '5703' categoryParent: IT Infrastructure category: Email Hosting Software vendor: Google LLC product: Gmail for business attribute: 334.23.1 website: https://gsuite.google.com/products/gmail/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/gsuite.google.com domain: gsuite.google.com createdTime: 8/8/14 16:05 modifiedTime: 7/31/18 1:11 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. - tag: '373' categoryParent: IT Infrastructure category: Email Delivery vendor: Rocket Science Group LLC product: Mandrill attribute: 334.19.3526969 website: http://mandrill.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/mandrill.com domain: mandrill.com createdTime: 9/10/12 0:00 modifiedTime: 3/29/18 21:46 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. - tag: '28988' categoryParent: Sales category: Sales Enablement Software vendor: Showpad Inc product: Showpad attribute: 398.365.1175438 website: https://www.showpad.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/showpad.com domain: showpad.com createdTime: 9/16/16 9:11 modifiedTime: 11/29/18 6:33 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. - tag: '125145' categoryParent: Widgets, Web Tools, and Plugins category: Other Web Tools and Plugins vendor: WordPress product: Twenty Twelve attribute: 332.433.93 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:55 description: '' - tag: '116824' categoryParent: IT Infrastructure category: Other IT Infrastructure Software vendor: MakerBot product: MakerBot attribute: 334.429.120253955 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 12:50 description: '' - tag: '119905' categoryParent: Data Management category: Other Data Management Software vendor: P3P product: P3P Policy attribute: 331.438.120255166 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:11 description: '' - tag: '113692' categoryParent: Programming category: Frameworks and Libraries vendor: Hibernate product: Hibernate attribute: 350.66.120252546 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:24 description: '' - tag: '120344' categoryParent: Customer Service category: Other Customer Service Software vendor: Pingback product: Pingback Support attribute: 330.397.120255452 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:14 description: '' - tag: '115705' categoryParent: Communication and Collaboration category: Other Communication and Collaboration Software vendor: Oracle Corporation product: Java Message Service (JMS) attribute: 333.427.491 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:40 description: '' - tag: '92962' categoryParent: Audio, Video, Graphics category: Other Audio, Video, Graphics Software vendor: Adobe Inc. product: Adobe After Effects attribute: 349.419.67 website: https://www.adobe.com/products/aftereffects.html logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/adobe.com domain: adobe.com createdTime: 9/6/18 2:35 modifiedTime: 1/17/19 5:32 description: Adobe After Effects is a digital visual effects, motion graphics, and compositing application. - tag: '115704' categoryParent: Programming category: Programming Languages vendor: Oracle Corporation product: Java Enterprise Edition attribute: 350.67.491 website: https://www.oracle.com/java/technologies/java-ee.html logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/oracle.com domain: oracle.com createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:40 description: '' - tag: '41882' categoryParent: Widgets, Web Tools, and Plugins category: Other Web Tools and Plugins vendor: Fonticons, Inc. product: Font Awesome attribute: 332.433.6501195 website: https://fontawesome.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/fontawesome.com domain: fontawesome.com createdTime: 4/18/17 12:00 modifiedTime: 11/15/18 0:13 description: Font Awesome is a font and icon toolkit that allows to add vector icons and social logos to a user website. - tag: '126176' categoryParent: IT Infrastructure category: Application Server Software vendor: Red Hat, Inc. product: WildFly (Formerly JBoss) attribute: 334.425.5358 website: http://wildfly.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/wildfly.org domain: wildfly.org createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 14:03 description: '' - tag: '38271' categoryParent: IT Management category: Network Hardware vendor: Cisco Systems, Inc product: Cisco Firewalls attribute: 468.216.1096 website: https://www.cisco.com/c/en/us/products/security/product-listing.html#Firewalls logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cisco.com domain: cisco.com createdTime: 3/7/17 4:58 modifiedTime: 12/3/18 0:57 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. - tag: '25062' categoryParent: IT Infrastructure category: Infrastructure as a Service (IaaS) vendor: OpenStack Foundation product: OpenStack attribute: 334.194.55689 website: https://www.openstack.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/openstack.org domain: openstack.org createdTime: 8/5/16 13:31 modifiedTime: 7/17/17 8:00 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. - tag: '121903' categoryParent: Programming category: Frameworks and Libraries vendor: Salesforce.com, Inc. product: SalesForce VisualForce attribute: 350.66.221 website: https://trailhead.salesforce.com/en/content/learn/modules/visualforce_fundamentals/visualforce_intro logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/trailhead.salesforce.com domain: trailhead.salesforce.com createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:26 description: '' - tag: '449' categoryParent: IT Infrastructure category: Hosting Providers and IT Management vendor: Amazon.com, Inc. product: AWS Web Hosting attribute: 334.22.11 website: https://aws.amazon.com/websites/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/aws.amazon.com domain: aws.amazon.com createdTime: 12/6/12 0:00 modifiedTime: 6/23/18 10:17 description: Amazon Web Services Web Hosting provides hosting of websites and web applications. - tag: '123516' categoryParent: Programming category: Programming Languages vendor: International Organization for Standardization product: SQL attribute: 350.67.120265221 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 12/25/19 7:47 description: '' - tag: '25058' categoryParent: Development category: Configuration Management vendor: Puppet, Inc. product: Puppet attribute: 328.313.13440254 website: https://puppet.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/puppet.com domain: puppet.com createdTime: 8/5/16 13:24 modifiedTime: 7/17/17 8:00 description: Puppet is an information technology automation software company designed for system administrators. - tag: '967' categoryParent: Human Resources category: Applicant Tracking Systems vendor: Greenhouse Software, Inc. product: Greenhouse attribute: 348.28.3249577 website: http://www.greenhouse.io logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/greenhouse.io domain: greenhouse.io createdTime: 2/8/14 0:00 modifiedTime: 6/23/18 11:47 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. - tag: '51978' categoryParent: Data Management category: Databases vendor: N/A product: NoSQL attribute: 331.272.0 website: https://en.wikipedia.org/wiki/NoSQL logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/en.wikipedia.org domain: en.wikipedia.org createdTime: 8/10/17 1:21 modifiedTime: 2/13/19 9:57 description: Domains where NoSQL keyword is used in the tech stack. - tag: '29428' categoryParent: Intelligence and Analytics category: Business Intelligence vendor: Insightsquared, Inc product: InsightSquared attribute: 347.243.1060362 website: http://www.insightsquared.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/insightsquared.com domain: insightsquared.com createdTime: 9/27/16 14:47 modifiedTime: 11/12/18 3:07 description: InsightSquared is Business Intelligence solution provider. It works with CRM data into decision-quality reports and board-ready visuals with InsightSquareds revenue intelligence software. - tag: '125156' categoryParent: Intelligence and Analytics category: Tag Management vendor: Twitter, Inc. product: Twitter Universal Website Tag attribute: 347.18.9 website: https://twitter.com/?lang=en logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/twitter.com domain: twitter.com createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:55 description: '' - tag: '24114' categoryParent: Intelligence and Analytics category: Data Science vendor: NumPy developers product: NumPy attribute: 347.241.2933359 website: http://www.numpy.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/numpy.org domain: numpy.org createdTime: 7/16/16 19:04 modifiedTime: 6/27/18 3:14 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. - tag: '39687' categoryParent: Sales category: Sales Enablement Software vendor: SalesLoft, Inc. product: SalesLoft attribute: 398.365.1935519 website: https://salesloft.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/salesloft.com domain: salesloft.com createdTime: 3/22/17 3:36 modifiedTime: 7/9/18 1:22 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. - tag: '113367' categoryParent: Advertising category: Other Advertising Software vendor: Google LLC product: Google AdWords attribute: 336.62.1 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:21 description: '' - tag: '113366' categoryParent: IT Infrastructure category: Email Hosting Software vendor: Google LLC product: Google (mail server) attribute: 334.23.1 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:21 description: '' - tag: '107527' categoryParent: Programming category: Other Programming Software vendor: Atom product: Atom Introspection attribute: 350.451.120249482 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:39 description: '' - tag: '113369' categoryParent: Data Management category: API Management Software vendor: Google LLC product: Google AJAX Libraries API attribute: 331.430.1 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:21 description: '' - tag: '95301' categoryParent: Communication and Collaboration category: Other Communication and Collaboration Software vendor: Axure Software Solutions, Inc. product: Axure RP attribute: 333.427.19469 website: https://www.axure.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/axure.com domain: axure.com createdTime: 9/25/18 4:41 modifiedTime: 10/23/18 3:45 description: Axure RP Pro is a wireframing, rapid prototyping, documentation and specification software tool. - tag: '85307' categoryParent: Programming category: Frameworks and Libraries vendor: The jQuery Foundation Inc product: jQuery Migrate attribute: 350.66.419 website: https://plugins.jquery.com/migrate/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/plugins.jquery.com domain: plugins.jquery.com createdTime: 6/27/18 6:04 modifiedTime: 3/15/19 8:39 description: jQuery Migrate is APIs and features removed from jQuery core. - tag: '23777' categoryParent: Security category: Security Information and Event Management (SIEM) Software vendor: Splunk Inc product: Splunk attribute: 339.362.50264 website: http://www.splunk.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/splunk.com domain: splunk.com createdTime: 7/16/16 19:04 modifiedTime: 11/15/17 3:57 description: Splunk is the market leader in analyzing machine data to deliver Operational Intelligence for security, IT and the business. - tag: '24689' categoryParent: Data Management category: Big Data Software vendor: The Apache Software Foundation product: Apache Hadoop attribute: 331.204.1015 website: http://hadoop.apache.org logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/hadoop.apache.org domain: hadoop.apache.org createdTime: 7/28/16 9:02 modifiedTime: 9/5/18 22:50 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. - tag: '30198' categoryParent: Development category: Software Testing Tools vendor: The JUnit Team product: JUnit attribute: 328.318.229352 website: http://junit.org/junit4/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/junit.org domain: junit.org createdTime: 10/7/16 16:31 modifiedTime: 12/13/17 6:36 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. - tag: '30199' categoryParent: Development category: Software Testing Tools vendor: The Apache Software Foundation product: Apache JMeter attribute: 328.318.1015 website: https://jmeter.apache.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/jmeter.apache.org domain: jmeter.apache.org createdTime: 10/7/16 16:31 modifiedTime: 11/27/17 23:41 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. - tag: '107095' categoryParent: IT Infrastructure category: Other IT Infrastructure Software vendor: Apple Inc. product: Apple Mobile Web Clips Icon attribute: 334.429.29 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:37 description: '' - tag: '113371' categoryParent: Data Management category: API Management Software vendor: Google LLC product: Google API attribute: 331.430.1 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:21 description: '' - tag: '95638' categoryParent: Programming category: Other Programming Software vendor: Oracle Corporation product: Java Platform, Enterprise Edition attribute: 350.451.491 website: https://www.oracle.com/technetwork/java/javaee/overview/index.html logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/oracle.com domain: oracle.com createdTime: 9/27/18 5:51 modifiedTime: 10/18/18 23:37 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. - tag: '92744' categoryParent: Communication and Collaboration category: Project Management Software vendor: Microsoft Corporation product: Microsoft Project attribute: 333.217.28 website: https://products.office.com/en/project/project-management logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/products.office.com domain: products.office.com createdTime: 9/5/18 6:06 modifiedTime: 9/18/18 1:49 description: Microsoft Project is a project management software product. - tag: '459' categoryParent: Security category: DDoS and Bot Protection vendor: Cloudflare, Inc. product: Cloudflare Security attribute: 339.354.4430 website: https://www.cloudflare.com/security/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cloudflare.com domain: cloudflare.com createdTime: 12/7/12 0:00 modifiedTime: 2/1/18 4:27 description: Cloudflare Security services protect against denial-of-service attacks, data compromise, and bots. - tag: '92740' categoryParent: Audio, Video, Graphics category: Graphics vendor: Adobe Inc. product: Adobe Illustrator attribute: 349.462.67 website: https://www.adobe.com/products/illustrator.html logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/adobe.com domain: adobe.com createdTime: 9/5/18 5:47 modifiedTime: 1/18/19 0:08 description: Adobe Illustrator is a vector graphics editor. - tag: '106694' categoryParent: Communication and Collaboration category: Unified Communications vendor: Allworx product: Allworx attribute: 333.202.120249155 website: http://www.allworx.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/allworx.com domain: allworx.com createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:34 description: VoIP - tag: '89960' categoryParent: Audio, Video, Graphics category: Other Audio, Video, Graphics Software vendor: Adobe Inc. product: Adobe Premiere Pro attribute: 349.419.67 website: https://www.adobe.com/products/premiere.html logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/adobe.com domain: adobe.com createdTime: 8/9/18 4:44 modifiedTime: 8/24/18 1:28 description: Adobe Premiere Pro is a timeline-based video editing application. - tag: '52192' categoryParent: Audio, Video, Graphics category: Graphics vendor: Adobe Inc. product: Adobe Photoshop attribute: 349.462.67 website: http://www.adobe.com/products/photoshop.html logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/adobe.com domain: adobe.com createdTime: 8/15/17 1:19 modifiedTime: 1/18/19 0:12 description: Adobe Photoshop is a raster graphics editor used in nearly all aspects of design and production for multiple disciplines. - tag: '109968' categoryParent: Development category: Server Virtualization Software vendor: Citrix Systems, Inc. product: Citrix XenServer (Virtualization) attribute: 328.193.7728 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:56 description: '' - tag: '90696' categoryParent: IT Infrastructure category: IT Infrastructure Monitoring vendor: Amazon.com, Inc. product: Amazon CloudWatch attribute: 334.254.11 website: https://aws.amazon.com/cloudwatch/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/aws.amazon.com domain: aws.amazon.com createdTime: 8/16/18 1:04 modifiedTime: 8/21/18 22:45 description: Amazon CloudWatch is an application and infrastructure monitoring tool. - tag: '24123' categoryParent: Intelligence and Analytics category: Machine Learning vendor: Google LLC product: TensorFlow attribute: 347.285.1 website: https://www.tensorflow.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/tensorflow.org domain: tensorflow.org createdTime: 7/16/16 19:04 modifiedTime: 10/10/18 2:06 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. - tag: '650' categoryParent: Widgets, Web Tools, and Plugins category: Widgets vendor: Facebook, Inc. product: Facebook SDK attribute: 332.2.2 website: https://developers.facebook.com/docs/plugins/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/developers.facebook.com domain: developers.facebook.com createdTime: 5/3/13 0:00 modifiedTime: 1/21/19 5:38 description: The Facebook widget is a plug-in application to integrate the users Facebook feed into websites. - tag: '106939' categoryParent: IT Infrastructure category: Application Server Software vendor: The Apache Software Foundation product: Apache attribute: 334.425.1015 website: https://www.apache.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/apache.org domain: apache.org createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:35 description: '' - tag: '24067' categoryParent: Miscellaneous category: Miscellaneous vendor: SAP SE product: SAP (common) attribute: 0.68.2161 website: http://go.sap.com/index.html logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/go.sap.com domain: go.sap.com createdTime: 7/16/16 19:04 modifiedTime: 1/15/18 4:29 description: This technology tracks users of various SAP products identified by advanced tracking methods. - tag: '103096' categoryParent: Widgets, Web Tools, and Plugins category: Other Web Tools and Plugins vendor: Twitter, Inc. product: Twitter for Websites attribute: 332.433.9 website: https://developer.twitter.com/en/docs/twitter-for-websites/overview logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/developer.twitter.com domain: developer.twitter.com createdTime: 12/17/18 3:03 modifiedTime: 1/21/19 1:26 description: Twitter for Websites is a suite of tools bringing Twitter content and functionality to web pages and apps. - tag: '107545' categoryParent: Vertical Industry Software category: Event Management vendor: Event Farm, Inc. product: Attend attribute: 329.57.723424 website: https://www.attend.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/attend.com domain: attend.com createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:40 description: Event Marketing software - tag: '125978' categoryParent: IT Infrastructure category: Other IT Infrastructure Software vendor: N/A product: W3 Total Cache attribute: 334.429.0 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 14:02 description: '' - tag: '24064' categoryParent: Miscellaneous category: Miscellaneous vendor: Google LLC product: Google (common) attribute: 0.68.1 website: https://google.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/google.com domain: google.com createdTime: 7/16/16 19:04 modifiedTime: 1/15/18 4:39 description: This technology tracks users of various Google products identified by advanced tracking methods. - tag: '62570' categoryParent: Intelligence and Analytics category: Web Analytics vendor: Google LLC product: Google Global Site Tag attribute: 347.1.1 website: https://developers.google.com/gtagjs/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/developers.google.com domain: developers.google.com createdTime: 11/16/17 7:33 modifiedTime: 8/1/18 3:54 description: Google Global Site Tag is a site tracking tag to send data to multiple Google products. - tag: '29117' categoryParent: Development category: Configuration Management vendor: Red Hat, Inc. product: Ansible attribute: 328.313.5358 website: http://www.ansible.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/ansible.com domain: ansible.com createdTime: 9/20/16 11:14 modifiedTime: 9/11/17 0:04 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. - tag: '95494' categoryParent: Programming category: Frameworks and Libraries vendor: EasyMock product: EasyMock attribute: 350.66.6977725 website: http://easymock.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/easymock.org domain: easymock.org createdTime: 9/26/18 8:16 modifiedTime: 10/23/18 0:38 description: EasyMock is a Java library that provides an easy way to use Mock Objects in unit testing. - tag: '17635' categoryParent: Widgets, Web Tools, and Plugins category: Social Sharing vendor: Simple Share Buttons product: Simple Share Buttons attribute: 332.54.3410768 website: http://simplesharebuttons.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/simplesharebuttons.com domain: simplesharebuttons.com createdTime: 12/11/15 19:18 modifiedTime: 4/6/18 2:19 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. contentMediaType: application/json;charset=utf-8 example: maxResults: 174 totalResults: 174 currentPage: 1 data: - tag: '25420' categoryParent: IT Infrastructure category: Infrastructure as a Service (IaaS) vendor: Google LLC product: Google Compute Engine attribute: 334.194.1 website: https://cloud.google.com/compute/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cloud.google.com domain: cloud.google.com createdTime: 8/11/16 14:14 modifiedTime: 10/10/18 6:45 description: Google Compute Engine is the Infrastructure as a service component of google cloud platform which is built on the global infrastructure that runs googles search engine, gmail, youtube and other services. It offers high performance virtual machines, customer-friendly pricing, fast networking, and carbon-neutral impact. - tag: '23715' categoryParent: Development category: Container Management Software vendor: The Kubernetes Authors product: Kubernetes attribute: 328.321.25880464 website: http://kubernetes.io/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/kubernetes.io domain: kubernetes.io createdTime: 7/16/16 19:04 modifiedTime: 6/27/18 3:03 description: Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications. - tag: '30170' categoryParent: Development category: Source Code Management vendor: GitHub, Inc. product: Github attribute: 328.315.488 website: https://github.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/github.com domain: github.com createdTime: 10/7/16 15:28 modifiedTime: 11/27/17 23:41 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. - tag: '29127' categoryParent: Programming category: Programming Languages vendor: The Perl Foundation product: Perl attribute: 350.67.1355576 website: https://perl.org logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/perl.org domain: perl.org createdTime: 9/20/16 15:32 modifiedTime: 12/18/18 22:51 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. - tag: '23717' categoryParent: Development category: Container Management Software vendor: Docker Inc product: Docker attribute: 328.321.7208456 website: https://www.docker.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/docker.com domain: docker.com createdTime: 7/16/16 19:04 modifiedTime: 8/8/18 2:45 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. - tag: '124797' categoryParent: IT Management category: Communication Hardware vendor: T-Mobile product: T-Mobile attribute: 468.466.120257380 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:52 description: '' - tag: '122544' categoryParent: Programming category: Frameworks and Libraries vendor: Kevin Brown product: Select2 attribute: 350.66.120253333 website: https://select2.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/select2.org domain: select2.org createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:31 description: jQuery replacement for select boxes - tag: '126617' categoryParent: Programming category: Other Programming Software vendor: Google LLC product: YouTube IFrame Embed attribute: 350.451.1 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 12/25/19 7:36 description: '' - tag: '92574' categoryParent: Communication and Collaboration category: Team Collaboration vendor: Microsoft Office product: Microsoft Exchange Server attribute: 333.267.32627 website: https://products.office.com/en/microsoft-exchange-2013 logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/products.office.com domain: products.office.com createdTime: 9/4/18 4:02 modifiedTime: 11/13/18 2:09 description: Microsoft Exchange is a messaging and collaborative software solution used for managing e-mail, calendaring, contacts, and tasks. - tag: '32350' categoryParent: Communication and Collaboration category: Project Management Software vendor: Trello, Inc. product: Trello attribute: 333.217.20642 website: http://trello.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/trello.com domain: trello.com createdTime: 11/28/16 6:25 modifiedTime: 4/6/18 2:30 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 - tag: '89949' categoryParent: Marketing category: Other Marketing Software vendor: Twitter, Inc. product: Twitter Cards attribute: 338.412.9 website: https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/abouts-cards logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/developer.twitter.com domain: developer.twitter.com createdTime: 8/9/18 3:00 modifiedTime: 8/13/18 6:36 description: Twitter Cards allows attaching rich photos and videos to Tweets. - tag: '24070' categoryParent: Miscellaneous category: Miscellaneous vendor: VMware, Inc product: VMware (common) attribute: 0.68.2140 website: http://www.vmware.com/ap logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/vmware.com domain: vmware.com createdTime: 7/16/16 19:04 modifiedTime: 11/12/18 0:25 description: VMware is a software company providing cloud and virtualization services. - tag: '114002' categoryParent: IT Management category: Network Hardware vendor: HP Development Company, L.P product: HP ProCurve attribute: 468.216.120252534 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:26 description: '' - tag: '25426' categoryParent: Programming category: Integrated Development Environments vendor: Microsoft Corporation product: Microsoft Visual Studio attribute: 350.444.28 website: https://www.visualstudio.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/visualstudio.com domain: visualstudio.com createdTime: 8/11/16 14:18 modifiedTime: 11/30/17 1:47 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. - tag: '5849' categoryParent: Security category: Email Security vendor: Mimecast Services Limited product: Mimecast attribute: 339.343.81530 website: http://mimecast.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/mimecast.com domain: mimecast.com createdTime: 9/4/14 16:45 modifiedTime: 10/12/17 5:27 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. - tag: '23703' categoryParent: IT Infrastructure category: Infrastructure as a Service (IaaS) vendor: Microsoft Corporation product: Microsoft Azure attribute: 334.194.28 website: https://azure.microsoft.com/en-us/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/azure.microsoft.com domain: azure.microsoft.com createdTime: 7/16/16 19:04 modifiedTime: 6/4/18 3:40 description: Microsoft Azure (formerly Windows Azure) /��Yr/ 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. - tag: '29784' categoryParent: Programming category: Programming Languages vendor: Ruby product: Ruby attribute: 350.67.120265183 website: https://www.ruby-lang.org/en/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/ruby-lang.org domain: ruby-lang.org createdTime: 10/3/16 7:55 modifiedTime: 12/24/19 11:27 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. - tag: '30183' categoryParent: Development category: Build Automation vendor: The Apache Software Foundation product: Apache Maven attribute: 328.317.1015 website: https://maven.apache.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/maven.apache.org domain: maven.apache.org createdTime: 10/7/16 16:31 modifiedTime: 11/27/17 23:41 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. - tag: '125837' categoryParent: Development category: Server Virtualization Software vendor: VMware, Inc product: VMware ESX Server attribute: 328.193.2140 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 14:01 description: '' - tag: '23844' categoryParent: Miscellaneous category: Miscellaneous vendor: SAS Institute, Inc. product: SAS (common) attribute: 0.68.12265 website: http://www.sas.com/en_us/home.html logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/sas.com domain: sas.com createdTime: 7/16/16 19:04 modifiedTime: 9/19/18 2:40 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. - tag: '108616' categoryParent: IT Management category: Network Hardware vendor: Broadcom Inc. product: Brocade Switches attribute: 468.216.53694 website: http://www.brocade.com/en.html logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/brocade.com domain: brocade.com createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:47 description: '' - tag: '96261' categoryParent: Data Management category: Backup and Recovery Software vendor: Veritas Technologies LLC product: Veritas Backup Exec attribute: 331.211.1751389 website: https://www.veritas.com/product/backup-and-recovery/backup-exec logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/veritas.com domain: veritas.com createdTime: 10/3/18 1:30 modifiedTime: 10/22/18 0:37 description: Veritas Backup Exec is a unified backup and recovery solution. - tag: '83763' categoryParent: Development category: Software Testing Tools vendor: N/A product: Bugzilla attribute: 328.318.0 website: http://www.bugzilla.org logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/bugzilla.org domain: bugzilla.org createdTime: 6/18/18 5:20 modifiedTime: 2/13/19 9:54 description: Bugzilla is a web-based general-purpose bugtracker and testing tool. - tag: '42570' categoryParent: IT Infrastructure category: IT Infrastructure Monitoring vendor: PagerDuty, Inc. product: PagerDuty attribute: 334.254.330976 website: http://pagerduty.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/pagerduty.com domain: pagerduty.com createdTime: 4/26/17 6:20 modifiedTime: 11/16/18 1:22 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. - tag: '88207' categoryParent: Programming category: Frameworks and Libraries vendor: The jQuery Foundation Inc product: jQuery attribute: 350.66.419 website: https://jquery.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/jquery.com domain: jquery.com createdTime: 7/17/18 1:30 modifiedTime: 8/29/18 20:38 description: jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML. - tag: '117355' categoryParent: Marketing category: SEO Software vendor: MetaCommunications product: Meta Robot attribute: 338.59.120254217 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 12:53 description: '' - tag: '29640' categoryParent: Operations category: Enterprise Resource Planning vendor: Microsoft Corporation product: Microsoft Dynamics ERP attribute: 335.346.28 website: https://www.microsoft.com/en-us/dynamics/erp-nav-overview.aspx logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/microsoft.com domain: microsoft.com createdTime: 9/29/16 3:00 modifiedTime: 10/26/17 7:19 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. - tag: '109948' categoryParent: Development category: Server Virtualization Software vendor: Citrix Systems, Inc. product: Citrix NetScaler attribute: 328.193.7728 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:56 description: '' - tag: '114147' categoryParent: Intelligence and Analytics category: Data Science vendor: HubSpot, Inc product: HubSpot Analytics attribute: 347.241.592 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:28 description: '' - tag: '23845' categoryParent: Intelligence and Analytics category: Predictive Analytics vendor: International Business Machines Corporation product: IBM SPSS attribute: 347.366.437 website: https://www.ibm.com/analytics/us/en/technology/spss/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/ibm.com domain: ibm.com createdTime: 7/16/16 19:04 modifiedTime: 10/5/18 3:10 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. - tag: '29644' categoryParent: Operations category: Enterprise Resource Planning vendor: Microsoft Corporation product: Microsoft Dynamics attribute: 335.346.28 website: https://www.microsoft.com/en-us/dynamics/default.aspx logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/microsoft.com domain: microsoft.com createdTime: 9/29/16 3:04 modifiedTime: 10/26/17 7:18 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. - tag: '117645' categoryParent: IT Infrastructure category: Application Server Software vendor: Microsoft Corporation product: Microsoft IIS Application Request Routing (ARR) attribute: 334.425.28 website: https://www.iis.net/downloads/microsoft/application-request-routing logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/iis.net domain: iis.net createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 12:55 description: '' - tag: '77700' categoryParent: Intelligence and Analytics category: Machine Learning vendor: N/A product: scikit-learn attribute: 347.285.0 website: http://scikit-learn.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/scikit-learn.org domain: scikit-learn.org createdTime: 4/11/18 7:31 modifiedTime: 2/13/19 9:54 description: scikit-learn is a free open-source machine learning library for the Python programming language. - tag: '1716' categoryParent: Advertising category: Advertising Networks vendor: America Online , Inc. product: Advertising.com attribute: 336.9.62 website: https://www.advertising.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/advertising.com domain: advertising.com createdTime: 7/31/14 10:12 modifiedTime: 11/15/18 0:17 description: Advertising.com was an advertising network. - tag: '85337' categoryParent: Marketing category: Other Marketing Software vendor: Sigstr, Inc. product: Sigstr attribute: 338.412.18822351 website: https://www.sigstr.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/sigstr.com domain: sigstr.com createdTime: 6/27/18 7:36 modifiedTime: 7/15/18 3:08 description: Sigstr is an email signature marketing platform allows standardizing brand consistency and drive marketing ROI with every email sent. - tag: '80176' categoryParent: Sales category: Sales Performance Management Software vendor: ExecVision Inc. product: ExecVision attribute: 398.247.41218127 website: https://www.execvision.io/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/execvision.io domain: execvision.io createdTime: 5/17/18 1:43 modifiedTime: 9/24/18 2:59 description: ExecVision is a conversation intelligence software for coaching. - tag: '403' categoryParent: IT Infrastructure category: Email Delivery vendor: The Rocket Science Group LLC product: MailChimp SPF attribute: 334.19.393 website: '' logo: domain: createdTime: 12/24/12 0:00 modifiedTime: 2/13/19 9:57 description: Websites using Mailchimp's SPF record. - tag: '24100' categoryParent: Data Management category: Big Data Software vendor: The Apache Software Foundation product: Apache Kafka attribute: 331.204.1015 website: http://kafka.apache.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/kafka.apache.org domain: kafka.apache.org createdTime: 7/16/16 19:04 modifiedTime: 8/15/18 21:30 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. - tag: '874' categoryParent: IT Infrastructure category: Application Server Software vendor: The Apache Software Foundation product: Apache HTTP Server attribute: 334.425.1015 website: https://httpd.apache.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/httpd.apache.org domain: httpd.apache.org createdTime: 10/13/13 0:00 modifiedTime: 6/23/18 11:36 description: Apache is a free, open source HTTP web server. - tag: '121309' categoryParent: Programming category: Programming Languages vendor: N/A product: Really Simple Discovery attribute: 350.67.0 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:21 description: '' - tag: '123774' categoryParent: IT Management category: Server Hardware vendor: Oracle Corporation product: Sun Fire Server Systems attribute: 468.218.491 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:42 description: '' - tag: '125569' categoryParent: IT Management category: Communication Hardware vendor: Verizon Digital Media Services product: Verizon Wireless attribute: 468.466.6701832 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:59 description: '' - tag: '29776' categoryParent: Programming category: Programming Languages vendor: The R Foundation product: R attribute: 350.67.32841 website: https://www.r-project.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/r-project.org domain: r-project.org createdTime: 10/3/16 3:15 modifiedTime: 11/12/18 3:21 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. - tag: '95702' categoryParent: IT Infrastructure category: Operating Systems vendor: Microsoft Corporation product: Windows 7 attribute: 334.443.28 website: https://www.microsoft.com/en-us/software-download/windows7 logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/microsoft.com domain: microsoft.com createdTime: 9/28/18 3:31 modifiedTime: 10/18/18 23:53 description: Windows 7 is a personal computer operating system. - tag: '117795' categoryParent: IT Infrastructure category: Operating Systems vendor: Microsoft Corporation product: Microsoft Windows Server 2003 attribute: 334.443.28 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 12:57 description: '' - tag: '114115' categoryParent: IT Infrastructure category: IT Service Management vendor: HTML5 product: HTML5 attribute: 334.394.120252452 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:27 description: '' - tag: '924' categoryParent: Vertical Industry Software category: Event Management vendor: Eventbrite, Inc. product: Eventbrite attribute: 329.57.958 website: https://www.eventbrite.com/organizer/overview/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/eventbrite.com domain: eventbrite.com createdTime: 11/23/13 0:00 modifiedTime: 10/17/18 23:42 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. - tag: '123343' categoryParent: Security category: Data Security Software vendor: Sophos Ltd product: Sophos attribute: 339.356.8161 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:39 description: '' - tag: '36494' categoryParent: Sales category: Sales Intelligence Software vendor: Zoom Information, Inc. product: ZoomInfo attribute: 398.457.13289 website: http://www.zoominfo.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/zoominfo.com domain: zoominfo.com createdTime: 2/9/17 9:54 modifiedTime: 12/3/19 21:39 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. - tag: '29470' categoryParent: Sales category: Sales Enablement Software vendor: Outreach Corporation product: Outreach.io attribute: 398.365.20750283 website: https://outreach.io/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/outreach.io domain: outreach.io createdTime: 9/28/16 5:57 modifiedTime: 11/15/18 1:05 description: Outreach.io is a sales performance management solution provider. It helps effectively engage prospects to drive more pipeline and close more deals. - tag: '114318' categoryParent: IT Infrastructure category: Data Storage Managment vendor: International Business Machines Corporation product: IBM DS4300 attribute: 334.236.437 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:29 description: '' - tag: '106803' categoryParent: Human Resources category: Other Human Resources Software vendor: Amazon.com, Inc. product: Amazon Mechanical Turk attribute: 348.376.11 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:34 description: '' - tag: '25408' categoryParent: IT Infrastructure category: Infrastructure as a Service (IaaS) vendor: Amazon.com, Inc. product: Amazon EC2 attribute: 334.194.11 website: https://aws.amazon.com/ec2/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/aws.amazon.com domain: aws.amazon.com createdTime: 8/11/16 14:02 modifiedTime: 6/9/18 6:17 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. - tag: '24092' categoryParent: Data Management category: Databases vendor: The Apache Software Foundation product: Apache HBase attribute: 331.272.1015 website: https://hbase.apache.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/hbase.apache.org domain: hbase.apache.org createdTime: 7/16/16 19:04 modifiedTime: 8/1/18 23:02 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. - tag: '30200' categoryParent: Development category: Software Testing Tools vendor: TestNG product: TestNG attribute: 328.318.379356 website: http://testng.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/testng.org domain: testng.org createdTime: 10/7/16 16:31 modifiedTime: 12/20/18 23:18 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' - tag: '172' categoryParent: Marketing category: Marketing Automation Tool (MAT) vendor: Marketo, Inc. product: Marketo attribute: 338.3.6917 website: https://www.marketo.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/marketo.com domain: marketo.com createdTime: 5/27/12 0:00 modifiedTime: 11/12/18 20:51 description: Marketo is a marketing automation platform. It features email, consumer, customer base and mobile marketing and includes lead management tools. - tag: '26149' categoryParent: IT Management category: Network Hardware vendor: Broadcom Inc. product: Brocade attribute: 468.216.53694 website: http://www.brocade.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/brocade.com domain: brocade.com createdTime: 8/17/16 15:05 modifiedTime: 6/27/18 5:08 description: Brocade provides data center networking solutions and information assets management services. - tag: '106305' categoryParent: Audio, Video, Graphics category: Other Audio, Video, Graphics Software vendor: Adobe Inc. product: Adobe Creative Suite attribute: 349.419.67 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:31 description: '' - tag: '629' categoryParent: IT Infrastructure category: Domain Name Services vendor: Cloudflare, Inc. product: Cloudflare DNS attribute: 334.4.4430 website: https://www.cloudflare.com/dns/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cloudflare.com domain: cloudflare.com createdTime: 4/14/13 0:00 modifiedTime: 9/20/18 5:51 description: Cloudflare's free authoritative DNS network. - tag: '24096' categoryParent: Data Management category: Databases vendor: Basho Technologies Inc product: Riak attribute: 331.272.167540 website: http://basho.com/products/riak-kv/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/basho.com domain: basho.com createdTime: 7/16/16 19:04 modifiedTime: 6/27/18 3:16 description: Riak KV is a distributed NoSQL key-value database. - tag: '92590' categoryParent: Communication and Collaboration category: Team Collaboration vendor: Microsoft Office product: Microsoft Exchange Server 2013 attribute: 333.267.32627 website: https://products.office.com/en/microsoft-exchange-2013 logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/products.office.com domain: products.office.com createdTime: 9/4/18 6:04 modifiedTime: 9/19/18 3:04 description: A 2013 version of Microsoft Exchange Server. - tag: '112484' categoryParent: IT Infrastructure category: Load Balancing Software vendor: F5 Networks, Inc. product: F5 Load Balancer attribute: 334.20.37231 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:14 description: '' - tag: '109563' categoryParent: Security category: Firewall Software vendor: Cisco Systems, Inc product: Cisco Adaptive Security Appliance (ASA) attribute: 339.358.1096 website: https://www.cisco.com/c/en/us/products/security/adaptive-security-appliance-asa-software/index.html logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cisco.com domain: cisco.com createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:53 description: Firewall and Network Security - tag: '119207' categoryParent: Programming category: Other Programming Software vendor: Facebook, Inc. product: Open Graph Protocol attribute: 350.451.2 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:06 description: '' - tag: '126448' categoryParent: Data Management category: Other Data Management Software vendor: N/A product: X-Frame-Options attribute: 331.438.0 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 14:05 description: '' - tag: '23826' categoryParent: Intelligence and Analytics category: Business Intelligence vendor: Tableau Software, Inc. product: Tableau attribute: 347.243.1785191 website: http://www.tableau.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/tableau.com domain: tableau.com createdTime: 7/16/16 19:04 modifiedTime: 8/29/18 4:11 description: Tableau develops and manufactures products for the computer forensics community. - tag: '122553' categoryParent: Data Management category: Other Data Management Software vendor: Selenium HQ product: Selenium attribute: 331.438.28068 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:31 description: '' - tag: '25764' categoryParent: Development category: Configuration Management vendor: SaltStack Inc product: Salt attribute: 328.313.3086492 website: https://saltstack.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/saltstack.com domain: saltstack.com createdTime: 8/15/16 10:25 modifiedTime: 8/13/18 3:11 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. - tag: '36321' categoryParent: Development category: Container Management Software vendor: Canonical Ltd. product: LXC attribute: 328.321.22652 website: https://linuxcontainers.org/lxc/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/linuxcontainers.org domain: linuxcontainers.org createdTime: 2/7/17 2:48 modifiedTime: 12/25/18 22:09 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. - tag: '428' categoryParent: Security category: SSL Certificates vendor: DigiCert, Inc. product: DigiCert attribute: 339.21.30003 website: https://www.digicert.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/digicert.com domain: digicert.com createdTime: 12/3/12 0:00 modifiedTime: 4/6/18 2:27 description: DigiCert is the go-to provider of identity, authentication, and encryption solutions for the web and IoT devices. - tag: '713' categoryParent: Sales category: CRM Software vendor: Salesforce.com, Inc. product: Salesforce attribute: 398.33.221 website: https://www.salesforce.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/salesforce.com domain: salesforce.com createdTime: 6/13/13 0:00 modifiedTime: 9/7/18 1:50 description: Salesforce is a global cloud computing company that develops CRM solutions and provides business software on a subscription basis. - tag: '610' categoryParent: IT Infrastructure category: Hosting Providers and IT Management vendor: DigitalOcean Inc product: DigitalOcean attribute: 334.22.1163096 website: https://www.digitalocean.com/solutions/websites/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/digitalocean.com domain: digitalocean.com createdTime: 3/29/13 0:00 modifiedTime: 8/6/18 10:18 description: DigitalOcean is a cloud infrastructure provider focused on simplifying web infrastructure for software developers. - tag: '92977' categoryParent: Audio, Video, Graphics category: Graphics vendor: Adobe Inc. product: Adobe InDesign attribute: 349.462.67 website: https://www.adobe.com/InDesign logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/adobe.com domain: adobe.com createdTime: 9/6/18 3:01 modifiedTime: 1/18/19 0:07 description: Adobe InDesign is a desktop publishing and typesetting software application. - tag: '106984' categoryParent: IT Infrastructure category: Application Server Software vendor: The Apache Software Foundation product: Apache Servers attribute: 334.425.1015 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:36 description: '' - tag: '25556' categoryParent: Communication and Collaboration category: File Sharing vendor: Google LLC product: Google Drive attribute: 333.198.1 website: https://gsuite.google.com/products/drive/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/gsuite.google.com domain: gsuite.google.com createdTime: 8/12/16 13:57 modifiedTime: 10/24/18 8:14 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. - tag: '611' categoryParent: Widgets, Web Tools, and Plugins category: Social Sharing vendor: ShareThis, Inc. product: ShareThis attribute: 332.54.2393 website: https://sharethis.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/sharethis.com domain: sharethis.com createdTime: 4/1/13 0:00 modifiedTime: 10/17/18 10:25 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. - tag: '95352' categoryParent: Programming category: Integrated Development Environments vendor: Apple Inc. product: Xcode attribute: 350.444.29 website: https://developer.apple.com/xcode/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/developer.apple.com domain: developer.apple.com createdTime: 9/25/18 23:43 modifiedTime: 10/23/18 3:48 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. - tag: '114678' categoryParent: Marketing category: Marketing Automation Tool (MAT) vendor: International Business Machines Corporation product: IBM Watson Marketing (SilverPop) attribute: 338.3.437 website: https://www.ibm.com/customer-engagement/silverpop logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/ibm.com domain: ibm.com createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:32 description: Silverpop merged with IBM - tag: '6576' categoryParent: IT Infrastructure category: Content Delivery Networks vendor: Cloudinary Ltd. product: Cloudinary attribute: 334.10.1035741 website: http://cloudinary.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cloudinary.com domain: cloudinary.com createdTime: 11/4/14 17:02 modifiedTime: 7/17/17 7:47 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. - tag: '96282' categoryParent: Data Management category: Other Data Management Software vendor: Rabbit Technologies Ltd product: RabbitMQ attribute: 331.438.61730 website: https://www.rabbitmq.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/rabbitmq.com domain: rabbitmq.com createdTime: 10/3/18 2:33 modifiedTime: 10/22/18 0:10 description: RabbitMQ is an open source message broker software. - tag: '106787' categoryParent: IT Infrastructure category: Data Storage Managment vendor: Amazon.com, Inc. product: Amazon Cloud Storage attribute: 334.236.11 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:34 description: '' - tag: '26693' categoryParent: Intelligence and Analytics category: Business Intelligence vendor: Hitachi Vantara Corporation product: Pentaho attribute: 347.243.72751645 website: http://www.pentaho.com/product/product-overview logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/pentaho.com domain: pentaho.com createdTime: 8/22/16 11:11 modifiedTime: 6/27/18 5:30 description: Pentaho is a unified big data integration and analytics solution. - tag: '95791' categoryParent: IT Infrastructure category: Operating Systems vendor: Microsoft Corporation product: Windows 10 attribute: 334.443.28 website: https://www.microsoft.com/en-us/windows logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/microsoft.com domain: microsoft.com createdTime: 9/28/18 8:06 modifiedTime: 10/18/18 4:16 description: Windows 10 is a series of personal computer operating systems. - tag: '27021' categoryParent: Development category: Software Testing Tools vendor: The JS Foundation product: Appium attribute: 328.318.62731605 website: http://appium.io/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/appium.io domain: appium.io createdTime: 8/22/16 11:11 modifiedTime: 4/12/18 9:09 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.' - tag: '23694' categoryParent: Data Management category: Big Data Software vendor: Cloudera, Inc. product: Cloudera attribute: 331.204.47253 website: https://cloudera.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cloudera.com domain: cloudera.com createdTime: 7/16/16 19:04 modifiedTime: 8/8/18 2:41 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. - tag: '111' categoryParent: Widgets, Web Tools, and Plugins category: Web Content Management Software vendor: Automattic Inc product: WordPress attribute: 332.7.11831 website: http://wordpress.org logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/wordpress.org domain: wordpress.org createdTime: 3/10/12 0:00 modifiedTime: 8/31/18 1:13 description: WordPress is open source CMS solution that can be used to create and customize a website, blog, or app. - tag: '23696' categoryParent: Data Management category: Big Data Software vendor: Mapr Technologies, Inc. product: MapR attribute: 331.204.347124 website: https://www.mapr.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/mapr.com domain: mapr.com createdTime: 7/16/16 19:04 modifiedTime: 8/8/18 2:43 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. - tag: '23232' categoryParent: Data Management category: Databases vendor: Microsoft Corporation product: Microsoft SQL Server attribute: 331.272.28 website: http://microsoft.com/en-us/server-cloud/products/sql-server/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/microsoft.com domain: microsoft.com createdTime: 7/2/16 8:34 modifiedTime: 8/1/18 22:50 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. - tag: '126213' categoryParent: IT Management category: Communication Hardware vendor: Windstream Communications product: Windstream Communications attribute: 468.466.120258528 website: http://windstream.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/windstream.com domain: windstream.com createdTime: 3/8/19 21:07 modifiedTime: 4/9/19 10:22 description: '' - tag: '1253' categoryParent: IT Infrastructure category: Platforms as a Service vendor: Salesforce.com, Inc. product: Heroku attribute: 334.445.221 website: http://heroku.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/heroku.com domain: heroku.com createdTime: 4/14/14 15:31 modifiedTime: 11/30/17 2:29 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. - tag: '126664' categoryParent: Customer Service category: Service Desk Software vendor: Zendesk, Inc. product: Zendesk Help Desk Software attribute: 330.395.782 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 14:07 description: '' - tag: '65518' categoryParent: Accounting and Finance category: Corporate Performance Management (CPM) Software vendor: Adaptive Insights, Inc. product: Adaptive Suite attribute: 368.447.10282193 website: https://www.adaptiveinsights.com/products/adaptive-suite logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/adaptiveinsights.com domain: adaptiveinsights.com createdTime: 12/13/17 1:43 modifiedTime: 12/24/18 1:23 description: Adaptive Suite is cloud-based corporate performance management and business intelligence software - tag: '113406' categoryParent: Marketing category: Other Marketing Software vendor: Google LLC product: Google Plus One Platform attribute: 338.412.1 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:22 description: '' - tag: '25070' categoryParent: IT Infrastructure category: IT Infrastructure Monitoring vendor: Nagios Enterprises, LLC product: Nagios attribute: 334.254.40319 website: https://www.nagios.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/nagios.org domain: nagios.org createdTime: 8/5/16 13:43 modifiedTime: 7/17/17 8:00 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. - tag: '84385' categoryParent: Communication and Collaboration category: Project Management Software vendor: Pivotal Software, Inc. product: Pivotal Tracker attribute: 333.217.6370429 website: https://www.pivotaltracker.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/pivotaltracker.com domain: pivotaltracker.com createdTime: 6/21/18 6:27 modifiedTime: 6/29/18 2:58 description: Pivotal Tracker is an agile project management solution. - tag: '433' categoryParent: Security category: SSL Certificates vendor: Sectigo Limited product: Sectigo attribute: 339.21.113807027 website: https://sectigo.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/sectigo.com domain: sectigo.com createdTime: 12/2/12 0:00 modifiedTime: 1/23/19 20:57 description: Sectigo (formerly Comodo CA) is a commercial SSL Certificate Authority (CA). - tag: '25172' categoryParent: IT Infrastructure category: Other IT Infrastructure Software vendor: Microsoft Corporation product: Microsoft Active Directory attribute: 334.429.28 website: https://msdn.microsoft.com/en-us/library/bb742424.aspx logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/msdn.microsoft.com domain: msdn.microsoft.com createdTime: 8/9/16 8:41 modifiedTime: 10/10/18 2:58 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. - tag: '125876' categoryParent: IT Infrastructure category: Application Server Software vendor: VMware, Inc product: VMware vFabric attribute: 334.425.2140 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 14:01 description: '' - tag: '1669' categoryParent: Programming category: Frameworks and Libraries vendor: Twitter, Inc. product: Bootstrap attribute: 350.66.9 website: http://getbootstrap.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/getbootstrap.com domain: getbootstrap.com createdTime: 7/23/14 16:39 modifiedTime: 10/16/18 8:00 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. - tag: '108447' categoryParent: IT Infrastructure category: Content Delivery Networks vendor: BootstrapCDN product: BootstrapCDN attribute: 334.10.120249944 website: https://www.bootstrapcdn.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/bootstrapcdn.com domain: bootstrapcdn.com createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:46 description: '' - tag: '707' categoryParent: Communication and Collaboration category: Web Conferencing vendor: On24, Inc. product: ON24 attribute: 333.52.6001 website: https://www.on24.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/on24.com domain: on24.com createdTime: 6/9/13 0:00 modifiedTime: 4/6/18 2:33 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. - tag: '86' categoryParent: Intelligence and Analytics category: Web Analytics vendor: Yahoo Inc. product: Yahoo Analytics attribute: 347.1.4 website: http://advertising.yahoo.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/advertising.yahoo.com domain: advertising.yahoo.com createdTime: 3/9/12 0:00 modifiedTime: 7/4/18 7:17 description: Yahoo Web Analytics is a solution for collecting information about website visitors. The data collected includes IP addresses, links clicked, advertisements viewed, etc. - tag: '26799' categoryParent: Miscellaneous category: Miscellaneous vendor: Zoho Corporation Private Limited product: Zoho (common) attribute: 0.68.389168 website: https://www.zoho.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/zoho.com domain: zoho.com createdTime: 8/22/16 11:11 modifiedTime: 3/15/19 8:44 description: This technology tracks users of various Zoho products identified by advanced tracking methods. - tag: '248' categoryParent: Marketing category: Marketing Automation Tool (MAT) vendor: HubSpot, Inc product: HubSpot attribute: 338.3.592 website: https://www.hubspot.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/hubspot.com domain: hubspot.com createdTime: 7/4/12 0:00 modifiedTime: 7/17/17 7:40 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. - tag: '93596' categoryParent: IT Infrastructure category: Other IT Infrastructure Software vendor: VMware, Inc product: VMware vCloud Suite attribute: 334.429.2140 website: https://www.vmware.com/products/vcloud-suite.html logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/vmware.com domain: vmware.com createdTime: 9/11/18 7:03 modifiedTime: 1/17/19 6:12 description: VMware vCloud Suite is an enterprise-ready cloud software that brings together VMware vSphere hypervisor and VMware vRealize Suite cloud management platform. - tag: '23809' categoryParent: Miscellaneous category: Miscellaneous vendor: Microsoft Corporation product: Microsoft (common) attribute: 0.68.28 website: https://www.microsoft.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/microsoft.com domain: microsoft.com createdTime: 7/16/16 19:04 modifiedTime: 1/15/18 4:19 description: This technology tracks users of various Microsoft products identified by advanced tracking methods. - tag: '121351' categoryParent: Operations category: Inventory Management Software vendor: RedBeam product: RedBeam attribute: 335.388.120256081 website: http://www.redbeam.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/redbeam.com domain: redbeam.com createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:21 description: '' - tag: '108907' categoryParent: Widgets, Web Tools, and Plugins category: Web Design and Development Services vendor: Cache Control product: Cache Control attribute: 332.420.120250233 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:49 description: '' - tag: '23227' categoryParent: Data Management category: Databases vendor: The Apache Software Foundation product: Apache Cassandra attribute: 331.272.1015 website: http://cassandra.apache.org logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cassandra.apache.org domain: cassandra.apache.org createdTime: 7/2/16 8:31 modifiedTime: 8/1/18 22:59 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. - tag: '31334' categoryParent: Intelligence and Analytics category: Business Intelligence vendor: TIBCO Software Inc. product: Jaspersoft attribute: 347.243.79658 website: https://www.jaspersoft.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/jaspersoft.com domain: jaspersoft.com createdTime: 10/27/16 13:24 modifiedTime: 11/16/18 1:16 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. - tag: '508' categoryParent: IT Infrastructure category: Domain Name Services vendor: Amazon.com, Inc. product: Amazon Route 53 attribute: 334.4.11 website: http://aws.amazon.com/route53/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/aws.amazon.com domain: aws.amazon.com createdTime: 3/26/12 0:00 modifiedTime: 10/24/18 0:28 description: Amazon Route 53 is a cloud Domain Name System (DNS) web service. - tag: '63185' categoryParent: Sales category: Sales Performance Management Software vendor: AffectLayer, Inc. product: Chorus.ai attribute: 398.247.61574393 website: http://Chorus.ai logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/Chorus.ai domain: Chorus.ai createdTime: 11/22/17 8:15 modifiedTime: 11/15/18 1:17 description: Chorus.ai is a conversation intelligence software solution for sales teams that records, transcribes and provides a summary for meetings. - tag: '126532' categoryParent: Programming category: Other Programming Software vendor: N/A product: X-UA-Compatible attribute: 350.451.0 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 14:06 description: '' - tag: '126928' categoryParent: IT Infrastructure category: Content Delivery Networks vendor: Cloudflare, Inc. product: Cloudflare attribute: 334.10.4430 website: cloudflare.com logo: domain: createdTime: 7/17/19 7:15 modifiedTime: 7/17/19 7:16 description: Cloudflare is a web performance and security company that provides online services to protect and accelerate websites online. - tag: '5703' categoryParent: IT Infrastructure category: Email Hosting Software vendor: Google LLC product: Gmail for business attribute: 334.23.1 website: https://gsuite.google.com/products/gmail/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/gsuite.google.com domain: gsuite.google.com createdTime: 8/8/14 16:05 modifiedTime: 7/31/18 1:11 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. - tag: '373' categoryParent: IT Infrastructure category: Email Delivery vendor: Rocket Science Group LLC product: Mandrill attribute: 334.19.3526969 website: http://mandrill.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/mandrill.com domain: mandrill.com createdTime: 9/10/12 0:00 modifiedTime: 3/29/18 21:46 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. - tag: '28988' categoryParent: Sales category: Sales Enablement Software vendor: Showpad Inc product: Showpad attribute: 398.365.1175438 website: https://www.showpad.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/showpad.com domain: showpad.com createdTime: 9/16/16 9:11 modifiedTime: 11/29/18 6:33 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. - tag: '125145' categoryParent: Widgets, Web Tools, and Plugins category: Other Web Tools and Plugins vendor: WordPress product: Twenty Twelve attribute: 332.433.93 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:55 description: '' - tag: '116824' categoryParent: IT Infrastructure category: Other IT Infrastructure Software vendor: MakerBot product: MakerBot attribute: 334.429.120253955 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 12:50 description: '' - tag: '119905' categoryParent: Data Management category: Other Data Management Software vendor: P3P product: P3P Policy attribute: 331.438.120255166 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:11 description: '' - tag: '113692' categoryParent: Programming category: Frameworks and Libraries vendor: Hibernate product: Hibernate attribute: 350.66.120252546 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:24 description: '' - tag: '120344' categoryParent: Customer Service category: Other Customer Service Software vendor: Pingback product: Pingback Support attribute: 330.397.120255452 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:14 description: '' - tag: '115705' categoryParent: Communication and Collaboration category: Other Communication and Collaboration Software vendor: Oracle Corporation product: Java Message Service (JMS) attribute: 333.427.491 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:40 description: '' - tag: '92962' categoryParent: Audio, Video, Graphics category: Other Audio, Video, Graphics Software vendor: Adobe Inc. product: Adobe After Effects attribute: 349.419.67 website: https://www.adobe.com/products/aftereffects.html logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/adobe.com domain: adobe.com createdTime: 9/6/18 2:35 modifiedTime: 1/17/19 5:32 description: Adobe After Effects is a digital visual effects, motion graphics, and compositing application. - tag: '115704' categoryParent: Programming category: Programming Languages vendor: Oracle Corporation product: Java Enterprise Edition attribute: 350.67.491 website: https://www.oracle.com/java/technologies/java-ee.html logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/oracle.com domain: oracle.com createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:40 description: '' - tag: '41882' categoryParent: Widgets, Web Tools, and Plugins category: Other Web Tools and Plugins vendor: Fonticons, Inc. product: Font Awesome attribute: 332.433.6501195 website: https://fontawesome.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/fontawesome.com domain: fontawesome.com createdTime: 4/18/17 12:00 modifiedTime: 11/15/18 0:13 description: Font Awesome is a font and icon toolkit that allows to add vector icons and social logos to a user website. - tag: '126176' categoryParent: IT Infrastructure category: Application Server Software vendor: Red Hat, Inc. product: WildFly (Formerly JBoss) attribute: 334.425.5358 website: http://wildfly.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/wildfly.org domain: wildfly.org createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 14:03 description: '' - tag: '38271' categoryParent: IT Management category: Network Hardware vendor: Cisco Systems, Inc product: Cisco Firewalls attribute: 468.216.1096 website: https://www.cisco.com/c/en/us/products/security/product-listing.html#Firewalls logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cisco.com domain: cisco.com createdTime: 3/7/17 4:58 modifiedTime: 12/3/18 0:57 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. - tag: '25062' categoryParent: IT Infrastructure category: Infrastructure as a Service (IaaS) vendor: OpenStack Foundation product: OpenStack attribute: 334.194.55689 website: https://www.openstack.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/openstack.org domain: openstack.org createdTime: 8/5/16 13:31 modifiedTime: 7/17/17 8:00 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. - tag: '121903' categoryParent: Programming category: Frameworks and Libraries vendor: Salesforce.com, Inc. product: SalesForce VisualForce attribute: 350.66.221 website: https://trailhead.salesforce.com/en/content/learn/modules/visualforce_fundamentals/visualforce_intro logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/trailhead.salesforce.com domain: trailhead.salesforce.com createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:26 description: '' - tag: '449' categoryParent: IT Infrastructure category: Hosting Providers and IT Management vendor: Amazon.com, Inc. product: AWS Web Hosting attribute: 334.22.11 website: https://aws.amazon.com/websites/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/aws.amazon.com domain: aws.amazon.com createdTime: 12/6/12 0:00 modifiedTime: 6/23/18 10:17 description: Amazon Web Services Web Hosting provides hosting of websites and web applications. - tag: '123516' categoryParent: Programming category: Programming Languages vendor: International Organization for Standardization product: SQL attribute: 350.67.120265221 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 12/25/19 7:47 description: '' - tag: '25058' categoryParent: Development category: Configuration Management vendor: Puppet, Inc. product: Puppet attribute: 328.313.13440254 website: https://puppet.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/puppet.com domain: puppet.com createdTime: 8/5/16 13:24 modifiedTime: 7/17/17 8:00 description: Puppet is an information technology automation software company designed for system administrators. - tag: '967' categoryParent: Human Resources category: Applicant Tracking Systems vendor: Greenhouse Software, Inc. product: Greenhouse attribute: 348.28.3249577 website: http://www.greenhouse.io logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/greenhouse.io domain: greenhouse.io createdTime: 2/8/14 0:00 modifiedTime: 6/23/18 11:47 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. - tag: '51978' categoryParent: Data Management category: Databases vendor: N/A product: NoSQL attribute: 331.272.0 website: https://en.wikipedia.org/wiki/NoSQL logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/en.wikipedia.org domain: en.wikipedia.org createdTime: 8/10/17 1:21 modifiedTime: 2/13/19 9:57 description: Domains where NoSQL keyword is used in the tech stack. - tag: '29428' categoryParent: Intelligence and Analytics category: Business Intelligence vendor: Insightsquared, Inc product: InsightSquared attribute: 347.243.1060362 website: http://www.insightsquared.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/insightsquared.com domain: insightsquared.com createdTime: 9/27/16 14:47 modifiedTime: 11/12/18 3:07 description: InsightSquared is Business Intelligence solution provider. It works with CRM data into decision-quality reports and board-ready visuals with InsightSquareds revenue intelligence software. - tag: '125156' categoryParent: Intelligence and Analytics category: Tag Management vendor: Twitter, Inc. product: Twitter Universal Website Tag attribute: 347.18.9 website: https://twitter.com/?lang=en logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/twitter.com domain: twitter.com createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:55 description: '' - tag: '24114' categoryParent: Intelligence and Analytics category: Data Science vendor: NumPy developers product: NumPy attribute: 347.241.2933359 website: http://www.numpy.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/numpy.org domain: numpy.org createdTime: 7/16/16 19:04 modifiedTime: 6/27/18 3:14 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. - tag: '39687' categoryParent: Sales category: Sales Enablement Software vendor: SalesLoft, Inc. product: SalesLoft attribute: 398.365.1935519 website: https://salesloft.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/salesloft.com domain: salesloft.com createdTime: 3/22/17 3:36 modifiedTime: 7/9/18 1:22 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. - tag: '113367' categoryParent: Advertising category: Other Advertising Software vendor: Google LLC product: Google AdWords attribute: 336.62.1 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:21 description: '' - tag: '113366' categoryParent: IT Infrastructure category: Email Hosting Software vendor: Google LLC product: Google (mail server) attribute: 334.23.1 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:21 description: '' - tag: '107527' categoryParent: Programming category: Other Programming Software vendor: Atom product: Atom Introspection attribute: 350.451.120249482 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:39 description: '' - tag: '113369' categoryParent: Data Management category: API Management Software vendor: Google LLC product: Google AJAX Libraries API attribute: 331.430.1 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:21 description: '' - tag: '95301' categoryParent: Communication and Collaboration category: Other Communication and Collaboration Software vendor: Axure Software Solutions, Inc. product: Axure RP attribute: 333.427.19469 website: https://www.axure.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/axure.com domain: axure.com createdTime: 9/25/18 4:41 modifiedTime: 10/23/18 3:45 description: Axure RP Pro is a wireframing, rapid prototyping, documentation and specification software tool. - tag: '85307' categoryParent: Programming category: Frameworks and Libraries vendor: The jQuery Foundation Inc product: jQuery Migrate attribute: 350.66.419 website: https://plugins.jquery.com/migrate/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/plugins.jquery.com domain: plugins.jquery.com createdTime: 6/27/18 6:04 modifiedTime: 3/15/19 8:39 description: jQuery Migrate is APIs and features removed from jQuery core. - tag: '23777' categoryParent: Security category: Security Information and Event Management (SIEM) Software vendor: Splunk Inc product: Splunk attribute: 339.362.50264 website: http://www.splunk.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/splunk.com domain: splunk.com createdTime: 7/16/16 19:04 modifiedTime: 11/15/17 3:57 description: Splunk is the market leader in analyzing machine data to deliver Operational Intelligence for security, IT and the business. - tag: '24689' categoryParent: Data Management category: Big Data Software vendor: The Apache Software Foundation product: Apache Hadoop attribute: 331.204.1015 website: http://hadoop.apache.org logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/hadoop.apache.org domain: hadoop.apache.org createdTime: 7/28/16 9:02 modifiedTime: 9/5/18 22:50 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. - tag: '30198' categoryParent: Development category: Software Testing Tools vendor: The JUnit Team product: JUnit attribute: 328.318.229352 website: http://junit.org/junit4/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/junit.org domain: junit.org createdTime: 10/7/16 16:31 modifiedTime: 12/13/17 6:36 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. - tag: '30199' categoryParent: Development category: Software Testing Tools vendor: The Apache Software Foundation product: Apache JMeter attribute: 328.318.1015 website: https://jmeter.apache.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/jmeter.apache.org domain: jmeter.apache.org createdTime: 10/7/16 16:31 modifiedTime: 11/27/17 23:41 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. - tag: '107095' categoryParent: IT Infrastructure category: Other IT Infrastructure Software vendor: Apple Inc. product: Apple Mobile Web Clips Icon attribute: 334.429.29 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:37 description: '' - tag: '113371' categoryParent: Data Management category: API Management Software vendor: Google LLC product: Google API attribute: 331.430.1 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:21 description: '' - tag: '95638' categoryParent: Programming category: Other Programming Software vendor: Oracle Corporation product: Java Platform, Enterprise Edition attribute: 350.451.491 website: https://www.oracle.com/technetwork/java/javaee/overview/index.html logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/oracle.com domain: oracle.com createdTime: 9/27/18 5:51 modifiedTime: 10/18/18 23:37 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. - tag: '92744' categoryParent: Communication and Collaboration category: Project Management Software vendor: Microsoft Corporation product: Microsoft Project attribute: 333.217.28 website: https://products.office.com/en/project/project-management logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/products.office.com domain: products.office.com createdTime: 9/5/18 6:06 modifiedTime: 9/18/18 1:49 description: Microsoft Project is a project management software product. - tag: '459' categoryParent: Security category: DDoS and Bot Protection vendor: Cloudflare, Inc. product: Cloudflare Security attribute: 339.354.4430 website: https://www.cloudflare.com/security/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cloudflare.com domain: cloudflare.com createdTime: 12/7/12 0:00 modifiedTime: 2/1/18 4:27 description: Cloudflare Security services protect against denial-of-service attacks, data compromise, and bots. - tag: '92740' categoryParent: Audio, Video, Graphics category: Graphics vendor: Adobe Inc. product: Adobe Illustrator attribute: 349.462.67 website: https://www.adobe.com/products/illustrator.html logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/adobe.com domain: adobe.com createdTime: 9/5/18 5:47 modifiedTime: 1/18/19 0:08 description: Adobe Illustrator is a vector graphics editor. - tag: '106694' categoryParent: Communication and Collaboration category: Unified Communications vendor: Allworx product: Allworx attribute: 333.202.120249155 website: http://www.allworx.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/allworx.com domain: allworx.com createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:34 description: VoIP - tag: '89960' categoryParent: Audio, Video, Graphics category: Other Audio, Video, Graphics Software vendor: Adobe Inc. product: Adobe Premiere Pro attribute: 349.419.67 website: https://www.adobe.com/products/premiere.html logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/adobe.com domain: adobe.com createdTime: 8/9/18 4:44 modifiedTime: 8/24/18 1:28 description: Adobe Premiere Pro is a timeline-based video editing application. - tag: '52192' categoryParent: Audio, Video, Graphics category: Graphics vendor: Adobe Inc. product: Adobe Photoshop attribute: 349.462.67 website: http://www.adobe.com/products/photoshop.html logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/adobe.com domain: adobe.com createdTime: 8/15/17 1:19 modifiedTime: 1/18/19 0:12 description: Adobe Photoshop is a raster graphics editor used in nearly all aspects of design and production for multiple disciplines. - tag: '109968' categoryParent: Development category: Server Virtualization Software vendor: Citrix Systems, Inc. product: Citrix XenServer (Virtualization) attribute: 328.193.7728 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:56 description: '' - tag: '90696' categoryParent: IT Infrastructure category: IT Infrastructure Monitoring vendor: Amazon.com, Inc. product: Amazon CloudWatch attribute: 334.254.11 website: https://aws.amazon.com/cloudwatch/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/aws.amazon.com domain: aws.amazon.com createdTime: 8/16/18 1:04 modifiedTime: 8/21/18 22:45 description: Amazon CloudWatch is an application and infrastructure monitoring tool. - tag: '24123' categoryParent: Intelligence and Analytics category: Machine Learning vendor: Google LLC product: TensorFlow attribute: 347.285.1 website: https://www.tensorflow.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/tensorflow.org domain: tensorflow.org createdTime: 7/16/16 19:04 modifiedTime: 10/10/18 2:06 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. - tag: '650' categoryParent: Widgets, Web Tools, and Plugins category: Widgets vendor: Facebook, Inc. product: Facebook SDK attribute: 332.2.2 website: https://developers.facebook.com/docs/plugins/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/developers.facebook.com domain: developers.facebook.com createdTime: 5/3/13 0:00 modifiedTime: 1/21/19 5:38 description: The Facebook widget is a plug-in application to integrate the users Facebook feed into websites. - tag: '106939' categoryParent: IT Infrastructure category: Application Server Software vendor: The Apache Software Foundation product: Apache attribute: 334.425.1015 website: https://www.apache.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/apache.org domain: apache.org createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:35 description: '' - tag: '24067' categoryParent: Miscellaneous category: Miscellaneous vendor: SAP SE product: SAP (common) attribute: 0.68.2161 website: http://go.sap.com/index.html logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/go.sap.com domain: go.sap.com createdTime: 7/16/16 19:04 modifiedTime: 1/15/18 4:29 description: This technology tracks users of various SAP products identified by advanced tracking methods. - tag: '103096' categoryParent: Widgets, Web Tools, and Plugins category: Other Web Tools and Plugins vendor: Twitter, Inc. product: Twitter for Websites attribute: 332.433.9 website: https://developer.twitter.com/en/docs/twitter-for-websites/overview logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/developer.twitter.com domain: developer.twitter.com createdTime: 12/17/18 3:03 modifiedTime: 1/21/19 1:26 description: Twitter for Websites is a suite of tools bringing Twitter content and functionality to web pages and apps. - tag: '107545' categoryParent: Vertical Industry Software category: Event Management vendor: Event Farm, Inc. product: Attend attribute: 329.57.723424 website: https://www.attend.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/attend.com domain: attend.com createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:40 description: Event Marketing software - tag: '125978' categoryParent: IT Infrastructure category: Other IT Infrastructure Software vendor: N/A product: W3 Total Cache attribute: 334.429.0 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 14:02 description: '' - tag: '24064' categoryParent: Miscellaneous category: Miscellaneous vendor: Google LLC product: Google (common) attribute: 0.68.1 website: https://google.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/google.com domain: google.com createdTime: 7/16/16 19:04 modifiedTime: 1/15/18 4:39 description: This technology tracks users of various Google products identified by advanced tracking methods. - tag: '62570' categoryParent: Intelligence and Analytics category: Web Analytics vendor: Google LLC product: Google Global Site Tag attribute: 347.1.1 website: https://developers.google.com/gtagjs/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/developers.google.com domain: developers.google.com createdTime: 11/16/17 7:33 modifiedTime: 8/1/18 3:54 description: Google Global Site Tag is a site tracking tag to send data to multiple Google products. - tag: '29117' categoryParent: Development category: Configuration Management vendor: Red Hat, Inc. product: Ansible attribute: 328.313.5358 website: http://www.ansible.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/ansible.com domain: ansible.com createdTime: 9/20/16 11:14 modifiedTime: 9/11/17 0:04 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. - tag: '95494' categoryParent: Programming category: Frameworks and Libraries vendor: EasyMock product: EasyMock attribute: 350.66.6977725 website: http://easymock.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/easymock.org domain: easymock.org createdTime: 9/26/18 8:16 modifiedTime: 10/23/18 0:38 description: EasyMock is a Java library that provides an easy way to use Mock Objects in unit testing. - tag: '17635' categoryParent: Widgets, Web Tools, and Plugins category: Social Sharing vendor: Simple Share Buttons product: Simple Share Buttons attribute: 332.54.3410768 website: http://simplesharebuttons.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/simplesharebuttons.com domain: simplesharebuttons.com createdTime: 12/11/15 19:18 modifiedTime: 4/6/18 2:19 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. default: description: '' headers: {} content: {} deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/inputfields/tech/enrich: get: tags: - Technology Enrich summary: Zoominfo Technology Enrich Inputs description: Returns a list of fields you can use as input for the [Technology Enrich](#b930a3ff-4e87-4f92-86bd-e4a1548cc037) endpoint. operationId: TechnologyEnrichInputs parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 22 Jan 2020 20:18:31 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 5594376f5a71ebec-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=dc7435039f4c5280195b59ec461e6abed3a56a2451feb3b81654a031685469ba:646e0a80-3d51-11ea-9298-b7d007b5c092; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" x-application-context: content: text/plain: schema: type: string contentMediaType: text/plain example: application:production:8080 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '750' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '738' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1579724304' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: type: array items: $ref: '#/components/schemas/GetTechnologyEnrichInput' description: '' examples: - - fieldName: companyId fieldType: String description: The id of the company for which you want to view technologies contentMediaType: application/json;charset=utf-8 example: - fieldName: companyId fieldType: String description: The id of the company for which you want to view technologies deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /enrich/hashtag: post: tags: - Hashtags Enrich summary: Zoominfo Hashtags Enrich description: 'Use this endpoint to match hashtag information based on [input values](#a7bea20a-f496-431b-9403-337231c4a22e) and return output fields in the response. **Input params** | Parameter | DataType | Description | | --- | --- | --- | | companyId | String | Required. The ID of the company for which you want to find hashtags. | **Output fields** | Field | Description | | --- | --- | | tag | Hashtag | | searchString | Hashtag string | | displayLabel | Hashtag string for display | | description | Hashtag description | | group | Hashtag group | | parentCategory | Hashtag parent category | | displayScore | Display hashtag score (yes or no) | | scoreUnit | Hashtag score unit | | hidden | Show or hide hashtag (Boolean) | | label | Hashtag label | | categorizedFlag | Categorized (Boolean) |' operationId: HashtagsEnrich parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/HashtagsEnrichRequest' - examples: - companyId: '344589814' contentMediaType: application/json example: companyId: '344589814' required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Tue, 21 Jan 2020 19:14:01 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 558b9bd1883b5a2a-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=a03d845305c67479e1f0440f0302c414eecc6e0cb560669611117bb009f3f8d7:e0734ce1-3c7e-11ea-b3f3-d7b47859bb70; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" x-application-context: content: text/plain: schema: type: string contentMediaType: text/plain example: application:production:8080 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1579634042' X-Usage-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '100000' X-Usage-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '99966' X-Usage-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000' X-Usage-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999897' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: $ref: '#/components/schemas/Enrichhashtagsforacompany' examples: HashtagsEnrich200Example: summary: Default HashtagsEnrich 200 response x-microcks-default: true value: status: success data: {} deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/inputfields/hashtag/enrich: get: tags: - Hashtags Enrich summary: Zoominfo Hashtag Enrich Inputs description: Returns a list of fields you can use as input for the [Hashtags Enrich](#886fb5cc-b587-4f26-bd68-892798d45ffe) endpoint. operationId: HashtagEnrichInputs parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 22 Jan 2020 20:18:48 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 5594381cdfcaebec-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=dc7435039f4c5280195b59ec461e6abed3a56a2451feb3b81654a031685469ba:646e0a80-3d51-11ea-9298-b7d007b5c092; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" x-application-context: content: text/plain: schema: type: string contentMediaType: text/plain example: application:production:8080 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '750' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '749' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1579724389' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: type: array items: $ref: '#/components/schemas/GetHashtagEnrichInput' description: '' examples: - - fieldName: companyId fieldType: String description: The id of the company for which you want to view hashtags contentMediaType: application/json;charset=utf-8 example: - fieldName: companyId fieldType: String description: The id of the company for which you want to view hashtags deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /enrich/intent: post: tags: - Intent Enrich summary: Zoominfo Intent Enrich description: "Use this endpoint to enrich intent data for a company based on [input values](#2dcbe844-7f1f-45f3-ae32-2598ccec5be4) and return the desired [output fields](#fc4083cf-6179-4f0f-8b9b-80aedc2e3e67) in the response.\n\nIntent data is online behavior-based activity across the internet that links buyers and accounts to a topic. Key terminology includes:\n\n- **Topics and categories** - The Intent Enrich endpoint returns specific intent topics for a company based on your subscription. Multiple topics fall under a single category.\n- **Signal** - Recent content consumption activity for a specific topic by people at a company\n- **Signal Score** - Indicates a company's interest in a topic based on how recent content consumption compares to a historical baseline.\n- **Audience Strength** - Indicates the size of the group at the company conducting research in this topic.\n \n\nThis 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.\n\n**Input params**\n\n| Parameter | DataType | Description |\n| --- | --- | --- |\n| companyWebsite | String | Company website URL in [http://www.example.com](http://www.example.com) format |\n| companyId | String | Unique ZoomInfo identifier for a company |\n| companyName | String | Company name |\n| topics | String | Intent topics. Separate multiple topics with the pipe symbol. See the **Intent Topics** lookup endpoint for values. |\n| signalStartDate | String | Start date for a company signaling interest in a topic |\n| signalEndDate | String | End date for a company signaling interest in a topic |\n| signalScoreMin | Integer | Minimum signal score. Use with `signalScoreMax` to form a range. Minimum score is 60 and maximum is 100. |\n| signalScoreMax | Integer | Maximum signal score. Use with `signalScoreMin` to form a range. Minimum score is 60 and maximum is 100. |\n\ | audienceStrengthMin | String | 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\ | audienceStrengthMax | String | 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\ | findRecommendedContacts | Boolean | Choose whether to get the recommended contacts using the findRecommendedContacts flag. Default is `true`. |\n| rpp | Integer | Limits the results returned to the given number of results per page. Default is 25. |\n| page | Integer | Provides the results for the given page, used in conjunction with `rpp` |\n| sortOrder | String | Provide `sortBy` if specifying `sortOrder`. Valid values are `asc`, `ascending`, `desc`, and `descending`. By default, results are sorted in descending order. |\n| sortBy | String | Sort results by valid output fields. Valid values are: `signalDate`, `signalScore`, `category`, `topic`, `audienceStrength`. |\n\n**Output fields**\n\n| Field | Description |\n| --- | --- |\n| id | Unique ZoomInfo identifier for a topic |\n| category | Intent category |\n| topic | Intent topic |\n| signalScore | Signal score for the topic |\n| audienceStrength | Audience strength for the topic |\n| signalDate | Date the signal was identified |\n| companyId | Unique ZoomInfo identifier for a company |\n| companyName | Company name |\n| companyWebsite | Company website URL in [http://www.example.com](http://www.example.com) format |\n| companyHasOtherTopicConsumption | Indicates whether a company has other topics with increased consumption. Values are `true` and `false`. |\n| recommendedContacts | Suggested contacts at the company that are related to the intent topic |\n| topSignalLocations | Up to 3 top Intent signal locations |" operationId: IntentEnrich parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/IntentEnrichRequest' - examples: - companyName: ZoomInfo companyWebsite: zoominfo.com companyId: 344589814 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 signalStartDate: '2020-04-01T00:00:00.000Z' signalEndDate: '2020-05-31T00:00:00.000Z' signalScoreMin: 80 signalScoreMax: 100 audienceStrengthMin: C audienceStrengthMax: A sortBy: issueDate sortOrder: desc contentMediaType: application/json example: companyName: ZoomInfo companyWebsite: zoominfo.com companyId: 344589814 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 signalStartDate: '2020-04-01T00:00:00.000Z' signalEndDate: '2020-05-31T00:00:00.000Z' signalScoreMin: 80 signalScoreMax: 100 audienceStrengthMin: C audienceStrengthMax: A sortBy: issueDate sortOrder: desc required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 11 May 2020 22:39:33 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 591f65805b19ae36-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=07a847a334cf7e797620854bcf3d04278d3e9fa911dd994cd5d463e7cae8def9:b222cc11-8ed3-11ea-9562-cb2408100f34; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" x-application-context: content: text/plain: schema: type: string contentMediaType: text/plain example: application:production:8080 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1589236833' X-Usage-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999997901' X-Usage-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999965723' X-Usage-Unique-Id-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Unique-Id-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9999958' X-Usage-Websights-Api-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Websights-Api-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9999936' X-Usage-Websights-Api-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '100000000' X-Usage-Websights-Api-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '99999936' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 02a77dc4380000ae3662a1a200000001 content: application/json;charset=utf-8: schema: allOf: - $ref: '#/components/schemas/IntentEnrich' - examples: - maxResults: 8 totalResults: 8 currentPage: 1 data: - id: 3e706b1e-97ab-42cc-95f6-1a8d5176c6c7 category: Mobile Devices topic: Mobile / Wireless signalScore: 82 audienceStrength: A newSignal: true signalDate: 5/3/2020 12:00 AM trend: 23 recommendedContacts: - id: 2988050694 firstName: Nir lastName: Keren jobTitle: Chief Technology Officer jobFunction: - name: Engineering & Technical Executive department: C-Suite - name: Engineering & Technical department: Engineering & Technical - id: 39841971 firstName: Cameron lastName: Hyzer jobTitle: Chief Financial Officer jobFunction: - name: Finance Executive department: C-Suite - name: Finance department: Finance - id: 1645938489 firstName: Hila lastName: Nir jobTitle: Chief Marketing Officer jobFunction: - name: Marketing Executive department: C-Suite - name: Marketing department: Marketing - id: 2827525345 firstName: Chris lastName: Hays jobTitle: Chief Revenue Officer jobFunction: - name: Sales Executive department: C-Suite - name: Sales department: Sales - id: 1260398587 firstName: Henry lastName: Schuck jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite company: id: 344589814 name: Zoom Information, Inc. website: www.zoominfo.com hasOtherTopicConsumption: true - id: 1675ee1c-1c38-41e3-9c7c-430d43d6e0ab category: Banking topic: Credit Card Fraud signalScore: 81 audienceStrength: A newSignal: false signalDate: 5/3/2020 12:00 AM trend: 7 recommendedContacts: - id: 2988050694 firstName: Nir lastName: Keren jobTitle: Chief Technology Officer jobFunction: - name: Engineering & Technical Executive department: C-Suite - name: Engineering & Technical department: Engineering & Technical - id: 39841971 firstName: Cameron lastName: Hyzer jobTitle: Chief Financial Officer jobFunction: - name: Finance Executive department: C-Suite - name: Finance department: Finance - id: 1645938489 firstName: Hila lastName: Nir jobTitle: Chief Marketing Officer jobFunction: - name: Marketing Executive department: C-Suite - name: Marketing department: Marketing - id: 2827525345 firstName: Chris lastName: Hays jobTitle: Chief Revenue Officer jobFunction: - name: Sales Executive department: C-Suite - name: Sales department: Sales - id: 1260398587 firstName: Henry lastName: Schuck jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite company: id: 344589814 name: Zoom Information, Inc. website: www.zoominfo.com hasOtherTopicConsumption: true - id: c6a931ca-3082-40f0-b7af-628b801cdc89 category: Compensation & Benefits topic: Incentive Compensation signalScore: 84 audienceStrength: C newSignal: false signalDate: 5/3/2020 12:00 AM trend: 1 recommendedContacts: - id: 2988050694 firstName: Nir lastName: Keren jobTitle: Chief Technology Officer jobFunction: - name: Engineering & Technical Executive department: C-Suite - name: Engineering & Technical department: Engineering & Technical - id: 39841971 firstName: Cameron lastName: Hyzer jobTitle: Chief Financial Officer jobFunction: - name: Finance Executive department: C-Suite - name: Finance department: Finance - id: 1645938489 firstName: Hila lastName: Nir jobTitle: Chief Marketing Officer jobFunction: - name: Marketing Executive department: C-Suite - name: Marketing department: Marketing - id: 2827525345 firstName: Chris lastName: Hays jobTitle: Chief Revenue Officer jobFunction: - name: Sales Executive department: C-Suite - name: Sales department: Sales - id: 1260398587 firstName: Henry lastName: Schuck jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite company: id: 344589814 name: Zoom Information, Inc. website: www.zoominfo.com hasOtherTopicConsumption: true - id: b628a3f6-64fc-4636-85d9-044306079b3a category: Collaboration/Web Apps topic: Video Conferencing signalScore: 80 audienceStrength: A newSignal: false signalDate: 4/19/2020 12:00 AM trend: -9 recommendedContacts: - id: 2988050694 firstName: Nir lastName: Keren jobTitle: Chief Technology Officer jobFunction: - name: Engineering & Technical Executive department: C-Suite - name: Engineering & Technical department: Engineering & Technical - id: 39841971 firstName: Cameron lastName: Hyzer jobTitle: Chief Financial Officer jobFunction: - name: Finance Executive department: C-Suite - name: Finance department: Finance - id: 1645938489 firstName: Hila lastName: Nir jobTitle: Chief Marketing Officer jobFunction: - name: Marketing Executive department: C-Suite - name: Marketing department: Marketing - id: 2827525345 firstName: Chris lastName: Hays jobTitle: Chief Revenue Officer jobFunction: - name: Sales Executive department: C-Suite - name: Sales department: Sales - id: 1260398587 firstName: Henry lastName: Schuck jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite company: id: 344589814 name: Zoom Information, Inc. website: www.zoominfo.com hasOtherTopicConsumption: true - id: 7c771ec1-b307-4fcb-b5b7-d65a88436942 category: Cyber Security topic: Mobile Security signalScore: 80 audienceStrength: A newSignal: true signalDate: 4/19/2020 12:00 AM trend: 21 recommendedContacts: - id: 3459093549 firstName: David lastName: Lewis jobTitle: Chief Security Officer jobFunction: - name: Information Security department: Information Technology - id: -1862126495 firstName: Anna lastName: Orlove jobTitle: Security Solution Specialist jobFunction: - name: Information Security department: Information Technology - id: 2549968949 firstName: Tal lastName: Drory jobTitle: Security Analyst jobFunction: - name: Information Security department: Information Technology - id: 2988050694 firstName: Nir lastName: Keren jobTitle: Chief Technology Officer jobFunction: - name: Engineering & Technical Executive department: C-Suite - name: Engineering & Technical department: Engineering & Technical - id: 39841971 firstName: Cameron lastName: Hyzer jobTitle: Chief Financial Officer jobFunction: - name: Finance Executive department: C-Suite - name: Finance department: Finance company: id: 344589814 name: Zoom Information, Inc. website: www.zoominfo.com hasOtherTopicConsumption: true - id: 7c75266b-b293-4110-ba77-b5f73b90d42c category: Application Development topic: Node.js signalScore: 82 audienceStrength: A newSignal: true signalDate: 4/19/2020 12:00 AM trend: 23 recommendedContacts: - id: 1780573066 firstName: Justin lastName: Sweeney jobTitle: Senior Software Development Manager, Data jobFunction: - name: Software Development department: Engineering & Technical - name: Data Science department: Engineering & Technical - id: 2047851825 firstName: Brian lastName: Thomas jobTitle: Software Development Manager, Data jobFunction: - name: Software Development department: Engineering & Technical - name: Data Science department: Engineering & Technical - id: -1120287554 firstName: Kristen lastName: Patten jobTitle: Software Development Manager, Data jobFunction: - name: Software Development department: Engineering & Technical - name: Data Science department: Engineering & Technical - id: 1995022052 firstName: Chris lastName: Baker jobTitle: Manager of Engineering, Data jobFunction: - name: Software Development department: Engineering & Technical - name: Data Science department: Engineering & Technical - id: 1868007106 firstName: Imesh lastName: Wijewardena jobTitle: Senior Software Development Manager, Data jobFunction: - name: Software Development department: Engineering & Technical - name: Data Science department: Engineering & Technical company: id: 344589814 name: Zoom Information, Inc. website: www.zoominfo.com hasOtherTopicConsumption: true - id: e15d87cd-ffa1-4771-9da2-bac3bcb2022f category: Collaboration/Web Apps topic: Video Conferencing signalScore: 89 audienceStrength: A newSignal: false signalDate: 4/12/2020 12:00 AM trend: 11 recommendedContacts: - id: 2988050694 firstName: Nir lastName: Keren jobTitle: Chief Technology Officer jobFunction: - name: Engineering & Technical Executive department: C-Suite - name: Engineering & Technical department: Engineering & Technical - id: 39841971 firstName: Cameron lastName: Hyzer jobTitle: Chief Financial Officer jobFunction: - name: Finance Executive department: C-Suite - name: Finance department: Finance - id: 1645938489 firstName: Hila lastName: Nir jobTitle: Chief Marketing Officer jobFunction: - name: Marketing Executive department: C-Suite - name: Marketing department: Marketing - id: 2827525345 firstName: Chris lastName: Hays jobTitle: Chief Revenue Officer jobFunction: - name: Sales Executive department: C-Suite - name: Sales department: Sales - id: 1260398587 firstName: Henry lastName: Schuck jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite company: id: 344589814 name: Zoom Information, Inc. website: www.zoominfo.com hasOtherTopicConsumption: true - id: d922c989-0f82-40b2-aea8-394304c55724 category: Compensation & Benefits topic: Incentive Compensation signalScore: 90 audienceStrength: A newSignal: true signalDate: 4/5/2020 12:00 AM trend: 31 recommendedContacts: - id: 2988050694 firstName: Nir lastName: Keren jobTitle: Chief Technology Officer jobFunction: - name: Engineering & Technical Executive department: C-Suite - name: Engineering & Technical department: Engineering & Technical - id: 39841971 firstName: Cameron lastName: Hyzer jobTitle: Chief Financial Officer jobFunction: - name: Finance Executive department: C-Suite - name: Finance department: Finance - id: 1645938489 firstName: Hila lastName: Nir jobTitle: Chief Marketing Officer jobFunction: - name: Marketing Executive department: C-Suite - name: Marketing department: Marketing - id: 2827525345 firstName: Chris lastName: Hays jobTitle: Chief Revenue Officer jobFunction: - name: Sales Executive department: C-Suite - name: Sales department: Sales - id: 1260398587 firstName: Henry lastName: Schuck jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite company: id: 344589814 name: Zoom Information, Inc. website: www.zoominfo.com hasOtherTopicConsumption: true contentMediaType: application/json;charset=utf-8 example: maxResults: 8 totalResults: 8 currentPage: 1 data: - id: 3e706b1e-97ab-42cc-95f6-1a8d5176c6c7 category: Mobile Devices topic: Mobile / Wireless signalScore: 82 audienceStrength: A newSignal: true signalDate: 5/3/2020 12:00 AM trend: 23 recommendedContacts: - id: 2988050694 firstName: Nir lastName: Keren jobTitle: Chief Technology Officer jobFunction: - name: Engineering & Technical Executive department: C-Suite - name: Engineering & Technical department: Engineering & Technical - id: 39841971 firstName: Cameron lastName: Hyzer jobTitle: Chief Financial Officer jobFunction: - name: Finance Executive department: C-Suite - name: Finance department: Finance - id: 1645938489 firstName: Hila lastName: Nir jobTitle: Chief Marketing Officer jobFunction: - name: Marketing Executive department: C-Suite - name: Marketing department: Marketing - id: 2827525345 firstName: Chris lastName: Hays jobTitle: Chief Revenue Officer jobFunction: - name: Sales Executive department: C-Suite - name: Sales department: Sales - id: 1260398587 firstName: Henry lastName: Schuck jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite company: id: 344589814 name: Zoom Information, Inc. website: www.zoominfo.com hasOtherTopicConsumption: true - id: 1675ee1c-1c38-41e3-9c7c-430d43d6e0ab category: Banking topic: Credit Card Fraud signalScore: 81 audienceStrength: A newSignal: false signalDate: 5/3/2020 12:00 AM trend: 7 recommendedContacts: - id: 2988050694 firstName: Nir lastName: Keren jobTitle: Chief Technology Officer jobFunction: - name: Engineering & Technical Executive department: C-Suite - name: Engineering & Technical department: Engineering & Technical - id: 39841971 firstName: Cameron lastName: Hyzer jobTitle: Chief Financial Officer jobFunction: - name: Finance Executive department: C-Suite - name: Finance department: Finance - id: 1645938489 firstName: Hila lastName: Nir jobTitle: Chief Marketing Officer jobFunction: - name: Marketing Executive department: C-Suite - name: Marketing department: Marketing - id: 2827525345 firstName: Chris lastName: Hays jobTitle: Chief Revenue Officer jobFunction: - name: Sales Executive department: C-Suite - name: Sales department: Sales - id: 1260398587 firstName: Henry lastName: Schuck jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite company: id: 344589814 name: Zoom Information, Inc. website: www.zoominfo.com hasOtherTopicConsumption: true - id: c6a931ca-3082-40f0-b7af-628b801cdc89 category: Compensation & Benefits topic: Incentive Compensation signalScore: 84 audienceStrength: C newSignal: false signalDate: 5/3/2020 12:00 AM trend: 1 recommendedContacts: - id: 2988050694 firstName: Nir lastName: Keren jobTitle: Chief Technology Officer jobFunction: - name: Engineering & Technical Executive department: C-Suite - name: Engineering & Technical department: Engineering & Technical - id: 39841971 firstName: Cameron lastName: Hyzer jobTitle: Chief Financial Officer jobFunction: - name: Finance Executive department: C-Suite - name: Finance department: Finance - id: 1645938489 firstName: Hila lastName: Nir jobTitle: Chief Marketing Officer jobFunction: - name: Marketing Executive department: C-Suite - name: Marketing department: Marketing - id: 2827525345 firstName: Chris lastName: Hays jobTitle: Chief Revenue Officer jobFunction: - name: Sales Executive department: C-Suite - name: Sales department: Sales - id: 1260398587 firstName: Henry lastName: Schuck jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite company: id: 344589814 name: Zoom Information, Inc. website: www.zoominfo.com hasOtherTopicConsumption: true - id: b628a3f6-64fc-4636-85d9-044306079b3a category: Collaboration/Web Apps topic: Video Conferencing signalScore: 80 audienceStrength: A newSignal: false signalDate: 4/19/2020 12:00 AM trend: -9 recommendedContacts: - id: 2988050694 firstName: Nir lastName: Keren jobTitle: Chief Technology Officer jobFunction: - name: Engineering & Technical Executive department: C-Suite - name: Engineering & Technical department: Engineering & Technical - id: 39841971 firstName: Cameron lastName: Hyzer jobTitle: Chief Financial Officer jobFunction: - name: Finance Executive department: C-Suite - name: Finance department: Finance - id: 1645938489 firstName: Hila lastName: Nir jobTitle: Chief Marketing Officer jobFunction: - name: Marketing Executive department: C-Suite - name: Marketing department: Marketing - id: 2827525345 firstName: Chris lastName: Hays jobTitle: Chief Revenue Officer jobFunction: - name: Sales Executive department: C-Suite - name: Sales department: Sales - id: 1260398587 firstName: Henry lastName: Schuck jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite company: id: 344589814 name: Zoom Information, Inc. website: www.zoominfo.com hasOtherTopicConsumption: true - id: 7c771ec1-b307-4fcb-b5b7-d65a88436942 category: Cyber Security topic: Mobile Security signalScore: 80 audienceStrength: A newSignal: true signalDate: 4/19/2020 12:00 AM trend: 21 recommendedContacts: - id: 3459093549 firstName: David lastName: Lewis jobTitle: Chief Security Officer jobFunction: - name: Information Security department: Information Technology - id: -1862126495 firstName: Anna lastName: Orlove jobTitle: Security Solution Specialist jobFunction: - name: Information Security department: Information Technology - id: 2549968949 firstName: Tal lastName: Drory jobTitle: Security Analyst jobFunction: - name: Information Security department: Information Technology - id: 2988050694 firstName: Nir lastName: Keren jobTitle: Chief Technology Officer jobFunction: - name: Engineering & Technical Executive department: C-Suite - name: Engineering & Technical department: Engineering & Technical - id: 39841971 firstName: Cameron lastName: Hyzer jobTitle: Chief Financial Officer jobFunction: - name: Finance Executive department: C-Suite - name: Finance department: Finance company: id: 344589814 name: Zoom Information, Inc. website: www.zoominfo.com hasOtherTopicConsumption: true - id: 7c75266b-b293-4110-ba77-b5f73b90d42c category: Application Development topic: Node.js signalScore: 82 audienceStrength: A newSignal: true signalDate: 4/19/2020 12:00 AM trend: 23 recommendedContacts: - id: 1780573066 firstName: Justin lastName: Sweeney jobTitle: Senior Software Development Manager, Data jobFunction: - name: Software Development department: Engineering & Technical - name: Data Science department: Engineering & Technical - id: 2047851825 firstName: Brian lastName: Thomas jobTitle: Software Development Manager, Data jobFunction: - name: Software Development department: Engineering & Technical - name: Data Science department: Engineering & Technical - id: -1120287554 firstName: Kristen lastName: Patten jobTitle: Software Development Manager, Data jobFunction: - name: Software Development department: Engineering & Technical - name: Data Science department: Engineering & Technical - id: 1995022052 firstName: Chris lastName: Baker jobTitle: Manager of Engineering, Data jobFunction: - name: Software Development department: Engineering & Technical - name: Data Science department: Engineering & Technical - id: 1868007106 firstName: Imesh lastName: Wijewardena jobTitle: Senior Software Development Manager, Data jobFunction: - name: Software Development department: Engineering & Technical - name: Data Science department: Engineering & Technical company: id: 344589814 name: Zoom Information, Inc. website: www.zoominfo.com hasOtherTopicConsumption: true - id: e15d87cd-ffa1-4771-9da2-bac3bcb2022f category: Collaboration/Web Apps topic: Video Conferencing signalScore: 89 audienceStrength: A newSignal: false signalDate: 4/12/2020 12:00 AM trend: 11 recommendedContacts: - id: 2988050694 firstName: Nir lastName: Keren jobTitle: Chief Technology Officer jobFunction: - name: Engineering & Technical Executive department: C-Suite - name: Engineering & Technical department: Engineering & Technical - id: 39841971 firstName: Cameron lastName: Hyzer jobTitle: Chief Financial Officer jobFunction: - name: Finance Executive department: C-Suite - name: Finance department: Finance - id: 1645938489 firstName: Hila lastName: Nir jobTitle: Chief Marketing Officer jobFunction: - name: Marketing Executive department: C-Suite - name: Marketing department: Marketing - id: 2827525345 firstName: Chris lastName: Hays jobTitle: Chief Revenue Officer jobFunction: - name: Sales Executive department: C-Suite - name: Sales department: Sales - id: 1260398587 firstName: Henry lastName: Schuck jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite company: id: 344589814 name: Zoom Information, Inc. website: www.zoominfo.com hasOtherTopicConsumption: true - id: d922c989-0f82-40b2-aea8-394304c55724 category: Compensation & Benefits topic: Incentive Compensation signalScore: 90 audienceStrength: A newSignal: true signalDate: 4/5/2020 12:00 AM trend: 31 recommendedContacts: - id: 2988050694 firstName: Nir lastName: Keren jobTitle: Chief Technology Officer jobFunction: - name: Engineering & Technical Executive department: C-Suite - name: Engineering & Technical department: Engineering & Technical - id: 39841971 firstName: Cameron lastName: Hyzer jobTitle: Chief Financial Officer jobFunction: - name: Finance Executive department: C-Suite - name: Finance department: Finance - id: 1645938489 firstName: Hila lastName: Nir jobTitle: Chief Marketing Officer jobFunction: - name: Marketing Executive department: C-Suite - name: Marketing department: Marketing - id: 2827525345 firstName: Chris lastName: Hays jobTitle: Chief Revenue Officer jobFunction: - name: Sales Executive department: C-Suite - name: Sales department: Sales - id: 1260398587 firstName: Henry lastName: Schuck jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite company: id: 344589814 name: Zoom Information, Inc. website: www.zoominfo.com hasOtherTopicConsumption: true deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/inputfields/intent/enrich: get: tags: - Intent Enrich summary: Zoominfo Intent Enrich Inputs description: Returns a list of fields you can use as input for the [Intent Enrich](#48c36a9f-e4eb-4ce8-8080-a7b810df7c2d) endpoint. operationId: IntentEnrichInputs parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 11 May 2020 22:39:42 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 591f65c1a9a6ae36-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=07a847a334cf7e797620854bcf3d04278d3e9fa911dd994cd5d463e7cae8def9:b222cc11-8ed3-11ea-9562-cb2408100f34; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" x-application-context: content: text/plain: schema: type: string contentMediaType: text/plain example: application:production:8080 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1498' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1589236833' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 02a77ded080000ae3662837200000001 content: application/json;charset=utf-8: schema: type: array items: $ref: '#/components/schemas/IntentEnrichInput' description: '' examples: - - fieldName: companyWebsite fieldType: String description: The website of the company you are searching for - fieldName: companyId fieldType: Long description: Unique ZoomInfo identifier for a company - fieldName: companyName fieldType: String description: Company name - fieldName: topics fieldType: ArrayList description: Intent topics. Accepts an Array of String. See the 'Intent Topics' endpoint for values. - fieldName: signalStartDate fieldType: String description: Start date for a company signaling interest in a topic - fieldName: signalEndDate fieldType: String description: End date for a company signaling interest in a topic - fieldName: signalScoreMin fieldType: Integer description: Minimum signal score. Use with signalScoreMax to form a range. Minimum score is 60 and maximum is 100. - fieldName: signalScoreMax fieldType: Integer description: Maximum signal score. Use with signalScoreMin to form a range. Minimum score is 60 and maximum is 100. - fieldName: audienceStrengthMin fieldType: String 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. - fieldName: audienceStrengthMax fieldType: String 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. contentMediaType: application/json;charset=utf-8 example: - fieldName: companyWebsite fieldType: String description: The website of the company you are searching for - fieldName: companyId fieldType: Long description: Unique ZoomInfo identifier for a company - fieldName: companyName fieldType: String description: Company name - fieldName: topics fieldType: ArrayList description: Intent topics. Accepts an Array of String. See the 'Intent Topics' endpoint for values. - fieldName: signalStartDate fieldType: String description: Start date for a company signaling interest in a topic - fieldName: signalEndDate fieldType: String description: End date for a company signaling interest in a topic - fieldName: signalScoreMin fieldType: Integer description: Minimum signal score. Use with signalScoreMax to form a range. Minimum score is 60 and maximum is 100. - fieldName: signalScoreMax fieldType: Integer description: Maximum signal score. Use with signalScoreMin to form a range. Minimum score is 60 and maximum is 100. - fieldName: audienceStrengthMin fieldType: String 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. - fieldName: audienceStrengthMax fieldType: String 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. deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/outputfields/intent/enrich: get: tags: - Intent Enrich summary: Zoominfo Intent Enrich Outputs description: Returns a list of output fields for the [Intent Enrich](#48c36a9f-e4eb-4ce8-8080-a7b810df7c2d) endpoint. operationId: IntentEnrichOutputs parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Thu, 18 Feb 2021 21:14:23 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 623ac1e66f7aec00-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=ba8cabd144de2f65e7eb45aa969d5d069a07868dc4ea9b06fc199d150654a670:4b75fad1-722d-11eb-a706-8935b8314dad; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 08589784030000ec00dd905000000001 Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1613682924' X-Request-Id: content: text/plain: schema: type: string contentMediaType: text/plain example: b6c59fe4-30a1-4a2a-ad8a-4e303fd9352c Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: type: array items: $ref: '#/components/schemas/IntentEnrichOutput' description: '' examples: - - fieldName: id description: Unique ZoomInfo identifier for a topic - fieldName: category description: Intent category - fieldName: topic description: Intent topic - fieldName: signalScore description: Signal score for the topic - fieldName: audienceStrength description: Audience strength for the topic - fieldName: signalDate description: Date the signal was identified - fieldName: companyId description: Unique ZoomInfo identifier for a company - fieldName: companyName description: Company name - fieldName: companyWebsite description: Company website URL in http://www.example.com format - fieldName: companyHasOtherTopicConsumption description: Indicates whether a company has other topics with increased consumption. Values are true and false. - fieldName: recommendedContacts description: Suggested contacts at the company that are related to the intent topic contentMediaType: application/json;charset=utf-8 example: - fieldName: id description: Unique ZoomInfo identifier for a topic - fieldName: category description: Intent category - fieldName: topic description: Intent topic - fieldName: signalScore description: Signal score for the topic - fieldName: audienceStrength description: Audience strength for the topic - fieldName: signalDate description: Date the signal was identified - fieldName: companyId description: Unique ZoomInfo identifier for a company - fieldName: companyName description: Company name - fieldName: companyWebsite description: Company website URL in http://www.example.com format - fieldName: companyHasOtherTopicConsumption description: Indicates whether a company has other topics with increased consumption. Values are true and false. - fieldName: recommendedContacts description: Suggested contacts at the company that are related to the intent topic deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /enrich/news: post: tags: - News Enrich summary: Zoominfo News Enrich description: "Use this endpoint to match company news information based on [input values](#d58425e5-a4a4-4af0-ad01-fa7bbf91ca84) and return the desired [output fields](#254b86e3-e51b-450d-8704-95e4da168874) in the response.\n\nThe News Enrich endpoint returns a list of news articles related to a specified company:\n\n- News Enrich requests require a valid ZoomInfo Company ID as an input parameter\n\ - By default, each request will return the 10 most recent news articles associated with the company record\n- You can filter the news articles returned by adjusting the input parameters\n \n\n\ **Input params**\n\n| Parameter | DataType | Description |\n| --- | --- | --- |\n| companyId | String | Unique ZoomInfo identifier for a company |\n| limit | Integer | Number of articles to return per page. The maximum limit is 100. |\n| page | Integer | Provides the results for the given page. Used in conjunction with `limit`. |\n| categories | String | Category of news articles. See the News Categories endpoint for values. |\n| url | ArrayList | Search news by text contained in URL strings. You must specify a minimum of 5 characters per input. |\n| pageDateMin | String | 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| pageDateMax | String | 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**Output fields**\n\n| Field | Description |\n| --- | --- |\n| companyId | Unique ZoomInfo identifier for a company |\n| companyName | Company name |\n| domain | News article domain |\n| title | News article title |\n| url | News article URL |\n| imageUrl | News article image URL |\n| pageDate | News article date |\n| categories | News article categories |\n| description | News article content description |" operationId: NewsEnrich parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/NewsEnrichRequest' - examples: - companyId: 18579882 categories: - FUNDING - GENERAL_NEWS - GENERAL_PRESS_RELEASE - MERGER_OR_ACQUISTION - PERSON - PRODUCT url: - www.businesswire.com pageDateMin: '2019-12-01T00:00:00.000Z' pageDateMax: '2020-12-31T00:00:00.000Z' limit: 5 contentMediaType: application/json example: companyId: 18579882 categories: - FUNDING - GENERAL_NEWS - GENERAL_PRESS_RELEASE - MERGER_OR_ACQUISTION - PERSON - PRODUCT url: - www.businesswire.com pageDateMin: '2019-12-01T00:00:00.000Z' pageDateMax: '2020-12-31T00:00:00.000Z' limit: 5 required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Thu, 27 Jun 2024 20:38:06 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Origin,Access-Control-Request-Method,Access-Control-Request-Headers x-usage-request-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '105050000' x-usage-request-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '105049997' x-usage-record-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '105050000' x-usage-record-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '105048808' x-usage-websights-api-request-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '18000000' x-usage-websights-api-request-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '17999979' x-usage-websights-api-record-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1800000' x-usage-websights-api-record-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1799984' x-usage-unique-id-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10025000' x-usage-unique-id-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '4944' x-envoy-upstream-service-time: content: text/plain: schema: type: string contentMediaType: text/plain example: '323' service: content: text/plain: schema: type: string contentMediaType: text/plain example: gke x-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: MQLayPS3kGl8VjA4kqMAJoB8HpXjH7dp2PxI x-ratelimit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' x-ratelimit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' x-envoy-decorator-operation: content: text/plain: schema: type: string contentMediaType: text/plain example: apps-gateway-active.main.svc.cluster.local:8080/* via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google alt-svc: content: text/plain: schema: type: string contentMediaType: text/plain example: h3=":443"; ma=86400 CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Origin-Trial: content: text/plain: schema: type: string contentMediaType: text/plain example: AyXGdeyTa0Lq3roJGvPBs/Ps9duHL7Vf/Q5YJQJwQN4fdGLbtMPms4BfmK2HapcHVkvBjyAVhxe5deDNI1TFXgcAAABxeyJvcmlnaW4iOiJodHRwczovL3pvb21pbmZvLmNvbTo0NDMiLCJmZWF0dXJlIjoiVHBjZCIsImV4cGlyeSI6MTczNTM0Mzk5OSwiaXNTdWJkb21haW4iOnRydWUsImlzVGhpcmRQYXJ0eSI6dHJ1ZX0= Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare CF-RAY: content: text/plain: schema: type: string contentMediaType: text/plain example: 89a83d1d3f04381e-IAD Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip content: application/json: schema: allOf: - $ref: '#/components/schemas/NewsEnrich' - examples: - maxResults: 48 totalResults: 5 currentPage: 1 data: - domain: www.businesswire.com title: Arvind Krishna Elected IBM Chairman url: https://www.businesswire.com/news/home/20201216005975/en/Arvind-Krishna-Elected-IBM-Chairman/ imageUrl: https://mms.businesswire.com/media/20201216005975/en/2721/21/IBM8bar_12pxWide.jpg pageDate: '2020-12-16T09:11:00.000Z' categories: - PERSON 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' company: - id: 18579882 name: IBM - domain: www.businesswire.com title: Kaloom Commits to Join IBM Cloud for Telecommunications Ecosystem url: https://www.businesswire.com/news/home/20201118005085/en/Kaloom-Commits-to-Join-IBM-Cloud-for-Telecommunications-Ecosystem/ imageUrl: https://mms.businesswire.com/media/20201118005085/en/839263/22/Kaloom_corp_logo.jpg pageDate: '2020-11-18T01:00:00.000Z' categories: - GENERAL_PRESS_RELEASE description: 'MONTREAL--(BUSINESS WIRE)--KaloomTM today announced it has committed to join IBMs (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' company: - id: 18579882 name: IBM - id: 401162856 name: Kaloom - domain: www.businesswire.com title: Sysdig and IBM Embed Sysdig Secure for Container Security url: https://www.businesswire.com/news/home/20201117005546/en/Sysdig-and-IBM-Embed-Sysdig-Secure-for-Container-Security/ imageUrl: https://mms.businesswire.com/media/20201117005546/en/839397/22/sysdig_Vert_Color_Logo_RGB_lrg.jpg pageDate: '2020-11-17T12:58:00.000Z' categories: - GENERAL_PRESS_RELEASE 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 company: - id: 18579882 name: IBM - id: 370808562 name: Sysdig - domain: www.businesswire.com title: Governance Risk and Compliance Platform Market 2020-2024 | Key Vendor Insights | Technavio url: https://www.businesswire.com/news/home/20201110005991/en/Governance-Risk-and-Compliance-Platform-Market-2020-2024-Key-Vendor-Insights-Technavio/ imageUrl: https://mms.businesswire.com/media/20201110005991/en/837732/22/IRTNTR44684.jpg pageDate: '2020-11-11T05:40:00.000Z' categories: - GENERAL_PRESS_RELEASE description: 'LONDON--(BUSINESS WIRE)-- #GlobalGovernanceRiskandCompliancePlatformMarket--The Governance Risk and Compliance Platform Market will grow by $ 28.75 bn during 2020-2024' company: - id: 10879721 name: Dell - id: 18579882 name: IBM - id: 25248426 name: Mitratech - id: 345585174 name: Technavio - domain: www.businesswire.com title: Global Supply Chain Analytics Market | Trends, Drivers, and Key Vendor Offerings | Technavio url: https://www.businesswire.com/news/home/20201109005911/en/Global-Supply-Chain-Analytics-Market-Trends-Drivers-and-Key-Vendor-Offerings-Technavio/ imageUrl: https://mms.businesswire.com/media/20201109005911/en/837157/22/IRTNTR45145.jpg pageDate: '2020-11-10T04:00:00.000Z' categories: - GENERAL_PRESS_RELEASE description: 'LONDON--(BUSINESS WIRE)-- #GlobalSupplyChainAnalyticsMarket--The Supply Chain Analytics Market will grow by $ 3.64 bn during 2020-2024' company: - id: 354049788 name: Cloudera - id: 18579882 name: IBM - id: 24920158 name: MicroStrategy - id: 345585174 name: Technavio contentMediaType: application/json example: maxResults: 48 totalResults: 5 currentPage: 1 data: - domain: www.businesswire.com title: Arvind Krishna Elected IBM Chairman url: https://www.businesswire.com/news/home/20201216005975/en/Arvind-Krishna-Elected-IBM-Chairman/ imageUrl: https://mms.businesswire.com/media/20201216005975/en/2721/21/IBM8bar_12pxWide.jpg pageDate: '2020-12-16T09:11:00.000Z' categories: - PERSON 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' company: - id: 18579882 name: IBM - domain: www.businesswire.com title: Kaloom Commits to Join IBM Cloud for Telecommunications Ecosystem url: https://www.businesswire.com/news/home/20201118005085/en/Kaloom-Commits-to-Join-IBM-Cloud-for-Telecommunications-Ecosystem/ imageUrl: https://mms.businesswire.com/media/20201118005085/en/839263/22/Kaloom_corp_logo.jpg pageDate: '2020-11-18T01:00:00.000Z' categories: - GENERAL_PRESS_RELEASE description: 'MONTREAL--(BUSINESS WIRE)--KaloomTM today announced it has committed to join IBMs (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' company: - id: 18579882 name: IBM - id: 401162856 name: Kaloom - domain: www.businesswire.com title: Sysdig and IBM Embed Sysdig Secure for Container Security url: https://www.businesswire.com/news/home/20201117005546/en/Sysdig-and-IBM-Embed-Sysdig-Secure-for-Container-Security/ imageUrl: https://mms.businesswire.com/media/20201117005546/en/839397/22/sysdig_Vert_Color_Logo_RGB_lrg.jpg pageDate: '2020-11-17T12:58:00.000Z' categories: - GENERAL_PRESS_RELEASE 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 company: - id: 18579882 name: IBM - id: 370808562 name: Sysdig - domain: www.businesswire.com title: Governance Risk and Compliance Platform Market 2020-2024 | Key Vendor Insights | Technavio url: https://www.businesswire.com/news/home/20201110005991/en/Governance-Risk-and-Compliance-Platform-Market-2020-2024-Key-Vendor-Insights-Technavio/ imageUrl: https://mms.businesswire.com/media/20201110005991/en/837732/22/IRTNTR44684.jpg pageDate: '2020-11-11T05:40:00.000Z' categories: - GENERAL_PRESS_RELEASE description: 'LONDON--(BUSINESS WIRE)-- #GlobalGovernanceRiskandCompliancePlatformMarket--The Governance Risk and Compliance Platform Market will grow by $ 28.75 bn during 2020-2024' company: - id: 10879721 name: Dell - id: 18579882 name: IBM - id: 25248426 name: Mitratech - id: 345585174 name: Technavio - domain: www.businesswire.com title: Global Supply Chain Analytics Market | Trends, Drivers, and Key Vendor Offerings | Technavio url: https://www.businesswire.com/news/home/20201109005911/en/Global-Supply-Chain-Analytics-Market-Trends-Drivers-and-Key-Vendor-Offerings-Technavio/ imageUrl: https://mms.businesswire.com/media/20201109005911/en/837157/22/IRTNTR45145.jpg pageDate: '2020-11-10T04:00:00.000Z' categories: - GENERAL_PRESS_RELEASE description: 'LONDON--(BUSINESS WIRE)-- #GlobalSupplyChainAnalyticsMarket--The Supply Chain Analytics Market will grow by $ 3.64 bn during 2020-2024' company: - id: 354049788 name: Cloudera - id: 18579882 name: IBM - id: 24920158 name: MicroStrategy - id: 345585174 name: Technavio deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/inputfields/news/enrich: get: tags: - News Enrich summary: Zoominfo News Enrich Inputs description: Returns a list of fields you can use as input for the [News Enrich](#a04f60d9-353e-4eb1-9c37-0539ee6b8d13) endpoint. operationId: NewsEnrichInputs parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 11 May 2020 22:40:33 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 591f66fe2977ae36-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=07a847a334cf7e797620854bcf3d04278d3e9fa911dd994cd5d463e7cae8def9:b222cc11-8ed3-11ea-9562-cb2408100f34; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" x-application-context: content: text/plain: schema: type: string contentMediaType: text/plain example: application:production:8080 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1589236894' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 02a77eb2dc0000ae3662852200000001 content: application/json;charset=utf-8: schema: type: array items: $ref: '#/components/schemas/NewsEnrichInput' description: '' examples: - - fieldName: companyId fieldType: Long description: The id of the company you are searching for - fieldName: limit fieldType: Integer description: Maximum number of articles to return. The maximum limit is 5000. - fieldName: categories fieldType: ArrayList description: Category of news articles. Accepts an Array of String. See the 'News Categories' endpoint for values. - fieldName: pageDateMin fieldType: String 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. - fieldName: pageDateMax fieldType: String 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. contentMediaType: application/json;charset=utf-8 example: - fieldName: companyId fieldType: Long description: The id of the company you are searching for - fieldName: limit fieldType: Integer description: Maximum number of articles to return. The maximum limit is 5000. - fieldName: categories fieldType: ArrayList description: Category of news articles. Accepts an Array of String. See the 'News Categories' endpoint for values. - fieldName: pageDateMin fieldType: String 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. - fieldName: pageDateMax fieldType: String 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. deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/outputfields/news/enrich: get: tags: - News Enrich summary: Zoominfo News Enrich Outputs description: Returns a list of output fields for the [News Enrich](#a04f60d9-353e-4eb1-9c37-0539ee6b8d13) endpoint. operationId: NewsEnrichOutputs parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 11 May 2020 22:40:54 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 591f67860e2aae36-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=07a847a334cf7e797620854bcf3d04278d3e9fa911dd994cd5d463e7cae8def9:b222cc11-8ed3-11ea-9562-cb2408100f34; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" x-application-context: content: text/plain: schema: type: string contentMediaType: text/plain example: application:production:8080 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1498' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1589236894' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 02a77f07c60000ae3662bf9200000001 content: application/json;charset=utf-8: schema: type: array items: $ref: '#/components/schemas/NewsEnrichOutput' description: '' examples: - - fieldName: companyId description: Unique ZoomInfo identifier for a company - fieldName: companyName description: Company name - fieldName: domain description: News article domain - fieldName: title description: News article title - fieldName: url description: News article URL - fieldName: imageUrl description: News article image URL - fieldName: pageDate description: News article date - fieldName: categories description: News article categories contentMediaType: application/json;charset=utf-8 example: - fieldName: companyId description: Unique ZoomInfo identifier for a company - fieldName: companyName description: Company name - fieldName: domain description: News article domain - fieldName: title description: News article title - fieldName: url description: News article URL - fieldName: imageUrl description: News article image URL - fieldName: pageDate description: News article date - fieldName: categories description: News article categories deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /enrich/scoop: post: tags: - Scoop Enrich summary: Zoominfo Scoop Enrich description: "Use this endpoint to match company scoop information based on [input values](#4ebf5d05-d819-4336-977f-2fe72dc6ac19) and return the desired [output fields](##6c2de74a-e026-401b-8910-503ae7aa57c8) in the response.\n\nThe Scoop Enrich endpoint returns a list of scoops related to a specified company:\n\n- Scoop Enrich requests require one of the following: a valid ZoomInfo `companyId`, `companyName`, or `companyWebsite` as an input parameter\n- 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\n- For charging purposes, each scoop returned is counted as a record\n \n\n**Input params**\n\n| Parameter | DataType | Description |\n| --- | --- | --- |\n| companyId | String | ZoomInfo unique identifier for the company. Will accept a comma-separated list. |\n| companyName | String | Company name |\n| companyWebsite | String | Company domain |\n| publishedStartDate | String | 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| publishedEndDate | String | Ending date to search for scoops based on when published. Form a range using publishedEndDate. Uses YYYY-MM-DD format. |\n| updatedSinceCreation | Boolean | Include scoops that have been updated since publishedStartDate |\n| scoopType | String | Retrieve scoops based on type (e.g., earnings, awards, partnerships and so on). See the **Scoop Types** lookup endpoint for valid inputs. |\n| scoopTopic | String | Retrieve scoops based on topic (e.g., integrations, technology, compliance and so on). See the **Scoop Topics** lookup endpoint for valid inputs. |\n| department | String | Retrieve scoops based on department (IT, finance, HR and so on). See the **Scoop Departments** lookup endpoint for valid inputs. |\n| scoopId | String | ZoomInfo unique identifier for a scoop. Will accept a comma-separated list. |\n\ | description | String | Search for scoops based on description. Will accept a comma-separated list of keywords. |\n| rpp | Integer | Limits the results returned to the given number of results per page. Default is 25. |\n| page | Integer | Provides the results for the given page, used in conjunction with `rpp` |\n| sortOrder | String | Provide `sortBy` if specifying `sortOrder`. Valid values are `asc`, `ascending`, `desc`, and `descending`. By default, results are sorted in descending order. |\n| sortBy | String | Sort results by valid output fields: `scoopId`, `originalPublishedDate`, `description`, `link`, or `linkText` |\n\n**Output fields**\n\n| Field | Description |\n| --- | --- |\n| id | ZoomInfo unique identifier for a scoop |\n| publishedDate | Publish date for a scoop. If updated, this date will reflect that last updated date. |\n| originalPublishedDate | Initial publish date for a scoop |\n| linkText | Link text for a scoop |\n| link | URL for the scoop |\n| description | Short description for the scoop contents |\n| topics | Topic(s) associated with a scoop |\n| updateText | Text related to an updated scoop |\n| types | Type(s) associated with a scoop |\n| companyId | ZoomInfo unique identifier for a company |\n| companyName | Company name |\n| contacts | Contacts associated with a scoop |" operationId: ScoopEnrich parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/ScoopEnrichRequest' - examples: - companyName: Zoominfo publishedStartDate: '2018-11-01T00:00:00.000Z' publishedEndDate: '2020-06-21T00:00:00.000Z' scoopType: 1,6,7,8 department: '1' sortBy: originalPublishedDate sortOrder: asc contentMediaType: application/json example: companyName: Zoominfo publishedStartDate: '2018-11-01T00:00:00.000Z' publishedEndDate: '2020-06-21T00:00:00.000Z' scoopType: 1,6,7,8 department: '1' sortBy: originalPublishedDate sortOrder: asc required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Tue, 23 Jun 2020 14:23:00 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 5a7edd19cd3aae06-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=3bd72b5a25bfc03a0fa7e3fbae02033c37ca3cc0dcd4fa8ed0531b49f25ba90d:8511cd30-b493-11ea-bfeb-534f7eaad4f4; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 038328841f0000ae060d2fa200000001 Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" x-application-context: content: text/plain: schema: type: string contentMediaType: text/plain example: application:production:8080 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1592922233' X-Usage-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999987257' X-Usage-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999962272' X-Usage-Unique-Id-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Unique-Id-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9999719' X-Usage-Websights-Api-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Websights-Api-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9999778' X-Usage-Websights-Api-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '100000000' X-Usage-Websights-Api-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '99999778' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: allOf: - $ref: '#/components/schemas/ScoopEnrich' - examples: - maxResults: 9 totalResults: 9 currentPage: 1 data: - id: 1258709 publishedDate: 12/4/2018 12:00 AM originalPublishedDate: 12/4/2018 12:00 AM linkText: '' link: '' 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. topics: [] updateText: '' types: - id: 6 type: Award contacts: [] company: id: 344589814 name: ZoomInfo - id: 1314240 publishedDate: 1/24/2019 12:00 AM originalPublishedDate: 1/24/2019 12:00 AM linkText: '' link: '' 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. topics: [] updateText: '' types: - id: 8 type: Facilities Relocation / Expansion contacts: [] company: id: 344589814 name: ZoomInfo - id: 1373240 publishedDate: 2/11/2019 12:00 AM originalPublishedDate: 2/11/2019 12:00 AM linkText: '' link: '' description: has been recognized as a 2019 Top Rated Sales Intelligence Software by TrustRadius. topics: [] updateText: '' types: - id: 6 type: Award contacts: [] company: id: 344589814 name: ZoomInfo - id: 1382056 publishedDate: 2/15/2019 12:00 AM originalPublishedDate: 2/15/2019 12:00 AM linkText: '' link: '' description: 'has recently been ranked #139 on the 2019 SaaS 1000 Top SaaS Companies list.' topics: [] updateText: '' types: - id: 6 type: Award contacts: [] company: id: 344589814 name: ZoomInfo - id: 1383667 publishedDate: 2/22/2019 12:00 AM originalPublishedDate: 2/22/2019 12:00 AM linkText: '' link: '' description: will be a Silver Sponsor for the Adobe Summit, which will be held March 26-28, 2019 in Las Vegas, NV. topics: [] updateText: '' types: - id: 7 type: Event contacts: [] company: id: 344589814 name: ZoomInfo - id: 1382057 publishedDate: 2/22/2019 12:00 AM originalPublishedDate: 2/22/2019 12:00 AM linkText: '' link: '' description: 'Datanyze has recently been ranked #986 on the 2019 SaaS 1000 Top SaaS Companies list.' topics: [] updateText: '' types: - id: 6 type: Award contacts: [] company: id: 344589814 name: ZoomInfo - id: 1620555 publishedDate: 8/27/2019 12:00 AM originalPublishedDate: 8/27/2019 12:00 AM linkText: '' link: '' description: 'has been ranked #2423 on the 2019 Inc. 5000 list, which recognizes the fastest-growing privately-held companies in the United States.' topics: [] updateText: '' types: - id: 6 type: Award contacts: [] company: id: 344589814 name: ZoomInfo - id: 1725335 publishedDate: 11/12/2019 12:00 AM originalPublishedDate: 11/12/2019 12:00 AM linkText: '' link: '' description: will be sponsoring Dreamforce, which will be held November 19-22, 2019 in San Francisco, CA. topics: [] updateText: '' types: - id: 7 type: Event contacts: [] company: id: 344589814 name: ZoomInfo - id: 1811048 publishedDate: 2/11/2020 12:00 AM originalPublishedDate: 2/11/2020 12:00 AM linkText: '' link: '' 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. topics: [] updateText: '' types: - id: 8 type: Facilities Relocation / Expansion contacts: [] company: id: 344589814 name: ZoomInfo contentMediaType: application/json;charset=utf-8 example: maxResults: 9 totalResults: 9 currentPage: 1 data: - id: 1258709 publishedDate: 12/4/2018 12:00 AM originalPublishedDate: 12/4/2018 12:00 AM linkText: '' link: '' 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. topics: [] updateText: '' types: - id: 6 type: Award contacts: [] company: id: 344589814 name: ZoomInfo - id: 1314240 publishedDate: 1/24/2019 12:00 AM originalPublishedDate: 1/24/2019 12:00 AM linkText: '' link: '' 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. topics: [] updateText: '' types: - id: 8 type: Facilities Relocation / Expansion contacts: [] company: id: 344589814 name: ZoomInfo - id: 1373240 publishedDate: 2/11/2019 12:00 AM originalPublishedDate: 2/11/2019 12:00 AM linkText: '' link: '' description: has been recognized as a 2019 Top Rated Sales Intelligence Software by TrustRadius. topics: [] updateText: '' types: - id: 6 type: Award contacts: [] company: id: 344589814 name: ZoomInfo - id: 1382056 publishedDate: 2/15/2019 12:00 AM originalPublishedDate: 2/15/2019 12:00 AM linkText: '' link: '' description: 'has recently been ranked #139 on the 2019 SaaS 1000 Top SaaS Companies list.' topics: [] updateText: '' types: - id: 6 type: Award contacts: [] company: id: 344589814 name: ZoomInfo - id: 1383667 publishedDate: 2/22/2019 12:00 AM originalPublishedDate: 2/22/2019 12:00 AM linkText: '' link: '' description: will be a Silver Sponsor for the Adobe Summit, which will be held March 26-28, 2019 in Las Vegas, NV. topics: [] updateText: '' types: - id: 7 type: Event contacts: [] company: id: 344589814 name: ZoomInfo - id: 1382057 publishedDate: 2/22/2019 12:00 AM originalPublishedDate: 2/22/2019 12:00 AM linkText: '' link: '' description: 'Datanyze has recently been ranked #986 on the 2019 SaaS 1000 Top SaaS Companies list.' topics: [] updateText: '' types: - id: 6 type: Award contacts: [] company: id: 344589814 name: ZoomInfo - id: 1620555 publishedDate: 8/27/2019 12:00 AM originalPublishedDate: 8/27/2019 12:00 AM linkText: '' link: '' description: 'has been ranked #2423 on the 2019 Inc. 5000 list, which recognizes the fastest-growing privately-held companies in the United States.' topics: [] updateText: '' types: - id: 6 type: Award contacts: [] company: id: 344589814 name: ZoomInfo - id: 1725335 publishedDate: 11/12/2019 12:00 AM originalPublishedDate: 11/12/2019 12:00 AM linkText: '' link: '' description: will be sponsoring Dreamforce, which will be held November 19-22, 2019 in San Francisco, CA. topics: [] updateText: '' types: - id: 7 type: Event contacts: [] company: id: 344589814 name: ZoomInfo - id: 1811048 publishedDate: 2/11/2020 12:00 AM originalPublishedDate: 2/11/2020 12:00 AM linkText: '' link: '' 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. topics: [] updateText: '' types: - id: 8 type: Facilities Relocation / Expansion contacts: [] company: id: 344589814 name: ZoomInfo deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/inputfields/scoop/enrich: get: tags: - Scoop Enrich summary: Zoominfo Scoop Enrich Inputs description: Returns a list of fields you can use as input for the [Scoop Enrich](#545c603a-fbe5-48b6-b4b4-bdca626fead0) endpoint. operationId: ScoopEnrichInputs parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 26 Aug 2020 13:34:19 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 5c8dedf8dbdfff84-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=70071f10bb597f681bf32e5484a1bffce58189aa85981cea9fb1578c401445bb:2f79d591-e713-11ea-b61e-d347a7de7ad3; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 04cc930f890000ff849b32b200000001 Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1598448920' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: type: array items: $ref: '#/components/schemas/ScoopEnrichInput' description: '' examples: - - fieldName: companyId fieldType: String description: ZoomInfo unique identifier for the company. Will accept a comma-separated list. - fieldName: companyName fieldType: String description: Company name - fieldName: companyWebsite fieldType: String description: Company domain - fieldName: publishedStartDate fieldType: String 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. - fieldName: publishedEndDate fieldType: String description: Ending date to search for scoops based on when published. Form a range using publishedEndDate. Uses YYYY-MM-DD format. - fieldName: updatedSinceCreation fieldType: Boolean description: Include scoops that have been updated since publishedStartDate - fieldName: scoopType fieldType: String description: Retrieve scoops based on type (e.g., earnings, awards, partnerships and so on) - fieldName: scoopTopic fieldType: String description: Retrieve scoops based on topic (e.g., integrations, technology, compliance and so on) - fieldName: department fieldType: String description: Retrieve scoops based on department (IT, finance, HR and so on) - fieldName: scoopId fieldType: String description: ZoomInfo unique identifier for a scoop. Will accept a comma-separated list. - fieldName: description fieldType: String description: Search for scoops based on description - fieldName: rpp fieldType: Integer description: Limits the results returned to the given number of results per page - fieldName: page fieldType: Integer description: Provides the results for the given page, used in conjunction with rpp - fieldName: sortBy fieldType: String description: Sorts results by valid output fields - fieldName: sortOrder fieldType: String description: Default value is desc. It accepts the following values { Asc, Ascending, desc, descending } contentMediaType: application/json;charset=utf-8 example: - fieldName: companyId fieldType: String description: ZoomInfo unique identifier for the company. Will accept a comma-separated list. - fieldName: companyName fieldType: String description: Company name - fieldName: companyWebsite fieldType: String description: Company domain - fieldName: publishedStartDate fieldType: String 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. - fieldName: publishedEndDate fieldType: String description: Ending date to search for scoops based on when published. Form a range using publishedEndDate. Uses YYYY-MM-DD format. - fieldName: updatedSinceCreation fieldType: Boolean description: Include scoops that have been updated since publishedStartDate - fieldName: scoopType fieldType: String description: Retrieve scoops based on type (e.g., earnings, awards, partnerships and so on) - fieldName: scoopTopic fieldType: String description: Retrieve scoops based on topic (e.g., integrations, technology, compliance and so on) - fieldName: department fieldType: String description: Retrieve scoops based on department (IT, finance, HR and so on) - fieldName: scoopId fieldType: String description: ZoomInfo unique identifier for a scoop. Will accept a comma-separated list. - fieldName: description fieldType: String description: Search for scoops based on description - fieldName: rpp fieldType: Integer description: Limits the results returned to the given number of results per page - fieldName: page fieldType: Integer description: Provides the results for the given page, used in conjunction with rpp - fieldName: sortBy fieldType: String description: Sorts results by valid output fields - fieldName: sortOrder fieldType: String description: Default value is desc. It accepts the following values { Asc, Ascending, desc, descending } deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/outputfields/scoop/enrich: get: tags: - Scoop Enrich summary: Zoominfo Scoop Enrich Outputs description: Returns a list of output fields for the [Scoop Enrich](#545c603a-fbe5-48b6-b4b4-bdca626fead0) endpoint. operationId: ScoopEnrichOutputs parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Tue, 23 Jun 2020 14:29:12 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 5a7ee65cadffae06-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=3bd72b5a25bfc03a0fa7e3fbae02033c37ca3cc0dcd4fa8ed0531b49f25ba90d:8511cd30-b493-11ea-bfeb-534f7eaad4f4; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 03832e4de70000ae060d20a200000001 Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" x-application-context: content: text/plain: schema: type: string contentMediaType: text/plain example: application:production:8080 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1592922612' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: type: array items: $ref: '#/components/schemas/ScoopEnrichOutput' description: '' examples: - - fieldName: id description: ZoomInfo unique identifier for a scoop - fieldName: publishedDate description: Publish date for a scoop. If updated, this date will reflect that last updated date. - fieldName: originalPublishedDate description: Initial publish date for a scoop - fieldName: linkText description: Link text for a scoop - fieldName: link description: URL for the scoop - fieldName: description description: Short description for the scoop contents - fieldName: topics description: Topic(s) associated with a scoop - fieldName: updateText description: Text related to an updated scoop - fieldName: types description: Type(s) associated with a scoop - fieldName: companyId description: ZoomInfo unique identifier for a company - fieldName: companyName description: Company name - fieldName: contacts description: Contacts associated with a scoop contentMediaType: application/json;charset=utf-8 example: - fieldName: id description: ZoomInfo unique identifier for a scoop - fieldName: publishedDate description: Publish date for a scoop. If updated, this date will reflect that last updated date. - fieldName: originalPublishedDate description: Initial publish date for a scoop - fieldName: linkText description: Link text for a scoop - fieldName: link description: URL for the scoop - fieldName: description description: Short description for the scoop contents - fieldName: topics description: Topic(s) associated with a scoop - fieldName: updateText description: Text related to an updated scoop - fieldName: types description: Type(s) associated with a scoop - fieldName: companyId description: ZoomInfo unique identifier for a company - fieldName: companyName description: Company name - fieldName: contacts description: Contacts associated with a scoop deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/companyranking: get: tags: - Lookup summary: Zoominfo Company Ranking description: Retrieve accepted Company Ranking values operationId: CompanyRanking parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Tue, 17 Sep 2019 15:03:51 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 517bf8185879ae06-BOS Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=65d3624b622354d497d15cd8f518d9003708630dad6c7226d0b798c059302a3a:97799611-d95b-11e9-9c4e-21d6673962fa; path=/; vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google x-application-context: content: text/plain: schema: type: string contentMediaType: text/plain example: application:production:8080 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1568732631' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: type: array items: $ref: '#/components/schemas/GetCompanyRanking' description: '' examples: - - Id: fortune100 Name: Fortune 100 - Id: fortune500 Name: Fortune 500 - Id: fortune1000 Name: Fortune 1000 - Id: global500 Name: Global 500 - Id: private500 Name: America's Largest - Id: russell3000 Name: Russell 3000 contentMediaType: application/json;charset=utf-8 example: - Id: fortune100 Name: Fortune 100 - Id: fortune500 Name: Fortune 500 - Id: fortune1000 Name: Fortune 1000 - Id: global500 Name: Global 500 - Id: private500 Name: America's Largest - Id: russell3000 Name: Russell 3000 deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/continent: get: tags: - Lookup summary: Zoominfo Continent description: Retrieve accepted Continent values operationId: Continent parameters: [] responses: '200': description: '' headers: {} deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/country: get: tags: - Lookup summary: Zoominfo Country description: Retrieve accepted Country values operationId: Country parameters: [] responses: '200': description: '' headers: {} deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/state: get: tags: - Lookup summary: Zoominfo State description: Retrieve accepted State values operationId: State parameters: [] responses: '200': description: '' headers: {} deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/department: get: tags: - Lookup summary: Zoominfo Contact Departments description: Retrieve accepted Contact Department values operationId: ContactDepartments parameters: [] responses: '200': description: '' headers: {} deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/employeecount: get: tags: - Lookup summary: Zoominfo Employee Count description: Retrieve accepted Employee Count values operationId: EmployeeCount parameters: [] responses: '200': description: '' headers: {} deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/siccode: get: tags: - Lookup summary: Zoominfo Sic Codes description: Retrieve accepted Standard Industrial Classification (SIC) values operationId: SICCodes parameters: [] responses: '200': description: '' headers: {} deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/naicscode: get: tags: - Lookup summary: Zoominfo Naics Codes description: Retrieve accepted North American Industry Classification System (NAICS) values operationId: NAICSCodes parameters: [] responses: '200': description: '' headers: {} deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/industry: get: tags: - Lookup summary: Zoominfo Industry Codes description: 'Retrieve accepted Industry Code values ' operationId: IndustryCodes parameters: [] responses: '200': description: '' headers: {} deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/jobtitlehierarchy: get: tags: - Lookup summary: Zoominfo Job Title Hierarchy description: Retrieve accepted Job Title Hierarchy values operationId: JobTitleHierarchy parameters: [] responses: '200': description: '' headers: {} deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/jobfunction: get: tags: - Lookup summary: Zoominfo Job Function description: Retrieve accepted Job Function values operationId: JobFunction parameters: [] responses: '200': description: '' headers: {} deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/metroarea: get: tags: - Lookup summary: Zoominfo Metro Area description: Retrieve accepted Metro Area values operationId: MetroArea parameters: [] responses: '200': description: '' headers: {} deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/revenuerange: get: tags: - Lookup summary: Zoominfo Revenue Range description: Retrieve accepted Revenue Range values operationId: RevenueRange parameters: [] responses: '200': description: '' headers: {} deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/scooptopic: get: tags: - Lookup summary: Zoominfo Scoop Topics description: Retrieve accepted Scoop Topic values operationId: ScoopTopics parameters: [] responses: '200': description: '' headers: {} deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/scooptype: get: tags: - Lookup summary: Zoominfo Scoop Types description: Retrieve accepted Scoop Type values operationId: ScoopTypes parameters: [] responses: '200': description: '' headers: {} deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/scoopdepartment: get: tags: - Lookup summary: Zoominfo Scoop Departments description: Retrieve accepted Scoop Department values operationId: ScoopDepartments parameters: [] responses: '200': description: '' headers: {} deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/companytype: get: tags: - Lookup summary: Zoominfo Company Type description: Retrieve accepted Company Type values operationId: CompanyType parameters: [] responses: '200': description: '' headers: {} deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/boardMember: get: tags: - Lookup summary: Zoominfo Board Members description: Retrieve accepted Board Member values operationId: BoardMembers parameters: [] responses: '200': description: '' headers: {} deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/managementLevel: get: tags: - Lookup summary: Zoominfo Management Levels description: Retrieve accepted Management Level values operationId: ManagementLevels parameters: [] responses: '200': description: '' headers: {} deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/subunittypes: get: tags: - Lookup summary: Zoominfo Sub Unit Type description: Retrieve accepted Sub Unit Type values operationId: SubUnitType parameters: [] responses: '200': description: '' headers: {} deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/tech/category: get: tags: - Lookup summary: Zoominfo Tech - Categories description: Retrieve accepted Tech Category values operationId: Tech-Categories parameters: [] responses: '200': description: '' headers: {} deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/tech/vendor: get: tags: - Lookup summary: Zoominfo Tech - Vendor description: Retrieve accepted Tech Vendor values operationId: Tech-Vendor parameters: [] responses: '200': description: '' headers: {} deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/tech/product: get: tags: - Lookup summary: Zoominfo Tech - Product description: Retrieve accepted Tech Product values operationId: Tech-Product parameters: - name: vendor in: query description: '' required: true style: form explode: true schema: type: string examples: - microsoft corporation example: example_value - name: parentCategory in: query description: '' required: true style: form explode: true schema: type: string examples: - Communication and Collaboration example: example_value - name: category in: query description: '' required: true style: form explode: true schema: type: string examples: - Unified Communications example: example_value responses: '200': description: '' headers: {} deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/tech-skills: get: tags: - Lookup summary: Zoominfo Tech Skills description: Retrieve Tech Skill values operationId: TechSkills parameters: [] responses: '200': description: '' headers: {} deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/hashtag: get: tags: - Lookup summary: Zoominfo Hashtag description: Retrieve accepted Hashtag values operationId: Hashtag parameters: - name: vendor in: query description: '' required: true style: form explode: true schema: type: string examples: - microsoft corporation example: example_value - name: parentCategory in: query description: '' required: true style: form explode: true schema: type: string examples: - Communication and Collaboration example: example_value - name: category in: query description: '' required: true style: form explode: true schema: type: string examples: - Unified Communications example: example_value responses: '200': description: '' headers: {} deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/intent/topics: get: tags: - Lookup summary: Zoominfo Intent Topics description: Retrieve accepted intent topics and categories. operationId: IntentTopics parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Sun, 10 May 2020 17:20:36 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 591554f01f94ebf8-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=07a847a334cf7e797620854bcf3d04278d3e9fa911dd994cd5d463e7cae8def9:b222cc11-8ed3-11ea-9562-cb2408100f34; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" x-application-context: content: text/plain: schema: type: string contentMediaType: text/plain example: application:production:8080 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1498' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1589131277' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 02a1336a0d0000ebf89b866200000001 content: application/json;charset=utf-8: schema: type: array items: $ref: '#/components/schemas/IntentTopic' description: '' examples: - - Name: Affordable Care Act (ACA) Category: Compensation & Benefits Department: Legal JobFunction: Governmental Affairs & Regulatory Law 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. - Name: Android Push Notifications Category: Mobile Devices Department: Information Technology JobFunction: Cloud / Mobility 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. - Name: Claims Processing Category: Compensation & Benefits Department: Medical & Health JobFunction: Medical Administration Description: Claims processing refers to the insurance company's procedure to check the claim requests for adequate information, validation, justification and authenticity. - Name: Cloud Applications Category: Cloud Department: Information Technology JobFunction: Cloud / Mobility Description: Cloud application or cloud app is a software program where cloud-based and local components work together. - Name: Cloud Computing Category: Cloud Department: Information Technology JobFunction: Cloud / Mobility Description: Cloud computing is a general term for anything that involves delivering hosted services over the internet. - Name: Cloud Infrastructure Category: Cloud Department: Information Technology JobFunction: Cloud / Mobility 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. - Name: Corporate Culture Category: Company Culture & Policy Department: Human Resources JobFunction: Organizational Development 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. - Name: Credit Card Fraud Category: Banking Department: Finance JobFunction: Risk 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. - Name: Direct Deposit Category: Billing & Invoice Department: Finance JobFunction: Finance 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. - Name: eFulfillment Service Category: Logistics / Supply Chain Department: Operations JobFunction: Logistics Description: eFulfillment Service (EFS) is a process of making order fulfillment fast, easy and affordable for sellers of all types and sizes. - Name: Google Search Category: Search Department: Information Technology JobFunction: Collaboration & Web Apps Description: Google Search, also referred to as Google Web Search or simply Google, is a web search engine developed by Google. - Name: Healthcare Law Category: Regulations Department: Legal JobFunction: Governmental Affairs & Regulatory Law 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. - Name: Hours of Work Category: Labor & Employment Policy Department: Human Resources JobFunction: Human Resources 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. - Name: In-App Advertising Category: Advertising Department: Marketing JobFunction: Advertising 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. - Name: Incentive Compensation Category: Compensation & Benefits Department: Human Resources JobFunction: Compensation & Benefits 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. - Name: Java Category: Application Development Department: Engineering & Technical JobFunction: Software Development 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. - Name: Legal Category: Legal Operations Department: Legal JobFunction: Legal Description: Legal is used to describe things that relate to the law. - Name: Mobile / Wireless Category: Mobile Devices Department: Information Technology JobFunction: Cloud / Mobility 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. - Name: Mobile Apps Category: Mobile Applications Department: Information Technology JobFunction: Cloud / Mobility Description: Mobile application is a computer program or software application designed to run on a mobile device such as a phone, tablet, or watch. - Name: Mobile Security Category: Cyber Security Department: Information Technology JobFunction: Information Security 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. - Name: Mobile Wallet Category: Mobile Applications Department: Information Technology JobFunction: Cloud / Mobility 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. - Name: Node.js Category: Application Development Department: Engineering & Technical JobFunction: Software Development Description: Node.js is an open-source, cross-platform, JavaScript runtime environment that executes JavaScript code outside of a browser. - Name: Organizational Culture Category: Company Culture & Policy Department: Human Resources JobFunction: Organizational Development 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. - Name: Risk Management Services Category: Risk Department: Human Resources JobFunction: Human Resources 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. - Name: Video Conferencing Category: Collaboration/Web Apps Department: Information Technology JobFunction: Collaboration & Web Apps 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. contentMediaType: application/json;charset=utf-8 example: - Name: Affordable Care Act (ACA) Category: Compensation & Benefits Department: Legal JobFunction: Governmental Affairs & Regulatory Law 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. - Name: Android Push Notifications Category: Mobile Devices Department: Information Technology JobFunction: Cloud / Mobility 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. - Name: Claims Processing Category: Compensation & Benefits Department: Medical & Health JobFunction: Medical Administration Description: Claims processing refers to the insurance company's procedure to check the claim requests for adequate information, validation, justification and authenticity. - Name: Cloud Applications Category: Cloud Department: Information Technology JobFunction: Cloud / Mobility Description: Cloud application or cloud app is a software program where cloud-based and local components work together. - Name: Cloud Computing Category: Cloud Department: Information Technology JobFunction: Cloud / Mobility Description: Cloud computing is a general term for anything that involves delivering hosted services over the internet. - Name: Cloud Infrastructure Category: Cloud Department: Information Technology JobFunction: Cloud / Mobility 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. - Name: Corporate Culture Category: Company Culture & Policy Department: Human Resources JobFunction: Organizational Development 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. - Name: Credit Card Fraud Category: Banking Department: Finance JobFunction: Risk 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. - Name: Direct Deposit Category: Billing & Invoice Department: Finance JobFunction: Finance 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. - Name: eFulfillment Service Category: Logistics / Supply Chain Department: Operations JobFunction: Logistics Description: eFulfillment Service (EFS) is a process of making order fulfillment fast, easy and affordable for sellers of all types and sizes. - Name: Google Search Category: Search Department: Information Technology JobFunction: Collaboration & Web Apps Description: Google Search, also referred to as Google Web Search or simply Google, is a web search engine developed by Google. - Name: Healthcare Law Category: Regulations Department: Legal JobFunction: Governmental Affairs & Regulatory Law 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. - Name: Hours of Work Category: Labor & Employment Policy Department: Human Resources JobFunction: Human Resources 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. - Name: In-App Advertising Category: Advertising Department: Marketing JobFunction: Advertising 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. - Name: Incentive Compensation Category: Compensation & Benefits Department: Human Resources JobFunction: Compensation & Benefits 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. - Name: Java Category: Application Development Department: Engineering & Technical JobFunction: Software Development 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. - Name: Legal Category: Legal Operations Department: Legal JobFunction: Legal Description: Legal is used to describe things that relate to the law. - Name: Mobile / Wireless Category: Mobile Devices Department: Information Technology JobFunction: Cloud / Mobility 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. - Name: Mobile Apps Category: Mobile Applications Department: Information Technology JobFunction: Cloud / Mobility Description: Mobile application is a computer program or software application designed to run on a mobile device such as a phone, tablet, or watch. - Name: Mobile Security Category: Cyber Security Department: Information Technology JobFunction: Information Security 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. - Name: Mobile Wallet Category: Mobile Applications Department: Information Technology JobFunction: Cloud / Mobility 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. - Name: Node.js Category: Application Development Department: Engineering & Technical JobFunction: Software Development Description: Node.js is an open-source, cross-platform, JavaScript runtime environment that executes JavaScript code outside of a browser. - Name: Organizational Culture Category: Company Culture & Policy Department: Human Resources JobFunction: Organizational Development 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. - Name: Risk Management Services Category: Risk Department: Human Resources JobFunction: Human Resources 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. - Name: Video Conferencing Category: Collaboration/Web Apps Department: Information Technology JobFunction: Collaboration & Web Apps 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. deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/news/categories: get: tags: - Lookup summary: Zoominfo News Categories description: Retrieve accepted news categories. operationId: NewsCategories parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Thu, 04 Jun 2020 19:41:42 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 59e422021afaae36-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=fc71d9403472d42effc02aad37ef6fac8edd5780bbd14e367dd0386bd4c1d94e:1de7e3b1-a10b-11ea-aacb-83f9cb252b93; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 032273954f0000ae36b8158200000001 Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" x-application-context: content: text/plain: schema: type: string contentMediaType: text/plain example: application:production:8080 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1498' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1591299746' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: type: array items: type: string description: '' examples: - - FINANCIAL_RESULTS - FUNDING - GENERAL_NEWS - GENERAL_PRESS_RELEASE - MERGER_OR_ACQUISTION - PERSON - PRODUCT contentMediaType: application/json;charset=utf-8 example: - FINANCIAL_RESULTS - FUNDING - GENERAL_NEWS - GENERAL_PRESS_RELEASE - MERGER_OR_ACQUISTION - PERSON - PRODUCT deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/employee-category-band: get: tags: - Lookup summary: Zoominfo Employee Category Band description: Retrieve Employee Category Band values operationId: EmployeeCategoryBand parameters: [] responses: '200': description: '' headers: {} deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/revenue-category-band: get: tags: - Lookup summary: Zoominfo Revenue Category Band description: Retrieve Revenue Category Band values operationId: RevenueCategoryBand parameters: [] responses: '200': description: '' headers: {} deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/years-of-experience: get: tags: - Lookup summary: Zoominfo Years of Experience description: Retrieve accepted Years Of Experience ranges. operationId: YearsOfExperience parameters: [] responses: '200': description: '' headers: {} deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/hierarchy-code: get: tags: - Lookup summary: Zoominfo Hierarchy Code description: Retrieve Company Hierarchy Code values operationId: HierarchyCode parameters: [] responses: '200': description: '' headers: {} deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/buyinggroups: get: tags: - Lookup summary: Zoominfo Buying Groups description: Retrieve buying group information operationId: BuyingGroups parameters: [] responses: '200': description: '' headers: {} deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/usage: get: tags: - Usage summary: Zoominfo Usage description: Retrieve current usage status using this endpoint. operationId: Usage parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Thu, 05 Nov 2020 16:34:11 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 5ed7fb150b15ebec-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: W/"348-2nkTF5a9CQ8hE+FA2QLqooXzL6I" Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=e7db1952c3c428b300d7ae68283c6a1587e2640221c25672d39a1ecc58fe7f4d:3f7c2db0-1eec-11eb-bdb4-093d0d48e40a; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 063adb41230000ebec153bb000000001 Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1604594112' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json; charset=utf-8: schema: allOf: - $ref: '#/components/schemas/Usage' - examples: - usage: - limitType: requestLimit description: The maximum number of requests you can make limit: 1000000000 currentUsage: 89299 usageRemaining: 999910701 - limitType: recordLimit description: The maximum number of records you can retrieve limit: 1000000000 currentUsage: 46650 usageRemaining: 999953350 - limitType: uniqueIdLimit description: The maximum number of person or company records you can redeem limit: 10000000 currentUsage: 1110 usageRemaining: 9998890 - limitType: webSightsApiRequestLimit description: The maximum number of WebSights requests you can make limit: 100000010 currentUsage: 757 usageRemaining: 99999253 - limitType: webSightsApiRecordLimit description: The max number of WebSights records you can retrieve limit: 10000000 currentUsage: 763 usageRemaining: 9999237 contentMediaType: application/json; charset=utf-8 example: usage: - limitType: requestLimit description: The maximum number of requests you can make limit: 1000000000 currentUsage: 89299 usageRemaining: 999910701 - limitType: recordLimit description: The maximum number of records you can retrieve limit: 1000000000 currentUsage: 46650 usageRemaining: 999953350 - limitType: uniqueIdLimit description: The maximum number of person or company records you can redeem limit: 10000000 currentUsage: 1110 usageRemaining: 9998890 - limitType: webSightsApiRequestLimit description: The maximum number of WebSights requests you can make limit: 100000010 currentUsage: 757 usageRemaining: 99999253 - limitType: webSightsApiRecordLimit description: The max number of WebSights records you can retrieve limit: 10000000 currentUsage: 763 usageRemaining: 9999237 deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /webhooks: post: tags: - Monitoring API/Webhooks summary: Zoominfo Create Webhook description: "Use this endpoint to create a webhook.\n\n**About enabling a webhook**\n\nWhen creating a webhook, we recommend initially setting the `enabled` parameter to `false` so that you can ensure that:\n\n- Your target URL is accessible using the [Validate Target URL](#5fabb9e4-aff2-4651-8404-8b061675eda0) endpoint.\n- You've established a validation method in your app for the webhook verification token that will be generated with this request.\n \n\nOnce you've completed these tasks, you can activate the webhook using the [Update Webhook](#c853f6cd-10e7-4103-9896-19827c4c5a8a) endpoint, updating the webhook's `enabled` status to `true`.\n\n**Input params**\n\n| Parameter | DataType | Description |\n| --- | --- | --- |\n| title | String | Title for the webhook |\n| enabled | Boolean | Determines whether the webhook is initially enabled or disabled. |\n| targetUrl | String | Destination URL for the webhook data. Must be in `https://` format. |\n| subscriptions | ArrayList | Specify the `eventType` and `objectType` for the webhook. Also specify the `fullPayload` value (`true` for full payload, `false` for only changed attributes.)|\n\n**Output fields**\n\n| Field | Description |\n| --- | --- |\n| id | Unique ZoomInfo identifier for the webhook |\n| title | Title for the webhook |\n| enabled | Displays whether the webhook is enabled or disabled |\n| targetUrl | Destination URL for the webhook data |\n| createdDate | Timestamp for when the webhook was created |\n| verificationToken | Verification token generated when the webhook was created |\n| subscriptions | List of subscriptions. Each subscription includes the `createdDate`, `modifiedDate`, `eventType`, `objectType` and a unique `subscriptionId`. |" operationId: CreateWebhook parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/CreateWebhookRequest' - examples: - title: My Webhook enabled: false targetUrl: https://www.mytargeturl10.com subscriptions: - eventType: Update objectType: Contact fullPayload: true - eventType: Update objectType: Company fullPayload: false contentMediaType: application/json example: title: My Webhook enabled: false targetUrl: https://www.mytargeturl10.com subscriptions: - eventType: Update objectType: Contact fullPayload: true - eventType: Update objectType: Company fullPayload: false required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 15 Feb 2021 16:56:12 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 62208f917f35ff88-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=de7f2c49c8a1c78d0ba90202e5973e066dcb8c585c864a25d73775cc92fed399:3951e581-6f99-11eb-8e62-819a45506ba9; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 0848380ee70000ff882da87000000001 Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1613408232' X-Request-Id: content: text/plain: schema: type: string contentMediaType: text/plain example: 2f96e800-d1c8-4e4f-bde8-14319b66499b X-Usage-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999904432' X-Usage-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999891661' X-Usage-Unique-Id-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Unique-Id-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9993089' X-Usage-Websights-Api-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Websights-Api-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9998876' X-Usage-Websights-Api-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '100000010' X-Usage-Websights-Api-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '99998892' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: allOf: - $ref: '#/components/schemas/Createawebhook-multipleobjecttypes' - examples: - id: '967763288' title: My Webhook enabled: false targetUrl: https://www.mytargeturl6.com createdDate: 02-15-2021T11:56:11.000Z verificationToken: i7MOAD4/44zzgsru6toJyiFRJhFqaiYUPwztmd1rWVOsIGbI8eY7FFtw5UQqIWlzkM6VFOCk1Q+T/BhPSzeggA== subscriptions: - createdDate: 02-15-2021T11:56:11.000Z modifiedDate: 02-15-2021T11:56:11.000Z eventType: Update objectType: Contact fullPayload: false subscriptionId: '908986303' - createdDate: 02-15-2021T11:56:11.000Z modifiedDate: 02-15-2021T11:56:11.000Z eventType: Update objectType: Company fullPayload: true subscriptionId: '979209107' contentMediaType: application/json;charset=utf-8 example: id: '967763288' title: My Webhook enabled: false targetUrl: https://www.mytargeturl6.com createdDate: 02-15-2021T11:56:11.000Z verificationToken: i7MOAD4/44zzgsru6toJyiFRJhFqaiYUPwztmd1rWVOsIGbI8eY7FFtw5UQqIWlzkM6VFOCk1Q+T/BhPSzeggA== subscriptions: - createdDate: 02-15-2021T11:56:11.000Z modifiedDate: 02-15-2021T11:56:11.000Z eventType: Update objectType: Contact fullPayload: false subscriptionId: '908986303' - createdDate: 02-15-2021T11:56:11.000Z modifiedDate: 02-15-2021T11:56:11.000Z eventType: Update objectType: Company fullPayload: true subscriptionId: '979209107' deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK get: tags: - Monitoring API/Webhooks summary: Zoominfo Get Webhooks description: 'Use this endpoint to get a list of webhooks. To get a specific webhook, append the webhook `id` to the request URL. For example: `https://api.zoominfo.com/webhooks/213786430` See the examples for the response format.' operationId: GetWebhooks parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 12 Feb 2021 19:41:45 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 6208c9f6aaba3b8d-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=0849f0b610ff6f4bb7315f6c8b69bec9a147a41c560ccbed1ec0260895ae0813:34718280-6c80-11eb-9f90-73ec8864d63a; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 08395c8e2600003b8db8b84000000001 Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1613158966' X-Request-Id: content: text/plain: schema: type: string contentMediaType: text/plain example: 2d17a4f5-e916-4628-b7a1-30a14c849b04 X-Usage-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999905712' X-Usage-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999893068' X-Usage-Unique-Id-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Unique-Id-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9994133' X-Usage-Websights-Api-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Websights-Api-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9998889' X-Usage-Websights-Api-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '100000010' X-Usage-Websights-Api-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '99998905' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: allOf: - $ref: '#/components/schemas/Getallwebhooks' - examples: - webhooks: - id: '271677337' title: Record6 enabled: true targetUrl: https://www.record79.com createdDate: 02-11-2021T12:00:06.000Z subscriptions: - createdDate: 02-11-2021T12:00:06.000Z modifiedDate: 02-11-2021T12:00:06.000Z eventType: Update objectType: Contact fullPayload: false subscriptionId: '975208210' - id: '967686737' title: Your webhook title enabled: true targetUrl: https://mywebhookapp.com/feeds createdDate: 02-12-2021T08:26:05.000Z subscriptions: - createdDate: 02-12-2021T08:26:05.000Z modifiedDate: 02-12-2021T08:26:05.000Z eventType: Update objectType: Company fullPayload: true subscriptionId: '223154011' - id: '849814821' enabled: true targetUrl: https://www.record2.com createdDate: 02-12-2021T14:07:12.000Z subscriptions: - createdDate: 02-12-2021T14:07:12.000Z modifiedDate: 02-12-2021T14:07:12.000Z eventType: Update objectType: Contact subscriptionId: '454498605' - createdDate: 02-12-2021T14:07:12.000Z modifiedDate: 02-12-2021T14:07:12.000Z eventType: Update objectType: Company subscriptionId: '416742895' - id: '570575403' enabled: false targetUrl: https://www.mytargeturl.com createdDate: 02-12-2021T14:09:04.000Z subscriptions: - createdDate: 02-12-2021T14:09:04.000Z modifiedDate: 02-12-2021T14:09:04.000Z eventType: Update objectType: Contact subscriptionId: '879354729' - createdDate: 02-12-2021T14:09:04.000Z modifiedDate: 02-12-2021T14:09:04.000Z eventType: Update objectType: Company subscriptionId: '637113259' - id: '213786430' title: My Webhook enabled: false targetUrl: https://www.mytargeturl2.com createdDate: 02-12-2021T14:12:08.000Z subscriptions: - createdDate: 02-12-2021T14:12:08.000Z modifiedDate: 02-12-2021T14:12:08.000Z eventType: Update objectType: Contact subscriptionId: '393093719' - createdDate: 02-12-2021T14:12:08.000Z modifiedDate: 02-12-2021T14:12:08.000Z eventType: Update objectType: Company subscriptionId: '125773778' contentMediaType: application/json;charset=utf-8 example: webhooks: - id: '271677337' title: Record6 enabled: true targetUrl: https://www.record79.com createdDate: 02-11-2021T12:00:06.000Z subscriptions: - createdDate: 02-11-2021T12:00:06.000Z modifiedDate: 02-11-2021T12:00:06.000Z eventType: Update objectType: Contact fullPayload: false subscriptionId: '975208210' - id: '967686737' title: Your webhook title enabled: true targetUrl: https://mywebhookapp.com/feeds createdDate: 02-12-2021T08:26:05.000Z subscriptions: - createdDate: 02-12-2021T08:26:05.000Z modifiedDate: 02-12-2021T08:26:05.000Z eventType: Update objectType: Company fullPayload: true subscriptionId: '223154011' - id: '849814821' enabled: true targetUrl: https://www.record2.com createdDate: 02-12-2021T14:07:12.000Z subscriptions: - createdDate: 02-12-2021T14:07:12.000Z modifiedDate: 02-12-2021T14:07:12.000Z eventType: Update objectType: Contact subscriptionId: '454498605' - createdDate: 02-12-2021T14:07:12.000Z modifiedDate: 02-12-2021T14:07:12.000Z eventType: Update objectType: Company subscriptionId: '416742895' - id: '570575403' enabled: false targetUrl: https://www.mytargeturl.com createdDate: 02-12-2021T14:09:04.000Z subscriptions: - createdDate: 02-12-2021T14:09:04.000Z modifiedDate: 02-12-2021T14:09:04.000Z eventType: Update objectType: Contact subscriptionId: '879354729' - createdDate: 02-12-2021T14:09:04.000Z modifiedDate: 02-12-2021T14:09:04.000Z eventType: Update objectType: Company subscriptionId: '637113259' - id: '213786430' title: My Webhook enabled: false targetUrl: https://www.mytargeturl2.com createdDate: 02-12-2021T14:12:08.000Z subscriptions: - createdDate: 02-12-2021T14:12:08.000Z modifiedDate: 02-12-2021T14:12:08.000Z eventType: Update objectType: Contact subscriptionId: '393093719' - createdDate: 02-12-2021T14:12:08.000Z modifiedDate: 02-12-2021T14:12:08.000Z eventType: Update objectType: Company subscriptionId: '125773778' deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /webhooks/967763288: put: tags: - Monitoring API/Webhooks summary: Zoominfo Update Webhook description: "Use this endpoint to update an existing webhook, including its enabled status, target URL, and subscription details.\n\nSpecify the webhook by appending the webhook `id` in the request URL. For example:\n\n`https://api.zoominfo.com/webhooks/213786430`\n\nWhen 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.\n\n**Enable a webhook**\n\nAs described in the [Create Webhook](#6cbb2c08-cb50-4b15-9a01-a2d0d3dabaa1) 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.\n\nFor example, send a request specifying the webhook `id` in the URL to change the `enabled` value to `true`:\n\nRequest URL:\n\n`https://api.zoominfo.com/webhooks/{webhook_id}`\n\ \nJSON body:\n\n```\n{\n \"enabled\": true\n}\n\n```\n\n**Update webhook subscription details**\n\nExample: Your webhook has a subscription with the `objectType` set to `Company`, you can change it to `Contact` using the Update Webhook endpoint.\n\nRequest URL:\n\n`https://api.zoominfo.com/webhooks/{webhook_id}`\n\nJSON body:\n\n```\n{\n \"subscriptions\": [\n {\n \"\ subscriptionId\": \"393093719\",\n \"eventType\": \"Update\",\n \"objectType\": \"Contact\"\n }\n ]\n} \n\n```\n\n**Add a new objectType to a subscription**\n\nExample: Your webhook has a subscription that includes only the `Contact` `objectType`. You can add the `Company` `objectType` to the subscription.\n\nRequest URL:\n\n`https://api.zoominfo.com/webhooks/{webhook_id}`\n\ \nJSON body:\n\n```\n{\n \"subscriptions\": [\n {\n \"eventType\": \"Update\",\n \"objectType\": \"Company\"\n }\n ]\n} \n\n```\n\n**Delete a subscription**\n\ \nYou can delete a subscription by simply sending the `subscriptionId` in your request without specifying any subscription parameters.\n\nRequest URL:\n\n`https://api.zoominfo.com/webhooks/{webhook_id}`\n\ \nJSON body:\n\n```\n{\n \"subscriptions\": [\n {\n \"subscriptionId\": \"836880237\"\n }\n ]\n}\n\n```\n\n**Input params**\n\n| Parameter | DataType | Description |\n| --- | --- | --- |\n| title | String | Title for the webhook |\n| enabled | Boolean | Enable or disable the webhook |\n| targetUrl | String | Destination URL for the webhook data. Must be in `https://` format. |\n| subscriptions | ArrayList | Specify the `eventType` and `objectType` for the webhook |\n\n**Output fields**\n\n| Field | Description |\n| --- | --- |\n| id | Unique ZoomInfo identifier for the webhook |\n| title | Title for the webhook |\n| enabled | Displays whether the webhook is enabled or disabled |\n| targetUrl | Destination URL for the webhook data |\n| createdDate | Timestamp for when the webhook was created |\n| verificationToken | Verification token generated when the webhook was created |\n| subscriptions | List of subscriptions. Each subscription includes the `createdDate`, `modifiedDate`, `eventType`, `objectType` and a unique `subscriptionId`. |" operationId: UpdateWebhook parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/UpdateWebhookRequest' - examples: - title: My Webhook New Title enabled: false subscriptions: - subscriptionId: '979209107' objectType: Contact fullPayload: false contentMediaType: application/json example: title: My Webhook New Title enabled: false subscriptions: - subscriptionId: '979209107' objectType: Contact fullPayload: false required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Thu, 18 Feb 2021 14:56:58 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 6238990d3d45ff80-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=45fc1c3046abb6244b0185ea2c816d5d8ad1645f125863de7b0bf5232681e441:6d4be711-712d-11eb-81c9-e7703dba2369; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 08573dfc460000ff80e007f000000001 Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1497' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1613660231' X-Request-Id: content: text/plain: schema: type: string contentMediaType: text/plain example: 746e6b5e-03e1-4f7c-973d-13e6bd26d15a X-Usage-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999901882' X-Usage-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999890929' X-Usage-Unique-Id-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Unique-Id-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9993024' X-Usage-Websights-Api-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Websights-Api-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9998855' X-Usage-Websights-Api-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '100000010' X-Usage-Websights-Api-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '99998871' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: allOf: - $ref: '#/components/schemas/AddanobjectTypetoasubscription' - examples: - id: '370425875' title: Record6 enabled: true targetUrl: http://www.record79.com createdDate: 02-16-2021T13:18:59.000Z subscriptions: - createdDate: 02-16-2021T13:18:59.000Z modifiedDate: 02-16-2021T13:18:59.000Z eventType: Update objectType: Contact fullPayload: false subscriptionId: '144626982' - createdDate: 02-18-2021T09:56:58.000Z modifiedDate: 02-18-2021T09:56:58.000Z eventType: Update objectType: Company fullPayload: false subscriptionId: '416102777' contentMediaType: application/json;charset=utf-8 example: id: '370425875' title: Record6 enabled: true targetUrl: http://www.record79.com createdDate: 02-16-2021T13:18:59.000Z subscriptions: - createdDate: 02-16-2021T13:18:59.000Z modifiedDate: 02-16-2021T13:18:59.000Z eventType: Update objectType: Contact fullPayload: false subscriptionId: '144626982' - createdDate: 02-18-2021T09:56:58.000Z modifiedDate: 02-18-2021T09:56:58.000Z eventType: Update objectType: Company fullPayload: false subscriptionId: '416102777' deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /webhooks/570575403: delete: tags: - Monitoring API/Webhooks summary: Zoominfo Delete Webhook description: 'Use this endpoint to delete a webhook. Specify the webhook by appending the webhook `id` in the request URL. For example: `https://api.zoominfo.com/webhooks/213786430` **Output fields** | Field | Description | |------------------------|------------------------------------------------| | id | Unique ZoomInfo identifier for the webhook | | targetUrl | Destination URL for the webhook data | | createdDate | Timestamp for when the webhook was created | | status | Status for the webhook | subscriptions | List of subscriptions. Each subscription includes the `createdDate`, `modifiedDate`, `eventType`, `objectType` and a unique `subscriptionId`.| ' operationId: DeleteWebhook parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 12 Feb 2021 19:51:00 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 6208d7856fe83b8d-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=0849f0b610ff6f4bb7315f6c8b69bec9a147a41c560ccbed1ec0260895ae0813:34718280-6c80-11eb-9f90-73ec8864d63a; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 083965076300003b8d152ff000000001 Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1613159521' X-Request-Id: content: text/plain: schema: type: string contentMediaType: text/plain example: b0b71cd2-fa6a-4a1c-a2f1-a25a1083af47 X-Usage-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999905712' X-Usage-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999893068' X-Usage-Unique-Id-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Unique-Id-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9994133' X-Usage-Websights-Api-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Websights-Api-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9998889' X-Usage-Websights-Api-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '100000010' X-Usage-Websights-Api-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '99998905' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: allOf: - $ref: '#/components/schemas/DeleteWebhook' - examples: - id: '570575403' targetUrl: https://www.mytargeturl.com createdDate: 02-12-2021T14:09:04.000Z status: deleted subscriptions: - createdDate: 02-12-2021T14:09:04.000Z modifiedDate: 02-12-2021T14:09:04.000Z eventType: Update objectType: Contact fullPayload: false subscriptionId: '879354729' - createdDate: 02-12-2021T14:09:04.000Z modifiedDate: 02-12-2021T14:09:04.000Z eventType: Update objectType: Company fullPayload: true subscriptionId: '637113259' contentMediaType: application/json;charset=utf-8 example: id: '570575403' targetUrl: https://www.mytargeturl.com createdDate: 02-12-2021T14:09:04.000Z status: deleted subscriptions: - createdDate: 02-12-2021T14:09:04.000Z modifiedDate: 02-12-2021T14:09:04.000Z eventType: Update objectType: Contact fullPayload: false subscriptionId: '879354729' - createdDate: 02-12-2021T14:09:04.000Z modifiedDate: 02-12-2021T14:09:04.000Z eventType: Update objectType: Company fullPayload: true subscriptionId: '637113259' deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /webhooks/validate: post: tags: - Monitoring API/Webhooks summary: Zoominfo Validate Target Url description: "Use this endpoint to ensure the target URL for a webhook is accessible and that the JSON payload can be delivered.\n\nThis request:\n\n* Pings the target server to ensure it's responsive\n\ * Posts some JSON body for the specified `objectType` to ensure data can be written to the target app\n \n\n**Input params**\n\n| Parameter | DataType | Description |\n| --- | --- | --- |\n\ | targetUrl | String | Destination URL for the webhook data. Must be in https:// format. |\n| objectType | String | Specify the `objectType` for the webhook |\n\n**Output fields**\n\n| Field | Description |\n| --- | --- |\n| message | Response message from your target URL |\n| success | Indicates success or failure of validation |\n| responseCode | HTTP response code from your target URL |" operationId: ValidateTargetURL parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/ValidateTargetURLRequest' - examples: - targetUrl: https://mytargeturl/feeds/person objectType: Contact fullPayload: true contentMediaType: application/json example: targetUrl: https://mytargeturl/feeds/person objectType: Contact fullPayload: true required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 17 Feb 2021 14:50:36 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 623052552abd3b9f-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=45fc1c3046abb6244b0185ea2c816d5d8ad1645f125863de7b0bf5232681e441:6d4be711-712d-11eb-81c9-e7703dba2369; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 085211c93600003b9f1894a000000001 Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1498' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1613573468' X-Request-Id: content: text/plain: schema: type: string contentMediaType: text/plain example: 7de107ac-2727-4b8b-acb8-3ec6080dc690 X-Usage-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999903614' X-Usage-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999891455' X-Usage-Unique-Id-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Unique-Id-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9993081' X-Usage-Websights-Api-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Websights-Api-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9998864' X-Usage-Websights-Api-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '100000010' X-Usage-Websights-Api-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '99998880' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: allOf: - $ref: '#/components/schemas/ValidateTargetURLisaccessible' - examples: - message: Created success: true responseCode: 201 contentMediaType: application/json;charset=utf-8 example: message: Created success: true responseCode: 201 deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /webhooks/849814821/token: post: tags: - Monitoring API/Webhooks summary: Zoominfo Generate Verification Token description: "Use this endpoint to generate a new verification token for an existing webhook. \n\n**Important**: 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.\n\nSpecify the webhook for which you want the token generated by appending the webhook `id` in the request URL. For example: `https://api.zoominfo.com/webhooks/213786430/token`" operationId: GenerateVerificationToken parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 12 Feb 2021 19:55:10 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 6208dd9e4e793b8d-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=0849f0b610ff6f4bb7315f6c8b69bec9a147a41c560ccbed1ec0260895ae0813:34718280-6c80-11eb-9f90-73ec8864d63a; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 083968d6f100003b8d13a3b000000001 Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1613159771' X-Request-Id: content: text/plain: schema: type: string contentMediaType: text/plain example: 93bfb11d-4c09-4404-b3d7-b14bca5685c2 X-Usage-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999905712' X-Usage-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999893067' X-Usage-Unique-Id-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Unique-Id-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9994133' X-Usage-Websights-Api-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Websights-Api-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9998889' X-Usage-Websights-Api-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '100000010' X-Usage-Websights-Api-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '99998905' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: allOf: - $ref: '#/components/schemas/GenerateVerificationToken' - examples: - verificationToken: z5doGe6rx+1deDHMgUI/j56AN0we8NQD0G2YWR2aEODzCCx7L9BdtVm2zVnYLfYZqvyeVu3EpBkLUewxdRJAug== contentMediaType: application/json;charset=utf-8 example: verificationToken: z5doGe6rx+1deDHMgUI/j56AN0we8NQD0G2YWR2aEODzCCx7L9BdtVm2zVnYLfYZqvyeVu3EpBkLUewxdRJAug== deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /webhooks/subscriptiontypes: get: tags: - Monitoring API/Webhooks summary: Zoominfo Get Subscription Types description: Retrieve accepted subscription types (`objectTypes` and `eventTypes`). operationId: GetSubscriptionTypes parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 15 Feb 2021 21:01:39 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 6221f7216ad53b76-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=de7f2c49c8a1c78d0ba90202e5973e066dcb8c585c864a25d73775cc92fed399:3951e581-6f99-11eb-8e62-819a45506ba9; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 084918c8e200003b7621b44000000001 Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1613422960' X-Request-Id: content: text/plain: schema: type: string contentMediaType: text/plain example: 5a51d294-63b7-4ff2-958e-096df0069016 X-Usage-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999904255' X-Usage-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999891613' X-Usage-Unique-Id-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Unique-Id-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9993087' X-Usage-Websights-Api-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Websights-Api-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9998873' X-Usage-Websights-Api-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '100000010' X-Usage-Websights-Api-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '99998889' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: allOf: - $ref: '#/components/schemas/GetSubscriptionTypes' - examples: - objectTypes: - Contact - Company eventTypes: - Update contentMediaType: application/json;charset=utf-8 example: objectTypes: - Contact - Company eventTypes: - Update deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /bulk/search/contact: post: tags: - Bulk summary: Zoominfo Bulk Contact Search description: "Use Bulk Contact Search to retrieve contacts using valid query parameters. Your request can consist of the following parameters:\n\n| Parameter | Description |\n| --- | --- |\n| jobType | Can be `preview` (default) or `redeem` |\n| query | Can consist of valid input fields from the [Contact Search Inputs](#74630827-dd25-4b6a-bf72-f7cfeffd6c41) endpoint to retrieve the desired results. The following fields are currently not supported with Bulk Search: `sortOrder` and `sortBy`. |\n| outputFields | Required for the `redeem` job type only. Specify the desired output fields to return. See the [Contact Enrich Outputs](#28b47784-3186-4fc4-af91-12e6bc6fb31a) endpoint for the list of output fields you can request. The following fields are currently not supported as an output for Bulk Search: `companyDescriptionList`. |\n\nSee the preview and redeem request examples for syntax.\n\nThe expected output in all cases is a `jobId`. For example:\n\n```\n{\n \"jobId\": \"e97813aa0bcae7a66f2ea9e1b69a0da2057bbfd8\"\ \n}\n\n```\n\nSee the [Bulk Job Status](#1f6246d0-fd13-4f63-b170-dda2fedd8322) and [Bulk Job Results](#5417ba88-096d-448a-b6cd-b930089c678d) endpoints for details on how to use the `jobId` to preview and return results." operationId: BulkContactSearch parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/BulkContactSearchRequest' - examples: - jobType: preview query: firstName: Mike companyName: Zoominfo contentMediaType: application/json example: jobType: preview query: firstName: Mike companyName: Zoominfo required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Thu, 03 Feb 2022 15:06:32 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive X-Request-Id: content: text/plain: schema: type: string contentMediaType: text/plain example: cc6740f3-1001-4506-bcd6-8bc8421802a9 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1643900850' vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding x-usage-request-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' x-usage-request-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999999164' x-usage-record-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' x-usage-record-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999996399' x-usage-websights-api-request-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '100000010' x-usage-websights-api-request-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '99999278' x-usage-websights-api-record-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' x-usage-websights-api-record-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9999268' x-usage-unique-id-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '40000' x-usage-unique-id-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '20385' content-encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare CF-RAY: content: text/plain: schema: type: string contentMediaType: text/plain example: 6d7c903dab928c7e-EWR Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding X-Usage-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '-1' X-Usage-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '0' X-Usage-Websights-Api-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '0' X-Usage-Websights-Api-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '0' X-Usage-Unique-Id-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '0' Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Alt-Svc: content: text/plain: schema: type: string contentMediaType: text/plain example: 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" content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/BulkContactSearch-Preview' - examples: - jobId: d1cecb828a0f2a13ffbc1f97faa06af31945ef89 contentMediaType: application/json;charset=UTF-8 example: jobId: d1cecb828a0f2a13ffbc1f97faa06af31945ef89 deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /bulk/search/company: post: tags: - Bulk summary: Zoominfo Bulk Company Search description: "Use Bulk Company Search to retrieve companies using valid query parameters. Your request can consist of the following parameters:\n\n| Parameter | Description |\n| --- | --- |\n| jobType | Can be `preview` (default) or `redeem` |\n| query | Can consist of valid input fields from the [Company Search Inputs](#ffd4ccc6-09d1-4026-8c4f-863d02fd703e) endpoint to retrieve the desired results. The following fields are currently not supported with Bulk Search: `sortOrder` and `sortBy`. |\n| outputFields | Required for the `redeem` job type only. Specify the desired output fields to return. The following fields are currently not supported as an output for Bulk Search: `descriptionList`. |\n\nSee the [Company Enrich Outputs](#d05239c3-2597-45f8-9384-f2dbd3518cfc) endpoint for the list of output fields you can request. |\n\nSee the preview and redeem request examples for syntax.\n\nThe expected output in all cases is a `jobId`. For example:\n\n```\n{\n \"jobId\": \"e97813aa0bcae7a66f2ea9e1b69a0da2057bbfd8\"\ \n}\n\n```\n\nSee the [Bulk Job Status](#1f6246d0-fd13-4f63-b170-dda2fedd8322) and [Bulk Job Results](#5417ba88-096d-448a-b6cd-b930089c678d) endpoints for details on how to use the `jobId` to preview and return results." operationId: BulkCompanySearch parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/BulkCompanySearchRequest' - examples: - jobType: preview query: address: '01775' outputFields: - id contentMediaType: application/json example: jobType: preview query: address: '01775' outputFields: - id required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Tue, 08 Feb 2022 14:33:33 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive X-Request-Id: content: text/plain: schema: type: string contentMediaType: text/plain example: f58641cc-e8fa-4454-bf11-e2bccafcd6b5 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1644330874' vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding x-usage-request-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' x-usage-request-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999999168' x-usage-record-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' x-usage-record-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999997352' x-usage-websights-api-request-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '100000010' x-usage-websights-api-request-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '99999259' x-usage-websights-api-record-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' x-usage-websights-api-record-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9999249' x-usage-unique-id-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '540003' x-usage-unique-id-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '0' content-encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare CF-RAY: content: text/plain: schema: type: string contentMediaType: text/plain example: 6da592dd38b18c51-EWR content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/BulkCompanySearch-Preview' - examples: - jobId: fa2b51864e1b29a7dceecd149402d6c3441ba34b contentMediaType: application/json;charset=UTF-8 example: jobId: fa2b51864e1b29a7dceecd149402d6c3441ba34b deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /bulk/enrich/contact: post: tags: - Bulk summary: Zoominfo Bulk Contact Enrich description: "With Bulk Contact Enrich you can:\n\n* Enrich up to 10K records in a single job\n* Retrieve up to 500 results per page\n \n\nUse this endpoint to enrich contact information based on [input values](#dbaf31cd-0f7a-4bf3-b6c1-077f3c31f2df) and return the desired [output fields](#28b47784-3186-4fc4-af91-12e6bc6fb31a) in the response.\n\n**Note**: All output fields in the [Contact Enrich](#2b23b5a2-4074-419e-b01f-e63a6f5af77b) endpoint are supported, with the exception of `companyDescriptionList`.\n\nWhen you submit an enrich request, an asynchronous job is started, and a `job_id` is instantly returned. For example:\n\n```\n{\n \"jobId\": \"e97813aa0bcae7a66f2ea9e1b69a0da2057bbfd8\"\n}\n\n```\n\nYou can use the `job_id` to check the status of the job and enrich results.\n\nSee the [Bulk Job Status](#1f6246d0-fd13-4f63-b170-dda2fedd8322) and [Bulk Job Results](#5417ba88-096d-448a-b6cd-b930089c678d) endpoints for details on how to use the `jobId` to preview and return results." operationId: BulkContactEnrich parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/BulkContactEnrichRequest' - examples: - matchPersonInput: - personId: '-1021613465' - personId: '1850882609' - personId: '1085252979' - personId: '1340258275' - personId: '1211397553' - personId: '7076615179' - personId: '10456376' - personId: '7057643986' - personId: '3068831069' - personId: '1237124890' - personId: '-1268761639' - personId: '1298772762' - personId: '-2137560815' - personId: '1122625695' - personId: '2560362' - personId: '295038088' - personId: '249554924' - personId: '4086996027' - personId: '128559379' - personId: '78327053' outputFields: - id - firstName - middleName - lastName - email - phone - directPhoneDoNotCall - street - city - region - metroArea - zipCode - state - country - continent - personHasMoved - withinEu - withinCalifornia - withinCanada - lastUpdatedDate - validDate - noticeProvidedDate - salutation - suffix - jobTitle - jobFunction - companyDivision - education - hashedEmails - picture - mobilePhoneDoNotCall - externalUrls - companyId - companyName - companyPhone - companyFax - companyStreet - companyCity - companyState - companyZipCode - companyCountry - companyContinent - companyLogo - companySicCodes - companyNaicsCodes - contactAccuracyScore - companyWebsite - companyRevenue - companyRevenueNumeric - companyEmployeeCount - companyType - companyTicker - companyRanking - isDefunct - companySocialMediaUrls - companyPrimaryIndustry - companyIndustries - companyRevenueRange - companyEmployeeRange - employmentHistory - managementLevel - locationCompanyId contentMediaType: application/json example: matchPersonInput: - personId: '-1021613465' - personId: '1850882609' - personId: '1085252979' - personId: '1340258275' - personId: '1211397553' - personId: '7076615179' - personId: '10456376' - personId: '7057643986' - personId: '3068831069' - personId: '1237124890' - personId: '-1268761639' - personId: '1298772762' - personId: '-2137560815' - personId: '1122625695' - personId: '2560362' - personId: '295038088' - personId: '249554924' - personId: '4086996027' - personId: '128559379' - personId: '78327053' outputFields: - id - firstName - middleName - lastName - email - phone - directPhoneDoNotCall - street - city - region - metroArea - zipCode - state - country - continent - personHasMoved - withinEu - withinCalifornia - withinCanada - lastUpdatedDate - validDate - noticeProvidedDate - salutation - suffix - jobTitle - jobFunction - companyDivision - education - hashedEmails - picture - mobilePhoneDoNotCall - externalUrls - companyId - companyName - companyPhone - companyFax - companyStreet - companyCity - companyState - companyZipCode - companyCountry - companyContinent - companyLogo - companySicCodes - companyNaicsCodes - contactAccuracyScore - companyWebsite - companyRevenue - companyRevenueNumeric - companyEmployeeCount - companyType - companyTicker - companyRanking - isDefunct - companySocialMediaUrls - companyPrimaryIndustry - companyIndustries - companyRevenueRange - companyEmployeeRange - employmentHistory - managementLevel - locationCompanyId required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Thu, 12 May 2022 18:34:49 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive X-Request-Id: content: text/plain: schema: type: string contentMediaType: text/plain example: cbb60584-6e2f-4bdb-89ba-83b2f3674a44 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1652380550' vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding x-usage-request-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' x-usage-request-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999999155' x-usage-record-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' x-usage-record-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999995200' x-usage-websights-api-request-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '100000010' x-usage-websights-api-request-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '99998741' x-usage-websights-api-record-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' x-usage-websights-api-record-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9998738' x-usage-unique-id-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '81000013' x-usage-unique-id-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '90754986' content-encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare CF-RAY: content: text/plain: schema: type: string contentMediaType: text/plain example: 70a540280dcd8ce0-EWR content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/BulkContactEnrich' - examples: - jobId: de5c557935a221c2bc2fa612bf2d8768ade9572c contentMediaType: application/json;charset=UTF-8 example: jobId: de5c557935a221c2bc2fa612bf2d8768ade9572c deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /bulk/enrich/company: post: tags: - Bulk summary: Zoominfo Bulk Company Enrich description: "With Bulk Company Enrich you can:\n\n* Enrich up to 10K records in a single Enrich job\n* Retrieve up to 500 results per page\n \n\nUse this endpoint to enrich company information based on [input values](#7a915792-e8cd-4e3a-9f0e-c19b850be536) and return the desired [output fields](#d05239c3-2597-45f8-9384-f2dbd3518cfc) in the response.\n\n**Note**: All output fields in the [Company Enrich](#5fdf6e5e-f71e-4e1f-9807-0f8296094dcc) endpoint are supported, with the exception of `companyDescriptionList`.\n\nWhen you submit an enrich request, an asynchronous job is started, and a `job_id` is instantly returned. For example:\n\n```\n{\n \"jobId\": \"e97813aa0bcae7a66f2ea9e1b69a0da2057bbfd8\"\n}\n\n```\n\nYou can use the `job_id` to check the status of the job and enrich results.\n\nSee the [Bulk Job Status](#1f6246d0-fd13-4f63-b170-dda2fedd8322) and [Bulk Job Results](#5417ba88-096d-448a-b6cd-b930089c678d) endpoints for details on how to use the `jobId` to preview and return results." operationId: BulkCompanyEnrich parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/BulkCompanyEnrichRequest' - examples: - matchCompanyInput: - companyId: '7783252' - companyId: '30147212' - companyId: '18008595' - companyId: '558366052' - companyId: '239305146' - companyId: '77103155' - companyId: '37051158' - companyId: '29425770' - companyId: '345444435' - companyId: '347451938' - companyId: '20234595' - companyId: '353492965' - companyId: '91406858' - companyId: '559977935' - companyId: '18633856' - companyId: '67459255' - companyId: '130203765' - companyId: '17353843' - companyId: '122634324' - companyId: '106676542' - companyId: '80265858' - companyId: '124404507' - companyId: '28738687' - companyId: '421520839' - companyId: '50498255' - companyId: '34537887' - companyId: '8520039' - companyId: '49187454' - companyId: '94340946' - companyId: '89195983' - companyId: '9240875' outputFields: - id - ticker - name - website - domainList contentMediaType: application/json example: matchCompanyInput: - companyId: '7783252' - companyId: '30147212' - companyId: '18008595' - companyId: '558366052' - companyId: '239305146' - companyId: '77103155' - companyId: '37051158' - companyId: '29425770' - companyId: '345444435' - companyId: '347451938' - companyId: '20234595' - companyId: '353492965' - companyId: '91406858' - companyId: '559977935' - companyId: '18633856' - companyId: '67459255' - companyId: '130203765' - companyId: '17353843' - companyId: '122634324' - companyId: '106676542' - companyId: '80265858' - companyId: '124404507' - companyId: '28738687' - companyId: '421520839' - companyId: '50498255' - companyId: '34537887' - companyId: '8520039' - companyId: '49187454' - companyId: '94340946' - companyId: '89195983' - companyId: '9240875' outputFields: - id - ticker - name - website - domainList required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Thu, 12 May 2022 17:36:29 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive X-Request-Id: content: text/plain: schema: type: string contentMediaType: text/plain example: 404455ac-c2dd-4c37-87e8-1bbd062ab10e X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1652377050' vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding x-usage-request-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' x-usage-request-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999999157' x-usage-record-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' x-usage-record-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999995200' x-usage-websights-api-request-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '100000010' x-usage-websights-api-request-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '99998741' x-usage-websights-api-record-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' x-usage-websights-api-record-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9998738' x-usage-unique-id-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '81000013' x-usage-unique-id-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '90756981' content-encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare CF-RAY: content: text/plain: schema: type: string contentMediaType: text/plain example: 70a4eab64e34335c-EWR content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/BulkCompanyEnrich' - examples: - jobId: add665cc35af4dcbbbe0b4c2d472dfcab15b55d7 contentMediaType: application/json;charset=UTF-8 example: jobId: add665cc35af4dcbbbe0b4c2d472dfcab15b55d7 deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /bulk/job/status: post: tags: - Bulk summary: Zoominfo Bulk Job Status description: "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.\n\n``` {\n{\n \"jobId\": \"484424dd9a04adccca98a17f19747435ef6c8705\"\ \n}\n\n```\n\n**Input params**\n\n| Parameter | DataType | Description |\n| --- | --- | --- |\n| jobId | String | Job ID generated by running Bulk Contact Search or Bulk Company Search |\n\n**Response data**\n\n| Field | Description |\n| --- | --- |\n| status | Status can be `Queued`, `In_Progress`, `Completed` and `Failed`. |\n| jobType | Job type can be `preview` or `redeem`. |\n| entityType | Entity type can be `company` or `contact`. |\n| totalRecords | Total number of records returned |\n| totalPages | Total number of pages (`totalRecords` divided by 1000 per page) |\n| successfulPagesCount | Number of pages that were successful |\n| successfulPages | Specific pages that were successful |" operationId: BulkJobStatus parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/BulkJobStatusRequest' - examples: - jobId: 0675ee17f800db0333f7541859d7d1db67fd7037 contentMediaType: application/json example: jobId: 0675ee17f800db0333f7541859d7d1db67fd7037 required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Thu, 03 Feb 2022 15:11:41 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive X-Request-Id: content: text/plain: schema: type: string contentMediaType: text/plain example: 8542d0aa-f2f3-4c7d-9963-7aa366fa89af X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1497' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1643901110' vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding content-encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare CF-RAY: content: text/plain: schema: type: string contentMediaType: text/plain example: 6d7c97bdbb378c7e-EWR content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/BulkJobStatus' - examples: - status: IN_PROGRESS jobType: redeem entityType: COMPANY totalRecords: 7655 totalPages: 8 successfulPagesCount: 3 successfulPages: - 1 - 2 - 8 contentMediaType: application/json;charset=UTF-8 example: status: IN_PROGRESS jobType: redeem entityType: COMPANY totalRecords: 7655 totalPages: 8 successfulPagesCount: 3 successfulPages: - 1 - 2 - 8 deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /bulk/job/results: post: tags: - Bulk summary: Zoominfo Bulk Job Results description: "Use the Bulk Job Results endpoint with the jobId as input to return job results of the matching records for the specified page.\n\n**Note:** Please ensure that the page number is successfully processed and ready to get results.\n\n```\n{\n \"jobId\": \"484424dd9a04adccca98a17f19747435ef6c8705\",\n \"page\": 1\n}\n\n```\n\n**Input params**\n\n| Parameter | DataType | Description |\n\ | --- | --- | --- |\n| jobId | String | Job ID generated by running Bulk Contact Search or Bulk Company Search |\n| page | Integer | Provides the results for the given page, used in conjunction with `rpp` |\n\n**Response data**\n\n| Field | Description |\n| --- | --- |\n| jobType | Type of job. Can be `preview` or `redeem`. |\n| entityType | Type of entity. Can be `company` or `contact`. |\n| totalRecords | Total number of records returned |\n| currentPage | Current page number |\n| currentResults | Number of results for the current page |\n| result | Results for the requested output fields |" operationId: BulkJobResults parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/BulkJobResultsRequest' - examples: - jobId: 0675ee17f800db0333f7541859d7d1db67fd7037 page: 5 contentMediaType: application/json example: jobId: 0675ee17f800db0333f7541859d7d1db67fd7037 page: 5 required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Thu, 03 Feb 2022 15:13:01 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive X-Request-Id: content: text/plain: schema: type: string contentMediaType: text/plain example: 40047dc3-c02f-4f1a-a4d9-4e5983c39f70 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1498' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1643901221' vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding x-usage-request-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' x-usage-request-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999999157' x-usage-record-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' x-usage-record-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999993399' x-usage-websights-api-request-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '100000010' x-usage-websights-api-request-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '99999278' x-usage-websights-api-record-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' x-usage-websights-api-record-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9999268' x-usage-unique-id-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '40000' x-usage-unique-id-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '20235' content-encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare CF-RAY: content: text/plain: schema: type: string contentMediaType: text/plain example: 6d7c99cdcec88c7e-EWR content: application/json;charset=UTF-8: schema: type: string examples: - "{\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." contentMediaType: application/json;charset=UTF-8 example: "{\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." deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /enrich/ip: post: tags: - WebSights API summary: Zoominfo Ip Enrich description: 'Use this endpoint to match IP addresses based on [input values](#12a5c22b-cba1-4b40-a8c6-45f564cf0c2a) and return the desired [output fields](#ca8c2c2f-c731-4310-ae0d-dfba2fb756d7) in the response. You can specify the output fields you want returned using the `outputFields` section in your request JSON (see the endpoint examples for syntax). If you do not specify output fields, all possible fields will be returned. **Input params** | Parameter | DataType | Description | | --- | --- | --- | | ipAddress | String | IP address to match (supports both IPv4 & IPv6) | **Response data** | Field | Description | | --- | --- | | id | Unique ZoomInfo identifier for the company | | name | Company name | | street | Street of the company''s primary address | | city | City of the company''s primary address | | state | State or province of the company''s primary address | | zipCode | Zip Code or Postal Code of the company''s primary address | | country | Country of the company''s primary address | | ticker | Company public stock exchange ticker | | website | Company website URL | | employeeCount | Approximate number of people employed by the company | | revenue | Approximate yearly revenue for the company in 1000''s. For example, a 100M company is expressed as 100000. | | industries | The industry grouping for the company. A company can have multiple industries. | | confidenceScore | 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. |' operationId: IPEnrich parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/IPEnrichRequest' - examples: - ipAddress: 207.106.190.66 contentMediaType: application/json example: ipAddress: 207.106.190.66 required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 10 Apr 2020 15:11:18 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 581d664acb62ff94-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=e99a9e88d667ee71ae1f3e0f9ba320ee974606d04b502a1adab610e4b0998574:db2236f1-751f-11ea-8eb7-fd4ff856811c; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" x-application-context: content: text/plain: schema: type: string contentMediaType: text/plain example: application:production:8080 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1586531539' X-Usage-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '100050000' X-Usage-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '99801314' X-Usage-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '100500000' X-Usage-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '100243632' X-Usage-Unique-Id-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000' X-Usage-Unique-Id-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999955' X-Usage-Websights-Api-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '3000001' X-Usage-Websights-Api-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '2999987' X-Usage-Websights-Api-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '30000010' X-Usage-Websights-Api-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '29999996' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare X-Request-Id: content: text/plain: schema: type: string contentMediaType: text/plain example: c92b28a6-bd65-474c-b0c0-349c9d3f3b18 vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding x-usage-request-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' x-usage-request-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999999208' x-usage-record-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' x-usage-record-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999996203' x-usage-websights-api-request-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '100000010' x-usage-websights-api-request-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '99999536' x-usage-websights-api-record-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' x-usage-websights-api-record-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9999526' x-usage-unique-id-limit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' x-usage-unique-id-limit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9999971' content-encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip CF-RAY: content: text/plain: schema: type: string contentMediaType: text/plain example: 6afa25eda9500cb5-EWR content: application/json;charset=utf-8: schema: allOf: - $ref: '#/components/schemas/IPbelongstoISP' - examples: - success: true data: outputFields: - - city - country - employeeCount - id - industries - name - revenue - state - street - ticker - website - zipCode result: - input: - 73.142.173.46 data: geoLocation: location_long: -71.06616 location_lat: 42.45843 country_code: US province: Massachusetts ispInfo: domain: comcast.com ip_hi_string: 73.143.255.255 ip_lo_string: 73.142.0.0 name: Comcast Cable Communications, Inc. type: isp contentMediaType: application/json;charset=utf-8 example: success: true data: outputFields: - - city - country - employeeCount - id - industries - name - revenue - state - street - ticker - website - zipCode result: - input: - 73.142.173.46 data: geoLocation: location_long: -71.06616 location_lat: 42.45843 country_code: US province: Massachusetts ispInfo: domain: comcast.com ip_hi_string: 73.143.255.255 ip_lo_string: 73.142.0.0 name: Comcast Cable Communications, Inc. type: isp application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/IPbelongstoacompany' - examples: - success: true data: outputFields: - - city - country - employeeCount - id - industries - name - revenue - state - street - ticker - website - zipCode result: - input: - 207.106.190.66 data: company: city: Vancouver country: United States employeeCount: 1800 id: 344589814 industries: - Software - Data Collection & Internet Portals - Media & Internet name: ZoomInfo revenue: 476200 state: Washington street: 805 Broadway St Suite 900 ticker: 'NASDAQ: ZI' website: www.zoominfo.com zipCode: '98660' geoLocation: location_long: -118.13118 location_lat: 34.18973 country_code: US province: California contentMediaType: application/json;charset=UTF-8 example: success: true data: outputFields: - - city - country - employeeCount - id - industries - name - revenue - state - street - ticker - website - zipCode result: - input: - 207.106.190.66 data: company: city: Vancouver country: United States employeeCount: 1800 id: 344589814 industries: - Software - Data Collection & Internet Portals - Media & Internet name: ZoomInfo revenue: 476200 state: Washington street: 805 Broadway St Suite 900 ticker: 'NASDAQ: ZI' website: www.zoominfo.com zipCode: '98660' geoLocation: location_long: -118.13118 location_lat: 34.18973 country_code: US province: California deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/inputfields/ip/enrich: get: tags: - WebSights API summary: Zoominfo Ip Enrich Inputs description: Returns a list of fields you can use as input for the [IP Enrich](#4421b337-3380-4bb0-8a0d-dbf8bac8a704) endpoint. operationId: IPEnrichInputs parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 22 Jan 2020 20:19:07 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 55943890da95ebec-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=dc7435039f4c5280195b59ec461e6abed3a56a2451feb3b81654a031685469ba:646e0a80-3d51-11ea-9298-b7d007b5c092; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" x-application-context: content: text/plain: schema: type: string contentMediaType: text/plain example: application:production:8080 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '750' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '749' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1579724408' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: type: array items: $ref: '#/components/schemas/GetIPEnrichInput' description: '' examples: - - fieldName: ipAddress fieldType: String description: The ipAddress you are searching for contentMediaType: application/json;charset=utf-8 example: - fieldName: ipAddress fieldType: String description: The ipAddress you are searching for deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/outputfields/ip/enrich: get: tags: - WebSights API summary: Zoominfo Ip Enrich Outputs description: Returns a list of fields you can use as input for the [IP Enrich](#4421b337-3380-4bb0-8a0d-dbf8bac8a704) endpoint. operationId: IPEnrichOutputs parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 15 Sep 2023 18:25:07 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Origin,Access-Control-Request-Method,Access-Control-Request-Headers,Accept-Encoding content-encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip x-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: hRFF6aDnTlLV1ziplqb4TsAwI5iWTVEmqurM x-ratelimit-limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '33' x-ratelimit-remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '32' x-envoy-upstream-service-time: content: text/plain: schema: type: string contentMediaType: text/plain example: '38' x-envoy-decorator-operation: content: text/plain: schema: type: string contentMediaType: text/plain example: apps-gateway-active.main.svc.cluster.local:8080/* Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google Alt-Svc: content: text/plain: schema: type: string contentMediaType: text/plain example: h3=":443"; ma=86400 CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare CF-RAY: content: text/plain: schema: type: string contentMediaType: text/plain example: 8072e915ca714cf6-BOS content: application/json;charset=UTF-8: schema: type: array items: $ref: '#/components/schemas/IPEnrichOutput' description: '' examples: - - fieldName: id description: Unique ZoomInfo identifier for a company - fieldName: ticker description: Company public stock exchange ticker - fieldName: name description: Company name - fieldName: website description: Company website URL - fieldName: revenue description: Approximate yearly revenue for the company in 1000's. For example, a 100M company is expressed as 100000. - fieldName: employeeCount description: Approximate number of people employed by the company - fieldName: street description: Street of the company's primary address - fieldName: city description: City of the company's primary address - fieldName: state description: State or province of the company's primary address - fieldName: zipCode description: Zip Code or Postal Code of the company's primary address - fieldName: country description: Country of the company's primary address - fieldName: industries description: The industry grouping for the company. A company can have multiple industries. - fieldName: confidenceScore 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. contentMediaType: application/json;charset=UTF-8 example: - fieldName: id description: Unique ZoomInfo identifier for a company - fieldName: ticker description: Company public stock exchange ticker - fieldName: name description: Company name - fieldName: website description: Company website URL - fieldName: revenue description: Approximate yearly revenue for the company in 1000's. For example, a 100M company is expressed as 100000. - fieldName: employeeCount description: Approximate number of people employed by the company - fieldName: street description: Street of the company's primary address - fieldName: city description: City of the company's primary address - fieldName: state description: State or province of the company's primary address - fieldName: zipCode description: Zip Code or Postal Code of the company's primary address - fieldName: country description: Country of the company's primary address - fieldName: industries description: The industry grouping for the company. A company can have multiple industries. - fieldName: confidenceScore 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. deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /compliance: post: tags: - Compliance API summary: Zoominfo Compliance description: 'Returns a list of compliance-related details from ZoomInfo''s data which meet the specified search criteria. **Input params** | Parameter | DataType | Description | | --- | --- | --- | | companyId | Long integer | Unique ZoomInfo identifier for the company | | companyName | String | Name of the company for for which the contact works, or has worked | | personFullName | String | Contact full name | | personFirstName | String | Contact first name | | personLastName | String | Contact last name | | personEmailAddress | String | Work email address for the contact in [example@example.com](mailto:example@example.com) format | | personPhone | String | Contact direct or mobile phone number | | personState | String | 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 **State** lookup endpoint. | | personCountry | String | Country for the company''s primary address. You can use free text or see the **Country** lookup endpoint for values. | | personZipCode | String | Zip Code or Postal Code | **Output fields** | Field | Description | | --- | --- | | id | Unique ZoomInfo identifier for the contact | | firstName | Contact first name | | lastName | Contact last name | | title | Contact title | | companyName | Company name | | employmentHistory | Contact employment history | | emailAddresses | List of primary email addresses for the contact | | pastEmailAddresses | List of past email addresses for the contact | | withinEu | Indicates whether the contact''s work address is in Europe | | hasCanadianEmail | Indicates whether the contact''s email address is associated with a Canada domain | | withinCalifornia | Indicates whether the contact''s work address is in California | | withinCanada | Indicates whether the contact''s work address is in Canada | | noticeProvidedDate | Date on which the contact was notified of inclusion in ZoomInfo''s database | | hasMoved | Indicates ZoomInfo recognizes the contact does not match ZoomInfo''s current company but does match known employment history | | looksLikeEu | Indicates whether the contact''s work address appears to be in Europe | | looksLikeCalifornia | Indicates whether the contact''s work address appears to be in California | | looksLikeCanada | Indicates whether the contact''s work address appears to be in Canada |' operationId: Compliance parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/ComplianceRequest' - examples: - matchPersonInput: - companyName: ZoomInfo personFirstName: Henry personLastName: Schuck - personEmailAddress: john.doherty@zoominfo.com contentMediaType: application/json example: matchPersonInput: - companyName: ZoomInfo personFirstName: Henry personLastName: Schuck - personEmailAddress: john.doherty@zoominfo.com required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 29 Apr 2020 14:07:06 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 58b99651f950ff88-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=5388d0855eb91b72ba1639994759a291802c09115c95da4fd2b63cd11d3b0fee:65308c81-8334-11ea-bebd-2f3883040f62; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" x-application-context: content: text/plain: schema: type: string contentMediaType: text/plain example: application:production:8080 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1588169285' X-Usage-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999999126' X-Usage-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1000000000' X-Usage-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '999970951' X-Usage-Unique-Id-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Unique-Id-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9999975' X-Usage-Websights-Api-Record-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '10000000' X-Usage-Websights-Api-Record-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '9999965' X-Usage-Websights-Api-Request-Limit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '100000000' X-Usage-Websights-Api-Request-Limit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '99999965' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 0267dc473c0000ff88cb299200000001 content: application/json;charset=utf-8: schema: allOf: - $ref: '#/components/schemas/Compliance' - examples: - success: true data: result: - input: companyname: zoominfo personfirstname: henry personlastname: schuck data: - id: 1260398587 firstName: Henry lastName: Schuck title: Founder & Chief Executive Officer employmentHistory: - companyName: ZoomInfo title: Founder & Chief Executive Officer - companyName: iProfile title: Vice President of Data and Marketing emailAddresses: - h.schuck@discoverorg.com - henry@grow.discoverorg.com - schuck.h@discoverorg.com - henry.schuck@discoverorg.com - henry@succeed.discoverorg.com - h.schuck@zoominfo.com - henry.schuck@zoominfo.com - hschuck@discoverorg.com - henry@discoverorg.com - hlschuck@discoverorg.com - hlschuck@email.discoverorg.io pastEmailAddresses: - h.schuck@discoverorg.com - schuck.h@discoverorg.com - henry.schuck@discoverorg.com - hschuck@discoverorg.com - henry@discoverorg.com - hlschuck@discoverorg.com withinEu: false hasCanadianEmail: 'false' withinCalifornia: false withinCanada: false noticeProvidedDate: Notice not required hasMoved: 'No' looksLikeEu: 'No' looksLikeCalifornia: 'No' looksLikeCanada: 'No' company: name: ZoomInfo - input: personemailaddress: john.doherty@zoominfo.com data: - id: 3458235736 firstName: John lastName: Doherty title: Principal Technical Writer employmentHistory: - companyName: ZoomInfo title: Principal Technical Writer emailAddresses: - john.doherty@zoominfo.com pastEmailAddresses: [] withinEu: false hasCanadianEmail: 'false' withinCalifornia: false withinCanada: false noticeProvidedDate: Notice not required hasMoved: Uncertain looksLikeEu: 'No' looksLikeCalifornia: 'No' looksLikeCanada: 'No' company: name: ZoomInfo contentMediaType: application/json;charset=utf-8 example: success: true data: result: - input: companyname: zoominfo personfirstname: henry personlastname: schuck data: - id: 1260398587 firstName: Henry lastName: Schuck title: Founder & Chief Executive Officer employmentHistory: - companyName: ZoomInfo title: Founder & Chief Executive Officer - companyName: iProfile title: Vice President of Data and Marketing emailAddresses: - h.schuck@discoverorg.com - henry@grow.discoverorg.com - schuck.h@discoverorg.com - henry.schuck@discoverorg.com - henry@succeed.discoverorg.com - h.schuck@zoominfo.com - henry.schuck@zoominfo.com - hschuck@discoverorg.com - henry@discoverorg.com - hlschuck@discoverorg.com - hlschuck@email.discoverorg.io pastEmailAddresses: - h.schuck@discoverorg.com - schuck.h@discoverorg.com - henry.schuck@discoverorg.com - hschuck@discoverorg.com - henry@discoverorg.com - hlschuck@discoverorg.com withinEu: false hasCanadianEmail: 'false' withinCalifornia: false withinCanada: false noticeProvidedDate: Notice not required hasMoved: 'No' looksLikeEu: 'No' looksLikeCalifornia: 'No' looksLikeCanada: 'No' company: name: ZoomInfo - input: personemailaddress: john.doherty@zoominfo.com data: - id: 3458235736 firstName: John lastName: Doherty title: Principal Technical Writer employmentHistory: - companyName: ZoomInfo title: Principal Technical Writer emailAddresses: - john.doherty@zoominfo.com pastEmailAddresses: [] withinEu: false hasCanadianEmail: 'false' withinCalifornia: false withinCanada: false noticeProvidedDate: Notice not required hasMoved: Uncertain looksLikeEu: 'No' looksLikeCalifornia: 'No' looksLikeCanada: 'No' company: name: ZoomInfo deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/inputfields/compliance/enrich: get: tags: - Compliance API summary: Zoominfo Compliance Inputs description: Returns a list of fields you can use as input for the [Compliance](#55258fdb-c151-4532-b587-9a20d7169ae1) endpoint. operationId: ComplianceInputs parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Thu, 28 May 2020 18:57:07 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 59aa33145a38ff8c-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=fc71d9403472d42effc02aad37ef6fac8edd5780bbd14e367dd0386bd4c1d94e:1de7e3b1-a10b-11ea-aacb-83f9cb252b93; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 02fe3e40ba0000ff8c5c361200000001 Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" x-application-context: content: text/plain: schema: type: string contentMediaType: text/plain example: application:production:8080 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1590692288' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare content: application/json;charset=utf-8: schema: type: array items: $ref: '#/components/schemas/ComplianceInput' description: '' examples: - - fieldName: companyId fieldType: Long description: Unique ZoomInfo identifier for a company - fieldName: companyName fieldType: String description: Company name - fieldName: personId fieldType: Long description: Unique ZoomInfo identifier for the contact - fieldName: personFullName fieldType: String description: Contact full name - fieldName: personFirstName fieldType: String description: Contact first name - fieldName: personLastName fieldType: String description: Contact last name - fieldName: companyName fieldType: String description: Name of the company for for which the contact works, or has worked - fieldName: personEmailAddress fieldType: String description: Work email address for the contact in example@example.com format - fieldName: personPhone fieldType: String description: Contact direct or mobile phone number - fieldName: personState fieldType: String description: Contact state - fieldName: personCountry fieldType: String description: Contact country - fieldName: personZipCode fieldType: String description: Contact Zip Code contentMediaType: application/json;charset=utf-8 example: - fieldName: companyId fieldType: Long description: Unique ZoomInfo identifier for a company - fieldName: companyName fieldType: String description: Company name - fieldName: personId fieldType: Long description: Unique ZoomInfo identifier for the contact - fieldName: personFullName fieldType: String description: Contact full name - fieldName: personFirstName fieldType: String description: Contact first name - fieldName: personLastName fieldType: String description: Contact last name - fieldName: companyName fieldType: String description: Name of the company for for which the contact works, or has worked - fieldName: personEmailAddress fieldType: String description: Work email address for the contact in example@example.com format - fieldName: personPhone fieldType: String description: Contact direct or mobile phone number - fieldName: personState fieldType: String description: Contact state - fieldName: personCountry fieldType: String description: Contact country - fieldName: personZipCode fieldType: String description: Contact Zip Code deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] /lookup/outputfields/compliance/enrich: get: tags: - Compliance API summary: Zoominfo Compliance Outputs description: Returns a list of fields included in the response for the [Compliance](#55258fdb-c151-4532-b587-9a20d7169ae1) endpoint. operationId: ComplianceOutputs parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 29 Apr 2020 14:20:38 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive CF-Ray: content: text/plain: schema: type: string contentMediaType: text/plain example: 58b9aa35ade5ebf4-BOS Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: _pxhd=5388d0855eb91b72ba1639994759a291802c09115c95da4fd2b63cd11d3b0fee:65308c81-8334-11ea-bebd-2f3883040f62; path=/; Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Via: content: text/plain: schema: type: string contentMediaType: text/plain example: 1.1 google, 1.1 google CF-Cache-Status: content: text/plain: schema: type: string contentMediaType: text/plain example: DYNAMIC Expect-CT: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" x-application-context: content: text/plain: schema: type: string contentMediaType: text/plain example: application:production:8080 X-RateLimit-Limit: content: text/plain: schema: type: string contentMediaType: text/plain example: '1500' X-RateLimit-Remaining: content: text/plain: schema: type: string contentMediaType: text/plain example: '1499' X-RateLimit-Reset: content: text/plain: schema: type: string contentMediaType: text/plain example: '1588170099' Server: content: text/plain: schema: type: string contentMediaType: text/plain example: cloudflare cf-request-id: content: text/plain: schema: type: string contentMediaType: text/plain example: 0267e8b5860000ebf475b2c200000001 content: application/json;charset=utf-8: schema: type: array items: $ref: '#/components/schemas/ComplianceOutput' description: '' examples: - - fieldName: id description: Unique ZoomInfo identifier for the contact - fieldName: firstName description: Contact first name - fieldName: lastName description: Contact last name - fieldName: title description: Contact title - fieldName: companyName description: Company name - fieldName: employmentHistory description: Contact employment history - fieldName: emailAddresses description: List of primary email addresses for the contact - fieldName: pastEmailAddresses description: List of past email addresses for the contact - fieldName: withinEu description: Indicates whether the contact's work address is in Europe - fieldName: hasCanadianEmail description: Indicates whether the contact's email address associated with a Canada domain - fieldName: withinCalifornia description: Indicates whether the contact's work address is in California - fieldName: withinCanada description: Indicates whether the contact's work address is in Canada - fieldName: noticeProvidedDate description: Date on which the contact was notified of inclusion in ZoomInfo's database - fieldName: hasMoved description: Indicates ZoomInfo recognizes the contact does not match ZoomInfo's current company but does match known employment history - fieldName: looksLikeEu description: Indicates whether the contact's work address appears to be in Europe - fieldName: looksLikeCalifornia description: Indicates whether the contact's work address appears to be in California - fieldName: looksLikeCanada description: Indicates whether the contact's work address appears to be in Canada contentMediaType: application/json;charset=utf-8 example: - fieldName: id description: Unique ZoomInfo identifier for the contact - fieldName: firstName description: Contact first name - fieldName: lastName description: Contact last name - fieldName: title description: Contact title - fieldName: companyName description: Company name - fieldName: employmentHistory description: Contact employment history - fieldName: emailAddresses description: List of primary email addresses for the contact - fieldName: pastEmailAddresses description: List of past email addresses for the contact - fieldName: withinEu description: Indicates whether the contact's work address is in Europe - fieldName: hasCanadianEmail description: Indicates whether the contact's email address associated with a Canada domain - fieldName: withinCalifornia description: Indicates whether the contact's work address is in California - fieldName: withinCanada description: Indicates whether the contact's work address is in Canada - fieldName: noticeProvidedDate description: Date on which the contact was notified of inclusion in ZoomInfo's database - fieldName: hasMoved description: Indicates ZoomInfo recognizes the contact does not match ZoomInfo's current company but does match known employment history - fieldName: looksLikeEu description: Indicates whether the contact's work address appears to be in Europe - fieldName: looksLikeCalifornia description: Indicates whether the contact's work address appears to be in California - fieldName: looksLikeCanada description: Indicates whether the contact's work address appears to be in Canada deprecated: false x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: [] components: schemas: AuthenticateRequest: title: AuthenticateRequest required: - username - password type: object properties: username: type: string example: Acme Corporation password: type: string example: password examples: - username: username password: password ContactSearchRequest: title: ContactSearchRequest required: - managementLevel - companyType - zipCode - locationSearchType - zipCodeRadiusMiles - techAttributeTagList - requiredFields type: object properties: managementLevel: type: string example: example_value companyType: type: string example: standard zipCode: type: string example: '94105' locationSearchType: type: string example: standard zipCodeRadiusMiles: type: string example: '94105' techAttributeTagList: type: string example: example_value requiredFields: type: string example: example_value examples: - managementLevel: directors companyType: public zipCode: '19101' locationSearchType: PersonAndHQ zipCodeRadiusMiles: '25' techAttributeTagList: 333.202.* requiredFields: directPhone SearchcontactsbyZipCoderadius: title: SearchcontactsbyZipCoderadius required: - maxResults - totalResults - currentPage - data type: object properties: maxResults: type: integer contentEncoding: int32 example: 100 totalResults: type: integer contentEncoding: int32 example: 100 currentPage: type: integer contentEncoding: int32 example: 1 data: type: array items: $ref: '#/components/schemas/Datum' description: '' example: [] examples: - maxResults: 30579 totalResults: 10 currentPage: 1 data: - id: 1434351821 firstName: Daniel middleName: '' lastName: Herbert validDate: 6/19/2020 1:41 PM lastUpdatedDate: '' jobTitle: Director & Service Owner Information Technology Tools contactAccuracyScore: 96 hasEmail: true hasSupplementalEmail: true hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 9867169 name: AmerisourceBergen - id: 1910983889 firstName: Michael middleName: A. lastName: Manning validDate: 7/2/2020 9:31 AM lastUpdatedDate: '' jobTitle: Director, General Manager contactAccuracyScore: 96 hasEmail: true hasSupplementalEmail: false hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 103153842 name: Triumph Group - id: 1458033004 firstName: Carmela middleName: '' lastName: Burston validDate: 7/8/2020 3:19 AM lastUpdatedDate: '' jobTitle: Senior Director, National retail Partner Sales contactAccuracyScore: 90 hasEmail: true hasSupplementalEmail: true hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 8929846 name: Comcast - id: 1256317471 firstName: Michael middleName: '' lastName: Zedosky validDate: 7/6/2020 2:52 PM lastUpdatedDate: 7/12/2020 1:00 PM jobTitle: Senior Director, Partner Sales contactAccuracyScore: 96 hasEmail: true hasSupplementalEmail: true hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 8929846 name: Comcast - id: 1766622792 firstName: Maureen middleName: '' lastName: O'Connell validDate: 6/23/2020 8:00 PM lastUpdatedDate: 7/6/2020 11:05 PM jobTitle: Northeast Partner Sales Director contactAccuracyScore: 94 hasEmail: true hasSupplementalEmail: true hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 8929846 name: Comcast - id: 1562524332 firstName: Lori middleName: '' lastName: Miller validDate: 7/6/2020 3:00 PM lastUpdatedDate: '' jobTitle: Global HR Business Partner & Director, Supply Chain contactAccuracyScore: 92 hasEmail: true hasSupplementalEmail: false hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 21252521 name: DuPont - id: 1759016284 firstName: Nadine middleName: '' lastName: Durham validDate: 2/6/2020 4:49 AM lastUpdatedDate: 7/10/2020 9:23 AM jobTitle: Service Owner & Director, Enterprise IT Services & Revenue Management contactAccuracyScore: 89 hasEmail: true hasSupplementalEmail: true hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 9867169 name: AmerisourceBergen - id: 4061031 firstName: Michael middleName: '' lastName: McNamara validDate: 6/24/2020 8:00 PM lastUpdatedDate: '' jobTitle: Director, Finance & Corporate Controller contactAccuracyScore: 96 hasEmail: true hasSupplementalEmail: true hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 46302607 name: Marinus Pharmaceuticals - id: 250538259 firstName: Laurie middleName: '' lastName: Wajda validDate: 5/22/2020 11:23 AM lastUpdatedDate: '' jobTitle: Director, Human Resources & HR Business Partner contactAccuracyScore: 91 hasEmail: true hasSupplementalEmail: true hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 19108134 name: Campbell Soup - id: 1811800368 firstName: Rhonda middleName: '' lastName: Kelley validDate: 6/23/2020 12:28 PM lastUpdatedDate: '' jobTitle: Controller & Director, Finance contactAccuracyScore: 96 hasEmail: true hasSupplementalEmail: false hasDirectPhone: true hasMobilePhone: false hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 12240745 name: Church & Dwight Datum: title: Datum required: - id - firstName - middleName - lastName - validDate - lastUpdatedDate - jobTitle - contactAccuracyScore - hasEmail - hasSupplementalEmail - hasDirectPhone - hasMobilePhone - hasCompanyIndustry - hasCompanyPhone - hasCompanyStreet - hasCompanyState - hasCompanyZipCode - hasCompanyCountry - hasCompanyRevenue - hasCompanyEmployeeCount - company type: object properties: id: type: integer contentEncoding: int32 example: 500123 firstName: type: string example: Acme Corporation middleName: type: string example: Acme Corporation lastName: type: string example: Acme Corporation validDate: type: string example: '2025-03-15T14:30:00Z' lastUpdatedDate: type: string example: '2025-03-15T14:30:00Z' jobTitle: type: string example: Vice President of Sales contactAccuracyScore: type: integer contentEncoding: int32 example: 85 hasEmail: type: boolean example: true hasSupplementalEmail: type: boolean example: true hasDirectPhone: type: boolean example: true hasMobilePhone: type: boolean example: true hasCompanyIndustry: type: boolean example: true hasCompanyPhone: type: boolean example: true hasCompanyStreet: type: boolean example: true hasCompanyState: type: boolean example: true hasCompanyZipCode: type: boolean example: true hasCompanyCountry: type: boolean example: true hasCompanyRevenue: type: boolean example: true hasCompanyEmployeeCount: type: boolean example: true company: $ref: '#/components/schemas/Company' examples: - id: 1434351821 firstName: Daniel middleName: '' lastName: Herbert validDate: 6/19/2020 1:41 PM lastUpdatedDate: '' jobTitle: Director & Service Owner Information Technology Tools contactAccuracyScore: 96 hasEmail: true hasSupplementalEmail: true hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 9867169 name: AmerisourceBergen Company: title: Company required: - id - name type: object properties: id: type: integer contentEncoding: int32 example: 500123 name: type: string example: Acme Corporation examples: - id: 9867169 name: AmerisourceBergen Searchcontactsbymanagementlevelregionindustry: title: Searchcontactsbymanagementlevelregionindustry required: - maxResults - totalResults - currentPage - data type: object properties: maxResults: type: integer contentEncoding: int32 example: 100 totalResults: type: integer contentEncoding: int32 example: 100 currentPage: type: integer contentEncoding: int32 example: 1 data: type: array items: $ref: '#/components/schemas/Datum' description: '' example: [] examples: - maxResults: 57 totalResults: 10 currentPage: 1 data: - id: 2056760663 firstName: Amy middleName: L. lastName: Martin validDate: 7/4/2020 4:43 PM lastUpdatedDate: '' jobTitle: Chief Financial Officer, GM Canada Company contactAccuracyScore: 90 hasEmail: true hasSupplementalEmail: false hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 16220332 name: General Motors - id: 2032124291 firstName: Dhivya middleName: '' lastName: Suryadevara validDate: 6/16/2020 4:00 AM lastUpdatedDate: '' jobTitle: Executive VP & Chief Financial Officer contactAccuracyScore: 89 hasEmail: true hasSupplementalEmail: false hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 16220332 name: General Motors - id: 2225586820 firstName: Tim middleName: '' lastName: Stone validDate: 6/19/2020 4:00 AM lastUpdatedDate: '' jobTitle: Chief Financial Officer contactAccuracyScore: 83 hasEmail: true hasSupplementalEmail: false hasDirectPhone: false hasMobilePhone: false hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 43897815 name: Ford Motor Company - id: 2103762025 firstName: Jeffrey middleName: W. lastName: Rolfs validDate: 5/22/2020 12:00 AM lastUpdatedDate: 6/15/2020 4:58 PM jobTitle: Chief Financial Officer (US Sales, Service & Marketing) contactAccuracyScore: 90 hasEmail: true hasSupplementalEmail: false hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 16220332 name: General Motors - id: 529297269 firstName: Christopher middleName: T. lastName: Hatto validDate: 6/16/2020 12:00 AM lastUpdatedDate: 6/16/2020 9:50 AM jobTitle: Vice President, Global Business Solutions & Chief Accounting Officer contactAccuracyScore: 90 hasEmail: true hasSupplementalEmail: true hasDirectPhone: true hasMobilePhone: false hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 16220332 name: General Motors - id: 3252944481 firstName: James middleName: '' lastName: Wilberding validDate: 6/8/2020 12:25 PM lastUpdatedDate: '' jobTitle: Chief Financial Officer contactAccuracyScore: 96 hasEmail: true hasSupplementalEmail: true hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 91243382 name: Iroquois Industries - id: -860918154 firstName: Ryan middleName: '' lastName: Green validDate: 6/11/2020 12:00 AM lastUpdatedDate: '' jobTitle: Chief Financial Officer contactAccuracyScore: 95 hasEmail: true hasSupplementalEmail: false hasDirectPhone: false hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 355273155 name: Rivian - id: -2119533588 firstName: Yana middleName: '' lastName: Shor validDate: 4/22/2020 5:38 AM lastUpdatedDate: '' jobTitle: General Manager Assistant Treasurer and GMAM President contactAccuracyScore: 96 hasEmail: true hasSupplementalEmail: false hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 16220332 name: General Motors - id: -2142847768 firstName: Brian middleName: '' lastName: Sides validDate: 5/24/2020 4:36 PM lastUpdatedDate: 6/26/2020 7:33 PM jobTitle: Chief Financial Officer contactAccuracyScore: 97 hasEmail: true hasSupplementalEmail: false hasDirectPhone: true hasMobilePhone: false hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 7078739 name: Benlee - id: -1613822286 firstName: Hernando middleName: '' lastName: Agudelo Solano validDate: 5/8/2020 12:20 PM lastUpdatedDate: 6/4/2020 5:35 AM jobTitle: Chief Financial Officer, Trucks & Buses Gmica Sudamerica contactAccuracyScore: 97 hasEmail: true hasSupplementalEmail: false hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 16220332 name: General Motors Searchcontactsbystockticker: title: Searchcontactsbystockticker required: - maxResults - totalResults - currentPage - data type: object properties: maxResults: type: integer contentEncoding: int32 example: 100 totalResults: type: integer contentEncoding: int32 example: 100 currentPage: type: integer contentEncoding: int32 example: 1 data: type: array items: $ref: '#/components/schemas/Datum2' description: '' example: [] examples: - maxResults: 1698 totalResults: 10 currentPage: 1 data: - id: 2361204051 firstName: Allison middleName: '' lastName: Smith validDate: 11/13/2020 11:49 PM lastUpdatedDate: '' jobTitle: Executive Administrator & Chief Financial Officer contactAccuracyScore: 89 hasEmail: false hasSupplementalEmail: true hasDirectPhone: false hasMobilePhone: false hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 2441797 name: Apple - id: 3457901570 firstName: Mason middleName: '' lastName: Cabot validDate: 11/24/2020 12:00 AM lastUpdatedDate: '' jobTitle: Vice President, Financial Operations contactAccuracyScore: 93 hasEmail: true hasSupplementalEmail: false hasDirectPhone: false hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 344589814 name: ZoomInfo - id: 3944897115 firstName: Dana middleName: '' lastName: Marohn validDate: 11/30/2020 11:37 AM lastUpdatedDate: '' jobTitle: Vice President, Strategic Finance & Treasurer contactAccuracyScore: 90 hasEmail: true hasSupplementalEmail: false hasDirectPhone: false hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 344589814 name: ZoomInfo - id: 1180058030 firstName: Luca middleName: '' lastName: Maestri validDate: 7/8/2020 12:00 PM lastUpdatedDate: '' jobTitle: Senior VP & Chief Financial Officer contactAccuracyScore: 91 hasEmail: true hasSupplementalEmail: true hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 2441797 name: Apple - id: 2828066368 firstName: David middleName: '' lastName: Reid validDate: 11/30/2020 12:00 AM lastUpdatedDate: '' jobTitle: Controller contactAccuracyScore: 92 hasEmail: true hasSupplementalEmail: false hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 344589814 name: ZoomInfo - id: 2059230272 firstName: Donal middleName: '' lastName: Conroy validDate: 11/12/2020 5:00 AM lastUpdatedDate: '' jobTitle: Vice President, Finance contactAccuracyScore: 92 hasEmail: true hasSupplementalEmail: true hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 2441797 name: Apple - id: 4282139710 firstName: David middleName: '' lastName: Reed validDate: 11/10/2020 11:30 PM lastUpdatedDate: '' jobTitle: Vice President, Accounting & Controller contactAccuracyScore: 83 hasEmail: true hasSupplementalEmail: false hasDirectPhone: false hasMobilePhone: false hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 344589814 name: ZoomInfo - id: -1965707211 firstName: Christopher middleName: '' lastName: Brown validDate: 11/13/2020 7:36 AM lastUpdatedDate: '' jobTitle: Vice President, Finance contactAccuracyScore: 84 hasEmail: true hasSupplementalEmail: true hasDirectPhone: false hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 2441797 name: Apple - id: 2054116695 firstName: Dan middleName: '' lastName: Rosckes validDate: 11/11/2020 11:18 PM lastUpdatedDate: '' jobTitle: Vice President, Global Procurement contactAccuracyScore: 91 hasEmail: true hasSupplementalEmail: true hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 2441797 name: Apple - id: 2778811707 firstName: Jonathan middleName: '' lastName: Lamb validDate: 11/8/2020 9:26 PM lastUpdatedDate: '' jobTitle: Controller contactAccuracyScore: 92 hasEmail: true hasSupplementalEmail: true hasDirectPhone: true hasMobilePhone: false hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 2441797 name: Apple Datum2: title: Datum2 required: - id - firstName - middleName - lastName - validDate - lastUpdatedDate - jobTitle - contactAccuracyScore - hasEmail - hasSupplementalEmail - hasDirectPhone - hasMobilePhone - hasCompanyIndustry - hasCompanyPhone - hasCompanyStreet - hasCompanyState - hasCompanyZipCode - hasCompanyCountry - hasCompanyRevenue - hasCompanyEmployeeCount - company type: object properties: id: type: integer contentEncoding: int64 example: 500123 firstName: type: string example: Acme Corporation middleName: type: string example: Acme Corporation lastName: type: string example: Acme Corporation validDate: type: string example: '2025-03-15T14:30:00Z' lastUpdatedDate: type: string example: '2025-03-15T14:30:00Z' jobTitle: type: string example: Vice President of Sales contactAccuracyScore: type: integer contentEncoding: int32 example: 85 hasEmail: type: boolean example: true hasSupplementalEmail: type: boolean example: true hasDirectPhone: type: boolean example: true hasMobilePhone: type: boolean example: true hasCompanyIndustry: type: boolean example: true hasCompanyPhone: type: boolean example: true hasCompanyStreet: type: boolean example: true hasCompanyState: type: boolean example: true hasCompanyZipCode: type: boolean example: true hasCompanyCountry: type: boolean example: true hasCompanyRevenue: type: boolean example: true hasCompanyEmployeeCount: type: boolean example: true company: $ref: '#/components/schemas/Company' examples: - id: 2361204051 firstName: Allison middleName: '' lastName: Smith validDate: 11/13/2020 11:49 PM lastUpdatedDate: '' jobTitle: Executive Administrator & Chief Financial Officer contactAccuracyScore: 89 hasEmail: false hasSupplementalEmail: true hasDirectPhone: false hasMobilePhone: false hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 2441797 name: Apple Searchcontactsbyemployeegrowthrate: title: Searchcontactsbyemployeegrowthrate required: - maxResults - totalResults - currentPage - data type: object properties: maxResults: type: integer contentEncoding: int32 example: 100 totalResults: type: integer contentEncoding: int32 example: 100 currentPage: type: integer contentEncoding: int32 example: 1 data: type: array items: $ref: '#/components/schemas/Datum2' description: '' example: [] examples: - maxResults: 8 totalResults: 8 currentPage: 1 data: - id: 2985468675 firstName: Hozifa middleName: '' lastName: Dawoud validDate: 11/11/2019 7:00 PM lastUpdatedDate: 7/1/2020 3:17 PM jobTitle: Group Manager, Marketing contactAccuracyScore: 77 hasEmail: true hasSupplementalEmail: false hasDirectPhone: true hasMobilePhone: false hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 407375990 name: Anvia Holdings - id: 2336965812 firstName: Ali middleName: '' lastName: Kasa validDate: 3/22/2020 8:00 PM lastUpdatedDate: '' jobTitle: President contactAccuracyScore: 89 hasEmail: true hasSupplementalEmail: false hasDirectPhone: false hasMobilePhone: false hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 407375990 name: Anvia Holdings - id: 3007845634 firstName: Abdul middleName: Kudus lastName: Sharif validDate: 10/3/2019 8:09 AM lastUpdatedDate: '' jobTitle: Manager, Finance contactAccuracyScore: 89 hasEmail: true hasSupplementalEmail: false hasDirectPhone: true hasMobilePhone: false hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 407375990 name: Anvia Holdings - id: -996260564 firstName: Shoaib middleName: '' lastName: Azeem validDate: 7/4/2018 8:00 PM lastUpdatedDate: 7/1/2020 4:46 AM jobTitle: Project Manager contactAccuracyScore: 84 hasEmail: false hasSupplementalEmail: false hasDirectPhone: true hasMobilePhone: false hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 407375990 name: Anvia Holdings - id: 3133257289 firstName: Greg middleName: '' lastName: Jackson validDate: 7/31/2019 9:47 AM lastUpdatedDate: '' jobTitle: Director, Corporate Services (Australia) contactAccuracyScore: 85 hasEmail: false hasSupplementalEmail: false hasDirectPhone: false hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 407375990 name: Anvia Holdings - id: 3067290437 firstName: Artin middleName: '' lastName: Vaqari validDate: 12/1/2019 7:00 PM lastUpdatedDate: '' jobTitle: Chief Marketing Officer contactAccuracyScore: 90 hasEmail: false hasSupplementalEmail: false hasDirectPhone: false hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 407375990 name: Anvia Holdings - id: 3781070312 firstName: Patrick middleName: J. lastName: Williams validDate: 5/21/2020 10:42 AM lastUpdatedDate: 6/14/2020 9:13 AM jobTitle: Mid-Atlantic Division President contactAccuracyScore: 89 hasEmail: true hasSupplementalEmail: false hasDirectPhone: false hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 106071275 name: Forestar - id: 3717733236 firstName: Len middleName: '' lastName: Oid validDate: 1/25/2020 7:00 PM lastUpdatedDate: '' jobTitle: Director contactAccuracyScore: 94 hasEmail: false hasSupplementalEmail: false hasDirectPhone: false hasMobilePhone: false hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 18711008 name: I.D. Systems Searchcontactsbydepartmentandcompanylocation: title: Searchcontactsbydepartmentandcompanylocation required: - maxResults - totalResults - currentPage - data type: object properties: maxResults: type: integer contentEncoding: int32 example: 100 totalResults: type: integer contentEncoding: int32 example: 100 currentPage: type: integer contentEncoding: int32 example: 1 data: type: array items: $ref: '#/components/schemas/Datum2' description: '' example: [] examples: - maxResults: 16 totalResults: 16 currentPage: 1 data: - id: 3868923045 firstName: Dean middleName: '' lastName: Ansermoz validDate: 6/30/2020 8:00 PM lastUpdatedDate: '' jobTitle: Principal Product Manager contactAccuracyScore: 94 hasEmail: true hasSupplementalEmail: false hasDirectPhone: true hasMobilePhone: false hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 344589814 name: ZoomInfo - id: 1810590897 firstName: Erica middleName: '' lastName: Fienman validDate: 1/17/2020 12:00 AM lastUpdatedDate: '' jobTitle: Senior Product Manager contactAccuracyScore: 88 hasEmail: true hasSupplementalEmail: true hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 344589814 name: ZoomInfo - id: -1120287554 firstName: Kristen middleName: '' lastName: Patten validDate: 1/17/2020 12:00 AM lastUpdatedDate: '' jobTitle: Software Development Manager, Data contactAccuracyScore: 88 hasEmail: true hasSupplementalEmail: true hasDirectPhone: true hasMobilePhone: false hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 344589814 name: ZoomInfo - id: -1286644599 firstName: Ethan middleName: '' lastName: Young validDate: 1/17/2020 12:00 AM lastUpdatedDate: '' jobTitle: Manager, Data Analysis contactAccuracyScore: 88 hasEmail: true hasSupplementalEmail: false hasDirectPhone: true hasMobilePhone: false hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 344589814 name: ZoomInfo - id: -2028202949 firstName: Joel middleName: '' lastName: Chou validDate: 4/21/2020 12:00 AM lastUpdatedDate: '' jobTitle: Principal Software Engineer, Data contactAccuracyScore: 94 hasEmail: true hasSupplementalEmail: false hasDirectPhone: false hasMobilePhone: false hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 344589814 name: ZoomInfo - id: 1927981357 firstName: Luisa middleName: '' lastName: Herrmann validDate: 9/11/2019 8:00 PM lastUpdatedDate: '' jobTitle: Manager, Product Management contactAccuracyScore: 92 hasEmail: false hasSupplementalEmail: true hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 344589814 name: ZoomInfo - id: 3457601420 firstName: Yi middleName: '' lastName: Liu validDate: 4/21/2020 12:00 AM lastUpdatedDate: '' jobTitle: Software Engineer, Data contactAccuracyScore: 82 hasEmail: true hasSupplementalEmail: true hasDirectPhone: false hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 344589814 name: ZoomInfo - id: 1780573066 firstName: Justin middleName: '' lastName: Sweeney validDate: 1/17/2020 12:00 AM lastUpdatedDate: '' jobTitle: Senior Software Development Manager, Data contactAccuracyScore: 88 hasEmail: true hasSupplementalEmail: true hasDirectPhone: true hasMobilePhone: false hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 344589814 name: ZoomInfo - id: -1508418100 firstName: Victoria middleName: '' lastName: Zukas validDate: 1/21/2020 12:00 AM lastUpdatedDate: '' jobTitle: QA Engineer contactAccuracyScore: 88 hasEmail: true hasSupplementalEmail: true hasDirectPhone: true hasMobilePhone: false hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 344589814 name: ZoomInfo - id: 1691722112 firstName: Patrick middleName: '' lastName: Crawford validDate: 1/17/2020 12:00 AM lastUpdatedDate: '' jobTitle: Senior Software Engineer, Data contactAccuracyScore: 88 hasEmail: true hasSupplementalEmail: false hasDirectPhone: true hasMobilePhone: false hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 344589814 name: ZoomInfo - id: 2387843649 firstName: Wahid middleName: '' lastName: Chaudhary validDate: 1/17/2020 12:00 AM lastUpdatedDate: '' jobTitle: Junior Cloud DevOps Engineer contactAccuracyScore: 88 hasEmail: true hasSupplementalEmail: false hasDirectPhone: true hasMobilePhone: false hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 344589814 name: ZoomInfo - id: -2033413042 firstName: Ted middleName: H. lastName: Cao validDate: 1/17/2020 12:00 AM lastUpdatedDate: '' jobTitle: Senior Software Engineer contactAccuracyScore: 81 hasEmail: true hasSupplementalEmail: true hasDirectPhone: false hasMobilePhone: false hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 344589814 name: ZoomInfo - id: -2042618175 firstName: Maryia middleName: '' lastName: Lyubomyrskyy validDate: 1/17/2020 12:00 AM lastUpdatedDate: '' jobTitle: Software Engineer contactAccuracyScore: 81 hasEmail: true hasSupplementalEmail: false hasDirectPhone: false hasMobilePhone: false hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 344589814 name: ZoomInfo - id: 2698086533 firstName: Rolando middleName: '' lastName: Quintana validDate: 1/17/2020 12:00 AM lastUpdatedDate: '' jobTitle: Chief of Staff, Engineering contactAccuracyScore: 88 hasEmail: true hasSupplementalEmail: true hasDirectPhone: true hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 344589814 name: ZoomInfo - id: 3797033217 firstName: Steven middleName: '' lastName: Le validDate: 1/17/2020 12:00 AM lastUpdatedDate: '' jobTitle: Data Implementation Analyst contactAccuracyScore: 89 hasEmail: true hasSupplementalEmail: false hasDirectPhone: true hasMobilePhone: false hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 344589814 name: ZoomInfo - id: 2034004283 firstName: Levi middleName: '' lastName: Ran validDate: 1/17/2020 12:00 AM lastUpdatedDate: '' jobTitle: Salesforce Team Lead contactAccuracyScore: 81 hasEmail: true hasSupplementalEmail: false hasDirectPhone: false hasMobilePhone: true hasCompanyIndustry: true hasCompanyPhone: true hasCompanyStreet: true hasCompanyState: true hasCompanyZipCode: true hasCompanyCountry: true hasCompanyRevenue: true hasCompanyEmployeeCount: true company: id: 344589814 name: ZoomInfo ContactSearchInput: title: ContactSearchInput required: - fieldName - fieldType - description - accessGranted type: object properties: fieldName: type: string example: Acme Corporation fieldType: type: string example: standard description: type: string example: Enterprise software company accessGranted: type: string example: example_value examples: - fieldName: personId fieldType: String description: Unique ZoomInfo identifier for the contact. Can include a comma-separated list. accessGranted: 'true' ContactSearchOutput: title: ContactSearchOutput required: - fieldName - description - accessGranted type: object properties: fieldName: type: string example: Acme Corporation description: type: string example: Enterprise software company accessGranted: type: string example: example_value examples: - fieldName: id description: Unique ZoomInfo identifier for the contact accessGranted: 'true' CompanySearchRequest: title: CompanySearchRequest required: - metroRegion - industryCodes - techAttributeTagList type: object properties: metroRegion: type: string example: example_value industryCodes: type: string example: Software techAttributeTagList: type: string example: example_value examples: - metroRegion: usa.california.sanfrancisco industryCodes: education.university techAttributeTagList: 333.202.* Searchcompaniesbyemployeegrowthrate: title: Searchcompaniesbyemployeegrowthrate required: - maxResults - totalResults - currentPage - data type: object properties: maxResults: type: integer contentEncoding: int32 example: 100 totalResults: type: integer contentEncoding: int32 example: 100 currentPage: type: integer contentEncoding: int32 example: 1 data: type: array items: $ref: '#/components/schemas/Datum5' description: '' example: [] examples: - maxResults: 15 totalResults: 15 currentPage: 1 data: - id: 114804067 name: Holy Names University - id: 355219573 name: Bradley School of Music - id: 346417479 name: English Language Institute - id: 359539758 name: Reach Institute for School Leadership - id: 16843561 name: Gruter Institute - id: 205439012 name: Wright Institute - id: 350989356 name: Yang Fan Academy - id: 17533676 name: Dominican School of Philosophy and Theology - id: 36473892 name: BSC Culinary - id: 20742219 name: John F. Kennedy University - id: 372192449 name: ReUp Education - id: 8257751 name: City College of San Francisco - id: 359136199 name: La Scuola International School - id: 358709446 name: Marcus Foster Education Institute - id: 28235366 name: Berkeley Geochronology Center Datum5: title: Datum5 required: - id - name type: object properties: id: type: integer contentEncoding: int32 example: 500123 name: type: string example: Acme Corporation examples: - id: 114804067 name: Holy Names University Searchcompanieswithsortingandpaging: title: Searchcompanieswithsortingandpaging required: - maxResults - totalResults - currentPage - data type: object properties: maxResults: type: integer contentEncoding: int32 example: 100 totalResults: type: integer contentEncoding: int32 example: 100 currentPage: type: integer contentEncoding: int32 example: 1 data: type: array items: $ref: '#/components/schemas/Datum5' description: '' example: [] examples: - maxResults: 327 totalResults: 10 currentPage: 2 data: - id: 8867999 name: American College of Traditional Chinese Medicine - id: 3916408 name: Asia-Pacific International University - id: 7146160 name: Assistance Dog Institute - id: 3178758 name: ASUC - id: 347652738 name: ATHLETIC SCHOLARS ADVANCEMENT PROGRAM - id: 462386134 name: ATMU - id: 435026624 name: austin.university - id: 347615539 name: Bay Area College Planners - id: 363318136 name: Beacon College Funding Solutions - id: 358866854 name: Berghs Searchcompaniesbymetroindustryandtechattributes: title: Searchcompaniesbymetroindustryandtechattributes required: - maxResults - totalResults - currentPage - data type: object properties: maxResults: type: integer contentEncoding: int32 example: 100 totalResults: type: integer contentEncoding: int32 example: 100 currentPage: type: integer contentEncoding: int32 example: 1 data: type: array items: $ref: '#/components/schemas/Datum5' description: '' example: [] examples: - maxResults: 11 totalResults: 11 currentPage: 1 data: - id: 5954592 name: University of California , San Francisco - id: 50978158 name: Diablo Valley College - id: 628662 name: Academy of Art University - id: 65503762 name: Santa Rosa Junior College - id: 78366485 name: Mills College - id: 482113052 name: Napa Valley College - id: 118998385 name: Golden Gate University - id: 33296766 name: Gladstone Institutes - id: 124240092 name: California State University - Sonoma State University - id: 17205250 name: Contra Costa College - id: 10029669 name: Berkeley Chamber of Commerce CompanySearchInput: title: CompanySearchInput required: - fieldName - fieldType - description - accessGranted type: object properties: fieldName: type: string example: Acme Corporation fieldType: type: string example: standard description: type: string example: Enterprise software company accessGranted: type: string example: example_value examples: - fieldName: marketingDepartmentBudgetMin fieldType: Integer 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). accessGranted: 'true' GetCompanySearchOutputField: title: GetCompanySearchOutputField required: - fieldName - description type: object properties: fieldName: type: string example: Acme Corporation description: type: string example: Enterprise software company examples: - fieldName: companyId description: company id ScoopSearchRequest: title: ScoopSearchRequest required: - companyName - publishedStartDate - publishedEndDate - scoopType - updatedSinceCreation - description type: object properties: companyName: type: string example: Acme Corporation publishedStartDate: type: string example: '2025-03-15T14:30:00Z' publishedEndDate: type: string example: '2025-03-15T14:30:00Z' scoopType: type: string example: standard updatedSinceCreation: type: boolean example: true description: type: string example: Enterprise software company examples: - companyName: Zoominfo publishedStartDate: '2018-11-01T00:00:00.000Z' publishedEndDate: '2020-06-21T00:00:00.000Z' scoopType: '6' updatedSinceCreation: false description: SaaS ScoopSearch: title: ScoopSearch required: - maxResults - totalResults - currentPage - data type: object properties: maxResults: type: integer contentEncoding: int32 example: 100 totalResults: type: integer contentEncoding: int32 example: 100 currentPage: type: integer contentEncoding: int32 example: 1 data: type: array items: $ref: '#/components/schemas/Datum8' description: '' example: [] examples: - maxResults: 4 totalResults: 4 currentPage: 1 data: - id: 1382057 publishedDate: 2/22/2019 12:00 AM originalPublishedDate: 2/22/2019 12:00 AM linkText: '' link: '' description: 'Datanyze has recently been ranked #986 on the 2019 SaaS 1000 Top SaaS Companies list.' topics: [] updateText: '' types: - id: 6 type: Award contacts: [] company: id: 344589814 name: ZoomInfo - id: 1382056 publishedDate: 2/15/2019 12:00 AM originalPublishedDate: 2/15/2019 12:00 AM linkText: '' link: '' description: 'has recently been ranked #139 on the 2019 SaaS 1000 Top SaaS Companies list.' topics: [] updateText: '' types: - id: 6 type: Award contacts: [] company: id: 344589814 name: ZoomInfo - id: 1373240 publishedDate: 2/11/2019 12:00 AM originalPublishedDate: 2/11/2019 12:00 AM linkText: '' link: '' description: has been recognized as a 2019 Top Rated Sales Intelligence Software by TrustRadius. topics: [] updateText: '' types: - id: 6 type: Award contacts: [] company: id: 344589814 name: ZoomInfo - id: 1258709 publishedDate: 12/4/2018 12:00 AM originalPublishedDate: 12/4/2018 12:00 AM linkText: '' link: '' 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. topics: [] updateText: '' types: - id: 6 type: Award contacts: [] company: id: 344589814 name: ZoomInfo Datum8: title: Datum8 required: - id - publishedDate - originalPublishedDate - linkText - link - description - topics - updateText - types - contacts - company type: object properties: id: type: integer contentEncoding: int32 example: 500123 publishedDate: type: string example: '2025-03-15T14:30:00Z' originalPublishedDate: type: string example: '2025-03-15T14:30:00Z' linkText: type: string example: example_value link: type: string example: example_value description: type: string example: Enterprise software company topics: type: array items: type: string description: '' example: [] updateText: type: string example: '2025-03-15T14:30:00Z' types: type: array items: $ref: '#/components/schemas/Type' description: '' example: [] contacts: type: array items: type: string description: '' example: [] company: $ref: '#/components/schemas/Company' examples: - id: 1382057 publishedDate: 2/22/2019 12:00 AM originalPublishedDate: 2/22/2019 12:00 AM linkText: '' link: '' description: 'Datanyze has recently been ranked #986 on the 2019 SaaS 1000 Top SaaS Companies list.' topics: [] updateText: '' types: - id: 6 type: Award contacts: [] company: id: 344589814 name: ZoomInfo Type: title: Type required: - id - type type: object properties: id: type: integer contentEncoding: int32 example: 500123 type: type: string example: standard examples: - id: 6 type: Award ScoopSearchInput: title: ScoopSearchInput required: - fieldName - fieldType - description type: object properties: fieldName: type: string example: Acme Corporation fieldType: type: string example: standard description: type: string example: Enterprise software company examples: - fieldName: publishedStartDate fieldType: String 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. ScoopSearchOutput: title: ScoopSearchOutput required: - fieldName - description type: object properties: fieldName: type: string example: Acme Corporation description: type: string example: Enterprise software company examples: - fieldName: id description: ZoomInfo unique identifier for a scoop NewsSearchRequest: title: NewsSearchRequest required: - categories - url - pageDateMin - pageDateMax - page - rpp type: object properties: categories: type: array items: type: string description: '' example: [] url: type: array items: type: string description: '' example: https://www.example.com pageDateMin: type: string example: '2025-03-15T14:30:00Z' pageDateMax: type: string example: '2025-03-15T14:30:00Z' page: type: integer contentEncoding: int32 example: 1 rpp: type: integer contentEncoding: int32 example: 100 examples: - categories: - FINANCIAL_RESULTS - FUNDING - GENERAL_NEWS - GENERAL_PRESS_RELEASE - MERGER_OR_ACQUISTION - PERSON - PRODUCT url: - property - financial - result pageDateMin: '2019-12-01T00:00:00.000Z' pageDateMax: '2020-05-31T00:00:00.000Z' page: 1 rpp: 20 NewsSearchusingpartialinputs: title: NewsSearchusingpartialinputs required: - currentPage - maxResults - data type: object properties: currentPage: type: integer contentEncoding: int32 example: 1 maxResults: type: integer contentEncoding: int32 example: 100 data: type: array items: $ref: '#/components/schemas/Datum9' description: '' example: [] examples: - currentPage: 1 maxResults: 30 data: - domain: newstral.com title: St. Luke's Hospital appoints interim president url: https://newstral.com/en/article/en/1152923450/st-luke-s-hospital-appoints-interim-president imageUrl: http://newstral.com/source-images/29300_original_1529243370.jpg pageDate: '2020-05-28T04:26:13.000Z' categories: - PERSON company: - id: 31380745 name: The Toledo Blade - domain: www.globenewswire.com 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 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 imageUrl: http://www.globenewswire.com/Attachment/LogoDisplay/853201?filename=853201.jpg&size=1 pageDate: '2020-05-28T04:18:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 231751931 name: Reportlinker.com - domain: www.prnewswire.com title: NuVasive, Inc. Announces Pricing Of Offering Of $400 Million Of 1.00% Convertible Senior Notes Due 2023 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 imageUrl: https://mma.prnewswire.com/media/454552/NuVasive_Logo.jpg?p=twitter pageDate: '2020-05-28T04:18:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 28311725 name: NuVasive - domain: www.reuters.com title: Democrats urge probe of allegations regarding TikTok and children's privacy url: https://www.reuters.com/article/us-tiktok-privacy-children-democrats/democrats-urge-probe-of-allegations-regarding-tiktok-and-childrens-privacy-idUSKBN2340EF imageUrl: https://s4.reutersmedia.net/resources/r/?m=02&d=20200528&t=2&i=1520141938&w=1200&r=LYNXMPEG4R07W pageDate: '2020-05-28T04:08:13.000Z' categories: - GENERAL_NEWS company: - id: 15302878 name: Federal Trade Commission - domain: www.ft.com title: Businesses get creative to battle Covid-19 drop-off url: https://www.ft.com/content/bf84eca8-80a0-11ea-b0fb-13524ae1056b 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 pageDate: '2020-05-28T04:01:05.000Z' categories: - GENERAL_NEWS company: - id: 348072053 name: Caws Cenarth - domain: www.globenewswire.com title: Driver death rates remain high among small cars url: http://www.globenewswire.com/news-release/2020/05/28/2039878/0/en/Driver-death-rates-remain-high-among-small-cars.html 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 pageDate: '2020-05-28T04:01:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 25871680 name: Insurance Institute for Highway Safety - domain: www.prnewswire.com title: Vacant Zombie Property Rate In U.S. Holds Steady Amid Foreclosure Moratorium url: https://www.prnewswire.com:443/news-releases/vacant-zombie-property-rate-in-us-holds-steady-amid-foreclosure-moratorium-301066595.html imageUrl: https://mma.prnewswire.com/media/473646/ATTOM_LOGO.jpg?p=twitter pageDate: '2020-05-28T04:01:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 392680169 name: ATTOM Data Solutions - domain: www.ft.com title: Restaurants and hotels clean up with toilet paper sales url: https://www.ft.com/content/72650300-80b8-11ea-b0fb-13524ae1056b 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 pageDate: '2020-05-28T04:00:57.000Z' categories: - GENERAL_NEWS company: - id: 169919019 name: Old Ebbitt Grill - domain: www.prweb.com title: Author Theresa Seiferts new book Sandy Rose is a compelling work of dramatic fiction laying bare the profound impact of preconscious trauma in childhood 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 imageUrl: http://ww1.prweb.com/prfiles/2020/05/22/17144332/gI_110624_NewsImage_vcsPRAsset_2212767_110624_37f0f333-0598-4ad9-adb1-b912c81b601c_0.png pageDate: '2020-05-28T04:00:00.000Z' categories: - GENERAL_NEWS company: - id: 357320725 name: Page Publishing - domain: www.prweb.com title: 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. 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 imageUrl: http://ww1.prweb.com/prfiles/2020/05/15/17127827/gI_110456_NewsImage_vcsPRAsset_2212767_110456_a58baa95-80ae-4dbd-8c66-b6b4b1a95bc1_0.png pageDate: '2020-05-28T04:00:00.000Z' categories: - GENERAL_NEWS company: - id: 357320725 name: Page Publishing - domain: www.prweb.com title: Author W.A. Brunsons new book Between the Amens is a compilation of essays touching upon a myriad of subjects impacting modern society. 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 imageUrl: http://ww1.prweb.com/prfiles/2020/05/26/17148242/gI_110656_NewsImage_vcsPRAsset_2212767_110656_30cf818b-a1ca-4a50-8d68-b57718bf1b77_0.png pageDate: '2020-05-28T04:00:00.000Z' categories: - GENERAL_NEWS company: - id: 357320725 name: Page Publishing - domain: www.prweb.com title: Datalogic launches Smart-VS, the vision sensor with the power of machine learning and the ease of photoelectric sensors 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 imageUrl: http://ww1.prweb.com/prfiles/2020/05/26/17145081/gI_154482_NewsImage_vcsPRAsset_517683_154482_0a495da0-3acd-484d-9044-1ea1440237f0_0.png pageDate: '2020-05-28T04:00:00.000Z' categories: - PRODUCT company: - id: 15992708 name: Datalogic - domain: www.prweb.com title: Zobrist Software announces Smart Merchandiser, a Visual Merchandising tool for Salesforce Commerce Cloud url: https://www.prweb.com/releases/zobrist_software_announces_smart_merchandiser_a_visual_merchandising_tool_for_salesforce_commerce_cloud/prweb17146384.htm imageUrl: http://ww1.prweb.com/prfiles/2020/05/26/17146384/gI_114059_image001.png pageDate: '2020-05-28T04:00:00.000Z' categories: - PRODUCT company: - id: 119029794 name: Zobrist Consulting Group - domain: www.prweb.com title: Langley Roofing Helping Chattanooga Rebuild During Challenging Times url: https://www.prweb.com/releases/langley_roofing_helping_chattanooga_rebuild_during_challenging_times/prweb17152380.htm imageUrl: http://ww1.prweb.com/prfiles/2020/05/27/17152380/gI_159769_NewsImage_vcsPRAsset_1052462_159769_dda9251f-d7eb-4cfa-abc1-2d16aa4dec82_0.png pageDate: '2020-05-28T04:00:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 346413161 name: Langley Roofing - domain: www.prweb.com title: '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' 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 imageUrl: http://ww1.prweb.com/prfiles/2020/05/22/17144339/gI_110625_NewsImage_vcsPRAsset_2212767_110625_7e61f549-7ee1-4cc0-8dec-47ee7da0b8f8_0.png pageDate: '2020-05-28T04:00:00.000Z' categories: - GENERAL_NEWS company: - id: 357320725 name: Page Publishing - domain: www.prweb.com title: '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' 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 imageUrl: http://ww1.prweb.com/prfiles/2020/05/26/17148312/gI_110658_NewsImage_vcsPRAsset_2212767_110658_7a29b6b8-76ae-4f32-819a-950371725ae6_0.png pageDate: '2020-05-28T04:00:00.000Z' categories: - GENERAL_NEWS company: - id: 357320725 name: Page Publishing - domain: www.prweb.com title: 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 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 imageUrl: http://ww1.prweb.com/prfiles/2020/05/26/17148293/gI_110657_NewsImage_vcsPRAsset_2212767_110657_34c025fc-ea3d-457a-83ec-6ec7a5156081_0.png pageDate: '2020-05-28T04:00:00.000Z' categories: - GENERAL_NEWS company: - id: 357320725 name: Page Publishing - domain: www.businesswire.com title: Delta-Q Technologies anuncia seu novo carregador de bateria RQ350 para m�quinas e ve�culos el�tricos url: https://www.businesswire.com/news/home/20200527005980/pt/ imageUrl: https://mms.businesswire.com/media/20200527005980/pt/794287/22/RQ350_imageB1_2.jpg pageDate: '2020-05-28T03:58:00.000Z' categories: - GENERAL_NEWS company: - id: 34393410 name: Delta-Q Technologies - domain: www.globenewswire.com 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 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 imageUrl: http://www.globenewswire.com/Attachment/LogoDisplay/853201?filename=853201.jpg&size=1 pageDate: '2020-05-28T03:58:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 231751931 name: Reportlinker.com - domain: www.prnewswire.com title: Huami Establishes a Brain-computer Interface Joint Lab with Top Chinese University url: https://www.prnewswire.com:443/news-releases/huami-establishes-a-brain-computer-interface-joint-lab-with-top-chinese-university-301066695.html pageDate: '2020-05-28T03:54:00.000Z' categories: - PRODUCT company: - id: 397718835 name: Huami - id: 372581933 name: University of Science and Technology of China - domain: www.prnewswire.com title: Silicon Labs Announces Pricing of Private Offering of $500 Million of 0.625% Convertible Senior Notes 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 imageUrl: https://mma.prnewswire.com/media/457128/silicon_labs_Logo.jpg?p=twitter pageDate: '2020-05-28T03:52:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 168640828 name: Silicon Labs - domain: www.globenewswire.com 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 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 imageUrl: http://www.globenewswire.com/Attachment/LogoDisplay/853201?filename=853201.jpg&size=1 pageDate: '2020-05-28T03:38:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 231751931 name: Reportlinker.com - domain: www.forbes.com title: What COVID-19 Social Distancing Measures Will Mean For Restaurant Dining Room Design url: https://www.forbes.com/sites/lesliewu/2020/05/27/what-covid-19-social-distancing-measures-will-mean-for-restaurant-dining-room-design/ imageUrl: https://thumbor.forbes.com/thumbor/fit-in/1200x0/filters%3Aformat%28jpg%29/https%3A%2F%2Fspecials-images.forbesimg.com%2Fimageserve%2F5ecf309a1aa7fc0007fa3dce%2F0x0.jpg pageDate: '2020-05-28T03:35:56.000Z' categories: - GENERAL_NEWS company: - id: 67470018 name: National Restaurant Association - domain: www.globenewswire.com title: BioCryst Prices Public Offering of Common Stock and Pre-Funded Warrants 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 imageUrl: http://www.globenewswire.com/Attachment/LogoDisplay/514115?filename=514115.jpg&size=1 pageDate: '2020-05-28T03:35:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 4735661 name: BioCryst Pharmaceuticals - domain: www.sbwire.com title: Global Live Biotherapeutic Products and Microbiome Contract Manufacturing Market Assessment Industry Analysis, Clinical Trial and Revenue Forecast Till 2028 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 imageUrl: http://media.releasewire.com/photos/show/?id=249011 pageDate: '2020-05-28T03:30:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 465413269 name: InsightAce Analytic Pvt - domain: www.business-standard.com title: 'Google Pay expands ''Nearby Stores'' feature to 35 cities in India: Know more' url: https://www.business-standard.com/article/companies/google-pay-expands-nearby-stores-feature-to-35-cities-in-india-know-more-120052800208_1.html imageUrl: https://bsmedia.business-standard.com/_media/bs/img/article/2018-02/21/full/1519181810-254.jpg pageDate: '2020-05-28T03:26:00.000Z' categories: - GENERAL_NEWS company: - id: 16400573 name: Google - domain: www.reuters.com title: Google sees resurgence in state-backed hacking, phishing related to COVID-19 url: https://www.reuters.com/article/us-health-coronavirus-cyber/google-sees-resurgence-in-state-backed-hacking-phishing-related-to-covid-19-idUSKBN2340CH imageUrl: https://s2.reutersmedia.net/resources/r/?m=02&d=20200528&t=2&i=1520138291&w=1200&r=LYNXMPEG4R06H pageDate: '2020-05-28T03:18:26.000Z' categories: - GENERAL_NEWS company: - id: 16400573 name: Google - domain: www.globenewswire.com 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 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 imageUrl: http://www.globenewswire.com/Attachment/LogoDisplay/853201?filename=853201.jpg&size=1 pageDate: '2020-05-28T03:18:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 231751931 name: Reportlinker.com - domain: www.business-standard.com title: Singtel's annual profit plunges 65%, takes $1.3 bn-hit on Airtel snag 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 imageUrl: https://bsmedia.business-standard.com/_media/bs/img/article/2019-07/22/full/1563739681-3395.jpg pageDate: '2020-05-28T03:17:00.000Z' categories: - GENERAL_NEWS company: - id: 344839001 name: Singtel - domain: www.businesswire.com title: 'Housing Rights Advocates to Assemblywoman Lorena Gonzalez: Vote NO on Bill with Devastating Implications for Grassroots Advocacy' url: https://www.businesswire.com/news/home/20200527005974/en/Housing-Rights-Advocates-Assemblywoman-Lorena-Gonzalez-Vote/ imageUrl: https://mms.businesswire.com/media/20200527005974/en/653060/22/HHR-Logo_Horizontal_Logo.jpg pageDate: '2020-05-28T03:15:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 1753503 name: AIDS Healthcare Foundation Datum9: title: Datum9 required: - domain - title - url - pageDate - categories - company type: object properties: domain: type: string example: example.com title: type: string example: Vice President of Sales url: type: string example: https://www.example.com/resource imageUrl: type: string example: https://www.example.com/resource pageDate: type: string example: '2025-03-15T14:30:00Z' categories: type: array items: type: string description: '' example: [] company: type: array items: $ref: '#/components/schemas/Company' description: '' example: [] examples: - domain: newstral.com title: St. Luke's Hospital appoints interim president url: https://newstral.com/en/article/en/1152923450/st-luke-s-hospital-appoints-interim-president imageUrl: http://newstral.com/source-images/29300_original_1529243370.jpg pageDate: '2020-05-28T04:26:13.000Z' categories: - PERSON company: - id: 31380745 name: The Toledo Blade NewsSearchusingallinputs: title: NewsSearchusingallinputs required: - maxResults - totalResults - currentPage - data type: object properties: maxResults: type: integer contentEncoding: int32 example: 100 totalResults: type: integer contentEncoding: int32 example: 100 currentPage: type: integer contentEncoding: int32 example: 1 data: type: array items: $ref: '#/components/schemas/Datum10' description: '' example: [] examples: - maxResults: 5399 totalResults: 20 currentPage: 1 data: - domain: www.newsfilecorp.com title: LOOPShare Provides Update on Financial Statement Filing url: https://www.newsfilecorp.com/release/56615/LOOPShare-Provides-Update-on-Financial-Statement-Filing imageUrl: https://www.newsfilecorp.com/socialImage/4789/facebook pageDate: '2020-05-29T22:00:00.000Z' categories: - FINANCIAL_RESULTS company: - id: 398494416 name: LOOPShare - id: 346202544 name: Newsfile - domain: www.globenewswire.com title: Kuuhubb Reports Fiscal Q3 2020 Financial Results url: http://www.globenewswire.com/news-release/2020/05/29/2041188/0/en/Kuuhubb-Reports-Fiscal-Q3-2020-Financial-Results.html imageUrl: http://www.globenewswire.com/Attachment/LogoDisplay/834055?filename=834055.jpg&size=1 pageDate: '2020-05-29T21:49:00.000Z' categories: - FINANCIAL_RESULTS company: - id: 404793712 name: Kuuhubb - domain: www.newsfilecorp.com 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 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 imageUrl: https://www.newsfilecorp.com/socialImage/4331/facebook pageDate: '2020-05-29T18:00:00.000Z' categories: - FINANCIAL_RESULTS company: - id: 346202544 name: Newsfile - id: 358441098 name: Zonetail - domain: www.globenewswire.com title: Eastern Property Holdings Limited (EPH):First quarter 2020 Financial Update url: http://www.globenewswire.com/news-release/2020/05/29/2041104/0/en/Eastern-Property-Holdings-Limited-EPH-First-quarter-2020-Financial-Update.html imageUrl: http://www.globenewswire.com/Attachment/LogoDisplay/562706?filename=562706.gif&size=1 pageDate: '2020-05-29T17:45:00.000Z' categories: - FINANCIAL_RESULTS company: - id: 18466734 name: Eastern Property Holdings - domain: www.globenewswire.com title: CPI FIM SA reports financial results for the first quarter of 2020 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 imageUrl: http://www.globenewswire.com/Attachment/LogoDisplay/829115?filename=829115.png&size=1 pageDate: '2020-05-29T16:52:00.000Z' categories: - FINANCIAL_RESULTS company: - id: 474087406 name: CPI FIM SA - domain: www.globenewswire.com title: Report on interim financial results of AUGA Group AB for three-month period ended 31 March 2020 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 imageUrl: http://www.globenewswire.com/Attachment/LogoDisplay/517004?filename=517004.jpg&size=1 pageDate: '2020-05-29T16:37:00.000Z' categories: - FINANCIAL_RESULTS company: - id: 403773101 name: AUGA group - domain: www.newsfilecorp.com title: Aquarius AI Announces Extension of Filing Deadline of its Interim Financial Statements and MD&A and Provides Update Regarding Annual Filings 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 imageUrl: https://www.newsfilecorp.com/socialImage/6262/facebook pageDate: '2020-05-29T16:00:00.000Z' categories: - FINANCIAL_RESULTS company: - id: 479443079 name: Aquarius AI - id: 346202544 name: Newsfile - domain: www.globenewswire.com title: Pieno zvaigzdes AB, not audited financial results for the first three months of 2020 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 imageUrl: http://www.globenewswire.com/Attachment/LogoDisplay/523601?filename=523601.jpg&size=1 pageDate: '2020-05-29T15:00:00.000Z' categories: - FINANCIAL_RESULTS company: - id: 372842189 name: AB Pieno - domain: www.globenewswire.com title: AB Linas Agro Group performance and financial results for 9-month period of FY 2019/20 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 imageUrl: http://www.globenewswire.com/Attachment/LogoDisplay/521795?filename=521795.gif&size=1 pageDate: '2020-05-29T14:30:00.000Z' categories: - FINANCIAL_RESULTS company: - id: 372142681 name: AB Linas Agro Group - domain: www.globenewswire.com title: Operational and financial stability are priorities of Olainfarm Group url: http://www.globenewswire.com/news-release/2020/05/29/2040964/0/en/Operational-and-financial-stability-are-priorities-of-Olainfarm-Group.html imageUrl: http://www.globenewswire.com/Attachment/LogoDisplay/516784?filename=516784.jpg&size=1 pageDate: '2020-05-29T13:02:00.000Z' categories: - GENERAL_NEWS company: - id: 407289691 name: Olainfarm - domain: www.globenewswire.com title: Reliq Health Technologies, Inc. Files Quarterly Financial Statements, Provides Corporate Update 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 imageUrl: http://www.globenewswire.com/Attachment/LogoDisplay/471239?filename=471239.jpg&size=1 pageDate: '2020-05-29T11:00:00.000Z' categories: - FINANCIAL_RESULTS company: - id: 386286395 name: Reliq Health Technologies - domain: www.globenewswire.com title: 'The Finnish Financial Supervisory Authority has approved Verkkokauppa.com Oyjs Finnish language prospectus ' 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 imageUrl: http://www.globenewswire.com/Attachment/LogoDisplay/789729?filename=789729.png&size=1 pageDate: '2020-05-29T09:00:00.000Z' categories: - GENERAL_NEWS company: - id: 53772301 name: Verkkokauppa.com - domain: www.globenewswire.com title: Inventronics Announces 2020 Q1 Financial Results url: http://www.globenewswire.com/news-release/2020/05/28/2040589/0/en/Inventronics-Announces-2020-Q1-Financial-Results.html imageUrl: http://www.globenewswire.com/Attachment/LogoDisplay/494579?filename=494579.jpg&size=1 pageDate: '2020-05-28T20:40:00.000Z' categories: - FINANCIAL_RESULTS company: - id: 20054036 name: Inventronics - domain: www.globenewswire.com title: Kintavar options Anik Gold property to IAMGOLD; up to $6.5M work commitment and potential to receive up to $3M payment 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 imageUrl: http://www.globenewswire.com/Attachment/LogoDisplay/525296?filename=525296.png&size=1 pageDate: '2020-05-28T15:17:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 29707401 name: IAMGOLD - id: 415697937 name: Kintavar Exploration - domain: www.prnewswire.com title: Vacant Zombie Property Rate In U.S. Holds Steady Amid Foreclosure Moratorium url: https://www.prnewswire.com:443/news-releases/vacant-zombie-property-rate-in-us-holds-steady-amid-foreclosure-moratorium-301066595.html imageUrl: https://mma.prnewswire.com/media/473646/ATTOM_LOGO.jpg?p=twitter pageDate: '2020-05-28T04:01:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 392680169 name: ATTOM Data Solutions - domain: www.globenewswire.com title: 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 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 imageUrl: http://www.globenewswire.com/Attachment/LogoDisplay/482193?filename=482193.png&size=1 pageDate: '2020-05-28T02:15:00.000Z' categories: - FINANCIAL_RESULTS company: - id: 436321967 name: Core Gold - domain: www.businesswire.com 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 url: https://www.businesswire.com/news/home/20200527005960/en/MedX-Health-Corp.-update-release-Annual-Financial/ imageUrl: https://mms.businesswire.com/media/20200527005960/en/618221/21/MedX_Logo.jpg pageDate: '2020-05-28T00:39:00.000Z' categories: - FINANCIAL_RESULTS company: - id: 24444955 name: MedX Health - domain: www.globenewswire.com title: Bragar Eagel & Squire, P.C. Reminds Investors That Class Action Lawsuits Have Been Filed Against SCWorx, Hallmark Financial, Grand Canyon Education, and Conns and Encourages Investors to Contact the Firm 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 imageUrl: http://www.globenewswire.com/Attachment/LogoDisplay/536738?filename=536738.jpg&size=1 pageDate: '2020-05-27T22:00:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 16207750 name: Bragar Eagel & Squire - id: 12534229 name: Conn's - id: 74876601 name: Grand Canyon University - id: 35375246 name: Hallmark Financial Services - id: 459400495 name: SCWorx - domain: www.globenewswire.com title: Mesoblast Reports Strong Financial Position and Substantial Operational Progress For the Period Ended March 31, 2020 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 imageUrl: http://www.globenewswire.com/Attachment/LogoDisplay/411195?filename=411195.jpg&size=1 pageDate: '2020-05-27T21:52:00.000Z' categories: - GENERAL_PRESS_RELEASE company: - id: 72746556 name: Mesoblast - domain: www.prnewswire.com title: Landmark Credit Union Adds Seasoned Financial Services Leader, Brian Melter, To Executive Team url: https://www.prnewswire.com:443/news-releases/landmark-credit-union-adds-seasoned-financial-services-leader-brian-melter-to-executive-team-301066494.html imageUrl: https://mma.prnewswire.com/media/1173665/Brian_Melter.jpg?p=twitter pageDate: '2020-05-27T20:52:00.000Z' categories: - PERSON company: - id: 69228142 name: Landmark Credit Union Datum10: title: Datum10 required: - domain - title - url - imageUrl - pageDate - categories - company type: object properties: domain: type: string example: example.com title: type: string example: Vice President of Sales url: type: string example: https://www.example.com/resource imageUrl: type: string example: https://www.example.com/resource pageDate: type: string example: '2025-03-15T14:30:00Z' categories: type: array items: type: string description: '' example: [] company: type: array items: $ref: '#/components/schemas/Company' description: '' example: [] examples: - domain: www.newsfilecorp.com title: LOOPShare Provides Update on Financial Statement Filing url: https://www.newsfilecorp.com/release/56615/LOOPShare-Provides-Update-on-Financial-Statement-Filing imageUrl: https://www.newsfilecorp.com/socialImage/4789/facebook pageDate: '2020-05-29T22:00:00.000Z' categories: - FINANCIAL_RESULTS company: - id: 398494416 name: LOOPShare - id: 346202544 name: Newsfile NewsSearchInput: title: NewsSearchInput required: - fieldName - fieldType - description type: object properties: fieldName: type: string example: Acme Corporation fieldType: type: string example: standard description: type: string example: Enterprise software company examples: - fieldName: rpp fieldType: Integer description: Limits the results returned to the given number of results per page. NewsSearchOutput: title: NewsSearchOutput required: - fieldName - description type: object properties: fieldName: type: string example: Acme Corporation description: type: string example: Enterprise software company examples: - fieldName: companyId description: Unique ZoomInfo identifier for a company IntentSearchRequest: title: IntentSearchRequest required: - topics - signalScoreMin - signalScoreMax - audienceStrengthMin - audienceStrengthMax - metroRegion - industryCodes - sortBy - sortOrder type: object properties: topics: type: array items: type: string description: '' example: [] signalScoreMin: type: integer contentEncoding: int32 example: 85 signalScoreMax: type: integer contentEncoding: int32 example: 85 audienceStrengthMin: type: string example: example_value audienceStrengthMax: type: string example: example_value metroRegion: type: string example: example_value industryCodes: type: string example: Software sortBy: type: string example: example_value sortOrder: type: string example: example_value examples: - topics: - Cloud Applications - Cloud Computing - Cloud Infrastructure - Mobile Apps - Mobile Security signalScoreMin: 80 signalScoreMax: 100 audienceStrengthMin: C audienceStrengthMax: A metroRegion: usa.california.sanfrancisco industryCodes: education.university sortBy: topic sortOrder: desc IntentSearch: title: IntentSearch required: - maxResults - totalResults - currentPage - data type: object properties: maxResults: type: integer contentEncoding: int32 example: 100 totalResults: type: integer contentEncoding: int32 example: 100 currentPage: type: integer contentEncoding: int32 example: 1 data: type: array items: $ref: '#/components/schemas/Datum11' description: '' example: [] examples: - maxResults: 19 totalResults: 19 currentPage: 1 data: - id: d3ac21f6-f9f4-4a71-8ca9-8f4125937d2c category: Cyber Security topic: Mobile Security signalScore: 83 audienceStrength: C newSignal: true signalDate: 7/5/2020 12:00 AM trend: 24 recommendedContacts: - id: -1766367996 firstName: David lastName: Fike jobTitle: President jobFunction: - name: Executive department: C-Suite company: id: 118998385 name: Golden Gate University website: www.ggu.edu hasOtherTopicConsumption: true - id: 03e79b1c-fa4b-4f62-ad97-40de35e2625c category: Cyber Security topic: Mobile Security signalScore: 88 audienceStrength: A newSignal: true signalDate: 6/28/2020 12:00 AM trend: 29 recommendedContacts: - id: 2358233518 firstName: Martin lastName: Pacholuk jobTitle: Deputy Chief Information Officer jobFunction: - name: Information Technology department: Information Technology - name: Information Technology Executive department: C-Suite - id: 1239218786 firstName: Camilla lastName: Tubbs jobTitle: Associate Dean, Library & Technology & Chief Information Officer jobFunction: - name: Information Technology department: Information Technology - name: Information Technology Executive department: C-Suite - id: 55169609 firstName: David lastName: Seward jobTitle: Chief Financial Officer jobFunction: - name: Finance Executive department: C-Suite - name: Finance department: Finance - id: 3117140380 firstName: Mike lastName: Liu jobTitle: Vice Chief Technology Officer, CIO & President Information Technology jobFunction: - name: Information Technology department: Information Technology - name: Information Technology Executive department: C-Suite - id: -1542224459 firstName: Claire lastName: Wilkens jobTitle: Co-President jobFunction: - name: Executive department: C-Suite company: id: 53923462 name: UC Hastings College of the Law website: www.uchastings.edu hasOtherTopicConsumption: true - id: af75117e-c6b1-4831-8cfa-562acc36d9c1 category: Mobile Applications topic: Mobile Apps signalScore: 92 audienceStrength: A newSignal: true signalDate: 7/12/2020 12:00 AM trend: 33 recommendedContacts: - id: 409942831 firstName: Judie lastName: Wexler jobTitle: President jobFunction: - name: Executive department: C-Suite company: id: 47028048 name: California Institute of Integral Studies website: www.ciis.edu hasOtherTopicConsumption: true - id: 4093d164-7c33-4c61-b592-68f57ecf6cb3 category: Mobile Applications topic: Mobile Apps signalScore: 86 audienceStrength: B newSignal: true signalDate: 7/5/2020 12:00 AM trend: 27 recommendedContacts: - id: 27256033 firstName: Thomas lastName: Cropper jobTitle: President jobFunction: - name: Executive department: C-Suite company: id: 13209136 name: California Maritime Academy website: www.csum.edu hasOtherTopicConsumption: true - id: 32cfc646-4ebc-4693-bc17-b41879d63ec4 category: Mobile Applications topic: Mobile Apps signalScore: 80 audienceStrength: C newSignal: true signalDate: 7/5/2020 12:00 AM trend: 21 recommendedContacts: - id: 24417960 firstName: Edward lastName: Prohaska jobTitle: Chief Financial Officer jobFunction: - name: Finance Executive department: C-Suite - name: Finance department: Finance - id: 388711836 firstName: Mara lastName: Hancock jobTitle: Vice President, Technology & Chief Information Officer jobFunction: - name: Information Technology department: Information Technology - name: Information Technology Executive department: C-Suite - id: 26415164 firstName: Stephen lastName: Beal jobTitle: President jobFunction: - name: Executive department: C-Suite - id: -1254364721 firstName: Michael lastName: McLaughlin jobTitle: Founder & President jobFunction: - name: Executive department: C-Suite company: id: 19256146 name: California College of the Arts website: www.cca.edu hasOtherTopicConsumption: true - id: 36d66c2c-699c-49ec-b7e1-ae92572ccdc9 category: Mobile Applications topic: Mobile Apps signalScore: 83 audienceStrength: C newSignal: true signalDate: 7/12/2020 12:00 AM trend: 24 recommendedContacts: - id: 3882045930 firstName: Melissa lastName: Hall jobTitle: President jobFunction: - name: Executive department: C-Suite - id: 1810524670 firstName: Ben lastName: Christensen jobTitle: Chief Financial Officer jobFunction: - name: Finance Executive department: C-Suite - name: Finance department: Finance - id: 1715680805 firstName: Jonathan lastName: Stull jobTitle: Chief Operating Officer jobFunction: - name: Operations Executive department: C-Suite - name: Operations department: Operations - id: 1888318694 firstName: Scott lastName: Ringwelski jobTitle: Chief Technology Officer jobFunction: - name: Engineering & Technical Executive department: C-Suite - name: Engineering & Technical department: Engineering & Technical - name: Technology Operations department: Engineering & Technical company: id: 363577968 name: Handshake website: www.joinhandshake.com hasOtherTopicConsumption: true - id: bfee3c75-080f-4a11-9259-8a29a6511174 category: Mobile Applications topic: Mobile Apps signalScore: 85 audienceStrength: B newSignal: false signalDate: 6/28/2020 12:00 AM trend: 7 recommendedContacts: - id: 1592676174 firstName: Fatima lastName: Alleyne jobTitle: President jobFunction: - name: Executive department: C-Suite - id: -916803008 firstName: Terry lastName: Koehne jobTitle: Chief Communications Officer jobFunction: - name: Strategic Communications department: Marketing - name: Marketing Executive department: C-Suite - name: Marketing department: Marketing - name: Marketing Communications department: Marketing company: id: 29791549 name: Contra Costa County Office of Education website: www.cccoe.k12.ca.us hasOtherTopicConsumption: true - id: caaae618-2bdd-4bf9-8f91-a5bf965e35b6 category: Mobile Applications topic: Mobile Apps signalScore: 83 audienceStrength: B newSignal: true signalDate: 6/21/2020 12:00 AM trend: 24 recommendedContacts: - id: 263922298 firstName: Bill lastName: Tsatsoulis jobTitle: Chief Operating Officer jobFunction: - name: Operations Executive department: C-Suite - name: Operations department: Operations - id: 2470805454 firstName: Rob lastName: Fisher jobTitle: Chief Executive Officer jobFunction: - name: Executive department: C-Suite company: id: 628662 name: Academy of Art University website: www.academyart.edu hasOtherTopicConsumption: true - id: 6f85a972-835e-4531-ac7e-7aee75d579ea category: Cloud topic: Cloud Infrastructure signalScore: 85 audienceStrength: B newSignal: true signalDate: 6/21/2020 12:00 AM trend: 26 recommendedContacts: - id: 2671385855 firstName: Elizabeth lastName: Hillman jobTitle: President jobFunction: - name: Executive department: C-Suite company: id: 78366485 name: Mills College website: www.mills.edu hasOtherTopicConsumption: true - id: 1029fe13-c192-4754-be2a-2baf37e53759 category: Cloud topic: Cloud Infrastructure signalScore: 84 audienceStrength: B newSignal: true signalDate: 6/28/2020 12:00 AM trend: 25 recommendedContacts: - id: 1970683957 firstName: Patrick lastName: Ekoue-totou jobTitle: Chief Information Officer & Director, Information Technology jobFunction: - name: Information Technology department: Information Technology - name: Information Technology Executive department: C-Suite company: id: 65571648 name: College of Marin website: www.marin.edu hasOtherTopicConsumption: true - id: dff20de7-8bde-496e-a0c4-7e1de3303a44 category: Cloud topic: Cloud Infrastructure signalScore: 83 audienceStrength: C newSignal: true signalDate: 7/12/2020 12:00 AM trend: 24 recommendedContacts: - id: 2670266631 firstName: Ching lastName: Wang jobTitle: President & Chief Executive Officer jobFunction: - name: Executive department: C-Suite - id: -1055918224 firstName: Michael lastName: Chiu jobTitle: President jobFunction: - name: Executive department: C-Suite - id: 2939458238 firstName: Ramez lastName: Sakkab jobTitle: President jobFunction: - name: Executive department: C-Suite company: id: 33702638 name: Samuel Merritt University website: www.samuelmerritt.edu hasOtherTopicConsumption: true - id: 0e055f3a-929a-49c2-b8b6-8ae0f4984a64 category: Cloud topic: Cloud Computing signalScore: 84 audienceStrength: C newSignal: true signalDate: 7/12/2020 12:00 AM trend: 25 recommendedContacts: - id: 2670266631 firstName: Ching lastName: Wang jobTitle: President & Chief Executive Officer jobFunction: - name: Executive department: C-Suite - id: -1055918224 firstName: Michael lastName: Chiu jobTitle: President jobFunction: - name: Executive department: C-Suite - id: 2939458238 firstName: Ramez lastName: Sakkab jobTitle: President jobFunction: - name: Executive department: C-Suite company: id: 33702638 name: Samuel Merritt University website: www.samuelmerritt.edu hasOtherTopicConsumption: true - id: dc382155-f385-4f19-a127-1fe1371b74bd category: Cloud topic: Cloud Computing signalScore: 82 audienceStrength: C newSignal: true signalDate: 7/12/2020 12:00 AM trend: 23 recommendedContacts: - id: 263922298 firstName: Bill lastName: Tsatsoulis jobTitle: Chief Operating Officer jobFunction: - name: Operations Executive department: C-Suite - name: Operations department: Operations - id: 2470805454 firstName: Rob lastName: Fisher jobTitle: Chief Executive Officer jobFunction: - name: Executive department: C-Suite company: id: 628662 name: Academy of Art University website: www.academyart.edu hasOtherTopicConsumption: true - id: aecb0682-1990-4359-a073-5b7a54e87f06 category: Cloud topic: Cloud Computing signalScore: 82 audienceStrength: C newSignal: true signalDate: 6/28/2020 12:00 AM trend: 23 recommendedContacts: - id: 1970683957 firstName: Patrick lastName: Ekoue-totou jobTitle: Chief Information Officer & Director, Information Technology jobFunction: - name: Information Technology department: Information Technology - name: Information Technology Executive department: C-Suite company: id: 65571648 name: College of Marin website: www.marin.edu hasOtherTopicConsumption: true - id: 60ff0745-9745-48fb-a014-4f86c4eb9fab category: Cloud topic: Cloud Computing signalScore: 81 audienceStrength: C newSignal: true signalDate: 6/21/2020 12:00 AM trend: 22 recommendedContacts: - id: 2671385855 firstName: Elizabeth lastName: Hillman jobTitle: President jobFunction: - name: Executive department: C-Suite company: id: 78366485 name: Mills College website: www.mills.edu hasOtherTopicConsumption: true - id: 7ab038a0-db6a-4157-8ca5-69e05337c98e category: Cloud topic: Cloud Computing signalScore: 85 audienceStrength: B newSignal: true signalDate: 6/21/2020 12:00 AM trend: 26 recommendedContacts: - id: 1543255409 firstName: Susan lastName: Lamb jobTitle: President jobFunction: - name: Executive department: C-Suite company: id: 50978158 name: Diablo Valley College website: www.dvc.edu hasOtherTopicConsumption: true - id: d9bed256-5b94-40b3-8773-2fa40226c8ed category: Cloud topic: Cloud Applications signalScore: 83 audienceStrength: C newSignal: true signalDate: 7/12/2020 12:00 AM trend: 24 recommendedContacts: - id: 2670266631 firstName: Ching lastName: Wang jobTitle: President & Chief Executive Officer jobFunction: - name: Executive department: C-Suite - id: -1055918224 firstName: Michael lastName: Chiu jobTitle: President jobFunction: - name: Executive department: C-Suite - id: 2939458238 firstName: Ramez lastName: Sakkab jobTitle: President jobFunction: - name: Executive department: C-Suite company: id: 33702638 name: Samuel Merritt University website: www.samuelmerritt.edu hasOtherTopicConsumption: true - id: f1432f95-5300-4fd9-ba58-c90114f7bdc0 category: Cloud topic: Cloud Applications signalScore: 86 audienceStrength: B newSignal: true signalDate: 6/21/2020 12:00 AM trend: 27 recommendedContacts: - id: 2671385855 firstName: Elizabeth lastName: Hillman jobTitle: President jobFunction: - name: Executive department: C-Suite company: id: 78366485 name: Mills College website: www.mills.edu hasOtherTopicConsumption: true - id: f1971651-c742-41f3-93ac-cebe89ec78f8 category: Cloud topic: Cloud Applications signalScore: 84 audienceStrength: B newSignal: true signalDate: 6/28/2020 12:00 AM trend: 25 recommendedContacts: - id: 1970683957 firstName: Patrick lastName: Ekoue-totou jobTitle: Chief Information Officer & Director, Information Technology jobFunction: - name: Information Technology department: Information Technology - name: Information Technology Executive department: C-Suite company: id: 65571648 name: College of Marin website: www.marin.edu hasOtherTopicConsumption: true Datum11: title: Datum11 required: - id - category - topic - signalScore - audienceStrength - newSignal - signalDate - trend - recommendedContacts - company type: object properties: id: type: string example: '500123' category: type: string example: example_value topic: type: string example: example_value signalScore: type: integer contentEncoding: int32 example: 85 audienceStrength: type: string example: example_value newSignal: type: boolean example: true signalDate: type: string example: '2025-03-15T14:30:00Z' trend: type: integer contentEncoding: int32 example: 100 recommendedContacts: type: array items: $ref: '#/components/schemas/RecommendedContact' description: '' example: [] company: $ref: '#/components/schemas/Company8' examples: - id: d3ac21f6-f9f4-4a71-8ca9-8f4125937d2c category: Cyber Security topic: Mobile Security signalScore: 83 audienceStrength: C newSignal: true signalDate: 7/5/2020 12:00 AM trend: 24 recommendedContacts: - id: -1766367996 firstName: David lastName: Fike jobTitle: President jobFunction: - name: Executive department: C-Suite company: id: 118998385 name: Golden Gate University website: www.ggu.edu hasOtherTopicConsumption: true RecommendedContact: title: RecommendedContact required: - id - firstName - lastName - jobTitle - jobFunction type: object properties: id: type: integer contentEncoding: int32 example: 500123 firstName: type: string example: Acme Corporation lastName: type: string example: Acme Corporation jobTitle: type: string example: Vice President of Sales jobFunction: type: array items: $ref: '#/components/schemas/JobFunction' description: '' example: [] examples: - id: -1766367996 firstName: David lastName: Fike jobTitle: President jobFunction: - name: Executive department: C-Suite JobFunction: title: JobFunction required: - name - department type: object properties: name: type: string example: Acme Corporation department: type: string example: example_value examples: - name: Executive department: C-Suite Company8: title: Company8 required: - id - name - website - hasOtherTopicConsumption type: object properties: id: type: integer contentEncoding: int32 example: 500123 name: type: string example: Acme Corporation website: type: string example: example_value hasOtherTopicConsumption: type: boolean example: true examples: - id: 118998385 name: Golden Gate University website: www.ggu.edu hasOtherTopicConsumption: true IntentSearchInput: title: IntentSearchInput required: - fieldName - fieldType - description type: object properties: fieldName: type: string example: Acme Corporation fieldType: type: string example: standard description: type: string example: Enterprise software company examples: - fieldName: topics fieldType: ArrayList description: Intent topics. Accepts an Array of String. See the 'Intent Topics' endpoint for values. IntentSearchOutput: title: IntentSearchOutput required: - fieldName - description type: object properties: fieldName: type: string example: Acme Corporation description: type: string example: Enterprise software company examples: - fieldName: id description: Unique ZoomInfo identifier for a topic ContactEnrichRequest: title: ContactEnrichRequest required: - outputFields - matchPersonInput type: object properties: outputFields: type: array items: type: string description: '' example: [] matchPersonInput: type: array items: $ref: '#/components/schemas/MatchPersonInput' description: '' example: [] examples: - outputFields: - mobilePhone - phone matchPersonInput: - personId: 1584305636 MatchPersonInput: title: MatchPersonInput required: - personId type: object properties: personId: type: integer contentEncoding: int32 example: 500123 examples: - personId: 1584305636 EnrichcontactbyfirstnamelastnamecompanyId: title: EnrichcontactbyfirstnamelastnamecompanyId required: - success - data type: object properties: success: type: boolean example: true data: $ref: '#/components/schemas/Data' examples: - success: true data: outputFields: - - id - firstname - middlename - lastname - email - hascanadianemail - phone - directphonedonotcall - street - city - region - metroarea - zipcode - state - country - personhasmoved - withineu - withincalifornia - withincanada - lastupdateddate - noticeprovideddate - salutation - suffix - jobtitle - jobfunction - companydivision - education - hashedemails - picture - mobilephonedonotcall - externalurls - companyid - companyname - companydescriptionlist - companyphone - companyfax - companystreet - companycity - companystate - companyzipcode - companycountry - companylogo - companysiccodes - companynaicscodes - contactaccuracyscore - companywebsite - companyrevenue - companyrevenuenumeric - companyemployeecount - companytype - companyticker - companyranking - isdefunct - companysocialmediaurls - companyprimaryindustry - companyindustries - companyrevenuerange - companyemployeerange - employmenthistory - managementlevel - locationcompanyid - companyId result: - input: companyid: 346572700 firstname: henry lastname: schuck data: - id: 1260398587 firstName: Henry middleName: L. lastName: Schuck email: henry.schuck@zoominfo.com hasCanadianEmail: 'false' phone: (360) 783-6816 directPhoneDoNotCall: false street: 805 Broadway Ste. 900 city: Vancouver region: Washington metroArea: Portland zipCode: '98660' state: Washington country: United States personHasMoved: Uncertain withinEu: false withinCalifornia: true withinCanada: false lastUpdatedDate: 1/5/2020 2:59 PM noticeProvidedDate: 06/27/2020 salutation: '' suffix: '' jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite education: - school: University of Nevada , Las Vegas educationDegree: degree: '' areaOfStudy: '' - school: Oxford University educationDegree: degree: comparative law areaOfStudy: '' - school: The Ohio State University Moritz College of Law educationDegree: degree: '' areaOfStudy: juris doctorate degree cum laude hashedEmails: - f58f6a9d081a378bccd8c8a067f5d757c1bcfe1114b17d1a0173c4f64f132a76 - 882301004d270daab518d5d4fc0ec9a3e790159c4802e04394c0e70d7d817a5df5d19ba86a495ea2b22c19911a4606c63af22b85326c5a477e5b845a9ffcc33d - 8dceb85dffad7d86c656fabd105d5781a1cdc66d3e5e0f1e723f04dc172c13e7839948f8253f382ecb91b5a3892aa4c8cec671061a24b18ef4cd3fc08a89d0bc - f68bd1de672a4c37fdc87d88b4d543c2634ed129e5c73f69ca74c5dd21bc0fd6 - eed1872f83bf7d777eef83d459e14dc97cc8bbe4c391665d02130d1a02b9c6bae8fde805e5556bc9345e01da360856c36c08d3fde3c6564ce9eda330c11307cb - b187e4ed0351e0988c5e7efb63c73d8fba14252ede5b29c4b111445ed60a205e566feaa37eb2a5da512f93d8c34bab8add0ebec823ee2a9ba718e709ae5bb999 - 8eb26ee14126e66bbf71cfc7da77803ab2079298c4f63075b4a9329605d0844c3b9d989ae4e9486f12701bad2b40cf45c8b461b751a3b37e97b18bd07cddf950 - 695d19bdc9be7f8e742c5f8d21d20832 - 29d9667b9865bd4c0ade732d87491588 - 0277d9b958853b227aae74c49fb3f47ed1a4f7a0 - 8f74df87a34f9eace4f392081fdf1701ecdd0a82 - 0cf4aef9be54921f056cfbd01aa21aaa - c9415971b7ed54e1ef2ba9b76d7517d8 - 3255f0cea9d54f85c3ffe066798f68c8d9ff5131 - c2a09501b2e2d8542c90a9014a3e035be5d5412b - 73874aff0dc933c6b08f9ecfdcd281ae5f2b2ef4 - b29c16b0355cdf202e47561cc82b2ce10325c7c9fbf35fc8c8d2ac97e1a15751 - 0b3c1656c901009da30bd69f431f901d17aea3b5 - 219df7fce416087db95f41b22a3e99de - 74a841493b2be80de6b0523e3e51388ee702162b98bf0a1b761dc20a67c24bf9dd7c1c1edb43ec378754489dcb2c8b94fe8652c4f8aad2294758f1e37738093c - 11862b70dc429e354ecb9e8c3f94baa980cd848a4e65b0607f098c2c4784e1e9 - f96d816c6506277d8917284d6ae01c086d6bb738 - e2107f85303216debfc490c1128ad0026bc66cba - 42f9c1101b858d906f1e9249377705cc - 2d707a32b6c36d7860df4ded85a3675da59487bd - 70c0572ab995de4b75a50d4f3b9527b2f23ee3729d8dee19454732bb5974b96ce3b46c126ef9da3072e0db19331b713551c8f51af7d06d7456b006e6b6c6786f - cb428444a92caccbf74196a56ce2ce47bedb7c810165a3f5670e0142b9e20488 - fb8f9342f5555bac4b5576e18203dee9649eb6cac775a60444a08912d57ecfaf - 02d590f02c638a0f0a14330f8ed41ac3f29be73f3cc61510cffd5010f4076a56 - 077edc0b42f5b3a2ebced95cb466d7540eb13f84 - 35fae950b9267686ad59bf5540f05fe32614b05f7ce111c88215d397c4ccca80 - 072d54d1cd80722271757be3ad70e2fa80a4f7a9ddcfa4986bdacfaf44090d01 - f9cec62f4b2805124098741a9ff318cfc7601014799360d909d6160941a6700d4ec1dcfbfcfd445a8fd5549670bebefd0169ab53d5332296af6c70a55e22848a - 4d49f8386d59b45ddda50a5ef5430120 - 81863a5a64ae6c4df9eab6200808260ffd99324308dcdb234cb95fe2f01868fd - 3b4031ad2889aba895b3f7a0132f254c - adb40c784326c0581284f4c8301bbeb0b217bab6a09eb811f8eee4fce2ea431b3cf01da7192c0af813ce7df177fc634770b4557c74301d41c412ee7dc890b9bf - 20b54d86e974f4dfeb4383ed2c748e2d79ac7d28 - 258ba4f8558fbea656732b28211c9df8 - b389c6b4c6d1ab9c45a41f2ac41d7a2367b980866587f0d8afc8d07e87bf7dbee8638f4194e24674aa56a225bc9db668a6febd13fe0b975cc330dfb7c54df4f2 - 36c30998984a06a5eb56f5322ff8a284d144d159365b93423cc08223081965d606e6af6dddd30b7fd09bc627f9dcecd3ea85c036c3ba485ed31e07d2bd7ca65b - 5233cc7bd91cb8234b136cd44db83d94 - 6a17da18c38ef9b4d42cefdaf7db0a03 - 2154155b799c35d2d58ad920146b2477635884f5af0839bc6ebbdb99216b7415 picture: https://www.zoominfo.com/ge-assets/images/leadership/henry_schuck.png mobilePhoneDoNotCall: true externalUrls: - type: linkedin.com url: https://www.linkedin.com/in/hschuck - type: twitter.com url: https://www.twitter.com/henrylschuck - type: salesforce.com url: https://www.salesforce.com/00361000005FuKPAA0 contactAccuracyScore: 96 isDefunct: false employmentHistory: - jobTitle: Vice President of Data and Marketing managementLevel: - VP-Level fromDate: '2002-01-02T00:00:00.000Z' toDate: '2006-01-02T00:00:00.000Z' company: companyId: 0 companyName: iProfile companyPhone: '' companyWebsite: '' managementLevel: - C-Level locationCompanyId: 344589814 company: division: '' id: 344589814 name: ZoomInfo descriptionList: - 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. - 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. - 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. ' - 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. ' - 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. ' phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St Suite 900 city: Vancouver state: Washington zipCode: '98660' country: United States logo: http://www.zoominfo.com/business/mktg/images/zi_logo.png sicCodes: - id: '73' name: Business Services - id: '737' name: Computer Programming, Data Processing, And Other Computer Related Services - id: '7375' name: Information Retrieval Services - id: '27' name: Printing, Publishing, And Allied Industries - id: '274' name: Miscellaneous Publishing - id: '2741' name: Miscellaneous Publishing - id: '731' name: Advertising - id: '7371' name: Computer Programming Services - id: '7372' name: Prepackaged Software - id: '738' name: Miscellaneous Business Services - id: '7389' name: Business Services, Not Elsewhere Classified - id: '89' name: Miscellaneous Services - id: '899' name: Miscellaneous Services - id: '8999' name: Services, Not Elsewhere Classified - id: '7374' name: Computer Processing and Data Preparation and Processing Services naicsCodes: - id: '541613' name: Marketing Consulting Services - id: '541511' name: Custom Computer Programming Services - id: '51919' name: All Other Information Services - id: '518210' name: Data Processing, Hosting, and Related Services - id: '54151' name: Computer Systems Design and Related Services - id: '5182' name: Data Processing, Hosting, and Related Services - id: '511' name: Publishing Industries (except Internet) - id: '51121' name: Software Publishers - id: '51821' name: Data Processing, Hosting, and Related Services - id: '517' name: Telecommunications - id: '5415' name: Computer Systems Design and Related Services - id: '518' name: Data Processing, Hosting, and Related Services - id: '51' name: Information - id: '5416' name: Management, Scientific, and Technical Consulting Services - id: '519' name: Other Information Services - id: '5418' name: Advertising, Public Relations, and Related Services - id: '54' name: Professional, Scientific, and Technical Services - id: '5112' name: Software Publishers - id: '511210' name: Software Publishers - id: '517110' name: '' - id: '5191' name: Other Information Services - id: '5171' name: '' - id: '54161' name: Management Consulting Services - id: '519130' name: Internet Publishing and Broadcasting and Web Search Portals - id: '541' name: Professional, Scientific, and Technical Services - id: '519190' name: All Other Information Services - id: '51711' name: '' - id: '51913' name: Internet Publishing and Broadcasting and Web Search Portals website: www.zoominfo.com revenue: $400 Million revenueNumeric: 400000000 employeeCount: 1500 type: PUBLIC ticker: 'NASDAQ: ZI' ranking: - Inc 5000 socialMediaUrls: [] primaryIndustry: - Software industries: - Data Collection & Internet Portals - Software - Media & Internet revenueRange: $250 mil. - $500 mil. employeeRange: 1,000 - 5,000 Data: title: Data required: - outputFields - result type: object properties: outputFields: type: array items: type: array items: type: string example: [] result: type: array items: $ref: '#/components/schemas/Result' description: '' example: [] examples: - outputFields: - - id - firstname - middlename - lastname - email - hascanadianemail - phone - directphonedonotcall - street - city - region - metroarea - zipcode - state - country - personhasmoved - withineu - withincalifornia - withincanada - lastupdateddate - noticeprovideddate - salutation - suffix - jobtitle - jobfunction - companydivision - education - hashedemails - picture - mobilephonedonotcall - externalurls - companyid - companyname - companydescriptionlist - companyphone - companyfax - companystreet - companycity - companystate - companyzipcode - companycountry - companylogo - companysiccodes - companynaicscodes - contactaccuracyscore - companywebsite - companyrevenue - companyrevenuenumeric - companyemployeecount - companytype - companyticker - companyranking - isdefunct - companysocialmediaurls - companyprimaryindustry - companyindustries - companyrevenuerange - companyemployeerange - employmenthistory - managementlevel - locationcompanyid - companyId result: - input: companyid: 346572700 firstname: henry lastname: schuck data: - id: 1260398587 firstName: Henry middleName: L. lastName: Schuck email: henry.schuck@zoominfo.com hasCanadianEmail: 'false' phone: (360) 783-6816 directPhoneDoNotCall: false street: 805 Broadway Ste. 900 city: Vancouver region: Washington metroArea: Portland zipCode: '98660' state: Washington country: United States personHasMoved: Uncertain withinEu: false withinCalifornia: true withinCanada: false lastUpdatedDate: 1/5/2020 2:59 PM noticeProvidedDate: 06/27/2020 salutation: '' suffix: '' jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite education: - school: University of Nevada , Las Vegas educationDegree: degree: '' areaOfStudy: '' - school: Oxford University educationDegree: degree: comparative law areaOfStudy: '' - school: The Ohio State University Moritz College of Law educationDegree: degree: '' areaOfStudy: juris doctorate degree cum laude hashedEmails: - f58f6a9d081a378bccd8c8a067f5d757c1bcfe1114b17d1a0173c4f64f132a76 - 882301004d270daab518d5d4fc0ec9a3e790159c4802e04394c0e70d7d817a5df5d19ba86a495ea2b22c19911a4606c63af22b85326c5a477e5b845a9ffcc33d - 8dceb85dffad7d86c656fabd105d5781a1cdc66d3e5e0f1e723f04dc172c13e7839948f8253f382ecb91b5a3892aa4c8cec671061a24b18ef4cd3fc08a89d0bc - f68bd1de672a4c37fdc87d88b4d543c2634ed129e5c73f69ca74c5dd21bc0fd6 - eed1872f83bf7d777eef83d459e14dc97cc8bbe4c391665d02130d1a02b9c6bae8fde805e5556bc9345e01da360856c36c08d3fde3c6564ce9eda330c11307cb - b187e4ed0351e0988c5e7efb63c73d8fba14252ede5b29c4b111445ed60a205e566feaa37eb2a5da512f93d8c34bab8add0ebec823ee2a9ba718e709ae5bb999 - 8eb26ee14126e66bbf71cfc7da77803ab2079298c4f63075b4a9329605d0844c3b9d989ae4e9486f12701bad2b40cf45c8b461b751a3b37e97b18bd07cddf950 - 695d19bdc9be7f8e742c5f8d21d20832 - 29d9667b9865bd4c0ade732d87491588 - 0277d9b958853b227aae74c49fb3f47ed1a4f7a0 - 8f74df87a34f9eace4f392081fdf1701ecdd0a82 - 0cf4aef9be54921f056cfbd01aa21aaa - c9415971b7ed54e1ef2ba9b76d7517d8 - 3255f0cea9d54f85c3ffe066798f68c8d9ff5131 - c2a09501b2e2d8542c90a9014a3e035be5d5412b - 73874aff0dc933c6b08f9ecfdcd281ae5f2b2ef4 - b29c16b0355cdf202e47561cc82b2ce10325c7c9fbf35fc8c8d2ac97e1a15751 - 0b3c1656c901009da30bd69f431f901d17aea3b5 - 219df7fce416087db95f41b22a3e99de - 74a841493b2be80de6b0523e3e51388ee702162b98bf0a1b761dc20a67c24bf9dd7c1c1edb43ec378754489dcb2c8b94fe8652c4f8aad2294758f1e37738093c - 11862b70dc429e354ecb9e8c3f94baa980cd848a4e65b0607f098c2c4784e1e9 - f96d816c6506277d8917284d6ae01c086d6bb738 - e2107f85303216debfc490c1128ad0026bc66cba - 42f9c1101b858d906f1e9249377705cc - 2d707a32b6c36d7860df4ded85a3675da59487bd - 70c0572ab995de4b75a50d4f3b9527b2f23ee3729d8dee19454732bb5974b96ce3b46c126ef9da3072e0db19331b713551c8f51af7d06d7456b006e6b6c6786f - cb428444a92caccbf74196a56ce2ce47bedb7c810165a3f5670e0142b9e20488 - fb8f9342f5555bac4b5576e18203dee9649eb6cac775a60444a08912d57ecfaf - 02d590f02c638a0f0a14330f8ed41ac3f29be73f3cc61510cffd5010f4076a56 - 077edc0b42f5b3a2ebced95cb466d7540eb13f84 - 35fae950b9267686ad59bf5540f05fe32614b05f7ce111c88215d397c4ccca80 - 072d54d1cd80722271757be3ad70e2fa80a4f7a9ddcfa4986bdacfaf44090d01 - f9cec62f4b2805124098741a9ff318cfc7601014799360d909d6160941a6700d4ec1dcfbfcfd445a8fd5549670bebefd0169ab53d5332296af6c70a55e22848a - 4d49f8386d59b45ddda50a5ef5430120 - 81863a5a64ae6c4df9eab6200808260ffd99324308dcdb234cb95fe2f01868fd - 3b4031ad2889aba895b3f7a0132f254c - adb40c784326c0581284f4c8301bbeb0b217bab6a09eb811f8eee4fce2ea431b3cf01da7192c0af813ce7df177fc634770b4557c74301d41c412ee7dc890b9bf - 20b54d86e974f4dfeb4383ed2c748e2d79ac7d28 - 258ba4f8558fbea656732b28211c9df8 - b389c6b4c6d1ab9c45a41f2ac41d7a2367b980866587f0d8afc8d07e87bf7dbee8638f4194e24674aa56a225bc9db668a6febd13fe0b975cc330dfb7c54df4f2 - 36c30998984a06a5eb56f5322ff8a284d144d159365b93423cc08223081965d606e6af6dddd30b7fd09bc627f9dcecd3ea85c036c3ba485ed31e07d2bd7ca65b - 5233cc7bd91cb8234b136cd44db83d94 - 6a17da18c38ef9b4d42cefdaf7db0a03 - 2154155b799c35d2d58ad920146b2477635884f5af0839bc6ebbdb99216b7415 picture: https://www.zoominfo.com/ge-assets/images/leadership/henry_schuck.png mobilePhoneDoNotCall: true externalUrls: - type: linkedin.com url: https://www.linkedin.com/in/hschuck - type: twitter.com url: https://www.twitter.com/henrylschuck - type: salesforce.com url: https://www.salesforce.com/00361000005FuKPAA0 contactAccuracyScore: 96 isDefunct: false employmentHistory: - jobTitle: Vice President of Data and Marketing managementLevel: - VP-Level fromDate: '2002-01-02T00:00:00.000Z' toDate: '2006-01-02T00:00:00.000Z' company: companyId: 0 companyName: iProfile companyPhone: '' companyWebsite: '' managementLevel: - C-Level locationCompanyId: 344589814 company: division: '' id: 344589814 name: ZoomInfo descriptionList: - 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. - 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. - 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. ' - 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. ' - 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. ' phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St Suite 900 city: Vancouver state: Washington zipCode: '98660' country: United States logo: http://www.zoominfo.com/business/mktg/images/zi_logo.png sicCodes: - id: '73' name: Business Services - id: '737' name: Computer Programming, Data Processing, And Other Computer Related Services - id: '7375' name: Information Retrieval Services - id: '27' name: Printing, Publishing, And Allied Industries - id: '274' name: Miscellaneous Publishing - id: '2741' name: Miscellaneous Publishing - id: '731' name: Advertising - id: '7371' name: Computer Programming Services - id: '7372' name: Prepackaged Software - id: '738' name: Miscellaneous Business Services - id: '7389' name: Business Services, Not Elsewhere Classified - id: '89' name: Miscellaneous Services - id: '899' name: Miscellaneous Services - id: '8999' name: Services, Not Elsewhere Classified - id: '7374' name: Computer Processing and Data Preparation and Processing Services naicsCodes: - id: '541613' name: Marketing Consulting Services - id: '541511' name: Custom Computer Programming Services - id: '51919' name: All Other Information Services - id: '518210' name: Data Processing, Hosting, and Related Services - id: '54151' name: Computer Systems Design and Related Services - id: '5182' name: Data Processing, Hosting, and Related Services - id: '511' name: Publishing Industries (except Internet) - id: '51121' name: Software Publishers - id: '51821' name: Data Processing, Hosting, and Related Services - id: '517' name: Telecommunications - id: '5415' name: Computer Systems Design and Related Services - id: '518' name: Data Processing, Hosting, and Related Services - id: '51' name: Information - id: '5416' name: Management, Scientific, and Technical Consulting Services - id: '519' name: Other Information Services - id: '5418' name: Advertising, Public Relations, and Related Services - id: '54' name: Professional, Scientific, and Technical Services - id: '5112' name: Software Publishers - id: '511210' name: Software Publishers - id: '517110' name: '' - id: '5191' name: Other Information Services - id: '5171' name: '' - id: '54161' name: Management Consulting Services - id: '519130' name: Internet Publishing and Broadcasting and Web Search Portals - id: '541' name: Professional, Scientific, and Technical Services - id: '519190' name: All Other Information Services - id: '51711' name: '' - id: '51913' name: Internet Publishing and Broadcasting and Web Search Portals website: www.zoominfo.com revenue: $400 Million revenueNumeric: 400000000 employeeCount: 1500 type: PUBLIC ticker: 'NASDAQ: ZI' ranking: - Inc 5000 socialMediaUrls: [] primaryIndustry: - Software industries: - Data Collection & Internet Portals - Software - Media & Internet revenueRange: $250 mil. - $500 mil. employeeRange: 1,000 - 5,000 Result: title: Result required: - input - data type: object properties: input: $ref: '#/components/schemas/Input' data: type: array items: $ref: '#/components/schemas/Data1' description: '' example: [] examples: - input: companyid: 346572700 firstname: henry lastname: schuck data: - id: 1260398587 firstName: Henry middleName: L. lastName: Schuck email: henry.schuck@zoominfo.com hasCanadianEmail: 'false' phone: (360) 783-6816 directPhoneDoNotCall: false street: 805 Broadway Ste. 900 city: Vancouver region: Washington metroArea: Portland zipCode: '98660' state: Washington country: United States personHasMoved: Uncertain withinEu: false withinCalifornia: true withinCanada: false lastUpdatedDate: 1/5/2020 2:59 PM noticeProvidedDate: 06/27/2020 salutation: '' suffix: '' jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite education: - school: University of Nevada , Las Vegas educationDegree: degree: '' areaOfStudy: '' - school: Oxford University educationDegree: degree: comparative law areaOfStudy: '' - school: The Ohio State University Moritz College of Law educationDegree: degree: '' areaOfStudy: juris doctorate degree cum laude hashedEmails: - f58f6a9d081a378bccd8c8a067f5d757c1bcfe1114b17d1a0173c4f64f132a76 - 882301004d270daab518d5d4fc0ec9a3e790159c4802e04394c0e70d7d817a5df5d19ba86a495ea2b22c19911a4606c63af22b85326c5a477e5b845a9ffcc33d - 8dceb85dffad7d86c656fabd105d5781a1cdc66d3e5e0f1e723f04dc172c13e7839948f8253f382ecb91b5a3892aa4c8cec671061a24b18ef4cd3fc08a89d0bc - f68bd1de672a4c37fdc87d88b4d543c2634ed129e5c73f69ca74c5dd21bc0fd6 - eed1872f83bf7d777eef83d459e14dc97cc8bbe4c391665d02130d1a02b9c6bae8fde805e5556bc9345e01da360856c36c08d3fde3c6564ce9eda330c11307cb - b187e4ed0351e0988c5e7efb63c73d8fba14252ede5b29c4b111445ed60a205e566feaa37eb2a5da512f93d8c34bab8add0ebec823ee2a9ba718e709ae5bb999 - 8eb26ee14126e66bbf71cfc7da77803ab2079298c4f63075b4a9329605d0844c3b9d989ae4e9486f12701bad2b40cf45c8b461b751a3b37e97b18bd07cddf950 - 695d19bdc9be7f8e742c5f8d21d20832 - 29d9667b9865bd4c0ade732d87491588 - 0277d9b958853b227aae74c49fb3f47ed1a4f7a0 - 8f74df87a34f9eace4f392081fdf1701ecdd0a82 - 0cf4aef9be54921f056cfbd01aa21aaa - c9415971b7ed54e1ef2ba9b76d7517d8 - 3255f0cea9d54f85c3ffe066798f68c8d9ff5131 - c2a09501b2e2d8542c90a9014a3e035be5d5412b - 73874aff0dc933c6b08f9ecfdcd281ae5f2b2ef4 - b29c16b0355cdf202e47561cc82b2ce10325c7c9fbf35fc8c8d2ac97e1a15751 - 0b3c1656c901009da30bd69f431f901d17aea3b5 - 219df7fce416087db95f41b22a3e99de - 74a841493b2be80de6b0523e3e51388ee702162b98bf0a1b761dc20a67c24bf9dd7c1c1edb43ec378754489dcb2c8b94fe8652c4f8aad2294758f1e37738093c - 11862b70dc429e354ecb9e8c3f94baa980cd848a4e65b0607f098c2c4784e1e9 - f96d816c6506277d8917284d6ae01c086d6bb738 - e2107f85303216debfc490c1128ad0026bc66cba - 42f9c1101b858d906f1e9249377705cc - 2d707a32b6c36d7860df4ded85a3675da59487bd - 70c0572ab995de4b75a50d4f3b9527b2f23ee3729d8dee19454732bb5974b96ce3b46c126ef9da3072e0db19331b713551c8f51af7d06d7456b006e6b6c6786f - cb428444a92caccbf74196a56ce2ce47bedb7c810165a3f5670e0142b9e20488 - fb8f9342f5555bac4b5576e18203dee9649eb6cac775a60444a08912d57ecfaf - 02d590f02c638a0f0a14330f8ed41ac3f29be73f3cc61510cffd5010f4076a56 - 077edc0b42f5b3a2ebced95cb466d7540eb13f84 - 35fae950b9267686ad59bf5540f05fe32614b05f7ce111c88215d397c4ccca80 - 072d54d1cd80722271757be3ad70e2fa80a4f7a9ddcfa4986bdacfaf44090d01 - f9cec62f4b2805124098741a9ff318cfc7601014799360d909d6160941a6700d4ec1dcfbfcfd445a8fd5549670bebefd0169ab53d5332296af6c70a55e22848a - 4d49f8386d59b45ddda50a5ef5430120 - 81863a5a64ae6c4df9eab6200808260ffd99324308dcdb234cb95fe2f01868fd - 3b4031ad2889aba895b3f7a0132f254c - adb40c784326c0581284f4c8301bbeb0b217bab6a09eb811f8eee4fce2ea431b3cf01da7192c0af813ce7df177fc634770b4557c74301d41c412ee7dc890b9bf - 20b54d86e974f4dfeb4383ed2c748e2d79ac7d28 - 258ba4f8558fbea656732b28211c9df8 - b389c6b4c6d1ab9c45a41f2ac41d7a2367b980866587f0d8afc8d07e87bf7dbee8638f4194e24674aa56a225bc9db668a6febd13fe0b975cc330dfb7c54df4f2 - 36c30998984a06a5eb56f5322ff8a284d144d159365b93423cc08223081965d606e6af6dddd30b7fd09bc627f9dcecd3ea85c036c3ba485ed31e07d2bd7ca65b - 5233cc7bd91cb8234b136cd44db83d94 - 6a17da18c38ef9b4d42cefdaf7db0a03 - 2154155b799c35d2d58ad920146b2477635884f5af0839bc6ebbdb99216b7415 picture: https://www.zoominfo.com/ge-assets/images/leadership/henry_schuck.png mobilePhoneDoNotCall: true externalUrls: - type: linkedin.com url: https://www.linkedin.com/in/hschuck - type: twitter.com url: https://www.twitter.com/henrylschuck - type: salesforce.com url: https://www.salesforce.com/00361000005FuKPAA0 contactAccuracyScore: 96 isDefunct: false employmentHistory: - jobTitle: Vice President of Data and Marketing managementLevel: - VP-Level fromDate: '2002-01-02T00:00:00.000Z' toDate: '2006-01-02T00:00:00.000Z' company: companyId: 0 companyName: iProfile companyPhone: '' companyWebsite: '' managementLevel: - C-Level locationCompanyId: 344589814 company: division: '' id: 344589814 name: ZoomInfo descriptionList: - 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. - 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. - 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. ' - 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. ' - 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. ' phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St Suite 900 city: Vancouver state: Washington zipCode: '98660' country: United States logo: http://www.zoominfo.com/business/mktg/images/zi_logo.png sicCodes: - id: '73' name: Business Services - id: '737' name: Computer Programming, Data Processing, And Other Computer Related Services - id: '7375' name: Information Retrieval Services - id: '27' name: Printing, Publishing, And Allied Industries - id: '274' name: Miscellaneous Publishing - id: '2741' name: Miscellaneous Publishing - id: '731' name: Advertising - id: '7371' name: Computer Programming Services - id: '7372' name: Prepackaged Software - id: '738' name: Miscellaneous Business Services - id: '7389' name: Business Services, Not Elsewhere Classified - id: '89' name: Miscellaneous Services - id: '899' name: Miscellaneous Services - id: '8999' name: Services, Not Elsewhere Classified - id: '7374' name: Computer Processing and Data Preparation and Processing Services naicsCodes: - id: '541613' name: Marketing Consulting Services - id: '541511' name: Custom Computer Programming Services - id: '51919' name: All Other Information Services - id: '518210' name: Data Processing, Hosting, and Related Services - id: '54151' name: Computer Systems Design and Related Services - id: '5182' name: Data Processing, Hosting, and Related Services - id: '511' name: Publishing Industries (except Internet) - id: '51121' name: Software Publishers - id: '51821' name: Data Processing, Hosting, and Related Services - id: '517' name: Telecommunications - id: '5415' name: Computer Systems Design and Related Services - id: '518' name: Data Processing, Hosting, and Related Services - id: '51' name: Information - id: '5416' name: Management, Scientific, and Technical Consulting Services - id: '519' name: Other Information Services - id: '5418' name: Advertising, Public Relations, and Related Services - id: '54' name: Professional, Scientific, and Technical Services - id: '5112' name: Software Publishers - id: '511210' name: Software Publishers - id: '517110' name: '' - id: '5191' name: Other Information Services - id: '5171' name: '' - id: '54161' name: Management Consulting Services - id: '519130' name: Internet Publishing and Broadcasting and Web Search Portals - id: '541' name: Professional, Scientific, and Technical Services - id: '519190' name: All Other Information Services - id: '51711' name: '' - id: '51913' name: Internet Publishing and Broadcasting and Web Search Portals website: www.zoominfo.com revenue: $400 Million revenueNumeric: 400000000 employeeCount: 1500 type: PUBLIC ticker: 'NASDAQ: ZI' ranking: - Inc 5000 socialMediaUrls: [] primaryIndustry: - Software industries: - Data Collection & Internet Portals - Software - Media & Internet revenueRange: $250 mil. - $500 mil. employeeRange: 1,000 - 5,000 Input: title: Input required: - companyid - firstname - lastname type: object properties: companyid: type: integer contentEncoding: int32 example: 500123 firstname: type: string example: Acme Corporation lastname: type: string example: Acme Corporation examples: - companyid: 346572700 firstname: henry lastname: schuck Data1: title: Data1 required: - id - firstName - middleName - lastName - email - hasCanadianEmail - phone - directPhoneDoNotCall - street - city - region - metroArea - zipCode - state - country - personHasMoved - withinEu - withinCalifornia - withinCanada - lastUpdatedDate - noticeProvidedDate - salutation - suffix - jobTitle - jobFunction - education - hashedEmails - picture - mobilePhoneDoNotCall - externalUrls - contactAccuracyScore - isDefunct - employmentHistory - managementLevel - locationCompanyId - company type: object properties: id: type: integer contentEncoding: int32 example: 500123 firstName: type: string example: Acme Corporation middleName: type: string example: Acme Corporation lastName: type: string example: Acme Corporation email: type: string example: jsmith@example.com hasCanadianEmail: type: string example: jsmith@example.com phone: type: string example: +1-555-555-1234 directPhoneDoNotCall: type: boolean example: true street: type: string example: example_value city: type: string example: San Francisco region: type: string example: example_value metroArea: type: string example: example_value zipCode: type: string example: '94105' state: type: string example: CA country: type: string example: US personHasMoved: type: string example: example_value withinEu: type: boolean example: true withinCalifornia: type: boolean example: true withinCanada: type: boolean example: true lastUpdatedDate: type: string example: '2025-03-15T14:30:00Z' noticeProvidedDate: type: string example: '2025-03-15T14:30:00Z' salutation: type: string example: example_value suffix: type: string example: example_value jobTitle: type: string example: Vice President of Sales jobFunction: type: array items: $ref: '#/components/schemas/JobFunction' description: '' example: [] education: type: array items: $ref: '#/components/schemas/Education' description: '' example: [] hashedEmails: type: array items: type: string description: '' example: user@example.com picture: type: string example: example_value mobilePhoneDoNotCall: type: boolean example: true externalUrls: type: array items: $ref: '#/components/schemas/ExternalUrl' description: '' example: https://www.example.com contactAccuracyScore: type: integer contentEncoding: int32 example: 85 isDefunct: type: boolean example: true employmentHistory: type: array items: $ref: '#/components/schemas/EmploymentHistory' description: '' example: [] managementLevel: type: array items: type: string description: '' example: [] locationCompanyId: type: integer contentEncoding: int32 example: 500123 company: $ref: '#/components/schemas/Company10' examples: - id: 1260398587 firstName: Henry middleName: L. lastName: Schuck email: henry.schuck@zoominfo.com hasCanadianEmail: 'false' phone: (360) 783-6816 directPhoneDoNotCall: false street: 805 Broadway Ste. 900 city: Vancouver region: Washington metroArea: Portland zipCode: '98660' state: Washington country: United States personHasMoved: Uncertain withinEu: false withinCalifornia: true withinCanada: false lastUpdatedDate: 1/5/2020 2:59 PM noticeProvidedDate: 06/27/2020 salutation: '' suffix: '' jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite education: - school: University of Nevada , Las Vegas educationDegree: degree: '' areaOfStudy: '' - school: Oxford University educationDegree: degree: comparative law areaOfStudy: '' - school: The Ohio State University Moritz College of Law educationDegree: degree: '' areaOfStudy: juris doctorate degree cum laude hashedEmails: - f58f6a9d081a378bccd8c8a067f5d757c1bcfe1114b17d1a0173c4f64f132a76 - 882301004d270daab518d5d4fc0ec9a3e790159c4802e04394c0e70d7d817a5df5d19ba86a495ea2b22c19911a4606c63af22b85326c5a477e5b845a9ffcc33d - 8dceb85dffad7d86c656fabd105d5781a1cdc66d3e5e0f1e723f04dc172c13e7839948f8253f382ecb91b5a3892aa4c8cec671061a24b18ef4cd3fc08a89d0bc - f68bd1de672a4c37fdc87d88b4d543c2634ed129e5c73f69ca74c5dd21bc0fd6 - eed1872f83bf7d777eef83d459e14dc97cc8bbe4c391665d02130d1a02b9c6bae8fde805e5556bc9345e01da360856c36c08d3fde3c6564ce9eda330c11307cb - b187e4ed0351e0988c5e7efb63c73d8fba14252ede5b29c4b111445ed60a205e566feaa37eb2a5da512f93d8c34bab8add0ebec823ee2a9ba718e709ae5bb999 - 8eb26ee14126e66bbf71cfc7da77803ab2079298c4f63075b4a9329605d0844c3b9d989ae4e9486f12701bad2b40cf45c8b461b751a3b37e97b18bd07cddf950 - 695d19bdc9be7f8e742c5f8d21d20832 - 29d9667b9865bd4c0ade732d87491588 - 0277d9b958853b227aae74c49fb3f47ed1a4f7a0 - 8f74df87a34f9eace4f392081fdf1701ecdd0a82 - 0cf4aef9be54921f056cfbd01aa21aaa - c9415971b7ed54e1ef2ba9b76d7517d8 - 3255f0cea9d54f85c3ffe066798f68c8d9ff5131 - c2a09501b2e2d8542c90a9014a3e035be5d5412b - 73874aff0dc933c6b08f9ecfdcd281ae5f2b2ef4 - b29c16b0355cdf202e47561cc82b2ce10325c7c9fbf35fc8c8d2ac97e1a15751 - 0b3c1656c901009da30bd69f431f901d17aea3b5 - 219df7fce416087db95f41b22a3e99de - 74a841493b2be80de6b0523e3e51388ee702162b98bf0a1b761dc20a67c24bf9dd7c1c1edb43ec378754489dcb2c8b94fe8652c4f8aad2294758f1e37738093c - 11862b70dc429e354ecb9e8c3f94baa980cd848a4e65b0607f098c2c4784e1e9 - f96d816c6506277d8917284d6ae01c086d6bb738 - e2107f85303216debfc490c1128ad0026bc66cba - 42f9c1101b858d906f1e9249377705cc - 2d707a32b6c36d7860df4ded85a3675da59487bd - 70c0572ab995de4b75a50d4f3b9527b2f23ee3729d8dee19454732bb5974b96ce3b46c126ef9da3072e0db19331b713551c8f51af7d06d7456b006e6b6c6786f - cb428444a92caccbf74196a56ce2ce47bedb7c810165a3f5670e0142b9e20488 - fb8f9342f5555bac4b5576e18203dee9649eb6cac775a60444a08912d57ecfaf - 02d590f02c638a0f0a14330f8ed41ac3f29be73f3cc61510cffd5010f4076a56 - 077edc0b42f5b3a2ebced95cb466d7540eb13f84 - 35fae950b9267686ad59bf5540f05fe32614b05f7ce111c88215d397c4ccca80 - 072d54d1cd80722271757be3ad70e2fa80a4f7a9ddcfa4986bdacfaf44090d01 - f9cec62f4b2805124098741a9ff318cfc7601014799360d909d6160941a6700d4ec1dcfbfcfd445a8fd5549670bebefd0169ab53d5332296af6c70a55e22848a - 4d49f8386d59b45ddda50a5ef5430120 - 81863a5a64ae6c4df9eab6200808260ffd99324308dcdb234cb95fe2f01868fd - 3b4031ad2889aba895b3f7a0132f254c - adb40c784326c0581284f4c8301bbeb0b217bab6a09eb811f8eee4fce2ea431b3cf01da7192c0af813ce7df177fc634770b4557c74301d41c412ee7dc890b9bf - 20b54d86e974f4dfeb4383ed2c748e2d79ac7d28 - 258ba4f8558fbea656732b28211c9df8 - b389c6b4c6d1ab9c45a41f2ac41d7a2367b980866587f0d8afc8d07e87bf7dbee8638f4194e24674aa56a225bc9db668a6febd13fe0b975cc330dfb7c54df4f2 - 36c30998984a06a5eb56f5322ff8a284d144d159365b93423cc08223081965d606e6af6dddd30b7fd09bc627f9dcecd3ea85c036c3ba485ed31e07d2bd7ca65b - 5233cc7bd91cb8234b136cd44db83d94 - 6a17da18c38ef9b4d42cefdaf7db0a03 - 2154155b799c35d2d58ad920146b2477635884f5af0839bc6ebbdb99216b7415 picture: https://www.zoominfo.com/ge-assets/images/leadership/henry_schuck.png mobilePhoneDoNotCall: true externalUrls: - type: linkedin.com url: https://www.linkedin.com/in/hschuck - type: twitter.com url: https://www.twitter.com/henrylschuck - type: salesforce.com url: https://www.salesforce.com/00361000005FuKPAA0 contactAccuracyScore: 96 isDefunct: false employmentHistory: - jobTitle: Vice President of Data and Marketing managementLevel: - VP-Level fromDate: '2002-01-02T00:00:00.000Z' toDate: '2006-01-02T00:00:00.000Z' company: companyId: 0 companyName: iProfile companyPhone: '' companyWebsite: '' managementLevel: - C-Level locationCompanyId: 344589814 company: division: '' id: 344589814 name: ZoomInfo descriptionList: - 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. - 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. - 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. ' - 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. ' - 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. ' phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St Suite 900 city: Vancouver state: Washington zipCode: '98660' country: United States logo: http://www.zoominfo.com/business/mktg/images/zi_logo.png sicCodes: - id: '73' name: Business Services - id: '737' name: Computer Programming, Data Processing, And Other Computer Related Services - id: '7375' name: Information Retrieval Services - id: '27' name: Printing, Publishing, And Allied Industries - id: '274' name: Miscellaneous Publishing - id: '2741' name: Miscellaneous Publishing - id: '731' name: Advertising - id: '7371' name: Computer Programming Services - id: '7372' name: Prepackaged Software - id: '738' name: Miscellaneous Business Services - id: '7389' name: Business Services, Not Elsewhere Classified - id: '89' name: Miscellaneous Services - id: '899' name: Miscellaneous Services - id: '8999' name: Services, Not Elsewhere Classified - id: '7374' name: Computer Processing and Data Preparation and Processing Services naicsCodes: - id: '541613' name: Marketing Consulting Services - id: '541511' name: Custom Computer Programming Services - id: '51919' name: All Other Information Services - id: '518210' name: Data Processing, Hosting, and Related Services - id: '54151' name: Computer Systems Design and Related Services - id: '5182' name: Data Processing, Hosting, and Related Services - id: '511' name: Publishing Industries (except Internet) - id: '51121' name: Software Publishers - id: '51821' name: Data Processing, Hosting, and Related Services - id: '517' name: Telecommunications - id: '5415' name: Computer Systems Design and Related Services - id: '518' name: Data Processing, Hosting, and Related Services - id: '51' name: Information - id: '5416' name: Management, Scientific, and Technical Consulting Services - id: '519' name: Other Information Services - id: '5418' name: Advertising, Public Relations, and Related Services - id: '54' name: Professional, Scientific, and Technical Services - id: '5112' name: Software Publishers - id: '511210' name: Software Publishers - id: '517110' name: '' - id: '5191' name: Other Information Services - id: '5171' name: '' - id: '54161' name: Management Consulting Services - id: '519130' name: Internet Publishing and Broadcasting and Web Search Portals - id: '541' name: Professional, Scientific, and Technical Services - id: '519190' name: All Other Information Services - id: '51711' name: '' - id: '51913' name: Internet Publishing and Broadcasting and Web Search Portals website: www.zoominfo.com revenue: $400 Million revenueNumeric: 400000000 employeeCount: 1500 type: PUBLIC ticker: 'NASDAQ: ZI' ranking: - Inc 5000 socialMediaUrls: [] primaryIndustry: - Software industries: - Data Collection & Internet Portals - Software - Media & Internet revenueRange: $250 mil. - $500 mil. employeeRange: 1,000 - 5,000 Education: title: Education required: - school - educationDegree type: object properties: school: type: string example: example_value educationDegree: $ref: '#/components/schemas/EducationDegree' examples: - school: University of Nevada , Las Vegas educationDegree: degree: '' areaOfStudy: '' EducationDegree: title: EducationDegree required: - degree - areaOfStudy type: object properties: degree: type: string example: example_value areaOfStudy: type: string example: example_value examples: - degree: '' areaOfStudy: '' ExternalUrl: title: ExternalUrl required: - type - url type: object properties: type: type: string example: standard url: type: string example: https://www.example.com/resource examples: - type: linkedin.com url: https://www.linkedin.com/in/hschuck EmploymentHistory: title: EmploymentHistory required: - jobTitle - managementLevel - fromDate - toDate - company type: object properties: jobTitle: type: string example: Vice President of Sales managementLevel: type: array items: type: string description: '' example: [] fromDate: type: string example: '2025-03-15T14:30:00Z' toDate: type: string example: '2025-03-15T14:30:00Z' company: $ref: '#/components/schemas/Company9' examples: - jobTitle: Vice President of Data and Marketing managementLevel: - VP-Level fromDate: '2002-01-02T00:00:00.000Z' toDate: '2006-01-02T00:00:00.000Z' company: companyId: 0 companyName: iProfile companyPhone: '' companyWebsite: '' Company9: title: Company9 required: - companyId - companyName - companyPhone - companyWebsite type: object properties: companyId: type: integer contentEncoding: int32 example: 500123 companyName: type: string example: Acme Corporation companyPhone: type: string example: +1-555-555-1234 companyWebsite: type: string example: example_value examples: - companyId: 0 companyName: iProfile companyPhone: '' companyWebsite: '' Company10: title: Company10 required: - division - id - name - descriptionList - phone - fax - street - city - state - zipCode - country - logo - sicCodes - naicsCodes - website - revenue - revenueNumeric - employeeCount - type - ticker - ranking - socialMediaUrls - primaryIndustry - industries - revenueRange - employeeRange type: object properties: division: type: string example: example_value id: type: integer contentEncoding: int32 example: 500123 name: type: string example: Acme Corporation descriptionList: type: array items: $ref: '#/components/schemas/DescriptionList' description: '' example: [] phone: type: string example: +1-555-555-1234 fax: type: string example: example_value street: type: string example: example_value city: type: string example: San Francisco state: type: string example: CA zipCode: type: string example: '94105' country: type: string example: US logo: type: string example: example_value sicCodes: type: array items: $ref: '#/components/schemas/SicCode' description: '' example: [] naicsCodes: type: array items: $ref: '#/components/schemas/NaicsCode' description: '' example: [] website: type: string example: example_value revenue: type: string example: example_value revenueNumeric: type: integer contentEncoding: int32 example: 100 employeeCount: type: integer contentEncoding: int32 example: 250 type: type: string example: standard ticker: type: string example: example_value ranking: type: array items: type: string description: '' example: [] socialMediaUrls: type: array items: type: string description: '' example: https://www.example.com primaryIndustry: type: array items: type: string description: '' example: [] industries: type: array items: type: string description: '' example: [] revenueRange: type: string example: example_value employeeRange: type: string example: example_value examples: - division: '' id: 344589814 name: ZoomInfo descriptionList: - 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. - 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. - 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. ' - 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. ' - 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. ' phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St Suite 900 city: Vancouver state: Washington zipCode: '98660' country: United States logo: http://www.zoominfo.com/business/mktg/images/zi_logo.png sicCodes: - id: '73' name: Business Services - id: '737' name: Computer Programming, Data Processing, And Other Computer Related Services - id: '7375' name: Information Retrieval Services - id: '27' name: Printing, Publishing, And Allied Industries - id: '274' name: Miscellaneous Publishing - id: '2741' name: Miscellaneous Publishing - id: '731' name: Advertising - id: '7371' name: Computer Programming Services - id: '7372' name: Prepackaged Software - id: '738' name: Miscellaneous Business Services - id: '7389' name: Business Services, Not Elsewhere Classified - id: '89' name: Miscellaneous Services - id: '899' name: Miscellaneous Services - id: '8999' name: Services, Not Elsewhere Classified - id: '7374' name: Computer Processing and Data Preparation and Processing Services naicsCodes: - id: '541613' name: Marketing Consulting Services - id: '541511' name: Custom Computer Programming Services - id: '51919' name: All Other Information Services - id: '518210' name: Data Processing, Hosting, and Related Services - id: '54151' name: Computer Systems Design and Related Services - id: '5182' name: Data Processing, Hosting, and Related Services - id: '511' name: Publishing Industries (except Internet) - id: '51121' name: Software Publishers - id: '51821' name: Data Processing, Hosting, and Related Services - id: '517' name: Telecommunications - id: '5415' name: Computer Systems Design and Related Services - id: '518' name: Data Processing, Hosting, and Related Services - id: '51' name: Information - id: '5416' name: Management, Scientific, and Technical Consulting Services - id: '519' name: Other Information Services - id: '5418' name: Advertising, Public Relations, and Related Services - id: '54' name: Professional, Scientific, and Technical Services - id: '5112' name: Software Publishers - id: '511210' name: Software Publishers - id: '517110' name: '' - id: '5191' name: Other Information Services - id: '5171' name: '' - id: '54161' name: Management Consulting Services - id: '519130' name: Internet Publishing and Broadcasting and Web Search Portals - id: '541' name: Professional, Scientific, and Technical Services - id: '519190' name: All Other Information Services - id: '51711' name: '' - id: '51913' name: Internet Publishing and Broadcasting and Web Search Portals website: www.zoominfo.com revenue: $400 Million revenueNumeric: 400000000 employeeCount: 1500 type: PUBLIC ticker: 'NASDAQ: ZI' ranking: - Inc 5000 socialMediaUrls: [] primaryIndustry: - Software industries: - Data Collection & Internet Portals - Software - Media & Internet revenueRange: $250 mil. - $500 mil. employeeRange: 1,000 - 5,000 DescriptionList: title: DescriptionList required: - description type: object properties: description: type: string example: Enterprise software company examples: - 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. SicCode: title: SicCode required: - id - name type: object properties: id: type: string example: '500123' name: type: string example: Acme Corporation examples: - id: '73' name: Business Services NaicsCode: title: NaicsCode required: - id - name type: object properties: id: type: string example: '500123' name: type: string example: Acme Corporation examples: - id: '541613' name: Marketing Consulting Services EnrichcontactusingfullnameandcompanyId: title: EnrichcontactusingfullnameandcompanyId required: - success - data type: object properties: success: type: boolean example: true data: $ref: '#/components/schemas/Data2' examples: - success: true data: outputFields: - - id - firstname - middlename - lastname - email - hascanadianemail - phone - directphonedonotcall - street - city - region - metroarea - zipcode - state - country - personhasmoved - withineu - withincalifornia - withincanada - lastupdateddate - noticeprovideddate - salutation - suffix - jobtitle - jobfunction - companydivision - education - hashedemails - picture - mobilephonedonotcall - externalurls - companyid - companyname - companydescriptionlist - companyphone - companyfax - companystreet - companycity - companystate - companyzipcode - companycountry - companylogo - companysiccodes - companynaicscodes - contactaccuracyscore - companywebsite - companyrevenue - companyrevenuenumeric - companyemployeecount - companytype - companyticker - companyranking - isdefunct - companysocialmediaurls - companyprimaryindustry - companyindustries - companyrevenuerange - companyemployeerange - employmenthistory - managementlevel - locationcompanyid - companyId result: - input: companyid: 344589814 fullname: henry schuck data: - id: 1260398587 firstName: Henry middleName: L. lastName: Schuck email: henry.schuck@zoominfo.com hasCanadianEmail: 'false' phone: (360) 783-6816 directPhoneDoNotCall: false street: 805 Broadway Ste. 900 city: Vancouver region: Washington metroArea: Portland zipCode: '98660' state: Washington country: United States personHasMoved: 'No' withinEu: false withinCalifornia: true withinCanada: false lastUpdatedDate: 1/5/2020 2:59 PM noticeProvidedDate: 06/27/2020 salutation: '' suffix: '' jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite education: - school: University of Nevada , Las Vegas educationDegree: degree: '' areaOfStudy: '' - school: Oxford University educationDegree: degree: comparative law areaOfStudy: '' - school: The Ohio State University Moritz College of Law educationDegree: degree: '' areaOfStudy: juris doctorate degree cum laude hashedEmails: - f58f6a9d081a378bccd8c8a067f5d757c1bcfe1114b17d1a0173c4f64f132a76 - 882301004d270daab518d5d4fc0ec9a3e790159c4802e04394c0e70d7d817a5df5d19ba86a495ea2b22c19911a4606c63af22b85326c5a477e5b845a9ffcc33d - 8dceb85dffad7d86c656fabd105d5781a1cdc66d3e5e0f1e723f04dc172c13e7839948f8253f382ecb91b5a3892aa4c8cec671061a24b18ef4cd3fc08a89d0bc - f68bd1de672a4c37fdc87d88b4d543c2634ed129e5c73f69ca74c5dd21bc0fd6 - eed1872f83bf7d777eef83d459e14dc97cc8bbe4c391665d02130d1a02b9c6bae8fde805e5556bc9345e01da360856c36c08d3fde3c6564ce9eda330c11307cb - b187e4ed0351e0988c5e7efb63c73d8fba14252ede5b29c4b111445ed60a205e566feaa37eb2a5da512f93d8c34bab8add0ebec823ee2a9ba718e709ae5bb999 - 8eb26ee14126e66bbf71cfc7da77803ab2079298c4f63075b4a9329605d0844c3b9d989ae4e9486f12701bad2b40cf45c8b461b751a3b37e97b18bd07cddf950 - 695d19bdc9be7f8e742c5f8d21d20832 - 29d9667b9865bd4c0ade732d87491588 - 0277d9b958853b227aae74c49fb3f47ed1a4f7a0 - 8f74df87a34f9eace4f392081fdf1701ecdd0a82 - 0cf4aef9be54921f056cfbd01aa21aaa - c9415971b7ed54e1ef2ba9b76d7517d8 - 3255f0cea9d54f85c3ffe066798f68c8d9ff5131 - c2a09501b2e2d8542c90a9014a3e035be5d5412b - 73874aff0dc933c6b08f9ecfdcd281ae5f2b2ef4 - b29c16b0355cdf202e47561cc82b2ce10325c7c9fbf35fc8c8d2ac97e1a15751 - 0b3c1656c901009da30bd69f431f901d17aea3b5 - 219df7fce416087db95f41b22a3e99de - 74a841493b2be80de6b0523e3e51388ee702162b98bf0a1b761dc20a67c24bf9dd7c1c1edb43ec378754489dcb2c8b94fe8652c4f8aad2294758f1e37738093c - 11862b70dc429e354ecb9e8c3f94baa980cd848a4e65b0607f098c2c4784e1e9 - f96d816c6506277d8917284d6ae01c086d6bb738 - e2107f85303216debfc490c1128ad0026bc66cba - 42f9c1101b858d906f1e9249377705cc - 2d707a32b6c36d7860df4ded85a3675da59487bd - 70c0572ab995de4b75a50d4f3b9527b2f23ee3729d8dee19454732bb5974b96ce3b46c126ef9da3072e0db19331b713551c8f51af7d06d7456b006e6b6c6786f - cb428444a92caccbf74196a56ce2ce47bedb7c810165a3f5670e0142b9e20488 - fb8f9342f5555bac4b5576e18203dee9649eb6cac775a60444a08912d57ecfaf - 02d590f02c638a0f0a14330f8ed41ac3f29be73f3cc61510cffd5010f4076a56 - 077edc0b42f5b3a2ebced95cb466d7540eb13f84 - 35fae950b9267686ad59bf5540f05fe32614b05f7ce111c88215d397c4ccca80 - 072d54d1cd80722271757be3ad70e2fa80a4f7a9ddcfa4986bdacfaf44090d01 - f9cec62f4b2805124098741a9ff318cfc7601014799360d909d6160941a6700d4ec1dcfbfcfd445a8fd5549670bebefd0169ab53d5332296af6c70a55e22848a - 4d49f8386d59b45ddda50a5ef5430120 - 81863a5a64ae6c4df9eab6200808260ffd99324308dcdb234cb95fe2f01868fd - 3b4031ad2889aba895b3f7a0132f254c - adb40c784326c0581284f4c8301bbeb0b217bab6a09eb811f8eee4fce2ea431b3cf01da7192c0af813ce7df177fc634770b4557c74301d41c412ee7dc890b9bf - 20b54d86e974f4dfeb4383ed2c748e2d79ac7d28 - 258ba4f8558fbea656732b28211c9df8 - b389c6b4c6d1ab9c45a41f2ac41d7a2367b980866587f0d8afc8d07e87bf7dbee8638f4194e24674aa56a225bc9db668a6febd13fe0b975cc330dfb7c54df4f2 - 36c30998984a06a5eb56f5322ff8a284d144d159365b93423cc08223081965d606e6af6dddd30b7fd09bc627f9dcecd3ea85c036c3ba485ed31e07d2bd7ca65b - 5233cc7bd91cb8234b136cd44db83d94 - 6a17da18c38ef9b4d42cefdaf7db0a03 - 2154155b799c35d2d58ad920146b2477635884f5af0839bc6ebbdb99216b7415 picture: https://www.zoominfo.com/ge-assets/images/leadership/henry_schuck.png mobilePhoneDoNotCall: true externalUrls: - type: linkedin.com url: https://www.linkedin.com/in/hschuck - type: twitter.com url: https://www.twitter.com/henrylschuck - type: salesforce.com url: https://www.salesforce.com/00361000005FuKPAA0 contactAccuracyScore: 96 isDefunct: false employmentHistory: - jobTitle: Vice President of Data and Marketing managementLevel: - VP-Level fromDate: '2002-01-02T00:00:00.000Z' toDate: '2006-01-02T00:00:00.000Z' company: companyId: 0 companyName: iProfile companyPhone: '' companyWebsite: '' managementLevel: - C-Level locationCompanyId: 344589814 company: division: '' id: 344589814 name: ZoomInfo descriptionList: - 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. - 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. - 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. ' - 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. ' - 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. ' phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St Suite 900 city: Vancouver state: Washington zipCode: '98660' country: United States logo: http://www.zoominfo.com/business/mktg/images/zi_logo.png sicCodes: - id: '73' name: Business Services - id: '737' name: Computer Programming, Data Processing, And Other Computer Related Services - id: '7375' name: Information Retrieval Services - id: '27' name: Printing, Publishing, And Allied Industries - id: '274' name: Miscellaneous Publishing - id: '2741' name: Miscellaneous Publishing - id: '731' name: Advertising - id: '7371' name: Computer Programming Services - id: '7372' name: Prepackaged Software - id: '738' name: Miscellaneous Business Services - id: '7389' name: Business Services, Not Elsewhere Classified - id: '89' name: Miscellaneous Services - id: '899' name: Miscellaneous Services - id: '8999' name: Services, Not Elsewhere Classified - id: '7374' name: Computer Processing and Data Preparation and Processing Services naicsCodes: - id: '541613' name: Marketing Consulting Services - id: '541511' name: Custom Computer Programming Services - id: '51919' name: All Other Information Services - id: '518210' name: Data Processing, Hosting, and Related Services - id: '54151' name: Computer Systems Design and Related Services - id: '5182' name: Data Processing, Hosting, and Related Services - id: '511' name: Publishing Industries (except Internet) - id: '51121' name: Software Publishers - id: '51821' name: Data Processing, Hosting, and Related Services - id: '517' name: Telecommunications - id: '5415' name: Computer Systems Design and Related Services - id: '518' name: Data Processing, Hosting, and Related Services - id: '51' name: Information - id: '5416' name: Management, Scientific, and Technical Consulting Services - id: '519' name: Other Information Services - id: '5418' name: Advertising, Public Relations, and Related Services - id: '54' name: Professional, Scientific, and Technical Services - id: '5112' name: Software Publishers - id: '511210' name: Software Publishers - id: '517110' name: '' - id: '5191' name: Other Information Services - id: '5171' name: '' - id: '54161' name: Management Consulting Services - id: '519130' name: Internet Publishing and Broadcasting and Web Search Portals - id: '541' name: Professional, Scientific, and Technical Services - id: '519190' name: All Other Information Services - id: '51711' name: '' - id: '51913' name: Internet Publishing and Broadcasting and Web Search Portals website: www.zoominfo.com revenue: $400 Million revenueNumeric: 400000000 employeeCount: 1500 type: PUBLIC ticker: 'NASDAQ: ZI' ranking: - Inc 5000 socialMediaUrls: - type: FACEBOOK url: http://www.facebook.com/ZoomInformation followerCount: '' - type: LINKED_IN url: http://www.linkedin.com/company/zoominfo?trk=tyah followerCount: '' - type: TWITTER url: http://twitter.com/zoominfo followerCount: '' primaryIndustry: - Software industries: - Data Collection & Internet Portals - Software - Media & Internet revenueRange: $250 mil. - $500 mil. employeeRange: 1,000 - 5,000 Data2: title: Data2 required: - outputFields - result type: object properties: outputFields: type: array items: type: array items: type: string example: [] result: type: array items: $ref: '#/components/schemas/Result1' description: '' example: [] examples: - outputFields: - - id - firstname - middlename - lastname - email - hascanadianemail - phone - directphonedonotcall - street - city - region - metroarea - zipcode - state - country - personhasmoved - withineu - withincalifornia - withincanada - lastupdateddate - noticeprovideddate - salutation - suffix - jobtitle - jobfunction - companydivision - education - hashedemails - picture - mobilephonedonotcall - externalurls - companyid - companyname - companydescriptionlist - companyphone - companyfax - companystreet - companycity - companystate - companyzipcode - companycountry - companylogo - companysiccodes - companynaicscodes - contactaccuracyscore - companywebsite - companyrevenue - companyrevenuenumeric - companyemployeecount - companytype - companyticker - companyranking - isdefunct - companysocialmediaurls - companyprimaryindustry - companyindustries - companyrevenuerange - companyemployeerange - employmenthistory - managementlevel - locationcompanyid - companyId result: - input: companyid: 344589814 fullname: henry schuck data: - id: 1260398587 firstName: Henry middleName: L. lastName: Schuck email: henry.schuck@zoominfo.com hasCanadianEmail: 'false' phone: (360) 783-6816 directPhoneDoNotCall: false street: 805 Broadway Ste. 900 city: Vancouver region: Washington metroArea: Portland zipCode: '98660' state: Washington country: United States personHasMoved: 'No' withinEu: false withinCalifornia: true withinCanada: false lastUpdatedDate: 1/5/2020 2:59 PM noticeProvidedDate: 06/27/2020 salutation: '' suffix: '' jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite education: - school: University of Nevada , Las Vegas educationDegree: degree: '' areaOfStudy: '' - school: Oxford University educationDegree: degree: comparative law areaOfStudy: '' - school: The Ohio State University Moritz College of Law educationDegree: degree: '' areaOfStudy: juris doctorate degree cum laude hashedEmails: - f58f6a9d081a378bccd8c8a067f5d757c1bcfe1114b17d1a0173c4f64f132a76 - 882301004d270daab518d5d4fc0ec9a3e790159c4802e04394c0e70d7d817a5df5d19ba86a495ea2b22c19911a4606c63af22b85326c5a477e5b845a9ffcc33d - 8dceb85dffad7d86c656fabd105d5781a1cdc66d3e5e0f1e723f04dc172c13e7839948f8253f382ecb91b5a3892aa4c8cec671061a24b18ef4cd3fc08a89d0bc - f68bd1de672a4c37fdc87d88b4d543c2634ed129e5c73f69ca74c5dd21bc0fd6 - eed1872f83bf7d777eef83d459e14dc97cc8bbe4c391665d02130d1a02b9c6bae8fde805e5556bc9345e01da360856c36c08d3fde3c6564ce9eda330c11307cb - b187e4ed0351e0988c5e7efb63c73d8fba14252ede5b29c4b111445ed60a205e566feaa37eb2a5da512f93d8c34bab8add0ebec823ee2a9ba718e709ae5bb999 - 8eb26ee14126e66bbf71cfc7da77803ab2079298c4f63075b4a9329605d0844c3b9d989ae4e9486f12701bad2b40cf45c8b461b751a3b37e97b18bd07cddf950 - 695d19bdc9be7f8e742c5f8d21d20832 - 29d9667b9865bd4c0ade732d87491588 - 0277d9b958853b227aae74c49fb3f47ed1a4f7a0 - 8f74df87a34f9eace4f392081fdf1701ecdd0a82 - 0cf4aef9be54921f056cfbd01aa21aaa - c9415971b7ed54e1ef2ba9b76d7517d8 - 3255f0cea9d54f85c3ffe066798f68c8d9ff5131 - c2a09501b2e2d8542c90a9014a3e035be5d5412b - 73874aff0dc933c6b08f9ecfdcd281ae5f2b2ef4 - b29c16b0355cdf202e47561cc82b2ce10325c7c9fbf35fc8c8d2ac97e1a15751 - 0b3c1656c901009da30bd69f431f901d17aea3b5 - 219df7fce416087db95f41b22a3e99de - 74a841493b2be80de6b0523e3e51388ee702162b98bf0a1b761dc20a67c24bf9dd7c1c1edb43ec378754489dcb2c8b94fe8652c4f8aad2294758f1e37738093c - 11862b70dc429e354ecb9e8c3f94baa980cd848a4e65b0607f098c2c4784e1e9 - f96d816c6506277d8917284d6ae01c086d6bb738 - e2107f85303216debfc490c1128ad0026bc66cba - 42f9c1101b858d906f1e9249377705cc - 2d707a32b6c36d7860df4ded85a3675da59487bd - 70c0572ab995de4b75a50d4f3b9527b2f23ee3729d8dee19454732bb5974b96ce3b46c126ef9da3072e0db19331b713551c8f51af7d06d7456b006e6b6c6786f - cb428444a92caccbf74196a56ce2ce47bedb7c810165a3f5670e0142b9e20488 - fb8f9342f5555bac4b5576e18203dee9649eb6cac775a60444a08912d57ecfaf - 02d590f02c638a0f0a14330f8ed41ac3f29be73f3cc61510cffd5010f4076a56 - 077edc0b42f5b3a2ebced95cb466d7540eb13f84 - 35fae950b9267686ad59bf5540f05fe32614b05f7ce111c88215d397c4ccca80 - 072d54d1cd80722271757be3ad70e2fa80a4f7a9ddcfa4986bdacfaf44090d01 - f9cec62f4b2805124098741a9ff318cfc7601014799360d909d6160941a6700d4ec1dcfbfcfd445a8fd5549670bebefd0169ab53d5332296af6c70a55e22848a - 4d49f8386d59b45ddda50a5ef5430120 - 81863a5a64ae6c4df9eab6200808260ffd99324308dcdb234cb95fe2f01868fd - 3b4031ad2889aba895b3f7a0132f254c - adb40c784326c0581284f4c8301bbeb0b217bab6a09eb811f8eee4fce2ea431b3cf01da7192c0af813ce7df177fc634770b4557c74301d41c412ee7dc890b9bf - 20b54d86e974f4dfeb4383ed2c748e2d79ac7d28 - 258ba4f8558fbea656732b28211c9df8 - b389c6b4c6d1ab9c45a41f2ac41d7a2367b980866587f0d8afc8d07e87bf7dbee8638f4194e24674aa56a225bc9db668a6febd13fe0b975cc330dfb7c54df4f2 - 36c30998984a06a5eb56f5322ff8a284d144d159365b93423cc08223081965d606e6af6dddd30b7fd09bc627f9dcecd3ea85c036c3ba485ed31e07d2bd7ca65b - 5233cc7bd91cb8234b136cd44db83d94 - 6a17da18c38ef9b4d42cefdaf7db0a03 - 2154155b799c35d2d58ad920146b2477635884f5af0839bc6ebbdb99216b7415 picture: https://www.zoominfo.com/ge-assets/images/leadership/henry_schuck.png mobilePhoneDoNotCall: true externalUrls: - type: linkedin.com url: https://www.linkedin.com/in/hschuck - type: twitter.com url: https://www.twitter.com/henrylschuck - type: salesforce.com url: https://www.salesforce.com/00361000005FuKPAA0 contactAccuracyScore: 96 isDefunct: false employmentHistory: - jobTitle: Vice President of Data and Marketing managementLevel: - VP-Level fromDate: '2002-01-02T00:00:00.000Z' toDate: '2006-01-02T00:00:00.000Z' company: companyId: 0 companyName: iProfile companyPhone: '' companyWebsite: '' managementLevel: - C-Level locationCompanyId: 344589814 company: division: '' id: 344589814 name: ZoomInfo descriptionList: - 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. - 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. - 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. ' - 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. ' - 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. ' phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St Suite 900 city: Vancouver state: Washington zipCode: '98660' country: United States logo: http://www.zoominfo.com/business/mktg/images/zi_logo.png sicCodes: - id: '73' name: Business Services - id: '737' name: Computer Programming, Data Processing, And Other Computer Related Services - id: '7375' name: Information Retrieval Services - id: '27' name: Printing, Publishing, And Allied Industries - id: '274' name: Miscellaneous Publishing - id: '2741' name: Miscellaneous Publishing - id: '731' name: Advertising - id: '7371' name: Computer Programming Services - id: '7372' name: Prepackaged Software - id: '738' name: Miscellaneous Business Services - id: '7389' name: Business Services, Not Elsewhere Classified - id: '89' name: Miscellaneous Services - id: '899' name: Miscellaneous Services - id: '8999' name: Services, Not Elsewhere Classified - id: '7374' name: Computer Processing and Data Preparation and Processing Services naicsCodes: - id: '541613' name: Marketing Consulting Services - id: '541511' name: Custom Computer Programming Services - id: '51919' name: All Other Information Services - id: '518210' name: Data Processing, Hosting, and Related Services - id: '54151' name: Computer Systems Design and Related Services - id: '5182' name: Data Processing, Hosting, and Related Services - id: '511' name: Publishing Industries (except Internet) - id: '51121' name: Software Publishers - id: '51821' name: Data Processing, Hosting, and Related Services - id: '517' name: Telecommunications - id: '5415' name: Computer Systems Design and Related Services - id: '518' name: Data Processing, Hosting, and Related Services - id: '51' name: Information - id: '5416' name: Management, Scientific, and Technical Consulting Services - id: '519' name: Other Information Services - id: '5418' name: Advertising, Public Relations, and Related Services - id: '54' name: Professional, Scientific, and Technical Services - id: '5112' name: Software Publishers - id: '511210' name: Software Publishers - id: '517110' name: '' - id: '5191' name: Other Information Services - id: '5171' name: '' - id: '54161' name: Management Consulting Services - id: '519130' name: Internet Publishing and Broadcasting and Web Search Portals - id: '541' name: Professional, Scientific, and Technical Services - id: '519190' name: All Other Information Services - id: '51711' name: '' - id: '51913' name: Internet Publishing and Broadcasting and Web Search Portals website: www.zoominfo.com revenue: $400 Million revenueNumeric: 400000000 employeeCount: 1500 type: PUBLIC ticker: 'NASDAQ: ZI' ranking: - Inc 5000 socialMediaUrls: - type: FACEBOOK url: http://www.facebook.com/ZoomInformation followerCount: '' - type: LINKED_IN url: http://www.linkedin.com/company/zoominfo?trk=tyah followerCount: '' - type: TWITTER url: http://twitter.com/zoominfo followerCount: '' primaryIndustry: - Software industries: - Data Collection & Internet Portals - Software - Media & Internet revenueRange: $250 mil. - $500 mil. employeeRange: 1,000 - 5,000 Result1: title: Result1 required: - input - data type: object properties: input: $ref: '#/components/schemas/Input1' data: type: array items: $ref: '#/components/schemas/Data3' description: '' example: [] examples: - input: companyid: 344589814 fullname: henry schuck data: - id: 1260398587 firstName: Henry middleName: L. lastName: Schuck email: henry.schuck@zoominfo.com hasCanadianEmail: 'false' phone: (360) 783-6816 directPhoneDoNotCall: false street: 805 Broadway Ste. 900 city: Vancouver region: Washington metroArea: Portland zipCode: '98660' state: Washington country: United States personHasMoved: 'No' withinEu: false withinCalifornia: true withinCanada: false lastUpdatedDate: 1/5/2020 2:59 PM noticeProvidedDate: 06/27/2020 salutation: '' suffix: '' jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite education: - school: University of Nevada , Las Vegas educationDegree: degree: '' areaOfStudy: '' - school: Oxford University educationDegree: degree: comparative law areaOfStudy: '' - school: The Ohio State University Moritz College of Law educationDegree: degree: '' areaOfStudy: juris doctorate degree cum laude hashedEmails: - f58f6a9d081a378bccd8c8a067f5d757c1bcfe1114b17d1a0173c4f64f132a76 - 882301004d270daab518d5d4fc0ec9a3e790159c4802e04394c0e70d7d817a5df5d19ba86a495ea2b22c19911a4606c63af22b85326c5a477e5b845a9ffcc33d - 8dceb85dffad7d86c656fabd105d5781a1cdc66d3e5e0f1e723f04dc172c13e7839948f8253f382ecb91b5a3892aa4c8cec671061a24b18ef4cd3fc08a89d0bc - f68bd1de672a4c37fdc87d88b4d543c2634ed129e5c73f69ca74c5dd21bc0fd6 - eed1872f83bf7d777eef83d459e14dc97cc8bbe4c391665d02130d1a02b9c6bae8fde805e5556bc9345e01da360856c36c08d3fde3c6564ce9eda330c11307cb - b187e4ed0351e0988c5e7efb63c73d8fba14252ede5b29c4b111445ed60a205e566feaa37eb2a5da512f93d8c34bab8add0ebec823ee2a9ba718e709ae5bb999 - 8eb26ee14126e66bbf71cfc7da77803ab2079298c4f63075b4a9329605d0844c3b9d989ae4e9486f12701bad2b40cf45c8b461b751a3b37e97b18bd07cddf950 - 695d19bdc9be7f8e742c5f8d21d20832 - 29d9667b9865bd4c0ade732d87491588 - 0277d9b958853b227aae74c49fb3f47ed1a4f7a0 - 8f74df87a34f9eace4f392081fdf1701ecdd0a82 - 0cf4aef9be54921f056cfbd01aa21aaa - c9415971b7ed54e1ef2ba9b76d7517d8 - 3255f0cea9d54f85c3ffe066798f68c8d9ff5131 - c2a09501b2e2d8542c90a9014a3e035be5d5412b - 73874aff0dc933c6b08f9ecfdcd281ae5f2b2ef4 - b29c16b0355cdf202e47561cc82b2ce10325c7c9fbf35fc8c8d2ac97e1a15751 - 0b3c1656c901009da30bd69f431f901d17aea3b5 - 219df7fce416087db95f41b22a3e99de - 74a841493b2be80de6b0523e3e51388ee702162b98bf0a1b761dc20a67c24bf9dd7c1c1edb43ec378754489dcb2c8b94fe8652c4f8aad2294758f1e37738093c - 11862b70dc429e354ecb9e8c3f94baa980cd848a4e65b0607f098c2c4784e1e9 - f96d816c6506277d8917284d6ae01c086d6bb738 - e2107f85303216debfc490c1128ad0026bc66cba - 42f9c1101b858d906f1e9249377705cc - 2d707a32b6c36d7860df4ded85a3675da59487bd - 70c0572ab995de4b75a50d4f3b9527b2f23ee3729d8dee19454732bb5974b96ce3b46c126ef9da3072e0db19331b713551c8f51af7d06d7456b006e6b6c6786f - cb428444a92caccbf74196a56ce2ce47bedb7c810165a3f5670e0142b9e20488 - fb8f9342f5555bac4b5576e18203dee9649eb6cac775a60444a08912d57ecfaf - 02d590f02c638a0f0a14330f8ed41ac3f29be73f3cc61510cffd5010f4076a56 - 077edc0b42f5b3a2ebced95cb466d7540eb13f84 - 35fae950b9267686ad59bf5540f05fe32614b05f7ce111c88215d397c4ccca80 - 072d54d1cd80722271757be3ad70e2fa80a4f7a9ddcfa4986bdacfaf44090d01 - f9cec62f4b2805124098741a9ff318cfc7601014799360d909d6160941a6700d4ec1dcfbfcfd445a8fd5549670bebefd0169ab53d5332296af6c70a55e22848a - 4d49f8386d59b45ddda50a5ef5430120 - 81863a5a64ae6c4df9eab6200808260ffd99324308dcdb234cb95fe2f01868fd - 3b4031ad2889aba895b3f7a0132f254c - adb40c784326c0581284f4c8301bbeb0b217bab6a09eb811f8eee4fce2ea431b3cf01da7192c0af813ce7df177fc634770b4557c74301d41c412ee7dc890b9bf - 20b54d86e974f4dfeb4383ed2c748e2d79ac7d28 - 258ba4f8558fbea656732b28211c9df8 - b389c6b4c6d1ab9c45a41f2ac41d7a2367b980866587f0d8afc8d07e87bf7dbee8638f4194e24674aa56a225bc9db668a6febd13fe0b975cc330dfb7c54df4f2 - 36c30998984a06a5eb56f5322ff8a284d144d159365b93423cc08223081965d606e6af6dddd30b7fd09bc627f9dcecd3ea85c036c3ba485ed31e07d2bd7ca65b - 5233cc7bd91cb8234b136cd44db83d94 - 6a17da18c38ef9b4d42cefdaf7db0a03 - 2154155b799c35d2d58ad920146b2477635884f5af0839bc6ebbdb99216b7415 picture: https://www.zoominfo.com/ge-assets/images/leadership/henry_schuck.png mobilePhoneDoNotCall: true externalUrls: - type: linkedin.com url: https://www.linkedin.com/in/hschuck - type: twitter.com url: https://www.twitter.com/henrylschuck - type: salesforce.com url: https://www.salesforce.com/00361000005FuKPAA0 contactAccuracyScore: 96 isDefunct: false employmentHistory: - jobTitle: Vice President of Data and Marketing managementLevel: - VP-Level fromDate: '2002-01-02T00:00:00.000Z' toDate: '2006-01-02T00:00:00.000Z' company: companyId: 0 companyName: iProfile companyPhone: '' companyWebsite: '' managementLevel: - C-Level locationCompanyId: 344589814 company: division: '' id: 344589814 name: ZoomInfo descriptionList: - 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. - 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. - 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. ' - 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. ' - 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. ' phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St Suite 900 city: Vancouver state: Washington zipCode: '98660' country: United States logo: http://www.zoominfo.com/business/mktg/images/zi_logo.png sicCodes: - id: '73' name: Business Services - id: '737' name: Computer Programming, Data Processing, And Other Computer Related Services - id: '7375' name: Information Retrieval Services - id: '27' name: Printing, Publishing, And Allied Industries - id: '274' name: Miscellaneous Publishing - id: '2741' name: Miscellaneous Publishing - id: '731' name: Advertising - id: '7371' name: Computer Programming Services - id: '7372' name: Prepackaged Software - id: '738' name: Miscellaneous Business Services - id: '7389' name: Business Services, Not Elsewhere Classified - id: '89' name: Miscellaneous Services - id: '899' name: Miscellaneous Services - id: '8999' name: Services, Not Elsewhere Classified - id: '7374' name: Computer Processing and Data Preparation and Processing Services naicsCodes: - id: '541613' name: Marketing Consulting Services - id: '541511' name: Custom Computer Programming Services - id: '51919' name: All Other Information Services - id: '518210' name: Data Processing, Hosting, and Related Services - id: '54151' name: Computer Systems Design and Related Services - id: '5182' name: Data Processing, Hosting, and Related Services - id: '511' name: Publishing Industries (except Internet) - id: '51121' name: Software Publishers - id: '51821' name: Data Processing, Hosting, and Related Services - id: '517' name: Telecommunications - id: '5415' name: Computer Systems Design and Related Services - id: '518' name: Data Processing, Hosting, and Related Services - id: '51' name: Information - id: '5416' name: Management, Scientific, and Technical Consulting Services - id: '519' name: Other Information Services - id: '5418' name: Advertising, Public Relations, and Related Services - id: '54' name: Professional, Scientific, and Technical Services - id: '5112' name: Software Publishers - id: '511210' name: Software Publishers - id: '517110' name: '' - id: '5191' name: Other Information Services - id: '5171' name: '' - id: '54161' name: Management Consulting Services - id: '519130' name: Internet Publishing and Broadcasting and Web Search Portals - id: '541' name: Professional, Scientific, and Technical Services - id: '519190' name: All Other Information Services - id: '51711' name: '' - id: '51913' name: Internet Publishing and Broadcasting and Web Search Portals website: www.zoominfo.com revenue: $400 Million revenueNumeric: 400000000 employeeCount: 1500 type: PUBLIC ticker: 'NASDAQ: ZI' ranking: - Inc 5000 socialMediaUrls: - type: FACEBOOK url: http://www.facebook.com/ZoomInformation followerCount: '' - type: LINKED_IN url: http://www.linkedin.com/company/zoominfo?trk=tyah followerCount: '' - type: TWITTER url: http://twitter.com/zoominfo followerCount: '' primaryIndustry: - Software industries: - Data Collection & Internet Portals - Software - Media & Internet revenueRange: $250 mil. - $500 mil. employeeRange: 1,000 - 5,000 Input1: title: Input1 required: - companyid - fullname type: object properties: companyid: type: integer contentEncoding: int32 example: 500123 fullname: type: string example: Acme Corporation examples: - companyid: 344589814 fullname: henry schuck Data3: title: Data3 required: - id - firstName - middleName - lastName - email - hasCanadianEmail - phone - directPhoneDoNotCall - street - city - region - metroArea - zipCode - state - country - personHasMoved - withinEu - withinCalifornia - withinCanada - lastUpdatedDate - noticeProvidedDate - salutation - suffix - jobTitle - jobFunction - education - hashedEmails - picture - mobilePhoneDoNotCall - externalUrls - contactAccuracyScore - isDefunct - employmentHistory - managementLevel - locationCompanyId - company type: object properties: id: type: integer contentEncoding: int32 example: 500123 firstName: type: string example: Acme Corporation middleName: type: string example: Acme Corporation lastName: type: string example: Acme Corporation email: type: string example: jsmith@example.com hasCanadianEmail: type: string example: jsmith@example.com phone: type: string example: +1-555-555-1234 directPhoneDoNotCall: type: boolean example: true street: type: string example: example_value city: type: string example: San Francisco region: type: string example: example_value metroArea: type: string example: example_value zipCode: type: string example: '94105' state: type: string example: CA country: type: string example: US personHasMoved: type: string example: example_value withinEu: type: boolean example: true withinCalifornia: type: boolean example: true withinCanada: type: boolean example: true lastUpdatedDate: type: string example: '2025-03-15T14:30:00Z' noticeProvidedDate: type: string example: '2025-03-15T14:30:00Z' salutation: type: string example: example_value suffix: type: string example: example_value jobTitle: type: string example: Vice President of Sales jobFunction: type: array items: $ref: '#/components/schemas/JobFunction' description: '' example: [] education: type: array items: $ref: '#/components/schemas/Education' description: '' example: [] hashedEmails: type: array items: type: string description: '' example: user@example.com picture: type: string example: example_value mobilePhoneDoNotCall: type: boolean example: true externalUrls: type: array items: $ref: '#/components/schemas/ExternalUrl' description: '' example: https://www.example.com contactAccuracyScore: type: integer contentEncoding: int32 example: 85 isDefunct: type: boolean example: true employmentHistory: type: array items: $ref: '#/components/schemas/EmploymentHistory' description: '' example: [] managementLevel: type: array items: type: string description: '' example: [] locationCompanyId: type: integer contentEncoding: int32 example: 500123 company: $ref: '#/components/schemas/Company12' examples: - id: 1260398587 firstName: Henry middleName: L. lastName: Schuck email: henry.schuck@zoominfo.com hasCanadianEmail: 'false' phone: (360) 783-6816 directPhoneDoNotCall: false street: 805 Broadway Ste. 900 city: Vancouver region: Washington metroArea: Portland zipCode: '98660' state: Washington country: United States personHasMoved: 'No' withinEu: false withinCalifornia: true withinCanada: false lastUpdatedDate: 1/5/2020 2:59 PM noticeProvidedDate: 06/27/2020 salutation: '' suffix: '' jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite education: - school: University of Nevada , Las Vegas educationDegree: degree: '' areaOfStudy: '' - school: Oxford University educationDegree: degree: comparative law areaOfStudy: '' - school: The Ohio State University Moritz College of Law educationDegree: degree: '' areaOfStudy: juris doctorate degree cum laude hashedEmails: - f58f6a9d081a378bccd8c8a067f5d757c1bcfe1114b17d1a0173c4f64f132a76 - 882301004d270daab518d5d4fc0ec9a3e790159c4802e04394c0e70d7d817a5df5d19ba86a495ea2b22c19911a4606c63af22b85326c5a477e5b845a9ffcc33d - 8dceb85dffad7d86c656fabd105d5781a1cdc66d3e5e0f1e723f04dc172c13e7839948f8253f382ecb91b5a3892aa4c8cec671061a24b18ef4cd3fc08a89d0bc - f68bd1de672a4c37fdc87d88b4d543c2634ed129e5c73f69ca74c5dd21bc0fd6 - eed1872f83bf7d777eef83d459e14dc97cc8bbe4c391665d02130d1a02b9c6bae8fde805e5556bc9345e01da360856c36c08d3fde3c6564ce9eda330c11307cb - b187e4ed0351e0988c5e7efb63c73d8fba14252ede5b29c4b111445ed60a205e566feaa37eb2a5da512f93d8c34bab8add0ebec823ee2a9ba718e709ae5bb999 - 8eb26ee14126e66bbf71cfc7da77803ab2079298c4f63075b4a9329605d0844c3b9d989ae4e9486f12701bad2b40cf45c8b461b751a3b37e97b18bd07cddf950 - 695d19bdc9be7f8e742c5f8d21d20832 - 29d9667b9865bd4c0ade732d87491588 - 0277d9b958853b227aae74c49fb3f47ed1a4f7a0 - 8f74df87a34f9eace4f392081fdf1701ecdd0a82 - 0cf4aef9be54921f056cfbd01aa21aaa - c9415971b7ed54e1ef2ba9b76d7517d8 - 3255f0cea9d54f85c3ffe066798f68c8d9ff5131 - c2a09501b2e2d8542c90a9014a3e035be5d5412b - 73874aff0dc933c6b08f9ecfdcd281ae5f2b2ef4 - b29c16b0355cdf202e47561cc82b2ce10325c7c9fbf35fc8c8d2ac97e1a15751 - 0b3c1656c901009da30bd69f431f901d17aea3b5 - 219df7fce416087db95f41b22a3e99de - 74a841493b2be80de6b0523e3e51388ee702162b98bf0a1b761dc20a67c24bf9dd7c1c1edb43ec378754489dcb2c8b94fe8652c4f8aad2294758f1e37738093c - 11862b70dc429e354ecb9e8c3f94baa980cd848a4e65b0607f098c2c4784e1e9 - f96d816c6506277d8917284d6ae01c086d6bb738 - e2107f85303216debfc490c1128ad0026bc66cba - 42f9c1101b858d906f1e9249377705cc - 2d707a32b6c36d7860df4ded85a3675da59487bd - 70c0572ab995de4b75a50d4f3b9527b2f23ee3729d8dee19454732bb5974b96ce3b46c126ef9da3072e0db19331b713551c8f51af7d06d7456b006e6b6c6786f - cb428444a92caccbf74196a56ce2ce47bedb7c810165a3f5670e0142b9e20488 - fb8f9342f5555bac4b5576e18203dee9649eb6cac775a60444a08912d57ecfaf - 02d590f02c638a0f0a14330f8ed41ac3f29be73f3cc61510cffd5010f4076a56 - 077edc0b42f5b3a2ebced95cb466d7540eb13f84 - 35fae950b9267686ad59bf5540f05fe32614b05f7ce111c88215d397c4ccca80 - 072d54d1cd80722271757be3ad70e2fa80a4f7a9ddcfa4986bdacfaf44090d01 - f9cec62f4b2805124098741a9ff318cfc7601014799360d909d6160941a6700d4ec1dcfbfcfd445a8fd5549670bebefd0169ab53d5332296af6c70a55e22848a - 4d49f8386d59b45ddda50a5ef5430120 - 81863a5a64ae6c4df9eab6200808260ffd99324308dcdb234cb95fe2f01868fd - 3b4031ad2889aba895b3f7a0132f254c - adb40c784326c0581284f4c8301bbeb0b217bab6a09eb811f8eee4fce2ea431b3cf01da7192c0af813ce7df177fc634770b4557c74301d41c412ee7dc890b9bf - 20b54d86e974f4dfeb4383ed2c748e2d79ac7d28 - 258ba4f8558fbea656732b28211c9df8 - b389c6b4c6d1ab9c45a41f2ac41d7a2367b980866587f0d8afc8d07e87bf7dbee8638f4194e24674aa56a225bc9db668a6febd13fe0b975cc330dfb7c54df4f2 - 36c30998984a06a5eb56f5322ff8a284d144d159365b93423cc08223081965d606e6af6dddd30b7fd09bc627f9dcecd3ea85c036c3ba485ed31e07d2bd7ca65b - 5233cc7bd91cb8234b136cd44db83d94 - 6a17da18c38ef9b4d42cefdaf7db0a03 - 2154155b799c35d2d58ad920146b2477635884f5af0839bc6ebbdb99216b7415 picture: https://www.zoominfo.com/ge-assets/images/leadership/henry_schuck.png mobilePhoneDoNotCall: true externalUrls: - type: linkedin.com url: https://www.linkedin.com/in/hschuck - type: twitter.com url: https://www.twitter.com/henrylschuck - type: salesforce.com url: https://www.salesforce.com/00361000005FuKPAA0 contactAccuracyScore: 96 isDefunct: false employmentHistory: - jobTitle: Vice President of Data and Marketing managementLevel: - VP-Level fromDate: '2002-01-02T00:00:00.000Z' toDate: '2006-01-02T00:00:00.000Z' company: companyId: 0 companyName: iProfile companyPhone: '' companyWebsite: '' managementLevel: - C-Level locationCompanyId: 344589814 company: division: '' id: 344589814 name: ZoomInfo descriptionList: - 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. - 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. - 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. ' - 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. ' - 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. ' phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St Suite 900 city: Vancouver state: Washington zipCode: '98660' country: United States logo: http://www.zoominfo.com/business/mktg/images/zi_logo.png sicCodes: - id: '73' name: Business Services - id: '737' name: Computer Programming, Data Processing, And Other Computer Related Services - id: '7375' name: Information Retrieval Services - id: '27' name: Printing, Publishing, And Allied Industries - id: '274' name: Miscellaneous Publishing - id: '2741' name: Miscellaneous Publishing - id: '731' name: Advertising - id: '7371' name: Computer Programming Services - id: '7372' name: Prepackaged Software - id: '738' name: Miscellaneous Business Services - id: '7389' name: Business Services, Not Elsewhere Classified - id: '89' name: Miscellaneous Services - id: '899' name: Miscellaneous Services - id: '8999' name: Services, Not Elsewhere Classified - id: '7374' name: Computer Processing and Data Preparation and Processing Services naicsCodes: - id: '541613' name: Marketing Consulting Services - id: '541511' name: Custom Computer Programming Services - id: '51919' name: All Other Information Services - id: '518210' name: Data Processing, Hosting, and Related Services - id: '54151' name: Computer Systems Design and Related Services - id: '5182' name: Data Processing, Hosting, and Related Services - id: '511' name: Publishing Industries (except Internet) - id: '51121' name: Software Publishers - id: '51821' name: Data Processing, Hosting, and Related Services - id: '517' name: Telecommunications - id: '5415' name: Computer Systems Design and Related Services - id: '518' name: Data Processing, Hosting, and Related Services - id: '51' name: Information - id: '5416' name: Management, Scientific, and Technical Consulting Services - id: '519' name: Other Information Services - id: '5418' name: Advertising, Public Relations, and Related Services - id: '54' name: Professional, Scientific, and Technical Services - id: '5112' name: Software Publishers - id: '511210' name: Software Publishers - id: '517110' name: '' - id: '5191' name: Other Information Services - id: '5171' name: '' - id: '54161' name: Management Consulting Services - id: '519130' name: Internet Publishing and Broadcasting and Web Search Portals - id: '541' name: Professional, Scientific, and Technical Services - id: '519190' name: All Other Information Services - id: '51711' name: '' - id: '51913' name: Internet Publishing and Broadcasting and Web Search Portals website: www.zoominfo.com revenue: $400 Million revenueNumeric: 400000000 employeeCount: 1500 type: PUBLIC ticker: 'NASDAQ: ZI' ranking: - Inc 5000 socialMediaUrls: - type: FACEBOOK url: http://www.facebook.com/ZoomInformation followerCount: '' - type: LINKED_IN url: http://www.linkedin.com/company/zoominfo?trk=tyah followerCount: '' - type: TWITTER url: http://twitter.com/zoominfo followerCount: '' primaryIndustry: - Software industries: - Data Collection & Internet Portals - Software - Media & Internet revenueRange: $250 mil. - $500 mil. employeeRange: 1,000 - 5,000 Company12: title: Company12 required: - division - id - name - descriptionList - phone - fax - street - city - state - zipCode - country - logo - sicCodes - naicsCodes - website - revenue - revenueNumeric - employeeCount - type - ticker - ranking - socialMediaUrls - primaryIndustry - industries - revenueRange - employeeRange type: object properties: division: type: string example: example_value id: type: integer contentEncoding: int32 example: 500123 name: type: string example: Acme Corporation descriptionList: type: array items: $ref: '#/components/schemas/DescriptionList' description: '' example: [] phone: type: string example: +1-555-555-1234 fax: type: string example: example_value street: type: string example: example_value city: type: string example: San Francisco state: type: string example: CA zipCode: type: string example: '94105' country: type: string example: US logo: type: string example: example_value sicCodes: type: array items: $ref: '#/components/schemas/SicCode' description: '' example: [] naicsCodes: type: array items: $ref: '#/components/schemas/NaicsCode' description: '' example: [] website: type: string example: example_value revenue: type: string example: example_value revenueNumeric: type: integer contentEncoding: int32 example: 100 employeeCount: type: integer contentEncoding: int32 example: 250 type: type: string example: standard ticker: type: string example: example_value ranking: type: array items: type: string description: '' example: [] socialMediaUrls: type: array items: $ref: '#/components/schemas/SocialMediaUrl' description: '' example: https://www.example.com primaryIndustry: type: array items: type: string description: '' example: [] industries: type: array items: type: string description: '' example: [] revenueRange: type: string example: example_value employeeRange: type: string example: example_value examples: - division: '' id: 344589814 name: ZoomInfo descriptionList: - 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. - 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. - 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. ' - 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. ' - 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. ' phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St Suite 900 city: Vancouver state: Washington zipCode: '98660' country: United States logo: http://www.zoominfo.com/business/mktg/images/zi_logo.png sicCodes: - id: '73' name: Business Services - id: '737' name: Computer Programming, Data Processing, And Other Computer Related Services - id: '7375' name: Information Retrieval Services - id: '27' name: Printing, Publishing, And Allied Industries - id: '274' name: Miscellaneous Publishing - id: '2741' name: Miscellaneous Publishing - id: '731' name: Advertising - id: '7371' name: Computer Programming Services - id: '7372' name: Prepackaged Software - id: '738' name: Miscellaneous Business Services - id: '7389' name: Business Services, Not Elsewhere Classified - id: '89' name: Miscellaneous Services - id: '899' name: Miscellaneous Services - id: '8999' name: Services, Not Elsewhere Classified - id: '7374' name: Computer Processing and Data Preparation and Processing Services naicsCodes: - id: '541613' name: Marketing Consulting Services - id: '541511' name: Custom Computer Programming Services - id: '51919' name: All Other Information Services - id: '518210' name: Data Processing, Hosting, and Related Services - id: '54151' name: Computer Systems Design and Related Services - id: '5182' name: Data Processing, Hosting, and Related Services - id: '511' name: Publishing Industries (except Internet) - id: '51121' name: Software Publishers - id: '51821' name: Data Processing, Hosting, and Related Services - id: '517' name: Telecommunications - id: '5415' name: Computer Systems Design and Related Services - id: '518' name: Data Processing, Hosting, and Related Services - id: '51' name: Information - id: '5416' name: Management, Scientific, and Technical Consulting Services - id: '519' name: Other Information Services - id: '5418' name: Advertising, Public Relations, and Related Services - id: '54' name: Professional, Scientific, and Technical Services - id: '5112' name: Software Publishers - id: '511210' name: Software Publishers - id: '517110' name: '' - id: '5191' name: Other Information Services - id: '5171' name: '' - id: '54161' name: Management Consulting Services - id: '519130' name: Internet Publishing and Broadcasting and Web Search Portals - id: '541' name: Professional, Scientific, and Technical Services - id: '519190' name: All Other Information Services - id: '51711' name: '' - id: '51913' name: Internet Publishing and Broadcasting and Web Search Portals website: www.zoominfo.com revenue: $400 Million revenueNumeric: 400000000 employeeCount: 1500 type: PUBLIC ticker: 'NASDAQ: ZI' ranking: - Inc 5000 socialMediaUrls: - type: FACEBOOK url: http://www.facebook.com/ZoomInformation followerCount: '' - type: LINKED_IN url: http://www.linkedin.com/company/zoominfo?trk=tyah followerCount: '' - type: TWITTER url: http://twitter.com/zoominfo followerCount: '' primaryIndustry: - Software industries: - Data Collection & Internet Portals - Software - Media & Internet revenueRange: $250 mil. - $500 mil. employeeRange: 1,000 - 5,000 SocialMediaUrl: title: SocialMediaUrl required: - type - url - followerCount type: object properties: type: type: string example: standard url: type: string example: https://www.example.com/resource followerCount: type: string example: example_value examples: - type: FACEBOOK url: http://www.facebook.com/ZoomInformation followerCount: '' EnrichcontactsbynameandID: title: EnrichcontactsbynameandID required: - success - data type: object properties: success: type: boolean example: true data: $ref: '#/components/schemas/Data4' examples: - success: true data: outputFields: - - id - firstname - middlename - lastname - email - hascanadianemail - phone - directphonedonotcall - street - city - region - metroarea - zipcode - state - country - personhasmoved - withineu - withincalifornia - withincanada - lastupdateddate - noticeprovideddate - salutation - suffix - jobtitle - jobfunction - companydivision - education - hashedemails - picture - mobilephonedonotcall - externalurls - companyid - companyname - companydescriptionlist - companyphone - companyfax - companystreet - companycity - companystate - companyzipcode - companycountry - companyId result: - input: emailaddress: henry.schuck@zoominfo.com data: - id: 1260398587 firstName: Henry middleName: L. lastName: Schuck email: henry.schuck@zoominfo.com hasCanadianEmail: 'false' phone: (360) 783-6816 directPhoneDoNotCall: false street: 805 Broadway Ste. 900 city: Vancouver region: Washington metroArea: Portland zipCode: '98660' state: Washington country: United States personHasMoved: Uncertain withinEu: false withinCalifornia: true withinCanada: false lastUpdatedDate: 1/5/2020 2:59 PM noticeProvidedDate: 06/27/2020 salutation: '' suffix: '' jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite education: - school: University of Nevada , Las Vegas educationDegree: degree: '' areaOfStudy: '' - school: Oxford University educationDegree: degree: comparative law areaOfStudy: '' - school: The Ohio State University Moritz College of Law educationDegree: degree: '' areaOfStudy: juris doctorate degree cum laude hashedEmails: - f58f6a9d081a378bccd8c8a067f5d757c1bcfe1114b17d1a0173c4f64f132a76 - 882301004d270daab518d5d4fc0ec9a3e790159c4802e04394c0e70d7d817a5df5d19ba86a495ea2b22c19911a4606c63af22b85326c5a477e5b845a9ffcc33d - 8dceb85dffad7d86c656fabd105d5781a1cdc66d3e5e0f1e723f04dc172c13e7839948f8253f382ecb91b5a3892aa4c8cec671061a24b18ef4cd3fc08a89d0bc - f68bd1de672a4c37fdc87d88b4d543c2634ed129e5c73f69ca74c5dd21bc0fd6 - eed1872f83bf7d777eef83d459e14dc97cc8bbe4c391665d02130d1a02b9c6bae8fde805e5556bc9345e01da360856c36c08d3fde3c6564ce9eda330c11307cb - b187e4ed0351e0988c5e7efb63c73d8fba14252ede5b29c4b111445ed60a205e566feaa37eb2a5da512f93d8c34bab8add0ebec823ee2a9ba718e709ae5bb999 - 8eb26ee14126e66bbf71cfc7da77803ab2079298c4f63075b4a9329605d0844c3b9d989ae4e9486f12701bad2b40cf45c8b461b751a3b37e97b18bd07cddf950 - 695d19bdc9be7f8e742c5f8d21d20832 - 29d9667b9865bd4c0ade732d87491588 - 0277d9b958853b227aae74c49fb3f47ed1a4f7a0 - 8f74df87a34f9eace4f392081fdf1701ecdd0a82 - 0cf4aef9be54921f056cfbd01aa21aaa - c9415971b7ed54e1ef2ba9b76d7517d8 - 3255f0cea9d54f85c3ffe066798f68c8d9ff5131 - c2a09501b2e2d8542c90a9014a3e035be5d5412b - 73874aff0dc933c6b08f9ecfdcd281ae5f2b2ef4 - b29c16b0355cdf202e47561cc82b2ce10325c7c9fbf35fc8c8d2ac97e1a15751 - 0b3c1656c901009da30bd69f431f901d17aea3b5 - 219df7fce416087db95f41b22a3e99de - 74a841493b2be80de6b0523e3e51388ee702162b98bf0a1b761dc20a67c24bf9dd7c1c1edb43ec378754489dcb2c8b94fe8652c4f8aad2294758f1e37738093c - 11862b70dc429e354ecb9e8c3f94baa980cd848a4e65b0607f098c2c4784e1e9 - f96d816c6506277d8917284d6ae01c086d6bb738 - e2107f85303216debfc490c1128ad0026bc66cba - 42f9c1101b858d906f1e9249377705cc - 2d707a32b6c36d7860df4ded85a3675da59487bd - 70c0572ab995de4b75a50d4f3b9527b2f23ee3729d8dee19454732bb5974b96ce3b46c126ef9da3072e0db19331b713551c8f51af7d06d7456b006e6b6c6786f - cb428444a92caccbf74196a56ce2ce47bedb7c810165a3f5670e0142b9e20488 - fb8f9342f5555bac4b5576e18203dee9649eb6cac775a60444a08912d57ecfaf - 02d590f02c638a0f0a14330f8ed41ac3f29be73f3cc61510cffd5010f4076a56 - 077edc0b42f5b3a2ebced95cb466d7540eb13f84 - 35fae950b9267686ad59bf5540f05fe32614b05f7ce111c88215d397c4ccca80 - 072d54d1cd80722271757be3ad70e2fa80a4f7a9ddcfa4986bdacfaf44090d01 - f9cec62f4b2805124098741a9ff318cfc7601014799360d909d6160941a6700d4ec1dcfbfcfd445a8fd5549670bebefd0169ab53d5332296af6c70a55e22848a - 4d49f8386d59b45ddda50a5ef5430120 - 81863a5a64ae6c4df9eab6200808260ffd99324308dcdb234cb95fe2f01868fd - 3b4031ad2889aba895b3f7a0132f254c - adb40c784326c0581284f4c8301bbeb0b217bab6a09eb811f8eee4fce2ea431b3cf01da7192c0af813ce7df177fc634770b4557c74301d41c412ee7dc890b9bf - 20b54d86e974f4dfeb4383ed2c748e2d79ac7d28 - 258ba4f8558fbea656732b28211c9df8 - b389c6b4c6d1ab9c45a41f2ac41d7a2367b980866587f0d8afc8d07e87bf7dbee8638f4194e24674aa56a225bc9db668a6febd13fe0b975cc330dfb7c54df4f2 - 36c30998984a06a5eb56f5322ff8a284d144d159365b93423cc08223081965d606e6af6dddd30b7fd09bc627f9dcecd3ea85c036c3ba485ed31e07d2bd7ca65b - 5233cc7bd91cb8234b136cd44db83d94 - 6a17da18c38ef9b4d42cefdaf7db0a03 - 2154155b799c35d2d58ad920146b2477635884f5af0839bc6ebbdb99216b7415 picture: https://www.zoominfo.com/ge-assets/images/leadership/henry_schuck.png mobilePhoneDoNotCall: true externalUrls: - type: linkedin.com url: https://www.linkedin.com/in/hschuck - type: twitter.com url: https://www.twitter.com/henrylschuck - type: salesforce.com url: https://www.salesforce.com/00361000005FuKPAA0 company: division: '' id: 344589814 name: ZoomInfo descriptionList: - 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. - 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. - 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. ' - 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. ' - 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. ' phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St Suite 900 city: Vancouver state: Washington zipCode: '98660' country: United States - input: personid: 3458235736 data: - id: 3458235736 firstName: John middleName: '' lastName: Doherty email: john.doherty@zoominfo.com hasCanadianEmail: 'false' phone: '' directPhoneDoNotCall: false street: 805 Broadway St Ste 900 city: Vancouver region: Washington metroArea: Portland zipCode: '98660' state: Washington country: United States personHasMoved: Uncertain withinEu: false withinCalifornia: false withinCanada: false lastUpdatedDate: '' noticeProvidedDate: 07/31/2020 salutation: '' suffix: '' jobTitle: Technical Principal & Writer jobFunction: [] education: [] hashedEmails: - 348710337ec50798259561548cde6d426244a715 - e8995e2c36b588f9099eb546eca3ccc8f27978c1ce8ee836557384db032a283e - f339bcf3ce0fc1f98717d0405837f567 - 4c1cbf89a79cc60aef777a58749049d51dad0c0a90e879bb53d4a8c7d28179df64c087b61d3dff926f3f3ff0a52bd5c443ef6cd56ed3b4acca8dadb832af3d7b - 57027ae238ce1a8d26625e1d540442d6 - 41d0e3b22ad12e4487226ce11463d726 - 9f92d78a2258fe84d94a1c49f32de01e3547fa9d1bf15a61b5bc7e185b9f15e637ea98880e352620158fe97912c7fc2a544e599e574344ef8dfcd6db914fa6a9 - cee7943034e988008accbf494a0167bf78f0d947 - 7b302d8a723a1b2c47ce640365a949b2 - 320b07639740189d42d79bab496104c50171c21a435fb2b5334c2b57ca42be3c - 454df870899fb3e0b27aff0608febc69115d119f761db709eacbd3649c777b3b - 6a04f1f36c4682376dc76b9f601798bf3667850d1da47fc20b00b723e512e420 - 6c3e8cca36142e8def3b71f551ab9fba4bfa3ccf - e793f19529f1c1b16b5321273fb90870c80c0a75ffa8fd8a3c39667c16ab6a191aba83ef7ea78d0116250f9b80d6bbe3460f233d791aafd32552706b28bfa8f8 - 6076ee5dbb6ea91accd7a442a5de37b52495040d - f7953356a1d981b88a8b916cb82b0a1b0db0eb636c36175e59f86b98af8af4d792e7bff3e4c9c6795f11753b40acb7638ec8417af47a15c2051022104f1d46f5 picture: http://storage.zoominfo.com/-1938817055 mobilePhoneDoNotCall: true externalUrls: - type: linkedin.com url: https://www.linkedin.com/in/john-doherty-12b0ab1 - type: linkedin.com url: https://www.linkedin.com/in/john-doherty-cds company: division: '' id: 344589814 name: ZoomInfo descriptionList: - 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. - 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. - 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. ' - 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. ' - 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. ' phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St Suite 900 city: Vancouver state: Washington zipCode: '98660' country: United States - input: companyname: zoominfo fullname: filip popovic data: - id: 1613235897 firstName: Filip middleName: '' lastName: Popovic email: filip.popovic@zoominfo.com hasCanadianEmail: 'false' phone: '' directPhoneDoNotCall: false street: 7700 Old Georgetown Rd city: Bethesda region: Maryland metroArea: Washington zipCode: '20814' state: Maryland country: United States personHasMoved: 'No' withinEu: false withinCalifornia: false withinCanada: false lastUpdatedDate: 11/2/2020 10:28 AM noticeProvidedDate: 07/31/2020 salutation: '' suffix: '' jobTitle: Manager, Applications jobFunction: - name: UI / UX department: Engineering & Technical - name: Software Development department: Engineering & Technical education: - school: Seattle Pacific University educationDegree: degree: '' areaOfStudy: Bachelor of Science graduationDate: '2008-06-01T12:00:00.000Z' hashedEmails: - 81811910bd5c8c341bb7b229c7d4a79290a867d88fea85d406cc8f4ce297ff50 - 64c82f374fc20e4e61880441e6942687 - 7de29b7c0cdea9759e5a95ebb27e5dc21064fa014a0e3044e40385e49ea7d11c - 02cf19a2b28375088810ce0965b01435 - 5797b7c0a3c1543395c5d917ec80e767 - 6d2b9da789a8b853bc03bc575cc756c119b0a337346337c09c0f3911f8e9d5caf3f6ad37852ca1c58845538c1aca82c1d11c8ab15ad4f88d9ff886fffad93560 - e5974ca8b7cec726e6046f2d75e2e15ee6f5fa4f - 5d0e47101cf7f69a251620d19ecbb260b2111fc2 - 211d0e7ef2226c54f37c8142a3dabdd2601c8adc5229a1c7baee89b371890243018a1ec12c02d8a10a27e2cec06d244ceba084d25634cdff429b4e4d64c6472f - bd08e58a32c8f156160a9a582b25c2bb - 99d63e420ad723b1bdf7d01fd2f780cca52086ada662b6518812f71b53dde19df3206889810bb0d644359954c5d9d75608ba699e5b8edee5df7fcd47e2b00bc7 - a5d63d764cad8d93ef17558a49a8cf485f3f36152c6a90ce00a1e28adfdea799f48db897f1f59fff714c0c9be9f0668b3498a6b33e27cc83f66da8a66191f123 - 085e14a685e69e3346b6d65c749c2eb36bfdc9e3 - 9b933e4b4bf818985b71e0f82a6c28818ce2a354f16ed570439d05803d2b8295 - 1de6276adceae129920b8057c565884a28162bcd - 79f3cf02687bd1e9ccac5963d8a8eae16537254404af58b39d69dfe7dbdeee66 picture: '' mobilePhoneDoNotCall: false externalUrls: - type: linkedin.com url: https://www.linkedin.com/in/filip-popovic-090a88a7 company: division: '' id: 344589814 name: ZoomInfo descriptionList: - 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. - 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. - 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. ' - 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. ' - 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. ' phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St Suite 900 city: Vancouver state: Washington zipCode: '98660' country: United States Data4: title: Data4 required: - outputFields - result type: object properties: outputFields: type: array items: type: array items: type: string example: [] result: type: array items: $ref: '#/components/schemas/Result2' description: '' example: [] examples: - outputFields: - - id - firstname - middlename - lastname - email - hascanadianemail - phone - directphonedonotcall - street - city - region - metroarea - zipcode - state - country - personhasmoved - withineu - withincalifornia - withincanada - lastupdateddate - noticeprovideddate - salutation - suffix - jobtitle - jobfunction - companydivision - education - hashedemails - picture - mobilephonedonotcall - externalurls - companyid - companyname - companydescriptionlist - companyphone - companyfax - companystreet - companycity - companystate - companyzipcode - companycountry - companyId result: - input: emailaddress: henry.schuck@zoominfo.com data: - id: 1260398587 firstName: Henry middleName: L. lastName: Schuck email: henry.schuck@zoominfo.com hasCanadianEmail: 'false' phone: (360) 783-6816 directPhoneDoNotCall: false street: 805 Broadway Ste. 900 city: Vancouver region: Washington metroArea: Portland zipCode: '98660' state: Washington country: United States personHasMoved: Uncertain withinEu: false withinCalifornia: true withinCanada: false lastUpdatedDate: 1/5/2020 2:59 PM noticeProvidedDate: 06/27/2020 salutation: '' suffix: '' jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite education: - school: University of Nevada , Las Vegas educationDegree: degree: '' areaOfStudy: '' - school: Oxford University educationDegree: degree: comparative law areaOfStudy: '' - school: The Ohio State University Moritz College of Law educationDegree: degree: '' areaOfStudy: juris doctorate degree cum laude hashedEmails: - f58f6a9d081a378bccd8c8a067f5d757c1bcfe1114b17d1a0173c4f64f132a76 - 882301004d270daab518d5d4fc0ec9a3e790159c4802e04394c0e70d7d817a5df5d19ba86a495ea2b22c19911a4606c63af22b85326c5a477e5b845a9ffcc33d - 8dceb85dffad7d86c656fabd105d5781a1cdc66d3e5e0f1e723f04dc172c13e7839948f8253f382ecb91b5a3892aa4c8cec671061a24b18ef4cd3fc08a89d0bc - f68bd1de672a4c37fdc87d88b4d543c2634ed129e5c73f69ca74c5dd21bc0fd6 - eed1872f83bf7d777eef83d459e14dc97cc8bbe4c391665d02130d1a02b9c6bae8fde805e5556bc9345e01da360856c36c08d3fde3c6564ce9eda330c11307cb - b187e4ed0351e0988c5e7efb63c73d8fba14252ede5b29c4b111445ed60a205e566feaa37eb2a5da512f93d8c34bab8add0ebec823ee2a9ba718e709ae5bb999 - 8eb26ee14126e66bbf71cfc7da77803ab2079298c4f63075b4a9329605d0844c3b9d989ae4e9486f12701bad2b40cf45c8b461b751a3b37e97b18bd07cddf950 - 695d19bdc9be7f8e742c5f8d21d20832 - 29d9667b9865bd4c0ade732d87491588 - 0277d9b958853b227aae74c49fb3f47ed1a4f7a0 - 8f74df87a34f9eace4f392081fdf1701ecdd0a82 - 0cf4aef9be54921f056cfbd01aa21aaa - c9415971b7ed54e1ef2ba9b76d7517d8 - 3255f0cea9d54f85c3ffe066798f68c8d9ff5131 - c2a09501b2e2d8542c90a9014a3e035be5d5412b - 73874aff0dc933c6b08f9ecfdcd281ae5f2b2ef4 - b29c16b0355cdf202e47561cc82b2ce10325c7c9fbf35fc8c8d2ac97e1a15751 - 0b3c1656c901009da30bd69f431f901d17aea3b5 - 219df7fce416087db95f41b22a3e99de - 74a841493b2be80de6b0523e3e51388ee702162b98bf0a1b761dc20a67c24bf9dd7c1c1edb43ec378754489dcb2c8b94fe8652c4f8aad2294758f1e37738093c - 11862b70dc429e354ecb9e8c3f94baa980cd848a4e65b0607f098c2c4784e1e9 - f96d816c6506277d8917284d6ae01c086d6bb738 - e2107f85303216debfc490c1128ad0026bc66cba - 42f9c1101b858d906f1e9249377705cc - 2d707a32b6c36d7860df4ded85a3675da59487bd - 70c0572ab995de4b75a50d4f3b9527b2f23ee3729d8dee19454732bb5974b96ce3b46c126ef9da3072e0db19331b713551c8f51af7d06d7456b006e6b6c6786f - cb428444a92caccbf74196a56ce2ce47bedb7c810165a3f5670e0142b9e20488 - fb8f9342f5555bac4b5576e18203dee9649eb6cac775a60444a08912d57ecfaf - 02d590f02c638a0f0a14330f8ed41ac3f29be73f3cc61510cffd5010f4076a56 - 077edc0b42f5b3a2ebced95cb466d7540eb13f84 - 35fae950b9267686ad59bf5540f05fe32614b05f7ce111c88215d397c4ccca80 - 072d54d1cd80722271757be3ad70e2fa80a4f7a9ddcfa4986bdacfaf44090d01 - f9cec62f4b2805124098741a9ff318cfc7601014799360d909d6160941a6700d4ec1dcfbfcfd445a8fd5549670bebefd0169ab53d5332296af6c70a55e22848a - 4d49f8386d59b45ddda50a5ef5430120 - 81863a5a64ae6c4df9eab6200808260ffd99324308dcdb234cb95fe2f01868fd - 3b4031ad2889aba895b3f7a0132f254c - adb40c784326c0581284f4c8301bbeb0b217bab6a09eb811f8eee4fce2ea431b3cf01da7192c0af813ce7df177fc634770b4557c74301d41c412ee7dc890b9bf - 20b54d86e974f4dfeb4383ed2c748e2d79ac7d28 - 258ba4f8558fbea656732b28211c9df8 - b389c6b4c6d1ab9c45a41f2ac41d7a2367b980866587f0d8afc8d07e87bf7dbee8638f4194e24674aa56a225bc9db668a6febd13fe0b975cc330dfb7c54df4f2 - 36c30998984a06a5eb56f5322ff8a284d144d159365b93423cc08223081965d606e6af6dddd30b7fd09bc627f9dcecd3ea85c036c3ba485ed31e07d2bd7ca65b - 5233cc7bd91cb8234b136cd44db83d94 - 6a17da18c38ef9b4d42cefdaf7db0a03 - 2154155b799c35d2d58ad920146b2477635884f5af0839bc6ebbdb99216b7415 picture: https://www.zoominfo.com/ge-assets/images/leadership/henry_schuck.png mobilePhoneDoNotCall: true externalUrls: - type: linkedin.com url: https://www.linkedin.com/in/hschuck - type: twitter.com url: https://www.twitter.com/henrylschuck - type: salesforce.com url: https://www.salesforce.com/00361000005FuKPAA0 company: division: '' id: 344589814 name: ZoomInfo descriptionList: - 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. - 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. - 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. ' - 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. ' - 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. ' phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St Suite 900 city: Vancouver state: Washington zipCode: '98660' country: United States - input: personid: 3458235736 data: - id: 3458235736 firstName: John middleName: '' lastName: Doherty email: john.doherty@zoominfo.com hasCanadianEmail: 'false' phone: '' directPhoneDoNotCall: false street: 805 Broadway St Ste 900 city: Vancouver region: Washington metroArea: Portland zipCode: '98660' state: Washington country: United States personHasMoved: Uncertain withinEu: false withinCalifornia: false withinCanada: false lastUpdatedDate: '' noticeProvidedDate: 07/31/2020 salutation: '' suffix: '' jobTitle: Technical Principal & Writer jobFunction: [] education: [] hashedEmails: - 348710337ec50798259561548cde6d426244a715 - e8995e2c36b588f9099eb546eca3ccc8f27978c1ce8ee836557384db032a283e - f339bcf3ce0fc1f98717d0405837f567 - 4c1cbf89a79cc60aef777a58749049d51dad0c0a90e879bb53d4a8c7d28179df64c087b61d3dff926f3f3ff0a52bd5c443ef6cd56ed3b4acca8dadb832af3d7b - 57027ae238ce1a8d26625e1d540442d6 - 41d0e3b22ad12e4487226ce11463d726 - 9f92d78a2258fe84d94a1c49f32de01e3547fa9d1bf15a61b5bc7e185b9f15e637ea98880e352620158fe97912c7fc2a544e599e574344ef8dfcd6db914fa6a9 - cee7943034e988008accbf494a0167bf78f0d947 - 7b302d8a723a1b2c47ce640365a949b2 - 320b07639740189d42d79bab496104c50171c21a435fb2b5334c2b57ca42be3c - 454df870899fb3e0b27aff0608febc69115d119f761db709eacbd3649c777b3b - 6a04f1f36c4682376dc76b9f601798bf3667850d1da47fc20b00b723e512e420 - 6c3e8cca36142e8def3b71f551ab9fba4bfa3ccf - e793f19529f1c1b16b5321273fb90870c80c0a75ffa8fd8a3c39667c16ab6a191aba83ef7ea78d0116250f9b80d6bbe3460f233d791aafd32552706b28bfa8f8 - 6076ee5dbb6ea91accd7a442a5de37b52495040d - f7953356a1d981b88a8b916cb82b0a1b0db0eb636c36175e59f86b98af8af4d792e7bff3e4c9c6795f11753b40acb7638ec8417af47a15c2051022104f1d46f5 picture: http://storage.zoominfo.com/-1938817055 mobilePhoneDoNotCall: true externalUrls: - type: linkedin.com url: https://www.linkedin.com/in/john-doherty-12b0ab1 - type: linkedin.com url: https://www.linkedin.com/in/john-doherty-cds company: division: '' id: 344589814 name: ZoomInfo descriptionList: - 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. - 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. - 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. ' - 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. ' - 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. ' phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St Suite 900 city: Vancouver state: Washington zipCode: '98660' country: United States - input: companyname: zoominfo fullname: filip popovic data: - id: 1613235897 firstName: Filip middleName: '' lastName: Popovic email: filip.popovic@zoominfo.com hasCanadianEmail: 'false' phone: '' directPhoneDoNotCall: false street: 7700 Old Georgetown Rd city: Bethesda region: Maryland metroArea: Washington zipCode: '20814' state: Maryland country: United States personHasMoved: 'No' withinEu: false withinCalifornia: false withinCanada: false lastUpdatedDate: 11/2/2020 10:28 AM noticeProvidedDate: 07/31/2020 salutation: '' suffix: '' jobTitle: Manager, Applications jobFunction: - name: UI / UX department: Engineering & Technical - name: Software Development department: Engineering & Technical education: - school: Seattle Pacific University educationDegree: degree: '' areaOfStudy: Bachelor of Science graduationDate: '2008-06-01T12:00:00.000Z' hashedEmails: - 81811910bd5c8c341bb7b229c7d4a79290a867d88fea85d406cc8f4ce297ff50 - 64c82f374fc20e4e61880441e6942687 - 7de29b7c0cdea9759e5a95ebb27e5dc21064fa014a0e3044e40385e49ea7d11c - 02cf19a2b28375088810ce0965b01435 - 5797b7c0a3c1543395c5d917ec80e767 - 6d2b9da789a8b853bc03bc575cc756c119b0a337346337c09c0f3911f8e9d5caf3f6ad37852ca1c58845538c1aca82c1d11c8ab15ad4f88d9ff886fffad93560 - e5974ca8b7cec726e6046f2d75e2e15ee6f5fa4f - 5d0e47101cf7f69a251620d19ecbb260b2111fc2 - 211d0e7ef2226c54f37c8142a3dabdd2601c8adc5229a1c7baee89b371890243018a1ec12c02d8a10a27e2cec06d244ceba084d25634cdff429b4e4d64c6472f - bd08e58a32c8f156160a9a582b25c2bb - 99d63e420ad723b1bdf7d01fd2f780cca52086ada662b6518812f71b53dde19df3206889810bb0d644359954c5d9d75608ba699e5b8edee5df7fcd47e2b00bc7 - a5d63d764cad8d93ef17558a49a8cf485f3f36152c6a90ce00a1e28adfdea799f48db897f1f59fff714c0c9be9f0668b3498a6b33e27cc83f66da8a66191f123 - 085e14a685e69e3346b6d65c749c2eb36bfdc9e3 - 9b933e4b4bf818985b71e0f82a6c28818ce2a354f16ed570439d05803d2b8295 - 1de6276adceae129920b8057c565884a28162bcd - 79f3cf02687bd1e9ccac5963d8a8eae16537254404af58b39d69dfe7dbdeee66 picture: '' mobilePhoneDoNotCall: false externalUrls: - type: linkedin.com url: https://www.linkedin.com/in/filip-popovic-090a88a7 company: division: '' id: 344589814 name: ZoomInfo descriptionList: - 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. - 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. - 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. ' - 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. ' - 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. ' phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St Suite 900 city: Vancouver state: Washington zipCode: '98660' country: United States Result2: title: Result2 required: - input - data type: object properties: input: $ref: '#/components/schemas/Input2' data: type: array items: $ref: '#/components/schemas/Data5' description: '' example: [] examples: - input: emailaddress: henry.schuck@zoominfo.com data: - id: 1260398587 firstName: Henry middleName: L. lastName: Schuck email: henry.schuck@zoominfo.com hasCanadianEmail: 'false' phone: (360) 783-6816 directPhoneDoNotCall: false street: 805 Broadway Ste. 900 city: Vancouver region: Washington metroArea: Portland zipCode: '98660' state: Washington country: United States personHasMoved: Uncertain withinEu: false withinCalifornia: true withinCanada: false lastUpdatedDate: 1/5/2020 2:59 PM noticeProvidedDate: 06/27/2020 salutation: '' suffix: '' jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite education: - school: University of Nevada , Las Vegas educationDegree: degree: '' areaOfStudy: '' - school: Oxford University educationDegree: degree: comparative law areaOfStudy: '' - school: The Ohio State University Moritz College of Law educationDegree: degree: '' areaOfStudy: juris doctorate degree cum laude hashedEmails: - f58f6a9d081a378bccd8c8a067f5d757c1bcfe1114b17d1a0173c4f64f132a76 - 882301004d270daab518d5d4fc0ec9a3e790159c4802e04394c0e70d7d817a5df5d19ba86a495ea2b22c19911a4606c63af22b85326c5a477e5b845a9ffcc33d - 8dceb85dffad7d86c656fabd105d5781a1cdc66d3e5e0f1e723f04dc172c13e7839948f8253f382ecb91b5a3892aa4c8cec671061a24b18ef4cd3fc08a89d0bc - f68bd1de672a4c37fdc87d88b4d543c2634ed129e5c73f69ca74c5dd21bc0fd6 - eed1872f83bf7d777eef83d459e14dc97cc8bbe4c391665d02130d1a02b9c6bae8fde805e5556bc9345e01da360856c36c08d3fde3c6564ce9eda330c11307cb - b187e4ed0351e0988c5e7efb63c73d8fba14252ede5b29c4b111445ed60a205e566feaa37eb2a5da512f93d8c34bab8add0ebec823ee2a9ba718e709ae5bb999 - 8eb26ee14126e66bbf71cfc7da77803ab2079298c4f63075b4a9329605d0844c3b9d989ae4e9486f12701bad2b40cf45c8b461b751a3b37e97b18bd07cddf950 - 695d19bdc9be7f8e742c5f8d21d20832 - 29d9667b9865bd4c0ade732d87491588 - 0277d9b958853b227aae74c49fb3f47ed1a4f7a0 - 8f74df87a34f9eace4f392081fdf1701ecdd0a82 - 0cf4aef9be54921f056cfbd01aa21aaa - c9415971b7ed54e1ef2ba9b76d7517d8 - 3255f0cea9d54f85c3ffe066798f68c8d9ff5131 - c2a09501b2e2d8542c90a9014a3e035be5d5412b - 73874aff0dc933c6b08f9ecfdcd281ae5f2b2ef4 - b29c16b0355cdf202e47561cc82b2ce10325c7c9fbf35fc8c8d2ac97e1a15751 - 0b3c1656c901009da30bd69f431f901d17aea3b5 - 219df7fce416087db95f41b22a3e99de - 74a841493b2be80de6b0523e3e51388ee702162b98bf0a1b761dc20a67c24bf9dd7c1c1edb43ec378754489dcb2c8b94fe8652c4f8aad2294758f1e37738093c - 11862b70dc429e354ecb9e8c3f94baa980cd848a4e65b0607f098c2c4784e1e9 - f96d816c6506277d8917284d6ae01c086d6bb738 - e2107f85303216debfc490c1128ad0026bc66cba - 42f9c1101b858d906f1e9249377705cc - 2d707a32b6c36d7860df4ded85a3675da59487bd - 70c0572ab995de4b75a50d4f3b9527b2f23ee3729d8dee19454732bb5974b96ce3b46c126ef9da3072e0db19331b713551c8f51af7d06d7456b006e6b6c6786f - cb428444a92caccbf74196a56ce2ce47bedb7c810165a3f5670e0142b9e20488 - fb8f9342f5555bac4b5576e18203dee9649eb6cac775a60444a08912d57ecfaf - 02d590f02c638a0f0a14330f8ed41ac3f29be73f3cc61510cffd5010f4076a56 - 077edc0b42f5b3a2ebced95cb466d7540eb13f84 - 35fae950b9267686ad59bf5540f05fe32614b05f7ce111c88215d397c4ccca80 - 072d54d1cd80722271757be3ad70e2fa80a4f7a9ddcfa4986bdacfaf44090d01 - f9cec62f4b2805124098741a9ff318cfc7601014799360d909d6160941a6700d4ec1dcfbfcfd445a8fd5549670bebefd0169ab53d5332296af6c70a55e22848a - 4d49f8386d59b45ddda50a5ef5430120 - 81863a5a64ae6c4df9eab6200808260ffd99324308dcdb234cb95fe2f01868fd - 3b4031ad2889aba895b3f7a0132f254c - adb40c784326c0581284f4c8301bbeb0b217bab6a09eb811f8eee4fce2ea431b3cf01da7192c0af813ce7df177fc634770b4557c74301d41c412ee7dc890b9bf - 20b54d86e974f4dfeb4383ed2c748e2d79ac7d28 - 258ba4f8558fbea656732b28211c9df8 - b389c6b4c6d1ab9c45a41f2ac41d7a2367b980866587f0d8afc8d07e87bf7dbee8638f4194e24674aa56a225bc9db668a6febd13fe0b975cc330dfb7c54df4f2 - 36c30998984a06a5eb56f5322ff8a284d144d159365b93423cc08223081965d606e6af6dddd30b7fd09bc627f9dcecd3ea85c036c3ba485ed31e07d2bd7ca65b - 5233cc7bd91cb8234b136cd44db83d94 - 6a17da18c38ef9b4d42cefdaf7db0a03 - 2154155b799c35d2d58ad920146b2477635884f5af0839bc6ebbdb99216b7415 picture: https://www.zoominfo.com/ge-assets/images/leadership/henry_schuck.png mobilePhoneDoNotCall: true externalUrls: - type: linkedin.com url: https://www.linkedin.com/in/hschuck - type: twitter.com url: https://www.twitter.com/henrylschuck - type: salesforce.com url: https://www.salesforce.com/00361000005FuKPAA0 company: division: '' id: 344589814 name: ZoomInfo descriptionList: - 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. - 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. - 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. ' - 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. ' - 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. ' phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St Suite 900 city: Vancouver state: Washington zipCode: '98660' country: United States Input2: title: Input2 type: object properties: emailaddress: type: string example: jsmith@example.com personid: type: integer contentEncoding: int64 example: 500123 companyname: type: string example: Acme Corporation fullname: type: string example: Acme Corporation examples: - emailaddress: henry.schuck@zoominfo.com Data5: title: Data5 required: - id - firstName - middleName - lastName - email - hasCanadianEmail - phone - directPhoneDoNotCall - street - city - region - metroArea - zipCode - state - country - personHasMoved - withinEu - withinCalifornia - withinCanada - lastUpdatedDate - noticeProvidedDate - salutation - suffix - jobTitle - jobFunction - education - hashedEmails - picture - mobilePhoneDoNotCall - externalUrls - company type: object properties: id: type: integer contentEncoding: int32 example: 500123 firstName: type: string example: Acme Corporation middleName: type: string example: Acme Corporation lastName: type: string example: Acme Corporation email: type: string example: jsmith@example.com hasCanadianEmail: type: string example: jsmith@example.com phone: type: string example: +1-555-555-1234 directPhoneDoNotCall: type: boolean example: true street: type: string example: example_value city: type: string example: San Francisco region: type: string example: example_value metroArea: type: string example: example_value zipCode: type: string example: '94105' state: type: string example: CA country: type: string example: US personHasMoved: type: string example: example_value withinEu: type: boolean example: true withinCalifornia: type: boolean example: true withinCanada: type: boolean example: true lastUpdatedDate: type: string example: '2025-03-15T14:30:00Z' noticeProvidedDate: type: string example: '2025-03-15T14:30:00Z' salutation: type: string example: example_value suffix: type: string example: example_value jobTitle: type: string example: Vice President of Sales jobFunction: type: array items: oneOf: - allOf: - $ref: '#/components/schemas/JobFunction3' - examples: - name: Executive department: C-Suite - type: string description: '' example: [] education: type: array items: oneOf: - allOf: - $ref: '#/components/schemas/Education2' - examples: - school: University of Nevada , Las Vegas educationDegree: degree: '' areaOfStudy: '' - type: string description: '' example: [] hashedEmails: type: array items: type: string description: '' example: user@example.com picture: type: string example: example_value mobilePhoneDoNotCall: type: boolean example: true externalUrls: type: array items: $ref: '#/components/schemas/ExternalUrl' description: '' example: https://www.example.com company: $ref: '#/components/schemas/Company13' examples: - id: 1260398587 firstName: Henry middleName: L. lastName: Schuck email: henry.schuck@zoominfo.com hasCanadianEmail: 'false' phone: (360) 783-6816 directPhoneDoNotCall: false street: 805 Broadway Ste. 900 city: Vancouver region: Washington metroArea: Portland zipCode: '98660' state: Washington country: United States personHasMoved: Uncertain withinEu: false withinCalifornia: true withinCanada: false lastUpdatedDate: 1/5/2020 2:59 PM noticeProvidedDate: 06/27/2020 salutation: '' suffix: '' jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite education: - school: University of Nevada , Las Vegas educationDegree: degree: '' areaOfStudy: '' - school: Oxford University educationDegree: degree: comparative law areaOfStudy: '' - school: The Ohio State University Moritz College of Law educationDegree: degree: '' areaOfStudy: juris doctorate degree cum laude hashedEmails: - f58f6a9d081a378bccd8c8a067f5d757c1bcfe1114b17d1a0173c4f64f132a76 - 882301004d270daab518d5d4fc0ec9a3e790159c4802e04394c0e70d7d817a5df5d19ba86a495ea2b22c19911a4606c63af22b85326c5a477e5b845a9ffcc33d - 8dceb85dffad7d86c656fabd105d5781a1cdc66d3e5e0f1e723f04dc172c13e7839948f8253f382ecb91b5a3892aa4c8cec671061a24b18ef4cd3fc08a89d0bc - f68bd1de672a4c37fdc87d88b4d543c2634ed129e5c73f69ca74c5dd21bc0fd6 - eed1872f83bf7d777eef83d459e14dc97cc8bbe4c391665d02130d1a02b9c6bae8fde805e5556bc9345e01da360856c36c08d3fde3c6564ce9eda330c11307cb - b187e4ed0351e0988c5e7efb63c73d8fba14252ede5b29c4b111445ed60a205e566feaa37eb2a5da512f93d8c34bab8add0ebec823ee2a9ba718e709ae5bb999 - 8eb26ee14126e66bbf71cfc7da77803ab2079298c4f63075b4a9329605d0844c3b9d989ae4e9486f12701bad2b40cf45c8b461b751a3b37e97b18bd07cddf950 - 695d19bdc9be7f8e742c5f8d21d20832 - 29d9667b9865bd4c0ade732d87491588 - 0277d9b958853b227aae74c49fb3f47ed1a4f7a0 - 8f74df87a34f9eace4f392081fdf1701ecdd0a82 - 0cf4aef9be54921f056cfbd01aa21aaa - c9415971b7ed54e1ef2ba9b76d7517d8 - 3255f0cea9d54f85c3ffe066798f68c8d9ff5131 - c2a09501b2e2d8542c90a9014a3e035be5d5412b - 73874aff0dc933c6b08f9ecfdcd281ae5f2b2ef4 - b29c16b0355cdf202e47561cc82b2ce10325c7c9fbf35fc8c8d2ac97e1a15751 - 0b3c1656c901009da30bd69f431f901d17aea3b5 - 219df7fce416087db95f41b22a3e99de - 74a841493b2be80de6b0523e3e51388ee702162b98bf0a1b761dc20a67c24bf9dd7c1c1edb43ec378754489dcb2c8b94fe8652c4f8aad2294758f1e37738093c - 11862b70dc429e354ecb9e8c3f94baa980cd848a4e65b0607f098c2c4784e1e9 - f96d816c6506277d8917284d6ae01c086d6bb738 - e2107f85303216debfc490c1128ad0026bc66cba - 42f9c1101b858d906f1e9249377705cc - 2d707a32b6c36d7860df4ded85a3675da59487bd - 70c0572ab995de4b75a50d4f3b9527b2f23ee3729d8dee19454732bb5974b96ce3b46c126ef9da3072e0db19331b713551c8f51af7d06d7456b006e6b6c6786f - cb428444a92caccbf74196a56ce2ce47bedb7c810165a3f5670e0142b9e20488 - fb8f9342f5555bac4b5576e18203dee9649eb6cac775a60444a08912d57ecfaf - 02d590f02c638a0f0a14330f8ed41ac3f29be73f3cc61510cffd5010f4076a56 - 077edc0b42f5b3a2ebced95cb466d7540eb13f84 - 35fae950b9267686ad59bf5540f05fe32614b05f7ce111c88215d397c4ccca80 - 072d54d1cd80722271757be3ad70e2fa80a4f7a9ddcfa4986bdacfaf44090d01 - f9cec62f4b2805124098741a9ff318cfc7601014799360d909d6160941a6700d4ec1dcfbfcfd445a8fd5549670bebefd0169ab53d5332296af6c70a55e22848a - 4d49f8386d59b45ddda50a5ef5430120 - 81863a5a64ae6c4df9eab6200808260ffd99324308dcdb234cb95fe2f01868fd - 3b4031ad2889aba895b3f7a0132f254c - adb40c784326c0581284f4c8301bbeb0b217bab6a09eb811f8eee4fce2ea431b3cf01da7192c0af813ce7df177fc634770b4557c74301d41c412ee7dc890b9bf - 20b54d86e974f4dfeb4383ed2c748e2d79ac7d28 - 258ba4f8558fbea656732b28211c9df8 - b389c6b4c6d1ab9c45a41f2ac41d7a2367b980866587f0d8afc8d07e87bf7dbee8638f4194e24674aa56a225bc9db668a6febd13fe0b975cc330dfb7c54df4f2 - 36c30998984a06a5eb56f5322ff8a284d144d159365b93423cc08223081965d606e6af6dddd30b7fd09bc627f9dcecd3ea85c036c3ba485ed31e07d2bd7ca65b - 5233cc7bd91cb8234b136cd44db83d94 - 6a17da18c38ef9b4d42cefdaf7db0a03 - 2154155b799c35d2d58ad920146b2477635884f5af0839bc6ebbdb99216b7415 picture: https://www.zoominfo.com/ge-assets/images/leadership/henry_schuck.png mobilePhoneDoNotCall: true externalUrls: - type: linkedin.com url: https://www.linkedin.com/in/hschuck - type: twitter.com url: https://www.twitter.com/henrylschuck - type: salesforce.com url: https://www.salesforce.com/00361000005FuKPAA0 company: division: '' id: 344589814 name: ZoomInfo descriptionList: - 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. - 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. - 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. ' - 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. ' - 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. ' phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St Suite 900 city: Vancouver state: Washington zipCode: '98660' country: United States JobFunction3: title: JobFunction3 type: object properties: name: type: string example: Acme Corporation department: type: string example: example_value examples: - name: Executive department: C-Suite Education2: title: Education2 type: object properties: school: type: string example: example_value educationDegree: $ref: '#/components/schemas/EducationDegree' examples: - school: University of Nevada , Las Vegas educationDegree: degree: '' areaOfStudy: '' Education21: title: Education21 type: object properties: school: type: string example: example_value educationDegree: $ref: '#/components/schemas/EducationDegree' graduationDate: type: string example: '2025-03-15T14:30:00Z' examples: - school: University of Nevada , Las Vegas educationDegree: degree: '' areaOfStudy: '' Company13: title: Company13 required: - division - id - name - descriptionList - phone - fax - street - city - state - zipCode - country type: object properties: division: type: string example: example_value id: type: integer contentEncoding: int32 example: 500123 name: type: string example: Acme Corporation descriptionList: type: array items: $ref: '#/components/schemas/DescriptionList' description: '' example: [] phone: type: string example: +1-555-555-1234 fax: type: string example: example_value street: type: string example: example_value city: type: string example: San Francisco state: type: string example: CA zipCode: type: string example: '94105' country: type: string example: US examples: - division: '' id: 344589814 name: ZoomInfo descriptionList: - 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. - 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. - 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. ' - 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. ' - 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. ' phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St Suite 900 city: Vancouver state: Washington zipCode: '98660' country: United States EnrichcontactusingpersonId: title: EnrichcontactusingpersonId required: - success - data type: object properties: success: type: boolean example: true data: $ref: '#/components/schemas/Data6' examples: - success: true data: outputFields: - - id - firstname - middlename - lastname - email - hascanadianemail - phone - directphonedonotcall - street - city - region - metroarea - zipcode - state - country - continent - personhasmoved - withineu - withincalifornia - withincanada - lastupdateddate - validdate - noticeprovideddate - salutation - suffix - jobtitle - jobfunction - companydivision - education - hashedemails - picture - mobilephonedonotcall - externalurls - companyid - companyname - companydescriptionlist - companyphone - companyfax - companystreet - companycity - companystate - companyzipcode - companycountry - companycontinent - companylogo - companysiccodes - companynaicscodes - contactaccuracyscore - companywebsite - companyrevenue - companyrevenuenumeric - companyemployeecount - companytype - companyticker - companyranking - isdefunct - companysocialmediaurls - companyprimaryindustry - companyindustries - companyrevenuerange - companyemployeerange - employmenthistory - managementlevel - locationcompanyid - companyId result: - input: personid: 1260398587 data: - id: 1260398587 firstName: Henry middleName: L. lastName: Schuck email: henry.schuck@zoominfo.com hasCanadianEmail: 'false' phone: (360) 783-6816 directPhoneDoNotCall: false street: 805 Broadway Ste. 900 city: Vancouver region: Washington metroArea: Portland zipCode: '98660' state: Washington country: United States continent: North America personHasMoved: Uncertain withinEu: false withinCalifornia: true withinCanada: false lastUpdatedDate: 1/5/2020 2:59 PM validDate: 12/31/2019 11:54 AM noticeProvidedDate: 06/27/2020 salutation: '' suffix: '' jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite education: - school: University of Nevada , Las Vegas educationDegree: degree: '' areaOfStudy: '' - school: Oxford University educationDegree: degree: comparative law areaOfStudy: '' - school: The Ohio State University Moritz College of Law educationDegree: degree: '' areaOfStudy: juris doctorate degree cum laude hashedEmails: - f58f6a9d081a378bccd8c8a067f5d757c1bcfe1114b17d1a0173c4f64f132a76 - 882301004d270daab518d5d4fc0ec9a3e790159c4802e04394c0e70d7d817a5df5d19ba86a495ea2b22c19911a4606c63af22b85326c5a477e5b845a9ffcc33d - 8dceb85dffad7d86c656fabd105d5781a1cdc66d3e5e0f1e723f04dc172c13e7839948f8253f382ecb91b5a3892aa4c8cec671061a24b18ef4cd3fc08a89d0bc - f68bd1de672a4c37fdc87d88b4d543c2634ed129e5c73f69ca74c5dd21bc0fd6 - eed1872f83bf7d777eef83d459e14dc97cc8bbe4c391665d02130d1a02b9c6bae8fde805e5556bc9345e01da360856c36c08d3fde3c6564ce9eda330c11307cb - b187e4ed0351e0988c5e7efb63c73d8fba14252ede5b29c4b111445ed60a205e566feaa37eb2a5da512f93d8c34bab8add0ebec823ee2a9ba718e709ae5bb999 - 8eb26ee14126e66bbf71cfc7da77803ab2079298c4f63075b4a9329605d0844c3b9d989ae4e9486f12701bad2b40cf45c8b461b751a3b37e97b18bd07cddf950 - 695d19bdc9be7f8e742c5f8d21d20832 - 29d9667b9865bd4c0ade732d87491588 - 0277d9b958853b227aae74c49fb3f47ed1a4f7a0 - 8f74df87a34f9eace4f392081fdf1701ecdd0a82 - 0cf4aef9be54921f056cfbd01aa21aaa - c9415971b7ed54e1ef2ba9b76d7517d8 - 3255f0cea9d54f85c3ffe066798f68c8d9ff5131 - c2a09501b2e2d8542c90a9014a3e035be5d5412b - 73874aff0dc933c6b08f9ecfdcd281ae5f2b2ef4 - b29c16b0355cdf202e47561cc82b2ce10325c7c9fbf35fc8c8d2ac97e1a15751 - 0b3c1656c901009da30bd69f431f901d17aea3b5 - 219df7fce416087db95f41b22a3e99de - 74a841493b2be80de6b0523e3e51388ee702162b98bf0a1b761dc20a67c24bf9dd7c1c1edb43ec378754489dcb2c8b94fe8652c4f8aad2294758f1e37738093c - 11862b70dc429e354ecb9e8c3f94baa980cd848a4e65b0607f098c2c4784e1e9 - f96d816c6506277d8917284d6ae01c086d6bb738 - e2107f85303216debfc490c1128ad0026bc66cba - 42f9c1101b858d906f1e9249377705cc - 2d707a32b6c36d7860df4ded85a3675da59487bd - 70c0572ab995de4b75a50d4f3b9527b2f23ee3729d8dee19454732bb5974b96ce3b46c126ef9da3072e0db19331b713551c8f51af7d06d7456b006e6b6c6786f - cb428444a92caccbf74196a56ce2ce47bedb7c810165a3f5670e0142b9e20488 - fb8f9342f5555bac4b5576e18203dee9649eb6cac775a60444a08912d57ecfaf - 02d590f02c638a0f0a14330f8ed41ac3f29be73f3cc61510cffd5010f4076a56 - 077edc0b42f5b3a2ebced95cb466d7540eb13f84 - 35fae950b9267686ad59bf5540f05fe32614b05f7ce111c88215d397c4ccca80 - 072d54d1cd80722271757be3ad70e2fa80a4f7a9ddcfa4986bdacfaf44090d01 - f9cec62f4b2805124098741a9ff318cfc7601014799360d909d6160941a6700d4ec1dcfbfcfd445a8fd5549670bebefd0169ab53d5332296af6c70a55e22848a - 4d49f8386d59b45ddda50a5ef5430120 - 81863a5a64ae6c4df9eab6200808260ffd99324308dcdb234cb95fe2f01868fd - 3b4031ad2889aba895b3f7a0132f254c - adb40c784326c0581284f4c8301bbeb0b217bab6a09eb811f8eee4fce2ea431b3cf01da7192c0af813ce7df177fc634770b4557c74301d41c412ee7dc890b9bf - 20b54d86e974f4dfeb4383ed2c748e2d79ac7d28 - 258ba4f8558fbea656732b28211c9df8 - b389c6b4c6d1ab9c45a41f2ac41d7a2367b980866587f0d8afc8d07e87bf7dbee8638f4194e24674aa56a225bc9db668a6febd13fe0b975cc330dfb7c54df4f2 - 36c30998984a06a5eb56f5322ff8a284d144d159365b93423cc08223081965d606e6af6dddd30b7fd09bc627f9dcecd3ea85c036c3ba485ed31e07d2bd7ca65b - 5233cc7bd91cb8234b136cd44db83d94 - 6a17da18c38ef9b4d42cefdaf7db0a03 - 2154155b799c35d2d58ad920146b2477635884f5af0839bc6ebbdb99216b7415 picture: https://www.zoominfo.com/ge-assets/images/leadership/henry_schuck.png mobilePhoneDoNotCall: true externalUrls: - type: linkedin.com url: https://www.linkedin.com/in/hschuck - type: twitter.com url: https://www.twitter.com/henrylschuck - type: salesforce.com url: https://www.salesforce.com/00361000005FuKPAA0 contactAccuracyScore: 96 isDefunct: false employmentHistory: - jobTitle: Vice President of Data and Marketing managementLevel: - VP-Level fromDate: '2002-01-02T00:00:00.000Z' toDate: '2006-01-02T00:00:00.000Z' company: companyId: 0 companyName: iProfile companyPhone: '' companyWebsite: '' managementLevel: - C-Level locationCompanyId: 344589814 company: division: '' id: 344589814 name: ZoomInfo descriptionList: - 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. - 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. - 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. ' - 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. ' - 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. ' phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St Suite 900 city: Vancouver state: Washington zipCode: '98660' country: United States continent: North America logo: http://www.zoominfo.com/business/mktg/images/zi_logo.png sicCodes: - id: '73' name: Business Services - id: '737' name: Computer Programming, Data Processing, And Other Computer Related Services - id: '7375' name: Information Retrieval Services - id: '27' name: Printing, Publishing, And Allied Industries - id: '274' name: Miscellaneous Publishing - id: '2741' name: Miscellaneous Publishing - id: '731' name: Advertising - id: '7371' name: Computer Programming Services - id: '7372' name: Prepackaged Software - id: '738' name: Miscellaneous Business Services - id: '7389' name: Business Services, Not Elsewhere Classified - id: '89' name: Miscellaneous Services - id: '899' name: Miscellaneous Services - id: '8999' name: Services, Not Elsewhere Classified - id: '7374' name: Computer Processing and Data Preparation and Processing Services naicsCodes: - id: '541613' name: Marketing Consulting Services - id: '541511' name: Custom Computer Programming Services - id: '51919' name: All Other Information Services - id: '518210' name: Data Processing, Hosting, and Related Services - id: '54151' name: Computer Systems Design and Related Services - id: '5182' name: Data Processing, Hosting, and Related Services - id: '511' name: Publishing Industries (except Internet) - id: '51121' name: Software Publishers - id: '51821' name: Data Processing, Hosting, and Related Services - id: '517' name: Telecommunications - id: '5415' name: Computer Systems Design and Related Services - id: '518' name: Data Processing, Hosting, and Related Services - id: '51' name: Information - id: '5416' name: Management, Scientific, and Technical Consulting Services - id: '519' name: Other Information Services - id: '5418' name: Advertising, Public Relations, and Related Services - id: '54' name: Professional, Scientific, and Technical Services - id: '5112' name: Software Publishers - id: '511210' name: Software Publishers - id: '517110' name: '' - id: '5191' name: Other Information Services - id: '5171' name: '' - id: '54161' name: Management Consulting Services - id: '519130' name: Internet Publishing and Broadcasting and Web Search Portals - id: '541' name: Professional, Scientific, and Technical Services - id: '519190' name: All Other Information Services - id: '51711' name: '' - id: '51913' name: Internet Publishing and Broadcasting and Web Search Portals website: www.zoominfo.com revenue: $400 Million revenueNumeric: 400000000 employeeCount: 1500 type: PUBLIC ticker: 'NASDAQ: ZI' ranking: - Inc 5000 socialMediaUrls: [] primaryIndustry: - Software industries: - Data Collection & Internet Portals - Software - Media & Internet revenueRange: $250 mil. - $500 mil. employeeRange: 1,000 - 5,000 Data6: title: Data6 required: - outputFields - result type: object properties: outputFields: type: array items: type: array items: type: string example: [] result: type: array items: $ref: '#/components/schemas/Result3' description: '' example: [] examples: - outputFields: - - id - firstname - middlename - lastname - email - hascanadianemail - phone - directphonedonotcall - street - city - region - metroarea - zipcode - state - country - continent - personhasmoved - withineu - withincalifornia - withincanada - lastupdateddate - validdate - noticeprovideddate - salutation - suffix - jobtitle - jobfunction - companydivision - education - hashedemails - picture - mobilephonedonotcall - externalurls - companyid - companyname - companydescriptionlist - companyphone - companyfax - companystreet - companycity - companystate - companyzipcode - companycountry - companycontinent - companylogo - companysiccodes - companynaicscodes - contactaccuracyscore - companywebsite - companyrevenue - companyrevenuenumeric - companyemployeecount - companytype - companyticker - companyranking - isdefunct - companysocialmediaurls - companyprimaryindustry - companyindustries - companyrevenuerange - companyemployeerange - employmenthistory - managementlevel - locationcompanyid - companyId result: - input: personid: 1260398587 data: - id: 1260398587 firstName: Henry middleName: L. lastName: Schuck email: henry.schuck@zoominfo.com hasCanadianEmail: 'false' phone: (360) 783-6816 directPhoneDoNotCall: false street: 805 Broadway Ste. 900 city: Vancouver region: Washington metroArea: Portland zipCode: '98660' state: Washington country: United States continent: North America personHasMoved: Uncertain withinEu: false withinCalifornia: true withinCanada: false lastUpdatedDate: 1/5/2020 2:59 PM validDate: 12/31/2019 11:54 AM noticeProvidedDate: 06/27/2020 salutation: '' suffix: '' jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite education: - school: University of Nevada , Las Vegas educationDegree: degree: '' areaOfStudy: '' - school: Oxford University educationDegree: degree: comparative law areaOfStudy: '' - school: The Ohio State University Moritz College of Law educationDegree: degree: '' areaOfStudy: juris doctorate degree cum laude hashedEmails: - f58f6a9d081a378bccd8c8a067f5d757c1bcfe1114b17d1a0173c4f64f132a76 - 882301004d270daab518d5d4fc0ec9a3e790159c4802e04394c0e70d7d817a5df5d19ba86a495ea2b22c19911a4606c63af22b85326c5a477e5b845a9ffcc33d - 8dceb85dffad7d86c656fabd105d5781a1cdc66d3e5e0f1e723f04dc172c13e7839948f8253f382ecb91b5a3892aa4c8cec671061a24b18ef4cd3fc08a89d0bc - f68bd1de672a4c37fdc87d88b4d543c2634ed129e5c73f69ca74c5dd21bc0fd6 - eed1872f83bf7d777eef83d459e14dc97cc8bbe4c391665d02130d1a02b9c6bae8fde805e5556bc9345e01da360856c36c08d3fde3c6564ce9eda330c11307cb - b187e4ed0351e0988c5e7efb63c73d8fba14252ede5b29c4b111445ed60a205e566feaa37eb2a5da512f93d8c34bab8add0ebec823ee2a9ba718e709ae5bb999 - 8eb26ee14126e66bbf71cfc7da77803ab2079298c4f63075b4a9329605d0844c3b9d989ae4e9486f12701bad2b40cf45c8b461b751a3b37e97b18bd07cddf950 - 695d19bdc9be7f8e742c5f8d21d20832 - 29d9667b9865bd4c0ade732d87491588 - 0277d9b958853b227aae74c49fb3f47ed1a4f7a0 - 8f74df87a34f9eace4f392081fdf1701ecdd0a82 - 0cf4aef9be54921f056cfbd01aa21aaa - c9415971b7ed54e1ef2ba9b76d7517d8 - 3255f0cea9d54f85c3ffe066798f68c8d9ff5131 - c2a09501b2e2d8542c90a9014a3e035be5d5412b - 73874aff0dc933c6b08f9ecfdcd281ae5f2b2ef4 - b29c16b0355cdf202e47561cc82b2ce10325c7c9fbf35fc8c8d2ac97e1a15751 - 0b3c1656c901009da30bd69f431f901d17aea3b5 - 219df7fce416087db95f41b22a3e99de - 74a841493b2be80de6b0523e3e51388ee702162b98bf0a1b761dc20a67c24bf9dd7c1c1edb43ec378754489dcb2c8b94fe8652c4f8aad2294758f1e37738093c - 11862b70dc429e354ecb9e8c3f94baa980cd848a4e65b0607f098c2c4784e1e9 - f96d816c6506277d8917284d6ae01c086d6bb738 - e2107f85303216debfc490c1128ad0026bc66cba - 42f9c1101b858d906f1e9249377705cc - 2d707a32b6c36d7860df4ded85a3675da59487bd - 70c0572ab995de4b75a50d4f3b9527b2f23ee3729d8dee19454732bb5974b96ce3b46c126ef9da3072e0db19331b713551c8f51af7d06d7456b006e6b6c6786f - cb428444a92caccbf74196a56ce2ce47bedb7c810165a3f5670e0142b9e20488 - fb8f9342f5555bac4b5576e18203dee9649eb6cac775a60444a08912d57ecfaf - 02d590f02c638a0f0a14330f8ed41ac3f29be73f3cc61510cffd5010f4076a56 - 077edc0b42f5b3a2ebced95cb466d7540eb13f84 - 35fae950b9267686ad59bf5540f05fe32614b05f7ce111c88215d397c4ccca80 - 072d54d1cd80722271757be3ad70e2fa80a4f7a9ddcfa4986bdacfaf44090d01 - f9cec62f4b2805124098741a9ff318cfc7601014799360d909d6160941a6700d4ec1dcfbfcfd445a8fd5549670bebefd0169ab53d5332296af6c70a55e22848a - 4d49f8386d59b45ddda50a5ef5430120 - 81863a5a64ae6c4df9eab6200808260ffd99324308dcdb234cb95fe2f01868fd - 3b4031ad2889aba895b3f7a0132f254c - adb40c784326c0581284f4c8301bbeb0b217bab6a09eb811f8eee4fce2ea431b3cf01da7192c0af813ce7df177fc634770b4557c74301d41c412ee7dc890b9bf - 20b54d86e974f4dfeb4383ed2c748e2d79ac7d28 - 258ba4f8558fbea656732b28211c9df8 - b389c6b4c6d1ab9c45a41f2ac41d7a2367b980866587f0d8afc8d07e87bf7dbee8638f4194e24674aa56a225bc9db668a6febd13fe0b975cc330dfb7c54df4f2 - 36c30998984a06a5eb56f5322ff8a284d144d159365b93423cc08223081965d606e6af6dddd30b7fd09bc627f9dcecd3ea85c036c3ba485ed31e07d2bd7ca65b - 5233cc7bd91cb8234b136cd44db83d94 - 6a17da18c38ef9b4d42cefdaf7db0a03 - 2154155b799c35d2d58ad920146b2477635884f5af0839bc6ebbdb99216b7415 picture: https://www.zoominfo.com/ge-assets/images/leadership/henry_schuck.png mobilePhoneDoNotCall: true externalUrls: - type: linkedin.com url: https://www.linkedin.com/in/hschuck - type: twitter.com url: https://www.twitter.com/henrylschuck - type: salesforce.com url: https://www.salesforce.com/00361000005FuKPAA0 contactAccuracyScore: 96 isDefunct: false employmentHistory: - jobTitle: Vice President of Data and Marketing managementLevel: - VP-Level fromDate: '2002-01-02T00:00:00.000Z' toDate: '2006-01-02T00:00:00.000Z' company: companyId: 0 companyName: iProfile companyPhone: '' companyWebsite: '' managementLevel: - C-Level locationCompanyId: 344589814 company: division: '' id: 344589814 name: ZoomInfo descriptionList: - 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. - 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. - 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. ' - 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. ' - 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. ' phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St Suite 900 city: Vancouver state: Washington zipCode: '98660' country: United States continent: North America logo: http://www.zoominfo.com/business/mktg/images/zi_logo.png sicCodes: - id: '73' name: Business Services - id: '737' name: Computer Programming, Data Processing, And Other Computer Related Services - id: '7375' name: Information Retrieval Services - id: '27' name: Printing, Publishing, And Allied Industries - id: '274' name: Miscellaneous Publishing - id: '2741' name: Miscellaneous Publishing - id: '731' name: Advertising - id: '7371' name: Computer Programming Services - id: '7372' name: Prepackaged Software - id: '738' name: Miscellaneous Business Services - id: '7389' name: Business Services, Not Elsewhere Classified - id: '89' name: Miscellaneous Services - id: '899' name: Miscellaneous Services - id: '8999' name: Services, Not Elsewhere Classified - id: '7374' name: Computer Processing and Data Preparation and Processing Services naicsCodes: - id: '541613' name: Marketing Consulting Services - id: '541511' name: Custom Computer Programming Services - id: '51919' name: All Other Information Services - id: '518210' name: Data Processing, Hosting, and Related Services - id: '54151' name: Computer Systems Design and Related Services - id: '5182' name: Data Processing, Hosting, and Related Services - id: '511' name: Publishing Industries (except Internet) - id: '51121' name: Software Publishers - id: '51821' name: Data Processing, Hosting, and Related Services - id: '517' name: Telecommunications - id: '5415' name: Computer Systems Design and Related Services - id: '518' name: Data Processing, Hosting, and Related Services - id: '51' name: Information - id: '5416' name: Management, Scientific, and Technical Consulting Services - id: '519' name: Other Information Services - id: '5418' name: Advertising, Public Relations, and Related Services - id: '54' name: Professional, Scientific, and Technical Services - id: '5112' name: Software Publishers - id: '511210' name: Software Publishers - id: '517110' name: '' - id: '5191' name: Other Information Services - id: '5171' name: '' - id: '54161' name: Management Consulting Services - id: '519130' name: Internet Publishing and Broadcasting and Web Search Portals - id: '541' name: Professional, Scientific, and Technical Services - id: '519190' name: All Other Information Services - id: '51711' name: '' - id: '51913' name: Internet Publishing and Broadcasting and Web Search Portals website: www.zoominfo.com revenue: $400 Million revenueNumeric: 400000000 employeeCount: 1500 type: PUBLIC ticker: 'NASDAQ: ZI' ranking: - Inc 5000 socialMediaUrls: [] primaryIndustry: - Software industries: - Data Collection & Internet Portals - Software - Media & Internet revenueRange: $250 mil. - $500 mil. employeeRange: 1,000 - 5,000 Result3: title: Result3 required: - input - data type: object properties: input: $ref: '#/components/schemas/Input3' data: type: array items: $ref: '#/components/schemas/Data7' description: '' example: [] examples: - input: personid: 1260398587 data: - id: 1260398587 firstName: Henry middleName: L. lastName: Schuck email: henry.schuck@zoominfo.com hasCanadianEmail: 'false' phone: (360) 783-6816 directPhoneDoNotCall: false street: 805 Broadway Ste. 900 city: Vancouver region: Washington metroArea: Portland zipCode: '98660' state: Washington country: United States continent: North America personHasMoved: Uncertain withinEu: false withinCalifornia: true withinCanada: false lastUpdatedDate: 1/5/2020 2:59 PM validDate: 12/31/2019 11:54 AM noticeProvidedDate: 06/27/2020 salutation: '' suffix: '' jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite education: - school: University of Nevada , Las Vegas educationDegree: degree: '' areaOfStudy: '' - school: Oxford University educationDegree: degree: comparative law areaOfStudy: '' - school: The Ohio State University Moritz College of Law educationDegree: degree: '' areaOfStudy: juris doctorate degree cum laude hashedEmails: - f58f6a9d081a378bccd8c8a067f5d757c1bcfe1114b17d1a0173c4f64f132a76 - 882301004d270daab518d5d4fc0ec9a3e790159c4802e04394c0e70d7d817a5df5d19ba86a495ea2b22c19911a4606c63af22b85326c5a477e5b845a9ffcc33d - 8dceb85dffad7d86c656fabd105d5781a1cdc66d3e5e0f1e723f04dc172c13e7839948f8253f382ecb91b5a3892aa4c8cec671061a24b18ef4cd3fc08a89d0bc - f68bd1de672a4c37fdc87d88b4d543c2634ed129e5c73f69ca74c5dd21bc0fd6 - eed1872f83bf7d777eef83d459e14dc97cc8bbe4c391665d02130d1a02b9c6bae8fde805e5556bc9345e01da360856c36c08d3fde3c6564ce9eda330c11307cb - b187e4ed0351e0988c5e7efb63c73d8fba14252ede5b29c4b111445ed60a205e566feaa37eb2a5da512f93d8c34bab8add0ebec823ee2a9ba718e709ae5bb999 - 8eb26ee14126e66bbf71cfc7da77803ab2079298c4f63075b4a9329605d0844c3b9d989ae4e9486f12701bad2b40cf45c8b461b751a3b37e97b18bd07cddf950 - 695d19bdc9be7f8e742c5f8d21d20832 - 29d9667b9865bd4c0ade732d87491588 - 0277d9b958853b227aae74c49fb3f47ed1a4f7a0 - 8f74df87a34f9eace4f392081fdf1701ecdd0a82 - 0cf4aef9be54921f056cfbd01aa21aaa - c9415971b7ed54e1ef2ba9b76d7517d8 - 3255f0cea9d54f85c3ffe066798f68c8d9ff5131 - c2a09501b2e2d8542c90a9014a3e035be5d5412b - 73874aff0dc933c6b08f9ecfdcd281ae5f2b2ef4 - b29c16b0355cdf202e47561cc82b2ce10325c7c9fbf35fc8c8d2ac97e1a15751 - 0b3c1656c901009da30bd69f431f901d17aea3b5 - 219df7fce416087db95f41b22a3e99de - 74a841493b2be80de6b0523e3e51388ee702162b98bf0a1b761dc20a67c24bf9dd7c1c1edb43ec378754489dcb2c8b94fe8652c4f8aad2294758f1e37738093c - 11862b70dc429e354ecb9e8c3f94baa980cd848a4e65b0607f098c2c4784e1e9 - f96d816c6506277d8917284d6ae01c086d6bb738 - e2107f85303216debfc490c1128ad0026bc66cba - 42f9c1101b858d906f1e9249377705cc - 2d707a32b6c36d7860df4ded85a3675da59487bd - 70c0572ab995de4b75a50d4f3b9527b2f23ee3729d8dee19454732bb5974b96ce3b46c126ef9da3072e0db19331b713551c8f51af7d06d7456b006e6b6c6786f - cb428444a92caccbf74196a56ce2ce47bedb7c810165a3f5670e0142b9e20488 - fb8f9342f5555bac4b5576e18203dee9649eb6cac775a60444a08912d57ecfaf - 02d590f02c638a0f0a14330f8ed41ac3f29be73f3cc61510cffd5010f4076a56 - 077edc0b42f5b3a2ebced95cb466d7540eb13f84 - 35fae950b9267686ad59bf5540f05fe32614b05f7ce111c88215d397c4ccca80 - 072d54d1cd80722271757be3ad70e2fa80a4f7a9ddcfa4986bdacfaf44090d01 - f9cec62f4b2805124098741a9ff318cfc7601014799360d909d6160941a6700d4ec1dcfbfcfd445a8fd5549670bebefd0169ab53d5332296af6c70a55e22848a - 4d49f8386d59b45ddda50a5ef5430120 - 81863a5a64ae6c4df9eab6200808260ffd99324308dcdb234cb95fe2f01868fd - 3b4031ad2889aba895b3f7a0132f254c - adb40c784326c0581284f4c8301bbeb0b217bab6a09eb811f8eee4fce2ea431b3cf01da7192c0af813ce7df177fc634770b4557c74301d41c412ee7dc890b9bf - 20b54d86e974f4dfeb4383ed2c748e2d79ac7d28 - 258ba4f8558fbea656732b28211c9df8 - b389c6b4c6d1ab9c45a41f2ac41d7a2367b980866587f0d8afc8d07e87bf7dbee8638f4194e24674aa56a225bc9db668a6febd13fe0b975cc330dfb7c54df4f2 - 36c30998984a06a5eb56f5322ff8a284d144d159365b93423cc08223081965d606e6af6dddd30b7fd09bc627f9dcecd3ea85c036c3ba485ed31e07d2bd7ca65b - 5233cc7bd91cb8234b136cd44db83d94 - 6a17da18c38ef9b4d42cefdaf7db0a03 - 2154155b799c35d2d58ad920146b2477635884f5af0839bc6ebbdb99216b7415 picture: https://www.zoominfo.com/ge-assets/images/leadership/henry_schuck.png mobilePhoneDoNotCall: true externalUrls: - type: linkedin.com url: https://www.linkedin.com/in/hschuck - type: twitter.com url: https://www.twitter.com/henrylschuck - type: salesforce.com url: https://www.salesforce.com/00361000005FuKPAA0 contactAccuracyScore: 96 isDefunct: false employmentHistory: - jobTitle: Vice President of Data and Marketing managementLevel: - VP-Level fromDate: '2002-01-02T00:00:00.000Z' toDate: '2006-01-02T00:00:00.000Z' company: companyId: 0 companyName: iProfile companyPhone: '' companyWebsite: '' managementLevel: - C-Level locationCompanyId: 344589814 company: division: '' id: 344589814 name: ZoomInfo descriptionList: - 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. - 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. - 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. ' - 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. ' - 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. ' phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St Suite 900 city: Vancouver state: Washington zipCode: '98660' country: United States continent: North America logo: http://www.zoominfo.com/business/mktg/images/zi_logo.png sicCodes: - id: '73' name: Business Services - id: '737' name: Computer Programming, Data Processing, And Other Computer Related Services - id: '7375' name: Information Retrieval Services - id: '27' name: Printing, Publishing, And Allied Industries - id: '274' name: Miscellaneous Publishing - id: '2741' name: Miscellaneous Publishing - id: '731' name: Advertising - id: '7371' name: Computer Programming Services - id: '7372' name: Prepackaged Software - id: '738' name: Miscellaneous Business Services - id: '7389' name: Business Services, Not Elsewhere Classified - id: '89' name: Miscellaneous Services - id: '899' name: Miscellaneous Services - id: '8999' name: Services, Not Elsewhere Classified - id: '7374' name: Computer Processing and Data Preparation and Processing Services naicsCodes: - id: '541613' name: Marketing Consulting Services - id: '541511' name: Custom Computer Programming Services - id: '51919' name: All Other Information Services - id: '518210' name: Data Processing, Hosting, and Related Services - id: '54151' name: Computer Systems Design and Related Services - id: '5182' name: Data Processing, Hosting, and Related Services - id: '511' name: Publishing Industries (except Internet) - id: '51121' name: Software Publishers - id: '51821' name: Data Processing, Hosting, and Related Services - id: '517' name: Telecommunications - id: '5415' name: Computer Systems Design and Related Services - id: '518' name: Data Processing, Hosting, and Related Services - id: '51' name: Information - id: '5416' name: Management, Scientific, and Technical Consulting Services - id: '519' name: Other Information Services - id: '5418' name: Advertising, Public Relations, and Related Services - id: '54' name: Professional, Scientific, and Technical Services - id: '5112' name: Software Publishers - id: '511210' name: Software Publishers - id: '517110' name: '' - id: '5191' name: Other Information Services - id: '5171' name: '' - id: '54161' name: Management Consulting Services - id: '519130' name: Internet Publishing and Broadcasting and Web Search Portals - id: '541' name: Professional, Scientific, and Technical Services - id: '519190' name: All Other Information Services - id: '51711' name: '' - id: '51913' name: Internet Publishing and Broadcasting and Web Search Portals website: www.zoominfo.com revenue: $400 Million revenueNumeric: 400000000 employeeCount: 1500 type: PUBLIC ticker: 'NASDAQ: ZI' ranking: - Inc 5000 socialMediaUrls: [] primaryIndustry: - Software industries: - Data Collection & Internet Portals - Software - Media & Internet revenueRange: $250 mil. - $500 mil. employeeRange: 1,000 - 5,000 Input3: title: Input3 required: - personid type: object properties: personid: type: integer contentEncoding: int32 example: 500123 examples: - personid: 1260398587 Data7: title: Data7 required: - id - firstName - middleName - lastName - email - hasCanadianEmail - phone - directPhoneDoNotCall - street - city - region - metroArea - zipCode - state - country - continent - personHasMoved - withinEu - withinCalifornia - withinCanada - lastUpdatedDate - validDate - noticeProvidedDate - salutation - suffix - jobTitle - jobFunction - education - hashedEmails - picture - mobilePhoneDoNotCall - externalUrls - contactAccuracyScore - isDefunct - employmentHistory - managementLevel - locationCompanyId - company type: object properties: id: type: integer contentEncoding: int32 example: 500123 firstName: type: string example: Acme Corporation middleName: type: string example: Acme Corporation lastName: type: string example: Acme Corporation email: type: string example: jsmith@example.com hasCanadianEmail: type: string example: jsmith@example.com phone: type: string example: +1-555-555-1234 directPhoneDoNotCall: type: boolean example: true street: type: string example: example_value city: type: string example: San Francisco region: type: string example: example_value metroArea: type: string example: example_value zipCode: type: string example: '94105' state: type: string example: CA country: type: string example: US continent: type: string example: example_value personHasMoved: type: string example: example_value withinEu: type: boolean example: true withinCalifornia: type: boolean example: true withinCanada: type: boolean example: true lastUpdatedDate: type: string example: '2025-03-15T14:30:00Z' validDate: type: string example: '2025-03-15T14:30:00Z' noticeProvidedDate: type: string example: '2025-03-15T14:30:00Z' salutation: type: string example: example_value suffix: type: string example: example_value jobTitle: type: string example: Vice President of Sales jobFunction: type: array items: $ref: '#/components/schemas/JobFunction' description: '' example: [] education: type: array items: $ref: '#/components/schemas/Education' description: '' example: [] hashedEmails: type: array items: type: string description: '' example: user@example.com picture: type: string example: example_value mobilePhoneDoNotCall: type: boolean example: true externalUrls: type: array items: $ref: '#/components/schemas/ExternalUrl' description: '' example: https://www.example.com contactAccuracyScore: type: integer contentEncoding: int32 example: 85 isDefunct: type: boolean example: true employmentHistory: type: array items: $ref: '#/components/schemas/EmploymentHistory' description: '' example: [] managementLevel: type: array items: type: string description: '' example: [] locationCompanyId: type: integer contentEncoding: int32 example: 500123 company: $ref: '#/components/schemas/Company15' examples: - id: 1260398587 firstName: Henry middleName: L. lastName: Schuck email: henry.schuck@zoominfo.com hasCanadianEmail: 'false' phone: (360) 783-6816 directPhoneDoNotCall: false street: 805 Broadway Ste. 900 city: Vancouver region: Washington metroArea: Portland zipCode: '98660' state: Washington country: United States continent: North America personHasMoved: Uncertain withinEu: false withinCalifornia: true withinCanada: false lastUpdatedDate: 1/5/2020 2:59 PM validDate: 12/31/2019 11:54 AM noticeProvidedDate: 06/27/2020 salutation: '' suffix: '' jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite education: - school: University of Nevada , Las Vegas educationDegree: degree: '' areaOfStudy: '' - school: Oxford University educationDegree: degree: comparative law areaOfStudy: '' - school: The Ohio State University Moritz College of Law educationDegree: degree: '' areaOfStudy: juris doctorate degree cum laude hashedEmails: - f58f6a9d081a378bccd8c8a067f5d757c1bcfe1114b17d1a0173c4f64f132a76 - 882301004d270daab518d5d4fc0ec9a3e790159c4802e04394c0e70d7d817a5df5d19ba86a495ea2b22c19911a4606c63af22b85326c5a477e5b845a9ffcc33d - 8dceb85dffad7d86c656fabd105d5781a1cdc66d3e5e0f1e723f04dc172c13e7839948f8253f382ecb91b5a3892aa4c8cec671061a24b18ef4cd3fc08a89d0bc - f68bd1de672a4c37fdc87d88b4d543c2634ed129e5c73f69ca74c5dd21bc0fd6 - eed1872f83bf7d777eef83d459e14dc97cc8bbe4c391665d02130d1a02b9c6bae8fde805e5556bc9345e01da360856c36c08d3fde3c6564ce9eda330c11307cb - b187e4ed0351e0988c5e7efb63c73d8fba14252ede5b29c4b111445ed60a205e566feaa37eb2a5da512f93d8c34bab8add0ebec823ee2a9ba718e709ae5bb999 - 8eb26ee14126e66bbf71cfc7da77803ab2079298c4f63075b4a9329605d0844c3b9d989ae4e9486f12701bad2b40cf45c8b461b751a3b37e97b18bd07cddf950 - 695d19bdc9be7f8e742c5f8d21d20832 - 29d9667b9865bd4c0ade732d87491588 - 0277d9b958853b227aae74c49fb3f47ed1a4f7a0 - 8f74df87a34f9eace4f392081fdf1701ecdd0a82 - 0cf4aef9be54921f056cfbd01aa21aaa - c9415971b7ed54e1ef2ba9b76d7517d8 - 3255f0cea9d54f85c3ffe066798f68c8d9ff5131 - c2a09501b2e2d8542c90a9014a3e035be5d5412b - 73874aff0dc933c6b08f9ecfdcd281ae5f2b2ef4 - b29c16b0355cdf202e47561cc82b2ce10325c7c9fbf35fc8c8d2ac97e1a15751 - 0b3c1656c901009da30bd69f431f901d17aea3b5 - 219df7fce416087db95f41b22a3e99de - 74a841493b2be80de6b0523e3e51388ee702162b98bf0a1b761dc20a67c24bf9dd7c1c1edb43ec378754489dcb2c8b94fe8652c4f8aad2294758f1e37738093c - 11862b70dc429e354ecb9e8c3f94baa980cd848a4e65b0607f098c2c4784e1e9 - f96d816c6506277d8917284d6ae01c086d6bb738 - e2107f85303216debfc490c1128ad0026bc66cba - 42f9c1101b858d906f1e9249377705cc - 2d707a32b6c36d7860df4ded85a3675da59487bd - 70c0572ab995de4b75a50d4f3b9527b2f23ee3729d8dee19454732bb5974b96ce3b46c126ef9da3072e0db19331b713551c8f51af7d06d7456b006e6b6c6786f - cb428444a92caccbf74196a56ce2ce47bedb7c810165a3f5670e0142b9e20488 - fb8f9342f5555bac4b5576e18203dee9649eb6cac775a60444a08912d57ecfaf - 02d590f02c638a0f0a14330f8ed41ac3f29be73f3cc61510cffd5010f4076a56 - 077edc0b42f5b3a2ebced95cb466d7540eb13f84 - 35fae950b9267686ad59bf5540f05fe32614b05f7ce111c88215d397c4ccca80 - 072d54d1cd80722271757be3ad70e2fa80a4f7a9ddcfa4986bdacfaf44090d01 - f9cec62f4b2805124098741a9ff318cfc7601014799360d909d6160941a6700d4ec1dcfbfcfd445a8fd5549670bebefd0169ab53d5332296af6c70a55e22848a - 4d49f8386d59b45ddda50a5ef5430120 - 81863a5a64ae6c4df9eab6200808260ffd99324308dcdb234cb95fe2f01868fd - 3b4031ad2889aba895b3f7a0132f254c - adb40c784326c0581284f4c8301bbeb0b217bab6a09eb811f8eee4fce2ea431b3cf01da7192c0af813ce7df177fc634770b4557c74301d41c412ee7dc890b9bf - 20b54d86e974f4dfeb4383ed2c748e2d79ac7d28 - 258ba4f8558fbea656732b28211c9df8 - b389c6b4c6d1ab9c45a41f2ac41d7a2367b980866587f0d8afc8d07e87bf7dbee8638f4194e24674aa56a225bc9db668a6febd13fe0b975cc330dfb7c54df4f2 - 36c30998984a06a5eb56f5322ff8a284d144d159365b93423cc08223081965d606e6af6dddd30b7fd09bc627f9dcecd3ea85c036c3ba485ed31e07d2bd7ca65b - 5233cc7bd91cb8234b136cd44db83d94 - 6a17da18c38ef9b4d42cefdaf7db0a03 - 2154155b799c35d2d58ad920146b2477635884f5af0839bc6ebbdb99216b7415 picture: https://www.zoominfo.com/ge-assets/images/leadership/henry_schuck.png mobilePhoneDoNotCall: true externalUrls: - type: linkedin.com url: https://www.linkedin.com/in/hschuck - type: twitter.com url: https://www.twitter.com/henrylschuck - type: salesforce.com url: https://www.salesforce.com/00361000005FuKPAA0 contactAccuracyScore: 96 isDefunct: false employmentHistory: - jobTitle: Vice President of Data and Marketing managementLevel: - VP-Level fromDate: '2002-01-02T00:00:00.000Z' toDate: '2006-01-02T00:00:00.000Z' company: companyId: 0 companyName: iProfile companyPhone: '' companyWebsite: '' managementLevel: - C-Level locationCompanyId: 344589814 company: division: '' id: 344589814 name: ZoomInfo descriptionList: - 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. - 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. - 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. ' - 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. ' - 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. ' phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St Suite 900 city: Vancouver state: Washington zipCode: '98660' country: United States continent: North America logo: http://www.zoominfo.com/business/mktg/images/zi_logo.png sicCodes: - id: '73' name: Business Services - id: '737' name: Computer Programming, Data Processing, And Other Computer Related Services - id: '7375' name: Information Retrieval Services - id: '27' name: Printing, Publishing, And Allied Industries - id: '274' name: Miscellaneous Publishing - id: '2741' name: Miscellaneous Publishing - id: '731' name: Advertising - id: '7371' name: Computer Programming Services - id: '7372' name: Prepackaged Software - id: '738' name: Miscellaneous Business Services - id: '7389' name: Business Services, Not Elsewhere Classified - id: '89' name: Miscellaneous Services - id: '899' name: Miscellaneous Services - id: '8999' name: Services, Not Elsewhere Classified - id: '7374' name: Computer Processing and Data Preparation and Processing Services naicsCodes: - id: '541613' name: Marketing Consulting Services - id: '541511' name: Custom Computer Programming Services - id: '51919' name: All Other Information Services - id: '518210' name: Data Processing, Hosting, and Related Services - id: '54151' name: Computer Systems Design and Related Services - id: '5182' name: Data Processing, Hosting, and Related Services - id: '511' name: Publishing Industries (except Internet) - id: '51121' name: Software Publishers - id: '51821' name: Data Processing, Hosting, and Related Services - id: '517' name: Telecommunications - id: '5415' name: Computer Systems Design and Related Services - id: '518' name: Data Processing, Hosting, and Related Services - id: '51' name: Information - id: '5416' name: Management, Scientific, and Technical Consulting Services - id: '519' name: Other Information Services - id: '5418' name: Advertising, Public Relations, and Related Services - id: '54' name: Professional, Scientific, and Technical Services - id: '5112' name: Software Publishers - id: '511210' name: Software Publishers - id: '517110' name: '' - id: '5191' name: Other Information Services - id: '5171' name: '' - id: '54161' name: Management Consulting Services - id: '519130' name: Internet Publishing and Broadcasting and Web Search Portals - id: '541' name: Professional, Scientific, and Technical Services - id: '519190' name: All Other Information Services - id: '51711' name: '' - id: '51913' name: Internet Publishing and Broadcasting and Web Search Portals website: www.zoominfo.com revenue: $400 Million revenueNumeric: 400000000 employeeCount: 1500 type: PUBLIC ticker: 'NASDAQ: ZI' ranking: - Inc 5000 socialMediaUrls: [] primaryIndustry: - Software industries: - Data Collection & Internet Portals - Software - Media & Internet revenueRange: $250 mil. - $500 mil. employeeRange: 1,000 - 5,000 Company15: title: Company15 required: - division - id - name - descriptionList - phone - fax - street - city - state - zipCode - country - continent - logo - sicCodes - naicsCodes - website - revenue - revenueNumeric - employeeCount - type - ticker - ranking - socialMediaUrls - primaryIndustry - industries - revenueRange - employeeRange type: object properties: division: type: string example: example_value id: type: integer contentEncoding: int32 example: 500123 name: type: string example: Acme Corporation descriptionList: type: array items: $ref: '#/components/schemas/DescriptionList' description: '' example: [] phone: type: string example: +1-555-555-1234 fax: type: string example: example_value street: type: string example: example_value city: type: string example: San Francisco state: type: string example: CA zipCode: type: string example: '94105' country: type: string example: US continent: type: string example: example_value logo: type: string example: example_value sicCodes: type: array items: $ref: '#/components/schemas/SicCode' description: '' example: [] naicsCodes: type: array items: $ref: '#/components/schemas/NaicsCode' description: '' example: [] website: type: string example: example_value revenue: type: string example: example_value revenueNumeric: type: integer contentEncoding: int32 example: 100 employeeCount: type: integer contentEncoding: int32 example: 250 type: type: string example: standard ticker: type: string example: example_value ranking: type: array items: type: string description: '' example: [] socialMediaUrls: type: array items: type: string description: '' example: https://www.example.com primaryIndustry: type: array items: type: string description: '' example: [] industries: type: array items: type: string description: '' example: [] revenueRange: type: string example: example_value employeeRange: type: string example: example_value examples: - division: '' id: 344589814 name: ZoomInfo descriptionList: - 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. - 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. - 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. ' - 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. ' - 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. ' phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St Suite 900 city: Vancouver state: Washington zipCode: '98660' country: United States continent: North America logo: http://www.zoominfo.com/business/mktg/images/zi_logo.png sicCodes: - id: '73' name: Business Services - id: '737' name: Computer Programming, Data Processing, And Other Computer Related Services - id: '7375' name: Information Retrieval Services - id: '27' name: Printing, Publishing, And Allied Industries - id: '274' name: Miscellaneous Publishing - id: '2741' name: Miscellaneous Publishing - id: '731' name: Advertising - id: '7371' name: Computer Programming Services - id: '7372' name: Prepackaged Software - id: '738' name: Miscellaneous Business Services - id: '7389' name: Business Services, Not Elsewhere Classified - id: '89' name: Miscellaneous Services - id: '899' name: Miscellaneous Services - id: '8999' name: Services, Not Elsewhere Classified - id: '7374' name: Computer Processing and Data Preparation and Processing Services naicsCodes: - id: '541613' name: Marketing Consulting Services - id: '541511' name: Custom Computer Programming Services - id: '51919' name: All Other Information Services - id: '518210' name: Data Processing, Hosting, and Related Services - id: '54151' name: Computer Systems Design and Related Services - id: '5182' name: Data Processing, Hosting, and Related Services - id: '511' name: Publishing Industries (except Internet) - id: '51121' name: Software Publishers - id: '51821' name: Data Processing, Hosting, and Related Services - id: '517' name: Telecommunications - id: '5415' name: Computer Systems Design and Related Services - id: '518' name: Data Processing, Hosting, and Related Services - id: '51' name: Information - id: '5416' name: Management, Scientific, and Technical Consulting Services - id: '519' name: Other Information Services - id: '5418' name: Advertising, Public Relations, and Related Services - id: '54' name: Professional, Scientific, and Technical Services - id: '5112' name: Software Publishers - id: '511210' name: Software Publishers - id: '517110' name: '' - id: '5191' name: Other Information Services - id: '5171' name: '' - id: '54161' name: Management Consulting Services - id: '519130' name: Internet Publishing and Broadcasting and Web Search Portals - id: '541' name: Professional, Scientific, and Technical Services - id: '519190' name: All Other Information Services - id: '51711' name: '' - id: '51913' name: Internet Publishing and Broadcasting and Web Search Portals website: www.zoominfo.com revenue: $400 Million revenueNumeric: 400000000 employeeCount: 1500 type: PUBLIC ticker: 'NASDAQ: ZI' ranking: - Inc 5000 socialMediaUrls: [] primaryIndustry: - Software industries: - Data Collection & Internet Portals - Software - Media & Internet revenueRange: $250 mil. - $500 mil. employeeRange: 1,000 - 5,000 Enrichcontactsusingmultipleemailaddresses: title: Enrichcontactsusingmultipleemailaddresses required: - success - data type: object properties: success: type: boolean example: true data: $ref: '#/components/schemas/Data8' examples: - success: true data: outputFields: - - id - firstname - middlename - lastname - email - hascanadianemail - phone - directphonedonotcall - street - city - region - metroarea - zipcode - state - country - personhasmoved - withineu - withincalifornia - withincanada - lastupdateddate - noticeprovideddate - salutation - suffix - jobtitle - jobfunction - companydivision - education - hashedemails - picture - mobilephonedonotcall - externalurls - companyid - companyname - companydescriptionlist - companyphone - companyfax - companystreet - companycity - companystate - companyzipcode - companycountry - companylogo - companysiccodes - companynaicscodes - contactaccuracyscore - companywebsite - companyrevenue - companyrevenuenumeric - companyemployeecount - companytype - companyticker - companyranking - isdefunct - companysocialmediaurls - companyprimaryindustry - companyindustries - companyrevenuerange - companyemployeerange - employmenthistory - managementlevel - companyId result: - input: emailaddress: henry.schuck@zoominfo.com data: - id: 1260398587 firstName: Henry middleName: L. lastName: Schuck email: henry.schuck@zoominfo.com hasCanadianEmail: 'false' phone: (360) 783-6816 directPhoneDoNotCall: false street: 805 Broadway Ste. 900 city: Vancouver region: Washington metroArea: Portland zipCode: '98660' state: Washington country: United States personHasMoved: Uncertain withinEu: false withinCalifornia: true withinCanada: false lastUpdatedDate: 1/5/2020 2:59 PM noticeProvidedDate: 06/27/2020 salutation: '' suffix: '' jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite education: - school: University of Nevada , Las Vegas educationDegree: degree: '' areaOfStudy: '' - school: Oxford University educationDegree: degree: comparative law areaOfStudy: '' - school: The Ohio State University Moritz College of Law educationDegree: degree: '' areaOfStudy: juris doctorate degree cum laude hashedEmails: - f58f6a9d081a378bccd8c8a067f5d757c1bcfe1114b17d1a0173c4f64f132a76 - 882301004d270daab518d5d4fc0ec9a3e790159c4802e04394c0e70d7d817a5df5d19ba86a495ea2b22c19911a4606c63af22b85326c5a477e5b845a9ffcc33d - 8dceb85dffad7d86c656fabd105d5781a1cdc66d3e5e0f1e723f04dc172c13e7839948f8253f382ecb91b5a3892aa4c8cec671061a24b18ef4cd3fc08a89d0bc - f68bd1de672a4c37fdc87d88b4d543c2634ed129e5c73f69ca74c5dd21bc0fd6 - eed1872f83bf7d777eef83d459e14dc97cc8bbe4c391665d02130d1a02b9c6bae8fde805e5556bc9345e01da360856c36c08d3fde3c6564ce9eda330c11307cb - b187e4ed0351e0988c5e7efb63c73d8fba14252ede5b29c4b111445ed60a205e566feaa37eb2a5da512f93d8c34bab8add0ebec823ee2a9ba718e709ae5bb999 - 8eb26ee14126e66bbf71cfc7da77803ab2079298c4f63075b4a9329605d0844c3b9d989ae4e9486f12701bad2b40cf45c8b461b751a3b37e97b18bd07cddf950 - 695d19bdc9be7f8e742c5f8d21d20832 - 29d9667b9865bd4c0ade732d87491588 - 0277d9b958853b227aae74c49fb3f47ed1a4f7a0 - 8f74df87a34f9eace4f392081fdf1701ecdd0a82 - 0cf4aef9be54921f056cfbd01aa21aaa - c9415971b7ed54e1ef2ba9b76d7517d8 - 3255f0cea9d54f85c3ffe066798f68c8d9ff5131 - c2a09501b2e2d8542c90a9014a3e035be5d5412b - 73874aff0dc933c6b08f9ecfdcd281ae5f2b2ef4 - b29c16b0355cdf202e47561cc82b2ce10325c7c9fbf35fc8c8d2ac97e1a15751 - 0b3c1656c901009da30bd69f431f901d17aea3b5 - 219df7fce416087db95f41b22a3e99de - 74a841493b2be80de6b0523e3e51388ee702162b98bf0a1b761dc20a67c24bf9dd7c1c1edb43ec378754489dcb2c8b94fe8652c4f8aad2294758f1e37738093c - 11862b70dc429e354ecb9e8c3f94baa980cd848a4e65b0607f098c2c4784e1e9 - f96d816c6506277d8917284d6ae01c086d6bb738 - e2107f85303216debfc490c1128ad0026bc66cba - 42f9c1101b858d906f1e9249377705cc - 2d707a32b6c36d7860df4ded85a3675da59487bd - 70c0572ab995de4b75a50d4f3b9527b2f23ee3729d8dee19454732bb5974b96ce3b46c126ef9da3072e0db19331b713551c8f51af7d06d7456b006e6b6c6786f - cb428444a92caccbf74196a56ce2ce47bedb7c810165a3f5670e0142b9e20488 - fb8f9342f5555bac4b5576e18203dee9649eb6cac775a60444a08912d57ecfaf - 02d590f02c638a0f0a14330f8ed41ac3f29be73f3cc61510cffd5010f4076a56 - 077edc0b42f5b3a2ebced95cb466d7540eb13f84 - 35fae950b9267686ad59bf5540f05fe32614b05f7ce111c88215d397c4ccca80 - 072d54d1cd80722271757be3ad70e2fa80a4f7a9ddcfa4986bdacfaf44090d01 - f9cec62f4b2805124098741a9ff318cfc7601014799360d909d6160941a6700d4ec1dcfbfcfd445a8fd5549670bebefd0169ab53d5332296af6c70a55e22848a - 4d49f8386d59b45ddda50a5ef5430120 - 81863a5a64ae6c4df9eab6200808260ffd99324308dcdb234cb95fe2f01868fd - 3b4031ad2889aba895b3f7a0132f254c - adb40c784326c0581284f4c8301bbeb0b217bab6a09eb811f8eee4fce2ea431b3cf01da7192c0af813ce7df177fc634770b4557c74301d41c412ee7dc890b9bf - 20b54d86e974f4dfeb4383ed2c748e2d79ac7d28 - 258ba4f8558fbea656732b28211c9df8 - b389c6b4c6d1ab9c45a41f2ac41d7a2367b980866587f0d8afc8d07e87bf7dbee8638f4194e24674aa56a225bc9db668a6febd13fe0b975cc330dfb7c54df4f2 - 36c30998984a06a5eb56f5322ff8a284d144d159365b93423cc08223081965d606e6af6dddd30b7fd09bc627f9dcecd3ea85c036c3ba485ed31e07d2bd7ca65b - 5233cc7bd91cb8234b136cd44db83d94 - 6a17da18c38ef9b4d42cefdaf7db0a03 - 2154155b799c35d2d58ad920146b2477635884f5af0839bc6ebbdb99216b7415 picture: https://www.zoominfo.com/ge-assets/images/leadership/henry_schuck.png mobilePhoneDoNotCall: true externalUrls: - type: linkedin.com url: https://www.linkedin.com/in/hschuck - type: twitter.com url: https://www.twitter.com/henrylschuck - type: salesforce.com url: https://www.salesforce.com/00361000005FuKPAA0 contactAccuracyScore: 96 isDefunct: false employmentHistory: - jobTitle: Vice President of Data and Marketing managementLevel: - VP-Level fromDate: '2002-01-02T00:00:00.000Z' toDate: '2006-01-02T00:00:00.000Z' company: companyId: 0 companyName: iProfile companyPhone: '' companyWebsite: '' managementLevel: - C-Level company: division: '' id: 344589814 name: ZoomInfo descriptionList: - 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. - 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. - 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. ' - 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. ' - 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. ' phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St Suite 900 city: Vancouver state: Washington zipCode: '98660' country: United States logo: http://www.zoominfo.com/business/mktg/images/zi_logo.png sicCodes: - id: '73' name: Business Services - id: '737' name: Computer Programming, Data Processing, And Other Computer Related Services - id: '7375' name: Information Retrieval Services - id: '27' name: Printing, Publishing, And Allied Industries - id: '274' name: Miscellaneous Publishing - id: '2741' name: Miscellaneous Publishing - id: '731' name: Advertising - id: '7371' name: Computer Programming Services - id: '7372' name: Prepackaged Software - id: '738' name: Miscellaneous Business Services - id: '7389' name: Business Services, Not Elsewhere Classified - id: '89' name: Miscellaneous Services - id: '899' name: Miscellaneous Services - id: '8999' name: Services, Not Elsewhere Classified - id: '7374' name: Computer Processing and Data Preparation and Processing Services naicsCodes: - id: '541613' name: Marketing Consulting Services - id: '541511' name: Custom Computer Programming Services - id: '51919' name: All Other Information Services - id: '518210' name: Data Processing, Hosting, and Related Services - id: '54151' name: Computer Systems Design and Related Services - id: '5182' name: Data Processing, Hosting, and Related Services - id: '511' name: Publishing Industries (except Internet) - id: '51121' name: Software Publishers - id: '51821' name: Data Processing, Hosting, and Related Services - id: '517' name: Telecommunications - id: '5415' name: Computer Systems Design and Related Services - id: '518' name: Data Processing, Hosting, and Related Services - id: '51' name: Information - id: '5416' name: Management, Scientific, and Technical Consulting Services - id: '519' name: Other Information Services - id: '5418' name: Advertising, Public Relations, and Related Services - id: '54' name: Professional, Scientific, and Technical Services - id: '5112' name: Software Publishers - id: '511210' name: Software Publishers - id: '517110' name: '' - id: '5191' name: Other Information Services - id: '5171' name: '' - id: '54161' name: Management Consulting Services - id: '519130' name: Internet Publishing and Broadcasting and Web Search Portals - id: '541' name: Professional, Scientific, and Technical Services - id: '519190' name: All Other Information Services - id: '51711' name: '' - id: '51913' name: Internet Publishing and Broadcasting and Web Search Portals website: www.zoominfo.com revenue: $400 Million revenueNumeric: 400000000 employeeCount: 1500 type: PUBLIC ticker: 'NASDAQ: ZI' ranking: - Inc 5000 socialMediaUrls: - type: FACEBOOK url: http://www.facebook.com/ZoomInformation followerCount: '' - type: LINKED_IN url: http://www.linkedin.com/company/zoominfo?trk=tyah followerCount: '' - type: TWITTER url: http://twitter.com/zoominfo followerCount: '' primaryIndustry: - Software industries: - Data Collection & Internet Portals - Software - Media & Internet revenueRange: $250 mil. - $500 mil. employeeRange: 1,000 - 5,000 - input: emailaddress: filip.popovic@zoominfo.com data: - id: 1613235897 firstName: Filip middleName: '' lastName: Popovic email: filip.popovic@zoominfo.com hasCanadianEmail: 'false' phone: '' directPhoneDoNotCall: false street: 7700 Old Georgetown Rd city: Bethesda region: Maryland metroArea: Washington zipCode: '20814' state: Maryland country: United States personHasMoved: Uncertain withinEu: false withinCalifornia: false withinCanada: false lastUpdatedDate: 11/2/2020 10:28 AM noticeProvidedDate: 07/31/2020 salutation: '' suffix: '' jobTitle: Manager, Applications jobFunction: - name: UI / UX department: Engineering & Technical - name: Software Development department: Engineering & Technical education: - school: Seattle Pacific University educationDegree: degree: '' areaOfStudy: Bachelor of Science graduationDate: '2008-06-01T12:00:00.000Z' hashedEmails: - 81811910bd5c8c341bb7b229c7d4a79290a867d88fea85d406cc8f4ce297ff50 - 64c82f374fc20e4e61880441e6942687 - 7de29b7c0cdea9759e5a95ebb27e5dc21064fa014a0e3044e40385e49ea7d11c - 02cf19a2b28375088810ce0965b01435 - 5797b7c0a3c1543395c5d917ec80e767 - 6d2b9da789a8b853bc03bc575cc756c119b0a337346337c09c0f3911f8e9d5caf3f6ad37852ca1c58845538c1aca82c1d11c8ab15ad4f88d9ff886fffad93560 - e5974ca8b7cec726e6046f2d75e2e15ee6f5fa4f - 5d0e47101cf7f69a251620d19ecbb260b2111fc2 - 211d0e7ef2226c54f37c8142a3dabdd2601c8adc5229a1c7baee89b371890243018a1ec12c02d8a10a27e2cec06d244ceba084d25634cdff429b4e4d64c6472f - bd08e58a32c8f156160a9a582b25c2bb - 99d63e420ad723b1bdf7d01fd2f780cca52086ada662b6518812f71b53dde19df3206889810bb0d644359954c5d9d75608ba699e5b8edee5df7fcd47e2b00bc7 - a5d63d764cad8d93ef17558a49a8cf485f3f36152c6a90ce00a1e28adfdea799f48db897f1f59fff714c0c9be9f0668b3498a6b33e27cc83f66da8a66191f123 - 085e14a685e69e3346b6d65c749c2eb36bfdc9e3 - 9b933e4b4bf818985b71e0f82a6c28818ce2a354f16ed570439d05803d2b8295 - 1de6276adceae129920b8057c565884a28162bcd - 79f3cf02687bd1e9ccac5963d8a8eae16537254404af58b39d69dfe7dbdeee66 picture: '' mobilePhoneDoNotCall: false externalUrls: - type: linkedin.com url: https://www.linkedin.com/in/filip-popovic-090a88a7 contactAccuracyScore: 90 isDefunct: false employmentHistory: - jobTitle: Software Engineer & Director, Product Development For Quatrove managementLevel: - Director fromDate: '2014-01-01T00:00:00.000Z' toDate: '2020-06-03T13:42:00.000Z' company: companyId: 355586819 companyName: Topaz Research companyPhone: '' companyWebsite: www.topazresearch.com - jobTitle: Senior Software Engineer managementLevel: - Non-Manager fromDate: '2016-01-01T00:00:00.000Z' toDate: '2020-06-03T13:42:00.000Z' company: companyId: 346572700 companyName: DiscoverOrg companyPhone: (360) 718-5630 companyWebsite: www.discoverorg.com - jobTitle: Software Engineer managementLevel: - Non-Manager fromDate: '2008-12-01T00:00:00.000Z' toDate: '2020-06-03T13:42:00.000Z' company: companyId: 347852239 companyName: Cable&Clark companyPhone: '' companyWebsite: www.cableandclark.com - jobTitle: Software Engineer managementLevel: - Non-Manager fromDate: '2015-01-01T00:00:00.000Z' toDate: '2018-07-25T20:58:00.000Z' company: companyId: 430025381 companyName: InterVenture Sourcing companyPhone: '' companyWebsite: www.interventure.info - jobTitle: Software Engineer managementLevel: - Non-Manager fromDate: '2015-01-01T00:00:00.000Z' toDate: '2015-01-01T00:00:00.000Z' company: companyId: 414970512 companyName: Global Pension Solutions companyPhone: +41 56 544 42 90 companyWebsite: www.global-pension.com managementLevel: - Manager company: division: '' id: 344589814 name: ZoomInfo descriptionList: - 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. - 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. - 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. ' - 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. ' - 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. ' phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St Suite 900 city: Vancouver state: Washington zipCode: '98660' country: United States logo: http://www.zoominfo.com/business/mktg/images/zi_logo.png sicCodes: - id: '73' name: Business Services - id: '737' name: Computer Programming, Data Processing, And Other Computer Related Services - id: '7375' name: Information Retrieval Services - id: '27' name: Printing, Publishing, And Allied Industries - id: '274' name: Miscellaneous Publishing - id: '2741' name: Miscellaneous Publishing - id: '731' name: Advertising - id: '7371' name: Computer Programming Services - id: '7372' name: Prepackaged Software - id: '738' name: Miscellaneous Business Services - id: '7389' name: Business Services, Not Elsewhere Classified - id: '89' name: Miscellaneous Services - id: '899' name: Miscellaneous Services - id: '8999' name: Services, Not Elsewhere Classified - id: '7374' name: Computer Processing and Data Preparation and Processing Services naicsCodes: - id: '541613' name: Marketing Consulting Services - id: '541511' name: Custom Computer Programming Services - id: '51919' name: All Other Information Services - id: '518210' name: Data Processing, Hosting, and Related Services - id: '54151' name: Computer Systems Design and Related Services - id: '5182' name: Data Processing, Hosting, and Related Services - id: '511' name: Publishing Industries (except Internet) - id: '51121' name: Software Publishers - id: '51821' name: Data Processing, Hosting, and Related Services - id: '517' name: Telecommunications - id: '5415' name: Computer Systems Design and Related Services - id: '518' name: Data Processing, Hosting, and Related Services - id: '51' name: Information - id: '5416' name: Management, Scientific, and Technical Consulting Services - id: '519' name: Other Information Services - id: '5418' name: Advertising, Public Relations, and Related Services - id: '54' name: Professional, Scientific, and Technical Services - id: '5112' name: Software Publishers - id: '511210' name: Software Publishers - id: '517110' name: '' - id: '5191' name: Other Information Services - id: '5171' name: '' - id: '54161' name: Management Consulting Services - id: '519130' name: Internet Publishing and Broadcasting and Web Search Portals - id: '541' name: Professional, Scientific, and Technical Services - id: '519190' name: All Other Information Services - id: '51711' name: '' - id: '51913' name: Internet Publishing and Broadcasting and Web Search Portals website: www.zoominfo.com revenue: $400 Million revenueNumeric: 400000000 employeeCount: 1500 type: PUBLIC ticker: 'NASDAQ: ZI' ranking: - Inc 5000 socialMediaUrls: - type: FACEBOOK url: http://www.facebook.com/ZoomInformation followerCount: '' - type: LINKED_IN url: http://www.linkedin.com/company/zoominfo?trk=tyah followerCount: '' - type: TWITTER url: http://twitter.com/zoominfo followerCount: '' primaryIndustry: - Software industries: - Data Collection & Internet Portals - Software - Media & Internet revenueRange: $250 mil. - $500 mil. employeeRange: 1,000 - 5,000 - input: emailaddress: john.doherty@zoominfo.com data: - id: 3458235736 firstName: John middleName: '' lastName: Doherty email: john.doherty@zoominfo.com hasCanadianEmail: 'false' phone: '' directPhoneDoNotCall: false street: 805 Broadway St Ste 900 city: Vancouver region: Washington metroArea: Portland zipCode: '98660' state: Washington country: United States personHasMoved: Uncertain withinEu: false withinCalifornia: false withinCanada: false lastUpdatedDate: '' noticeProvidedDate: 07/31/2020 salutation: '' suffix: '' jobTitle: Technical Principal & Writer jobFunction: [] education: [] hashedEmails: - 348710337ec50798259561548cde6d426244a715 - e8995e2c36b588f9099eb546eca3ccc8f27978c1ce8ee836557384db032a283e - f339bcf3ce0fc1f98717d0405837f567 - 4c1cbf89a79cc60aef777a58749049d51dad0c0a90e879bb53d4a8c7d28179df64c087b61d3dff926f3f3ff0a52bd5c443ef6cd56ed3b4acca8dadb832af3d7b - 57027ae238ce1a8d26625e1d540442d6 - 41d0e3b22ad12e4487226ce11463d726 - 9f92d78a2258fe84d94a1c49f32de01e3547fa9d1bf15a61b5bc7e185b9f15e637ea98880e352620158fe97912c7fc2a544e599e574344ef8dfcd6db914fa6a9 - cee7943034e988008accbf494a0167bf78f0d947 - 7b302d8a723a1b2c47ce640365a949b2 - 320b07639740189d42d79bab496104c50171c21a435fb2b5334c2b57ca42be3c - 454df870899fb3e0b27aff0608febc69115d119f761db709eacbd3649c777b3b - 6a04f1f36c4682376dc76b9f601798bf3667850d1da47fc20b00b723e512e420 - 6c3e8cca36142e8def3b71f551ab9fba4bfa3ccf - e793f19529f1c1b16b5321273fb90870c80c0a75ffa8fd8a3c39667c16ab6a191aba83ef7ea78d0116250f9b80d6bbe3460f233d791aafd32552706b28bfa8f8 - 6076ee5dbb6ea91accd7a442a5de37b52495040d - f7953356a1d981b88a8b916cb82b0a1b0db0eb636c36175e59f86b98af8af4d792e7bff3e4c9c6795f11753b40acb7638ec8417af47a15c2051022104f1d46f5 picture: http://storage.zoominfo.com/-1938817055 mobilePhoneDoNotCall: true externalUrls: - type: linkedin.com url: https://www.linkedin.com/in/john-doherty-12b0ab1 - type: linkedin.com url: https://www.linkedin.com/in/john-doherty-cds contactAccuracyScore: 92 isDefunct: false employmentHistory: - jobTitle: Senior Technical Writer managementLevel: - Non-Manager fromDate: '2018-01-01T00:00:00.000Z' toDate: '2019-12-01T00:00:00.000Z' company: companyId: 482064131 companyName: Digital.ai Software companyPhone: '' companyWebsite: digital.ai - jobTitle: Technical Principal & Writer managementLevel: - Non-Manager fromDate: '2002-01-01T05:00:00.000Z' toDate: '2017-01-01T00:00:00.000Z' company: companyId: 484059103 companyName: Dell Technologies companyPhone: '' companyWebsite: delltechnologies.com managementLevel: - Non-Manager company: division: '' id: 344589814 name: ZoomInfo descriptionList: - 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. - 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. - 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. ' - 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. ' - 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. ' phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St Suite 900 city: Vancouver state: Washington zipCode: '98660' country: United States logo: http://www.zoominfo.com/business/mktg/images/zi_logo.png sicCodes: - id: '73' name: Business Services - id: '737' name: Computer Programming, Data Processing, And Other Computer Related Services - id: '7375' name: Information Retrieval Services - id: '27' name: Printing, Publishing, And Allied Industries - id: '274' name: Miscellaneous Publishing - id: '2741' name: Miscellaneous Publishing - id: '731' name: Advertising - id: '7371' name: Computer Programming Services - id: '7372' name: Prepackaged Software - id: '738' name: Miscellaneous Business Services - id: '7389' name: Business Services, Not Elsewhere Classified - id: '89' name: Miscellaneous Services - id: '899' name: Miscellaneous Services - id: '8999' name: Services, Not Elsewhere Classified - id: '7374' name: Computer Processing and Data Preparation and Processing Services naicsCodes: - id: '541613' name: Marketing Consulting Services - id: '541511' name: Custom Computer Programming Services - id: '51919' name: All Other Information Services - id: '518210' name: Data Processing, Hosting, and Related Services - id: '54151' name: Computer Systems Design and Related Services - id: '5182' name: Data Processing, Hosting, and Related Services - id: '511' name: Publishing Industries (except Internet) - id: '51121' name: Software Publishers - id: '51821' name: Data Processing, Hosting, and Related Services - id: '517' name: Telecommunications - id: '5415' name: Computer Systems Design and Related Services - id: '518' name: Data Processing, Hosting, and Related Services - id: '51' name: Information - id: '5416' name: Management, Scientific, and Technical Consulting Services - id: '519' name: Other Information Services - id: '5418' name: Advertising, Public Relations, and Related Services - id: '54' name: Professional, Scientific, and Technical Services - id: '5112' name: Software Publishers - id: '511210' name: Software Publishers - id: '517110' name: '' - id: '5191' name: Other Information Services - id: '5171' name: '' - id: '54161' name: Management Consulting Services - id: '519130' name: Internet Publishing and Broadcasting and Web Search Portals - id: '541' name: Professional, Scientific, and Technical Services - id: '519190' name: All Other Information Services - id: '51711' name: '' - id: '51913' name: Internet Publishing and Broadcasting and Web Search Portals website: www.zoominfo.com revenue: $400 Million revenueNumeric: 400000000 employeeCount: 1500 type: PUBLIC ticker: 'NASDAQ: ZI' ranking: - Inc 5000 socialMediaUrls: - type: FACEBOOK url: http://www.facebook.com/ZoomInformation followerCount: '' - type: LINKED_IN url: http://www.linkedin.com/company/zoominfo?trk=tyah followerCount: '' - type: TWITTER url: http://twitter.com/zoominfo followerCount: '' primaryIndustry: - Software industries: - Data Collection & Internet Portals - Software - Media & Internet revenueRange: $250 mil. - $500 mil. employeeRange: 1,000 - 5,000 Data8: title: Data8 required: - outputFields - result type: object properties: outputFields: type: array items: type: array items: type: string example: [] result: type: array items: $ref: '#/components/schemas/Result4' description: '' example: [] examples: - outputFields: - - id - firstname - middlename - lastname - email - hascanadianemail - phone - directphonedonotcall - street - city - region - metroarea - zipcode - state - country - personhasmoved - withineu - withincalifornia - withincanada - lastupdateddate - noticeprovideddate - salutation - suffix - jobtitle - jobfunction - companydivision - education - hashedemails - picture - mobilephonedonotcall - externalurls - companyid - companyname - companydescriptionlist - companyphone - companyfax - companystreet - companycity - companystate - companyzipcode - companycountry - companylogo - companysiccodes - companynaicscodes - contactaccuracyscore - companywebsite - companyrevenue - companyrevenuenumeric - companyemployeecount - companytype - companyticker - companyranking - isdefunct - companysocialmediaurls - companyprimaryindustry - companyindustries - companyrevenuerange - companyemployeerange - employmenthistory - managementlevel - companyId result: - input: emailaddress: henry.schuck@zoominfo.com data: - id: 1260398587 firstName: Henry middleName: L. lastName: Schuck email: henry.schuck@zoominfo.com hasCanadianEmail: 'false' phone: (360) 783-6816 directPhoneDoNotCall: false street: 805 Broadway Ste. 900 city: Vancouver region: Washington metroArea: Portland zipCode: '98660' state: Washington country: United States personHasMoved: Uncertain withinEu: false withinCalifornia: true withinCanada: false lastUpdatedDate: 1/5/2020 2:59 PM noticeProvidedDate: 06/27/2020 salutation: '' suffix: '' jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite education: - school: University of Nevada , Las Vegas educationDegree: degree: '' areaOfStudy: '' - school: Oxford University educationDegree: degree: comparative law areaOfStudy: '' - school: The Ohio State University Moritz College of Law educationDegree: degree: '' areaOfStudy: juris doctorate degree cum laude hashedEmails: - f58f6a9d081a378bccd8c8a067f5d757c1bcfe1114b17d1a0173c4f64f132a76 - 882301004d270daab518d5d4fc0ec9a3e790159c4802e04394c0e70d7d817a5df5d19ba86a495ea2b22c19911a4606c63af22b85326c5a477e5b845a9ffcc33d - 8dceb85dffad7d86c656fabd105d5781a1cdc66d3e5e0f1e723f04dc172c13e7839948f8253f382ecb91b5a3892aa4c8cec671061a24b18ef4cd3fc08a89d0bc - f68bd1de672a4c37fdc87d88b4d543c2634ed129e5c73f69ca74c5dd21bc0fd6 - eed1872f83bf7d777eef83d459e14dc97cc8bbe4c391665d02130d1a02b9c6bae8fde805e5556bc9345e01da360856c36c08d3fde3c6564ce9eda330c11307cb - b187e4ed0351e0988c5e7efb63c73d8fba14252ede5b29c4b111445ed60a205e566feaa37eb2a5da512f93d8c34bab8add0ebec823ee2a9ba718e709ae5bb999 - 8eb26ee14126e66bbf71cfc7da77803ab2079298c4f63075b4a9329605d0844c3b9d989ae4e9486f12701bad2b40cf45c8b461b751a3b37e97b18bd07cddf950 - 695d19bdc9be7f8e742c5f8d21d20832 - 29d9667b9865bd4c0ade732d87491588 - 0277d9b958853b227aae74c49fb3f47ed1a4f7a0 - 8f74df87a34f9eace4f392081fdf1701ecdd0a82 - 0cf4aef9be54921f056cfbd01aa21aaa - c9415971b7ed54e1ef2ba9b76d7517d8 - 3255f0cea9d54f85c3ffe066798f68c8d9ff5131 - c2a09501b2e2d8542c90a9014a3e035be5d5412b - 73874aff0dc933c6b08f9ecfdcd281ae5f2b2ef4 - b29c16b0355cdf202e47561cc82b2ce10325c7c9fbf35fc8c8d2ac97e1a15751 - 0b3c1656c901009da30bd69f431f901d17aea3b5 - 219df7fce416087db95f41b22a3e99de - 74a841493b2be80de6b0523e3e51388ee702162b98bf0a1b761dc20a67c24bf9dd7c1c1edb43ec378754489dcb2c8b94fe8652c4f8aad2294758f1e37738093c - 11862b70dc429e354ecb9e8c3f94baa980cd848a4e65b0607f098c2c4784e1e9 - f96d816c6506277d8917284d6ae01c086d6bb738 - e2107f85303216debfc490c1128ad0026bc66cba - 42f9c1101b858d906f1e9249377705cc - 2d707a32b6c36d7860df4ded85a3675da59487bd - 70c0572ab995de4b75a50d4f3b9527b2f23ee3729d8dee19454732bb5974b96ce3b46c126ef9da3072e0db19331b713551c8f51af7d06d7456b006e6b6c6786f - cb428444a92caccbf74196a56ce2ce47bedb7c810165a3f5670e0142b9e20488 - fb8f9342f5555bac4b5576e18203dee9649eb6cac775a60444a08912d57ecfaf - 02d590f02c638a0f0a14330f8ed41ac3f29be73f3cc61510cffd5010f4076a56 - 077edc0b42f5b3a2ebced95cb466d7540eb13f84 - 35fae950b9267686ad59bf5540f05fe32614b05f7ce111c88215d397c4ccca80 - 072d54d1cd80722271757be3ad70e2fa80a4f7a9ddcfa4986bdacfaf44090d01 - f9cec62f4b2805124098741a9ff318cfc7601014799360d909d6160941a6700d4ec1dcfbfcfd445a8fd5549670bebefd0169ab53d5332296af6c70a55e22848a - 4d49f8386d59b45ddda50a5ef5430120 - 81863a5a64ae6c4df9eab6200808260ffd99324308dcdb234cb95fe2f01868fd - 3b4031ad2889aba895b3f7a0132f254c - adb40c784326c0581284f4c8301bbeb0b217bab6a09eb811f8eee4fce2ea431b3cf01da7192c0af813ce7df177fc634770b4557c74301d41c412ee7dc890b9bf - 20b54d86e974f4dfeb4383ed2c748e2d79ac7d28 - 258ba4f8558fbea656732b28211c9df8 - b389c6b4c6d1ab9c45a41f2ac41d7a2367b980866587f0d8afc8d07e87bf7dbee8638f4194e24674aa56a225bc9db668a6febd13fe0b975cc330dfb7c54df4f2 - 36c30998984a06a5eb56f5322ff8a284d144d159365b93423cc08223081965d606e6af6dddd30b7fd09bc627f9dcecd3ea85c036c3ba485ed31e07d2bd7ca65b - 5233cc7bd91cb8234b136cd44db83d94 - 6a17da18c38ef9b4d42cefdaf7db0a03 - 2154155b799c35d2d58ad920146b2477635884f5af0839bc6ebbdb99216b7415 picture: https://www.zoominfo.com/ge-assets/images/leadership/henry_schuck.png mobilePhoneDoNotCall: true externalUrls: - type: linkedin.com url: https://www.linkedin.com/in/hschuck - type: twitter.com url: https://www.twitter.com/henrylschuck - type: salesforce.com url: https://www.salesforce.com/00361000005FuKPAA0 contactAccuracyScore: 96 isDefunct: false employmentHistory: - jobTitle: Vice President of Data and Marketing managementLevel: - VP-Level fromDate: '2002-01-02T00:00:00.000Z' toDate: '2006-01-02T00:00:00.000Z' company: companyId: 0 companyName: iProfile companyPhone: '' companyWebsite: '' managementLevel: - C-Level company: division: '' id: 344589814 name: ZoomInfo descriptionList: - 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. - 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. - 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. ' - 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. ' - 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. ' phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St Suite 900 city: Vancouver state: Washington zipCode: '98660' country: United States logo: http://www.zoominfo.com/business/mktg/images/zi_logo.png sicCodes: - id: '73' name: Business Services - id: '737' name: Computer Programming, Data Processing, And Other Computer Related Services - id: '7375' name: Information Retrieval Services - id: '27' name: Printing, Publishing, And Allied Industries - id: '274' name: Miscellaneous Publishing - id: '2741' name: Miscellaneous Publishing - id: '731' name: Advertising - id: '7371' name: Computer Programming Services - id: '7372' name: Prepackaged Software - id: '738' name: Miscellaneous Business Services - id: '7389' name: Business Services, Not Elsewhere Classified - id: '89' name: Miscellaneous Services - id: '899' name: Miscellaneous Services - id: '8999' name: Services, Not Elsewhere Classified - id: '7374' name: Computer Processing and Data Preparation and Processing Services naicsCodes: - id: '541613' name: Marketing Consulting Services - id: '541511' name: Custom Computer Programming Services - id: '51919' name: All Other Information Services - id: '518210' name: Data Processing, Hosting, and Related Services - id: '54151' name: Computer Systems Design and Related Services - id: '5182' name: Data Processing, Hosting, and Related Services - id: '511' name: Publishing Industries (except Internet) - id: '51121' name: Software Publishers - id: '51821' name: Data Processing, Hosting, and Related Services - id: '517' name: Telecommunications - id: '5415' name: Computer Systems Design and Related Services - id: '518' name: Data Processing, Hosting, and Related Services - id: '51' name: Information - id: '5416' name: Management, Scientific, and Technical Consulting Services - id: '519' name: Other Information Services - id: '5418' name: Advertising, Public Relations, and Related Services - id: '54' name: Professional, Scientific, and Technical Services - id: '5112' name: Software Publishers - id: '511210' name: Software Publishers - id: '517110' name: '' - id: '5191' name: Other Information Services - id: '5171' name: '' - id: '54161' name: Management Consulting Services - id: '519130' name: Internet Publishing and Broadcasting and Web Search Portals - id: '541' name: Professional, Scientific, and Technical Services - id: '519190' name: All Other Information Services - id: '51711' name: '' - id: '51913' name: Internet Publishing and Broadcasting and Web Search Portals website: www.zoominfo.com revenue: $400 Million revenueNumeric: 400000000 employeeCount: 1500 type: PUBLIC ticker: 'NASDAQ: ZI' ranking: - Inc 5000 socialMediaUrls: - type: FACEBOOK url: http://www.facebook.com/ZoomInformation followerCount: '' - type: LINKED_IN url: http://www.linkedin.com/company/zoominfo?trk=tyah followerCount: '' - type: TWITTER url: http://twitter.com/zoominfo followerCount: '' primaryIndustry: - Software industries: - Data Collection & Internet Portals - Software - Media & Internet revenueRange: $250 mil. - $500 mil. employeeRange: 1,000 - 5,000 - input: emailaddress: filip.popovic@zoominfo.com data: - id: 1613235897 firstName: Filip middleName: '' lastName: Popovic email: filip.popovic@zoominfo.com hasCanadianEmail: 'false' phone: '' directPhoneDoNotCall: false street: 7700 Old Georgetown Rd city: Bethesda region: Maryland metroArea: Washington zipCode: '20814' state: Maryland country: United States personHasMoved: Uncertain withinEu: false withinCalifornia: false withinCanada: false lastUpdatedDate: 11/2/2020 10:28 AM noticeProvidedDate: 07/31/2020 salutation: '' suffix: '' jobTitle: Manager, Applications jobFunction: - name: UI / UX department: Engineering & Technical - name: Software Development department: Engineering & Technical education: - school: Seattle Pacific University educationDegree: degree: '' areaOfStudy: Bachelor of Science graduationDate: '2008-06-01T12:00:00.000Z' hashedEmails: - 81811910bd5c8c341bb7b229c7d4a79290a867d88fea85d406cc8f4ce297ff50 - 64c82f374fc20e4e61880441e6942687 - 7de29b7c0cdea9759e5a95ebb27e5dc21064fa014a0e3044e40385e49ea7d11c - 02cf19a2b28375088810ce0965b01435 - 5797b7c0a3c1543395c5d917ec80e767 - 6d2b9da789a8b853bc03bc575cc756c119b0a337346337c09c0f3911f8e9d5caf3f6ad37852ca1c58845538c1aca82c1d11c8ab15ad4f88d9ff886fffad93560 - e5974ca8b7cec726e6046f2d75e2e15ee6f5fa4f - 5d0e47101cf7f69a251620d19ecbb260b2111fc2 - 211d0e7ef2226c54f37c8142a3dabdd2601c8adc5229a1c7baee89b371890243018a1ec12c02d8a10a27e2cec06d244ceba084d25634cdff429b4e4d64c6472f - bd08e58a32c8f156160a9a582b25c2bb - 99d63e420ad723b1bdf7d01fd2f780cca52086ada662b6518812f71b53dde19df3206889810bb0d644359954c5d9d75608ba699e5b8edee5df7fcd47e2b00bc7 - a5d63d764cad8d93ef17558a49a8cf485f3f36152c6a90ce00a1e28adfdea799f48db897f1f59fff714c0c9be9f0668b3498a6b33e27cc83f66da8a66191f123 - 085e14a685e69e3346b6d65c749c2eb36bfdc9e3 - 9b933e4b4bf818985b71e0f82a6c28818ce2a354f16ed570439d05803d2b8295 - 1de6276adceae129920b8057c565884a28162bcd - 79f3cf02687bd1e9ccac5963d8a8eae16537254404af58b39d69dfe7dbdeee66 picture: '' mobilePhoneDoNotCall: false externalUrls: - type: linkedin.com url: https://www.linkedin.com/in/filip-popovic-090a88a7 contactAccuracyScore: 90 isDefunct: false employmentHistory: - jobTitle: Software Engineer & Director, Product Development For Quatrove managementLevel: - Director fromDate: '2014-01-01T00:00:00.000Z' toDate: '2020-06-03T13:42:00.000Z' company: companyId: 355586819 companyName: Topaz Research companyPhone: '' companyWebsite: www.topazresearch.com - jobTitle: Senior Software Engineer managementLevel: - Non-Manager fromDate: '2016-01-01T00:00:00.000Z' toDate: '2020-06-03T13:42:00.000Z' company: companyId: 346572700 companyName: DiscoverOrg companyPhone: (360) 718-5630 companyWebsite: www.discoverorg.com - jobTitle: Software Engineer managementLevel: - Non-Manager fromDate: '2008-12-01T00:00:00.000Z' toDate: '2020-06-03T13:42:00.000Z' company: companyId: 347852239 companyName: Cable&Clark companyPhone: '' companyWebsite: www.cableandclark.com - jobTitle: Software Engineer managementLevel: - Non-Manager fromDate: '2015-01-01T00:00:00.000Z' toDate: '2018-07-25T20:58:00.000Z' company: companyId: 430025381 companyName: InterVenture Sourcing companyPhone: '' companyWebsite: www.interventure.info - jobTitle: Software Engineer managementLevel: - Non-Manager fromDate: '2015-01-01T00:00:00.000Z' toDate: '2015-01-01T00:00:00.000Z' company: companyId: 414970512 companyName: Global Pension Solutions companyPhone: +41 56 544 42 90 companyWebsite: www.global-pension.com managementLevel: - Manager company: division: '' id: 344589814 name: ZoomInfo descriptionList: - 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. - 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. - 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. ' - 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. ' - 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. ' phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St Suite 900 city: Vancouver state: Washington zipCode: '98660' country: United States logo: http://www.zoominfo.com/business/mktg/images/zi_logo.png sicCodes: - id: '73' name: Business Services - id: '737' name: Computer Programming, Data Processing, And Other Computer Related Services - id: '7375' name: Information Retrieval Services - id: '27' name: Printing, Publishing, And Allied Industries - id: '274' name: Miscellaneous Publishing - id: '2741' name: Miscellaneous Publishing - id: '731' name: Advertising - id: '7371' name: Computer Programming Services - id: '7372' name: Prepackaged Software - id: '738' name: Miscellaneous Business Services - id: '7389' name: Business Services, Not Elsewhere Classified - id: '89' name: Miscellaneous Services - id: '899' name: Miscellaneous Services - id: '8999' name: Services, Not Elsewhere Classified - id: '7374' name: Computer Processing and Data Preparation and Processing Services naicsCodes: - id: '541613' name: Marketing Consulting Services - id: '541511' name: Custom Computer Programming Services - id: '51919' name: All Other Information Services - id: '518210' name: Data Processing, Hosting, and Related Services - id: '54151' name: Computer Systems Design and Related Services - id: '5182' name: Data Processing, Hosting, and Related Services - id: '511' name: Publishing Industries (except Internet) - id: '51121' name: Software Publishers - id: '51821' name: Data Processing, Hosting, and Related Services - id: '517' name: Telecommunications - id: '5415' name: Computer Systems Design and Related Services - id: '518' name: Data Processing, Hosting, and Related Services - id: '51' name: Information - id: '5416' name: Management, Scientific, and Technical Consulting Services - id: '519' name: Other Information Services - id: '5418' name: Advertising, Public Relations, and Related Services - id: '54' name: Professional, Scientific, and Technical Services - id: '5112' name: Software Publishers - id: '511210' name: Software Publishers - id: '517110' name: '' - id: '5191' name: Other Information Services - id: '5171' name: '' - id: '54161' name: Management Consulting Services - id: '519130' name: Internet Publishing and Broadcasting and Web Search Portals - id: '541' name: Professional, Scientific, and Technical Services - id: '519190' name: All Other Information Services - id: '51711' name: '' - id: '51913' name: Internet Publishing and Broadcasting and Web Search Portals website: www.zoominfo.com revenue: $400 Million revenueNumeric: 400000000 employeeCount: 1500 type: PUBLIC ticker: 'NASDAQ: ZI' ranking: - Inc 5000 socialMediaUrls: - type: FACEBOOK url: http://www.facebook.com/ZoomInformation followerCount: '' - type: LINKED_IN url: http://www.linkedin.com/company/zoominfo?trk=tyah followerCount: '' - type: TWITTER url: http://twitter.com/zoominfo followerCount: '' primaryIndustry: - Software industries: - Data Collection & Internet Portals - Software - Media & Internet revenueRange: $250 mil. - $500 mil. employeeRange: 1,000 - 5,000 - input: emailaddress: john.doherty@zoominfo.com data: - id: 3458235736 firstName: John middleName: '' lastName: Doherty email: john.doherty@zoominfo.com hasCanadianEmail: 'false' phone: '' directPhoneDoNotCall: false street: 805 Broadway St Ste 900 city: Vancouver region: Washington metroArea: Portland zipCode: '98660' state: Washington country: United States personHasMoved: Uncertain withinEu: false withinCalifornia: false withinCanada: false lastUpdatedDate: '' noticeProvidedDate: 07/31/2020 salutation: '' suffix: '' jobTitle: Technical Principal & Writer jobFunction: [] education: [] hashedEmails: - 348710337ec50798259561548cde6d426244a715 - e8995e2c36b588f9099eb546eca3ccc8f27978c1ce8ee836557384db032a283e - f339bcf3ce0fc1f98717d0405837f567 - 4c1cbf89a79cc60aef777a58749049d51dad0c0a90e879bb53d4a8c7d28179df64c087b61d3dff926f3f3ff0a52bd5c443ef6cd56ed3b4acca8dadb832af3d7b - 57027ae238ce1a8d26625e1d540442d6 - 41d0e3b22ad12e4487226ce11463d726 - 9f92d78a2258fe84d94a1c49f32de01e3547fa9d1bf15a61b5bc7e185b9f15e637ea98880e352620158fe97912c7fc2a544e599e574344ef8dfcd6db914fa6a9 - cee7943034e988008accbf494a0167bf78f0d947 - 7b302d8a723a1b2c47ce640365a949b2 - 320b07639740189d42d79bab496104c50171c21a435fb2b5334c2b57ca42be3c - 454df870899fb3e0b27aff0608febc69115d119f761db709eacbd3649c777b3b - 6a04f1f36c4682376dc76b9f601798bf3667850d1da47fc20b00b723e512e420 - 6c3e8cca36142e8def3b71f551ab9fba4bfa3ccf - e793f19529f1c1b16b5321273fb90870c80c0a75ffa8fd8a3c39667c16ab6a191aba83ef7ea78d0116250f9b80d6bbe3460f233d791aafd32552706b28bfa8f8 - 6076ee5dbb6ea91accd7a442a5de37b52495040d - f7953356a1d981b88a8b916cb82b0a1b0db0eb636c36175e59f86b98af8af4d792e7bff3e4c9c6795f11753b40acb7638ec8417af47a15c2051022104f1d46f5 picture: http://storage.zoominfo.com/-1938817055 mobilePhoneDoNotCall: true externalUrls: - type: linkedin.com url: https://www.linkedin.com/in/john-doherty-12b0ab1 - type: linkedin.com url: https://www.linkedin.com/in/john-doherty-cds contactAccuracyScore: 92 isDefunct: false employmentHistory: - jobTitle: Senior Technical Writer managementLevel: - Non-Manager fromDate: '2018-01-01T00:00:00.000Z' toDate: '2019-12-01T00:00:00.000Z' company: companyId: 482064131 companyName: Digital.ai Software companyPhone: '' companyWebsite: digital.ai - jobTitle: Technical Principal & Writer managementLevel: - Non-Manager fromDate: '2002-01-01T05:00:00.000Z' toDate: '2017-01-01T00:00:00.000Z' company: companyId: 484059103 companyName: Dell Technologies companyPhone: '' companyWebsite: delltechnologies.com managementLevel: - Non-Manager company: division: '' id: 344589814 name: ZoomInfo descriptionList: - 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. - 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. - 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. ' - 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. ' - 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. ' phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St Suite 900 city: Vancouver state: Washington zipCode: '98660' country: United States logo: http://www.zoominfo.com/business/mktg/images/zi_logo.png sicCodes: - id: '73' name: Business Services - id: '737' name: Computer Programming, Data Processing, And Other Computer Related Services - id: '7375' name: Information Retrieval Services - id: '27' name: Printing, Publishing, And Allied Industries - id: '274' name: Miscellaneous Publishing - id: '2741' name: Miscellaneous Publishing - id: '731' name: Advertising - id: '7371' name: Computer Programming Services - id: '7372' name: Prepackaged Software - id: '738' name: Miscellaneous Business Services - id: '7389' name: Business Services, Not Elsewhere Classified - id: '89' name: Miscellaneous Services - id: '899' name: Miscellaneous Services - id: '8999' name: Services, Not Elsewhere Classified - id: '7374' name: Computer Processing and Data Preparation and Processing Services naicsCodes: - id: '541613' name: Marketing Consulting Services - id: '541511' name: Custom Computer Programming Services - id: '51919' name: All Other Information Services - id: '518210' name: Data Processing, Hosting, and Related Services - id: '54151' name: Computer Systems Design and Related Services - id: '5182' name: Data Processing, Hosting, and Related Services - id: '511' name: Publishing Industries (except Internet) - id: '51121' name: Software Publishers - id: '51821' name: Data Processing, Hosting, and Related Services - id: '517' name: Telecommunications - id: '5415' name: Computer Systems Design and Related Services - id: '518' name: Data Processing, Hosting, and Related Services - id: '51' name: Information - id: '5416' name: Management, Scientific, and Technical Consulting Services - id: '519' name: Other Information Services - id: '5418' name: Advertising, Public Relations, and Related Services - id: '54' name: Professional, Scientific, and Technical Services - id: '5112' name: Software Publishers - id: '511210' name: Software Publishers - id: '517110' name: '' - id: '5191' name: Other Information Services - id: '5171' name: '' - id: '54161' name: Management Consulting Services - id: '519130' name: Internet Publishing and Broadcasting and Web Search Portals - id: '541' name: Professional, Scientific, and Technical Services - id: '519190' name: All Other Information Services - id: '51711' name: '' - id: '51913' name: Internet Publishing and Broadcasting and Web Search Portals website: www.zoominfo.com revenue: $400 Million revenueNumeric: 400000000 employeeCount: 1500 type: PUBLIC ticker: 'NASDAQ: ZI' ranking: - Inc 5000 socialMediaUrls: - type: FACEBOOK url: http://www.facebook.com/ZoomInformation followerCount: '' - type: LINKED_IN url: http://www.linkedin.com/company/zoominfo?trk=tyah followerCount: '' - type: TWITTER url: http://twitter.com/zoominfo followerCount: '' primaryIndustry: - Software industries: - Data Collection & Internet Portals - Software - Media & Internet revenueRange: $250 mil. - $500 mil. employeeRange: 1,000 - 5,000 Result4: title: Result4 required: - input - data type: object properties: input: $ref: '#/components/schemas/Input4' data: type: array items: $ref: '#/components/schemas/Data9' description: '' example: [] examples: - input: emailaddress: henry.schuck@zoominfo.com data: - id: 1260398587 firstName: Henry middleName: L. lastName: Schuck email: henry.schuck@zoominfo.com hasCanadianEmail: 'false' phone: (360) 783-6816 directPhoneDoNotCall: false street: 805 Broadway Ste. 900 city: Vancouver region: Washington metroArea: Portland zipCode: '98660' state: Washington country: United States personHasMoved: Uncertain withinEu: false withinCalifornia: true withinCanada: false lastUpdatedDate: 1/5/2020 2:59 PM noticeProvidedDate: 06/27/2020 salutation: '' suffix: '' jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite education: - school: University of Nevada , Las Vegas educationDegree: degree: '' areaOfStudy: '' - school: Oxford University educationDegree: degree: comparative law areaOfStudy: '' - school: The Ohio State University Moritz College of Law educationDegree: degree: '' areaOfStudy: juris doctorate degree cum laude hashedEmails: - f58f6a9d081a378bccd8c8a067f5d757c1bcfe1114b17d1a0173c4f64f132a76 - 882301004d270daab518d5d4fc0ec9a3e790159c4802e04394c0e70d7d817a5df5d19ba86a495ea2b22c19911a4606c63af22b85326c5a477e5b845a9ffcc33d - 8dceb85dffad7d86c656fabd105d5781a1cdc66d3e5e0f1e723f04dc172c13e7839948f8253f382ecb91b5a3892aa4c8cec671061a24b18ef4cd3fc08a89d0bc - f68bd1de672a4c37fdc87d88b4d543c2634ed129e5c73f69ca74c5dd21bc0fd6 - eed1872f83bf7d777eef83d459e14dc97cc8bbe4c391665d02130d1a02b9c6bae8fde805e5556bc9345e01da360856c36c08d3fde3c6564ce9eda330c11307cb - b187e4ed0351e0988c5e7efb63c73d8fba14252ede5b29c4b111445ed60a205e566feaa37eb2a5da512f93d8c34bab8add0ebec823ee2a9ba718e709ae5bb999 - 8eb26ee14126e66bbf71cfc7da77803ab2079298c4f63075b4a9329605d0844c3b9d989ae4e9486f12701bad2b40cf45c8b461b751a3b37e97b18bd07cddf950 - 695d19bdc9be7f8e742c5f8d21d20832 - 29d9667b9865bd4c0ade732d87491588 - 0277d9b958853b227aae74c49fb3f47ed1a4f7a0 - 8f74df87a34f9eace4f392081fdf1701ecdd0a82 - 0cf4aef9be54921f056cfbd01aa21aaa - c9415971b7ed54e1ef2ba9b76d7517d8 - 3255f0cea9d54f85c3ffe066798f68c8d9ff5131 - c2a09501b2e2d8542c90a9014a3e035be5d5412b - 73874aff0dc933c6b08f9ecfdcd281ae5f2b2ef4 - b29c16b0355cdf202e47561cc82b2ce10325c7c9fbf35fc8c8d2ac97e1a15751 - 0b3c1656c901009da30bd69f431f901d17aea3b5 - 219df7fce416087db95f41b22a3e99de - 74a841493b2be80de6b0523e3e51388ee702162b98bf0a1b761dc20a67c24bf9dd7c1c1edb43ec378754489dcb2c8b94fe8652c4f8aad2294758f1e37738093c - 11862b70dc429e354ecb9e8c3f94baa980cd848a4e65b0607f098c2c4784e1e9 - f96d816c6506277d8917284d6ae01c086d6bb738 - e2107f85303216debfc490c1128ad0026bc66cba - 42f9c1101b858d906f1e9249377705cc - 2d707a32b6c36d7860df4ded85a3675da59487bd - 70c0572ab995de4b75a50d4f3b9527b2f23ee3729d8dee19454732bb5974b96ce3b46c126ef9da3072e0db19331b713551c8f51af7d06d7456b006e6b6c6786f - cb428444a92caccbf74196a56ce2ce47bedb7c810165a3f5670e0142b9e20488 - fb8f9342f5555bac4b5576e18203dee9649eb6cac775a60444a08912d57ecfaf - 02d590f02c638a0f0a14330f8ed41ac3f29be73f3cc61510cffd5010f4076a56 - 077edc0b42f5b3a2ebced95cb466d7540eb13f84 - 35fae950b9267686ad59bf5540f05fe32614b05f7ce111c88215d397c4ccca80 - 072d54d1cd80722271757be3ad70e2fa80a4f7a9ddcfa4986bdacfaf44090d01 - f9cec62f4b2805124098741a9ff318cfc7601014799360d909d6160941a6700d4ec1dcfbfcfd445a8fd5549670bebefd0169ab53d5332296af6c70a55e22848a - 4d49f8386d59b45ddda50a5ef5430120 - 81863a5a64ae6c4df9eab6200808260ffd99324308dcdb234cb95fe2f01868fd - 3b4031ad2889aba895b3f7a0132f254c - adb40c784326c0581284f4c8301bbeb0b217bab6a09eb811f8eee4fce2ea431b3cf01da7192c0af813ce7df177fc634770b4557c74301d41c412ee7dc890b9bf - 20b54d86e974f4dfeb4383ed2c748e2d79ac7d28 - 258ba4f8558fbea656732b28211c9df8 - b389c6b4c6d1ab9c45a41f2ac41d7a2367b980866587f0d8afc8d07e87bf7dbee8638f4194e24674aa56a225bc9db668a6febd13fe0b975cc330dfb7c54df4f2 - 36c30998984a06a5eb56f5322ff8a284d144d159365b93423cc08223081965d606e6af6dddd30b7fd09bc627f9dcecd3ea85c036c3ba485ed31e07d2bd7ca65b - 5233cc7bd91cb8234b136cd44db83d94 - 6a17da18c38ef9b4d42cefdaf7db0a03 - 2154155b799c35d2d58ad920146b2477635884f5af0839bc6ebbdb99216b7415 picture: https://www.zoominfo.com/ge-assets/images/leadership/henry_schuck.png mobilePhoneDoNotCall: true externalUrls: - type: linkedin.com url: https://www.linkedin.com/in/hschuck - type: twitter.com url: https://www.twitter.com/henrylschuck - type: salesforce.com url: https://www.salesforce.com/00361000005FuKPAA0 contactAccuracyScore: 96 isDefunct: false employmentHistory: - jobTitle: Vice President of Data and Marketing managementLevel: - VP-Level fromDate: '2002-01-02T00:00:00.000Z' toDate: '2006-01-02T00:00:00.000Z' company: companyId: 0 companyName: iProfile companyPhone: '' companyWebsite: '' managementLevel: - C-Level company: division: '' id: 344589814 name: ZoomInfo descriptionList: - 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. - 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. - 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. ' - 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. ' - 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. ' phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St Suite 900 city: Vancouver state: Washington zipCode: '98660' country: United States logo: http://www.zoominfo.com/business/mktg/images/zi_logo.png sicCodes: - id: '73' name: Business Services - id: '737' name: Computer Programming, Data Processing, And Other Computer Related Services - id: '7375' name: Information Retrieval Services - id: '27' name: Printing, Publishing, And Allied Industries - id: '274' name: Miscellaneous Publishing - id: '2741' name: Miscellaneous Publishing - id: '731' name: Advertising - id: '7371' name: Computer Programming Services - id: '7372' name: Prepackaged Software - id: '738' name: Miscellaneous Business Services - id: '7389' name: Business Services, Not Elsewhere Classified - id: '89' name: Miscellaneous Services - id: '899' name: Miscellaneous Services - id: '8999' name: Services, Not Elsewhere Classified - id: '7374' name: Computer Processing and Data Preparation and Processing Services naicsCodes: - id: '541613' name: Marketing Consulting Services - id: '541511' name: Custom Computer Programming Services - id: '51919' name: All Other Information Services - id: '518210' name: Data Processing, Hosting, and Related Services - id: '54151' name: Computer Systems Design and Related Services - id: '5182' name: Data Processing, Hosting, and Related Services - id: '511' name: Publishing Industries (except Internet) - id: '51121' name: Software Publishers - id: '51821' name: Data Processing, Hosting, and Related Services - id: '517' name: Telecommunications - id: '5415' name: Computer Systems Design and Related Services - id: '518' name: Data Processing, Hosting, and Related Services - id: '51' name: Information - id: '5416' name: Management, Scientific, and Technical Consulting Services - id: '519' name: Other Information Services - id: '5418' name: Advertising, Public Relations, and Related Services - id: '54' name: Professional, Scientific, and Technical Services - id: '5112' name: Software Publishers - id: '511210' name: Software Publishers - id: '517110' name: '' - id: '5191' name: Other Information Services - id: '5171' name: '' - id: '54161' name: Management Consulting Services - id: '519130' name: Internet Publishing and Broadcasting and Web Search Portals - id: '541' name: Professional, Scientific, and Technical Services - id: '519190' name: All Other Information Services - id: '51711' name: '' - id: '51913' name: Internet Publishing and Broadcasting and Web Search Portals website: www.zoominfo.com revenue: $400 Million revenueNumeric: 400000000 employeeCount: 1500 type: PUBLIC ticker: 'NASDAQ: ZI' ranking: - Inc 5000 socialMediaUrls: - type: FACEBOOK url: http://www.facebook.com/ZoomInformation followerCount: '' - type: LINKED_IN url: http://www.linkedin.com/company/zoominfo?trk=tyah followerCount: '' - type: TWITTER url: http://twitter.com/zoominfo followerCount: '' primaryIndustry: - Software industries: - Data Collection & Internet Portals - Software - Media & Internet revenueRange: $250 mil. - $500 mil. employeeRange: 1,000 - 5,000 Input4: title: Input4 required: - emailaddress type: object properties: emailaddress: type: string example: jsmith@example.com examples: - emailaddress: henry.schuck@zoominfo.com Data9: title: Data9 required: - id - firstName - middleName - lastName - email - hasCanadianEmail - phone - directPhoneDoNotCall - street - city - region - metroArea - zipCode - state - country - personHasMoved - withinEu - withinCalifornia - withinCanada - lastUpdatedDate - noticeProvidedDate - salutation - suffix - jobTitle - jobFunction - education - hashedEmails - picture - mobilePhoneDoNotCall - externalUrls - contactAccuracyScore - isDefunct - employmentHistory - managementLevel - company type: object properties: id: type: integer contentEncoding: int32 example: 500123 firstName: type: string example: Acme Corporation middleName: type: string example: Acme Corporation lastName: type: string example: Acme Corporation email: type: string example: jsmith@example.com hasCanadianEmail: type: string example: jsmith@example.com phone: type: string example: +1-555-555-1234 directPhoneDoNotCall: type: boolean example: true street: type: string example: example_value city: type: string example: San Francisco region: type: string example: example_value metroArea: type: string example: example_value zipCode: type: string example: '94105' state: type: string example: CA country: type: string example: US personHasMoved: type: string example: example_value withinEu: type: boolean example: true withinCalifornia: type: boolean example: true withinCanada: type: boolean example: true lastUpdatedDate: type: string example: '2025-03-15T14:30:00Z' noticeProvidedDate: type: string example: '2025-03-15T14:30:00Z' salutation: type: string example: example_value suffix: type: string example: example_value jobTitle: type: string example: Vice President of Sales jobFunction: type: array items: oneOf: - allOf: - $ref: '#/components/schemas/JobFunction3' - examples: - name: Executive department: C-Suite - type: string description: '' example: [] education: type: array items: oneOf: - allOf: - $ref: '#/components/schemas/Education21' - examples: - school: University of Nevada , Las Vegas educationDegree: degree: '' areaOfStudy: '' - type: string description: '' example: [] hashedEmails: type: array items: type: string description: '' example: user@example.com picture: type: string example: example_value mobilePhoneDoNotCall: type: boolean example: true externalUrls: type: array items: $ref: '#/components/schemas/ExternalUrl' description: '' example: https://www.example.com contactAccuracyScore: type: integer contentEncoding: int32 example: 85 isDefunct: type: boolean example: true employmentHistory: type: array items: $ref: '#/components/schemas/EmploymentHistory' description: '' example: [] managementLevel: type: array items: type: string description: '' example: [] company: $ref: '#/components/schemas/Company12' examples: - id: 1260398587 firstName: Henry middleName: L. lastName: Schuck email: henry.schuck@zoominfo.com hasCanadianEmail: 'false' phone: (360) 783-6816 directPhoneDoNotCall: false street: 805 Broadway Ste. 900 city: Vancouver region: Washington metroArea: Portland zipCode: '98660' state: Washington country: United States personHasMoved: Uncertain withinEu: false withinCalifornia: true withinCanada: false lastUpdatedDate: 1/5/2020 2:59 PM noticeProvidedDate: 06/27/2020 salutation: '' suffix: '' jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite education: - school: University of Nevada , Las Vegas educationDegree: degree: '' areaOfStudy: '' - school: Oxford University educationDegree: degree: comparative law areaOfStudy: '' - school: The Ohio State University Moritz College of Law educationDegree: degree: '' areaOfStudy: juris doctorate degree cum laude hashedEmails: - f58f6a9d081a378bccd8c8a067f5d757c1bcfe1114b17d1a0173c4f64f132a76 - 882301004d270daab518d5d4fc0ec9a3e790159c4802e04394c0e70d7d817a5df5d19ba86a495ea2b22c19911a4606c63af22b85326c5a477e5b845a9ffcc33d - 8dceb85dffad7d86c656fabd105d5781a1cdc66d3e5e0f1e723f04dc172c13e7839948f8253f382ecb91b5a3892aa4c8cec671061a24b18ef4cd3fc08a89d0bc - f68bd1de672a4c37fdc87d88b4d543c2634ed129e5c73f69ca74c5dd21bc0fd6 - eed1872f83bf7d777eef83d459e14dc97cc8bbe4c391665d02130d1a02b9c6bae8fde805e5556bc9345e01da360856c36c08d3fde3c6564ce9eda330c11307cb - b187e4ed0351e0988c5e7efb63c73d8fba14252ede5b29c4b111445ed60a205e566feaa37eb2a5da512f93d8c34bab8add0ebec823ee2a9ba718e709ae5bb999 - 8eb26ee14126e66bbf71cfc7da77803ab2079298c4f63075b4a9329605d0844c3b9d989ae4e9486f12701bad2b40cf45c8b461b751a3b37e97b18bd07cddf950 - 695d19bdc9be7f8e742c5f8d21d20832 - 29d9667b9865bd4c0ade732d87491588 - 0277d9b958853b227aae74c49fb3f47ed1a4f7a0 - 8f74df87a34f9eace4f392081fdf1701ecdd0a82 - 0cf4aef9be54921f056cfbd01aa21aaa - c9415971b7ed54e1ef2ba9b76d7517d8 - 3255f0cea9d54f85c3ffe066798f68c8d9ff5131 - c2a09501b2e2d8542c90a9014a3e035be5d5412b - 73874aff0dc933c6b08f9ecfdcd281ae5f2b2ef4 - b29c16b0355cdf202e47561cc82b2ce10325c7c9fbf35fc8c8d2ac97e1a15751 - 0b3c1656c901009da30bd69f431f901d17aea3b5 - 219df7fce416087db95f41b22a3e99de - 74a841493b2be80de6b0523e3e51388ee702162b98bf0a1b761dc20a67c24bf9dd7c1c1edb43ec378754489dcb2c8b94fe8652c4f8aad2294758f1e37738093c - 11862b70dc429e354ecb9e8c3f94baa980cd848a4e65b0607f098c2c4784e1e9 - f96d816c6506277d8917284d6ae01c086d6bb738 - e2107f85303216debfc490c1128ad0026bc66cba - 42f9c1101b858d906f1e9249377705cc - 2d707a32b6c36d7860df4ded85a3675da59487bd - 70c0572ab995de4b75a50d4f3b9527b2f23ee3729d8dee19454732bb5974b96ce3b46c126ef9da3072e0db19331b713551c8f51af7d06d7456b006e6b6c6786f - cb428444a92caccbf74196a56ce2ce47bedb7c810165a3f5670e0142b9e20488 - fb8f9342f5555bac4b5576e18203dee9649eb6cac775a60444a08912d57ecfaf - 02d590f02c638a0f0a14330f8ed41ac3f29be73f3cc61510cffd5010f4076a56 - 077edc0b42f5b3a2ebced95cb466d7540eb13f84 - 35fae950b9267686ad59bf5540f05fe32614b05f7ce111c88215d397c4ccca80 - 072d54d1cd80722271757be3ad70e2fa80a4f7a9ddcfa4986bdacfaf44090d01 - f9cec62f4b2805124098741a9ff318cfc7601014799360d909d6160941a6700d4ec1dcfbfcfd445a8fd5549670bebefd0169ab53d5332296af6c70a55e22848a - 4d49f8386d59b45ddda50a5ef5430120 - 81863a5a64ae6c4df9eab6200808260ffd99324308dcdb234cb95fe2f01868fd - 3b4031ad2889aba895b3f7a0132f254c - adb40c784326c0581284f4c8301bbeb0b217bab6a09eb811f8eee4fce2ea431b3cf01da7192c0af813ce7df177fc634770b4557c74301d41c412ee7dc890b9bf - 20b54d86e974f4dfeb4383ed2c748e2d79ac7d28 - 258ba4f8558fbea656732b28211c9df8 - b389c6b4c6d1ab9c45a41f2ac41d7a2367b980866587f0d8afc8d07e87bf7dbee8638f4194e24674aa56a225bc9db668a6febd13fe0b975cc330dfb7c54df4f2 - 36c30998984a06a5eb56f5322ff8a284d144d159365b93423cc08223081965d606e6af6dddd30b7fd09bc627f9dcecd3ea85c036c3ba485ed31e07d2bd7ca65b - 5233cc7bd91cb8234b136cd44db83d94 - 6a17da18c38ef9b4d42cefdaf7db0a03 - 2154155b799c35d2d58ad920146b2477635884f5af0839bc6ebbdb99216b7415 picture: https://www.zoominfo.com/ge-assets/images/leadership/henry_schuck.png mobilePhoneDoNotCall: true externalUrls: - type: linkedin.com url: https://www.linkedin.com/in/hschuck - type: twitter.com url: https://www.twitter.com/henrylschuck - type: salesforce.com url: https://www.salesforce.com/00361000005FuKPAA0 contactAccuracyScore: 96 isDefunct: false employmentHistory: - jobTitle: Vice President of Data and Marketing managementLevel: - VP-Level fromDate: '2002-01-02T00:00:00.000Z' toDate: '2006-01-02T00:00:00.000Z' company: companyId: 0 companyName: iProfile companyPhone: '' companyWebsite: '' managementLevel: - C-Level company: division: '' id: 344589814 name: ZoomInfo descriptionList: - 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. - 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. - 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. ' - 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. ' - 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. ' phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St Suite 900 city: Vancouver state: Washington zipCode: '98660' country: United States logo: http://www.zoominfo.com/business/mktg/images/zi_logo.png sicCodes: - id: '73' name: Business Services - id: '737' name: Computer Programming, Data Processing, And Other Computer Related Services - id: '7375' name: Information Retrieval Services - id: '27' name: Printing, Publishing, And Allied Industries - id: '274' name: Miscellaneous Publishing - id: '2741' name: Miscellaneous Publishing - id: '731' name: Advertising - id: '7371' name: Computer Programming Services - id: '7372' name: Prepackaged Software - id: '738' name: Miscellaneous Business Services - id: '7389' name: Business Services, Not Elsewhere Classified - id: '89' name: Miscellaneous Services - id: '899' name: Miscellaneous Services - id: '8999' name: Services, Not Elsewhere Classified - id: '7374' name: Computer Processing and Data Preparation and Processing Services naicsCodes: - id: '541613' name: Marketing Consulting Services - id: '541511' name: Custom Computer Programming Services - id: '51919' name: All Other Information Services - id: '518210' name: Data Processing, Hosting, and Related Services - id: '54151' name: Computer Systems Design and Related Services - id: '5182' name: Data Processing, Hosting, and Related Services - id: '511' name: Publishing Industries (except Internet) - id: '51121' name: Software Publishers - id: '51821' name: Data Processing, Hosting, and Related Services - id: '517' name: Telecommunications - id: '5415' name: Computer Systems Design and Related Services - id: '518' name: Data Processing, Hosting, and Related Services - id: '51' name: Information - id: '5416' name: Management, Scientific, and Technical Consulting Services - id: '519' name: Other Information Services - id: '5418' name: Advertising, Public Relations, and Related Services - id: '54' name: Professional, Scientific, and Technical Services - id: '5112' name: Software Publishers - id: '511210' name: Software Publishers - id: '517110' name: '' - id: '5191' name: Other Information Services - id: '5171' name: '' - id: '54161' name: Management Consulting Services - id: '519130' name: Internet Publishing and Broadcasting and Web Search Portals - id: '541' name: Professional, Scientific, and Technical Services - id: '519190' name: All Other Information Services - id: '51711' name: '' - id: '51913' name: Internet Publishing and Broadcasting and Web Search Portals website: www.zoominfo.com revenue: $400 Million revenueNumeric: 400000000 employeeCount: 1500 type: PUBLIC ticker: 'NASDAQ: ZI' ranking: - Inc 5000 socialMediaUrls: - type: FACEBOOK url: http://www.facebook.com/ZoomInformation followerCount: '' - type: LINKED_IN url: http://www.linkedin.com/company/zoominfo?trk=tyah followerCount: '' - type: TWITTER url: http://twitter.com/zoominfo followerCount: '' primaryIndustry: - Software industries: - Data Collection & Internet Portals - Software - Media & Internet revenueRange: $250 mil. - $500 mil. employeeRange: 1,000 - 5,000 Enrichcontactsusingrequiredfields: title: Enrichcontactsusingrequiredfields required: - success - data type: object properties: success: type: boolean example: true data: $ref: '#/components/schemas/Data10' examples: - success: true data: outputFields: - - id - firstname - middlename - lastname - email - hascanadianemail - phone - street - city - region - companyId result: - input: personid: 1260398587 data: - id: 1260398587 firstName: Henry middleName: L. lastName: Schuck email: henry.schuck@zoominfo.com hasCanadianEmail: 'false' phone: (360) 783-6816 street: 805 Broadway Ste. 900 city: Vancouver region: Washington company: id: 344589814 requiredFields: - phone - email Data10: title: Data10 required: - outputFields - result - requiredFields type: object properties: outputFields: type: array items: type: array items: type: string example: [] result: type: array items: $ref: '#/components/schemas/Result5' description: '' example: [] requiredFields: type: array items: type: string description: '' example: [] examples: - outputFields: - - id - firstname - middlename - lastname - email - hascanadianemail - phone - street - city - region - companyId result: - input: personid: 1260398587 data: - id: 1260398587 firstName: Henry middleName: L. lastName: Schuck email: henry.schuck@zoominfo.com hasCanadianEmail: 'false' phone: (360) 783-6816 street: 805 Broadway Ste. 900 city: Vancouver region: Washington company: id: 344589814 requiredFields: - phone - email Result5: title: Result5 required: - input - data type: object properties: input: $ref: '#/components/schemas/Input3' data: type: array items: $ref: '#/components/schemas/Data11' description: '' example: [] examples: - input: personid: 1260398587 data: - id: 1260398587 firstName: Henry middleName: L. lastName: Schuck email: henry.schuck@zoominfo.com hasCanadianEmail: 'false' phone: (360) 783-6816 street: 805 Broadway Ste. 900 city: Vancouver region: Washington company: id: 344589814 Data11: title: Data11 required: - id - firstName - middleName - lastName - email - hasCanadianEmail - phone - street - city - region - company type: object properties: id: type: integer contentEncoding: int32 example: 500123 firstName: type: string example: Acme Corporation middleName: type: string example: Acme Corporation lastName: type: string example: Acme Corporation email: type: string example: jsmith@example.com hasCanadianEmail: type: string example: jsmith@example.com phone: type: string example: +1-555-555-1234 street: type: string example: example_value city: type: string example: San Francisco region: type: string example: example_value company: $ref: '#/components/schemas/Company18' examples: - id: 1260398587 firstName: Henry middleName: L. lastName: Schuck email: henry.schuck@zoominfo.com hasCanadianEmail: 'false' phone: (360) 783-6816 street: 805 Broadway Ste. 900 city: Vancouver region: Washington company: id: 344589814 Company18: title: Company18 required: - id type: object properties: id: type: integer contentEncoding: int32 example: 500123 examples: - id: 344589814 ContactEnrichInput: title: ContactEnrichInput required: - fieldName - fieldType - description type: object properties: fieldName: type: string example: Acme Corporation fieldType: type: string example: standard description: type: string example: Enterprise software company examples: - fieldName: personId fieldType: Long description: Unique ZoomInfo identifier for the contact ContactEnrichOutput: title: ContactEnrichOutput required: - fieldName - description - accessGranted type: object properties: fieldName: type: string example: Acme Corporation description: type: string example: Enterprise software company accessGranted: type: string example: example_value examples: - fieldName: id description: Unique ZoomInfo identifier for the contact accessGranted: 'true' CompanyEnrichRequest: title: CompanyEnrichRequest required: - matchCompanyInput - outputFields type: object properties: matchCompanyInput: type: array items: $ref: '#/components/schemas/MatchCompanyInput' description: '' example: [] outputFields: type: array items: type: string description: '' example: [] examples: - matchCompanyInput: - companyId: 344589814 outputFields: - id - ticker - name - website - domainList MatchCompanyInput: title: MatchCompanyInput required: - companyId type: object properties: companyId: type: integer contentEncoding: int32 example: 500123 examples: - companyId: 344589814 EnrichcompanybyID: title: EnrichcompanybyID required: - success - data type: object properties: success: type: boolean example: true data: $ref: '#/components/schemas/Data12' Data12: title: Data12 required: - outputFields - result type: object properties: outputFields: type: array items: type: array items: type: string example: [] result: type: array items: $ref: '#/components/schemas/Result6' description: '' example: [] Result6: title: Result6 required: - input - data type: object properties: input: $ref: '#/components/schemas/Input6' data: type: array items: $ref: '#/components/schemas/Data13' description: '' example: [] Input6: title: Input6 required: - companyid type: object properties: companyid: type: integer contentEncoding: int32 example: 500123 examples: - companyid: 344589814 Data13: title: Data13 required: - id - ticker - name - website - domainList - logo - socialMediaUrls - revenue - employeeCount - numberOfContactsInZoomInfo - phone - fax - street - city - state - zipCode - country - continent - companyStatus - companyStatusDate - descriptionList - sicCodes - naicsCodes - competitors - ultimateParentId - ultimateParentName - ultimateParentRevenue - ultimateParentEmployees - subUnitCodes - subUnitType - subUnitIndustries - primaryIndustry - industries - parentId - parentName - locationCount - alexaRank - metroArea - lastUpdatedDate - createdDate - certificationDate - certified - hashtags - products - techAttributes - revenueRange - employeeRange - companyFunding - recentFundingAmount - recentFundingDate - totalFundingAmount - employeeGrowth type: object properties: id: type: integer contentEncoding: int32 example: 500123 ticker: type: string example: example_value name: type: string example: Acme Corporation website: type: string example: example_value domainList: type: array items: type: string description: '' example: [] logo: type: string example: example_value socialMediaUrls: type: array items: $ref: '#/components/schemas/SocialMediaUrl' description: '' example: https://www.example.com revenue: type: integer contentEncoding: int32 example: 100 employeeCount: type: integer contentEncoding: int32 example: 250 numberOfContactsInZoomInfo: type: integer contentEncoding: int32 example: 100 phone: type: string example: +1-555-555-1234 fax: type: string example: example_value street: type: string example: example_value city: type: string example: San Francisco state: type: string example: CA zipCode: type: string example: '94105' country: type: string example: US continent: type: string example: example_value companyStatus: type: string example: active companyStatusDate: type: string example: active descriptionList: type: array items: $ref: '#/components/schemas/DescriptionList' description: '' example: [] sicCodes: type: array items: $ref: '#/components/schemas/SicCode' description: '' example: [] naicsCodes: type: array items: $ref: '#/components/schemas/NaicsCode' description: '' example: [] competitors: type: array items: $ref: '#/components/schemas/Competitor' description: '' example: [] ultimateParentId: type: integer contentEncoding: int32 example: 500123 ultimateParentName: type: string example: Acme Corporation ultimateParentRevenue: type: integer contentEncoding: int32 example: 100 ultimateParentEmployees: type: integer contentEncoding: int32 example: 100 subUnitCodes: type: array items: type: string description: '' example: [] subUnitType: type: string example: standard subUnitIndustries: type: array items: type: string description: '' example: [] primaryIndustry: type: array items: type: string description: '' example: [] industries: type: array items: type: string description: '' example: [] parentId: type: integer contentEncoding: int32 example: 500123 parentName: type: string example: Acme Corporation locationCount: type: integer contentEncoding: int32 example: 250 alexaRank: type: string example: example_value metroArea: type: string example: example_value lastUpdatedDate: type: string example: '2025-03-15T14:30:00Z' createdDate: type: string example: '2025-03-15T14:30:00Z' certificationDate: type: string example: '2025-03-15T14:30:00Z' certified: type: boolean example: true hashtags: type: array items: $ref: '#/components/schemas/Hashtag' description: '' example: [] products: type: array items: type: string description: '' example: [] techAttributes: type: array items: $ref: '#/components/schemas/TechAttribute' description: '' example: [] revenueRange: type: string example: example_value employeeRange: type: string example: example_value companyFunding: type: array items: $ref: '#/components/schemas/CompanyFunding' description: '' example: [] recentFundingAmount: type: integer contentEncoding: int32 example: 100 recentFundingDate: type: string example: '2025-03-15T14:30:00Z' totalFundingAmount: type: integer contentEncoding: int32 example: 100 employeeGrowth: $ref: '#/components/schemas/EmployeeGrowth' Competitor: title: Competitor required: - rank - id - name - website - employeeCount type: object properties: rank: type: integer contentEncoding: int32 example: 100 id: type: integer contentEncoding: int32 example: 500123 name: type: string example: Acme Corporation website: type: string example: example_value employeeCount: type: integer contentEncoding: int32 example: 250 examples: - rank: 1 id: 346572700 name: DiscoverOrg LLC website: www.discoverorg.com employeeCount: 866 Hashtag: title: Hashtag required: - tag - external_id - searchString - displayLabel - description - group - score - priority - parentCategory - displayScore - inverseScoreBase - scoreMultipler - scoreUnit - hidden - label - categorizedFlag type: object properties: tag: type: string example: example_value external_id: type: - string - 'null' example: '500123' searchString: type: string example: example_value displayLabel: type: string example: example_value description: type: string example: Enterprise software company group: type: string example: example_value score: type: - string - 'null' example: example_value priority: oneOf: - type: - string - 'null' - type: integer contentEncoding: int32 - {} example: example_value parentCategory: type: string example: example_value displayScore: type: string example: example_value inverseScoreBase: oneOf: - type: - string - 'null' - type: integer contentEncoding: int32 - {} example: example_value scoreMultipler: type: - string - 'null' example: example_value scoreUnit: type: string example: example_value hidden: type: boolean example: true label: type: string example: example_value categorizedFlag: type: boolean example: true TechAttribute: title: TechAttribute required: - tag - categoryParent - category - vendor - product - attribute - website - logo - domain - createdTime - modifiedTime - description type: object properties: tag: type: string example: example_value categoryParent: type: string example: example_value category: type: string example: example_value vendor: type: string example: example_value product: type: string example: example_value attribute: type: string example: example_value website: type: string example: example_value logo: type: - string - 'null' example: example_value domain: type: - string - 'null' example: example_value createdTime: type: string example: '2025-03-15T14:30:00Z' modifiedTime: type: string example: '2025-03-15T14:30:00Z' description: type: string example: Enterprise software company examples: - tag: '25420' categoryParent: IT Infrastructure category: Infrastructures as a Service vendor: Google LLC product: Google Compute Engine attribute: 334.194.1 website: https://cloud.google.com/compute/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cloud.google.com domain: cloud.google.com createdTime: '2016-08-11T14:14:27.000Z' modifiedTime: '2018-10-10T06:45:20.000Z' description: Google Compute Engine is the Infrastructure as a service component of google cloud platform which is built on the global infrastructure that runs googles search engine, gmail, youtube and other services. It offers high performance virtual machines, customer-friendly pricing, fast networking, and carbon-neutral impact. CompanyFunding: title: CompanyFunding required: - date - type - amount type: object properties: date: type: string example: '2025-03-15T14:30:00Z' type: type: string example: standard amount: type: integer contentEncoding: int32 example: 100 examples: - date: '2020-06-04T07:00:00.000Z' type: Stock Issuance/Offering amount: 935000 EmployeeGrowth: title: EmployeeGrowth required: - oneYearGrowthRate - twoYearGrowthRate - employeeGrowthDataPoints type: object properties: oneYearGrowthRate: type: string example: example_value twoYearGrowthRate: type: string example: example_value employeeGrowthDataPoints: type: array items: $ref: '#/components/schemas/EmployeeGrowthDataPoint' description: '' example: [] examples: - oneYearGrowthRate: '52.9' twoYearGrowthRate: '333.3' employeeGrowthDataPoints: - label: '''18 - Q1' employeeCount: 300 - label: '''18 - Q2' employeeCount: 325 - label: '''18 - Q3' employeeCount: 350 - label: '''18 - Q4' employeeCount: 400 - label: '''19 - Q1' employeeCount: 850 - label: '''19 - Q2' employeeCount: 925 - label: '''19 - Q3' employeeCount: 1000 - label: '''19 - Q4' employeeCount: 1100 - label: '''20 - Q1' employeeCount: 1300 EmployeeGrowthDataPoint: title: EmployeeGrowthDataPoint required: - label - employeeCount type: object properties: label: type: string example: example_value employeeCount: type: integer contentEncoding: int32 example: 250 examples: - label: '''18 - Q1' employeeCount: 300 Enrichcompanybylocation: title: Enrichcompanybylocation required: - success - data type: object properties: success: type: boolean example: true data: $ref: '#/components/schemas/Data14' examples: - success: true data: outputFields: - - id - name - locationmatch - website - state - city result: - input: companycity: waltham companyname: zoominfo companystate: ma companystreet: 170 data companywebsite: zoominfo.com data: - id: 344589814 name: ZoomInfo locationMatch: companyId: 476310572 address: street: 170 Data Dr. city: Waltham state: Massachusetts country: United States zipCode: '02451' addressStatus: CURRENT website: www.zoominfo.com state: Washington city: Vancouver Data14: title: Data14 required: - outputFields - result type: object properties: outputFields: type: array items: type: array items: type: string example: [] result: type: array items: $ref: '#/components/schemas/Result7' description: '' example: [] examples: - outputFields: - - id - name - locationmatch - website - state - city result: - input: companycity: waltham companyname: zoominfo companystate: ma companystreet: 170 data companywebsite: zoominfo.com data: - id: 344589814 name: ZoomInfo locationMatch: companyId: 476310572 address: street: 170 Data Dr. city: Waltham state: Massachusetts country: United States zipCode: '02451' addressStatus: CURRENT website: www.zoominfo.com state: Washington city: Vancouver Result7: title: Result7 required: - input - data type: object properties: input: $ref: '#/components/schemas/Input7' data: type: array items: $ref: '#/components/schemas/Data15' description: '' example: [] examples: - input: companycity: waltham companyname: zoominfo companystate: ma companystreet: 170 data companywebsite: zoominfo.com data: - id: 344589814 name: ZoomInfo locationMatch: companyId: 476310572 address: street: 170 Data Dr. city: Waltham state: Massachusetts country: United States zipCode: '02451' addressStatus: CURRENT website: www.zoominfo.com state: Washington city: Vancouver Input7: title: Input7 required: - companycity - companyname - companystate - companystreet - companywebsite type: object properties: companycity: type: string example: San Francisco companyname: type: string example: Acme Corporation companystate: type: string example: CA companystreet: type: string example: example_value companywebsite: type: string example: example_value examples: - companycity: waltham companyname: zoominfo companystate: ma companystreet: 170 data companywebsite: zoominfo.com Data15: title: Data15 required: - id - name - locationMatch - website - state - city type: object properties: id: type: integer contentEncoding: int32 example: 500123 name: type: string example: Acme Corporation locationMatch: $ref: '#/components/schemas/LocationMatch' website: type: string example: example_value state: type: string example: CA city: type: string example: San Francisco examples: - id: 344589814 name: ZoomInfo locationMatch: companyId: 476310572 address: street: 170 Data Dr. city: Waltham state: Massachusetts country: United States zipCode: '02451' addressStatus: CURRENT website: www.zoominfo.com state: Washington city: Vancouver LocationMatch: title: LocationMatch required: - companyId - address - addressStatus type: object properties: companyId: type: integer contentEncoding: int32 example: 500123 address: $ref: '#/components/schemas/Address' addressStatus: type: string example: 123 Main Street examples: - companyId: 476310572 address: street: 170 Data Dr. city: Waltham state: Massachusetts country: United States zipCode: '02451' addressStatus: CURRENT Address: title: Address required: - street - city - state - country - zipCode type: object properties: street: type: string example: example_value city: type: string example: San Francisco state: type: string example: CA country: type: string example: US zipCode: type: string example: '94105' examples: - street: 170 Data Dr. city: Waltham state: Massachusetts country: United States zipCode: '02451' Enrichcompaniesbyname: title: Enrichcompaniesbyname required: - success - data type: object properties: success: type: boolean example: true data: $ref: '#/components/schemas/Data16' examples: - success: true data: outputFields: - - id - ticker - name - website - domainlist - logo - socialmediaurls - revenue - employeecount - numberofcontactsinzoominfo - phone - fax - street - city - state - zipcode - country - continent - companystatus - companystatusdate - employeegrowth - type result: - input: companyname: zoominfo data: - id: 344589814 ticker: 'NASDAQ: ZI' name: ZoomInfo website: www.zoominfo.com domainList: - www.zoominfo.com - zoominfo.com - about.zoominfo.com - blog.zoominfo.com - bw.zoominfo.com - cache.zoominfo.com - contacts.zoominfo.com - developer.zoominfo.com - email.zoominfo.com - events.zoominfo.com - followthelead.zoominfo.com - grow.zoominfo.com - help.zoominfo.com - login.zoominfo.com - mkt.zoominfo.com - networking.zoominfo.com - networking2.zoominfo.com - networking3.zoominfo.com - networking4.zoominfo.com - networking5.zoominfo.com - networking7.zoominfo.com - partners.zoominfo.com - succeed.zoominfo.com - www.events.zoominfo.com - www.go.zoominfo.com - www.staging.zoominfo.com - www.user.zoominfo.com - discoverorg.com - www.discoverorg.com - www.zoominfo.biz - zoominfo.biz - gzconsulting.org - www.gzconsulting.org - pr-4412-dot-website-staging-dot-zoominfo-2.appspot.com - www.pr-4412-dot-website-staging-dot-zoominfo-2.appspot.com logo: http://www.zoominfo.com/business/mktg/images/zi_logo.png socialMediaUrls: - type: TWITTER url: https://www.twitter.com/zoominfo/ followerCount: '15528' - type: LINKED_IN url: https://www.linkedin.com/company/zoominfo followerCount: '' - type: FACEBOOK url: https://www.facebook.com/ZoomInformation followerCount: '20683' revenue: 400000 employeeCount: 1300 numberOfContactsInZoomInfo: 1207 phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St, Ste 900 city: Vancouver state: Washington zipCode: '98660' country: United States continent: North America companyStatus: ALIVE companyStatusDate: '2020-03-24T00:00:00.000Z' employeeGrowth: oneYearGrowthRate: '52.9' twoYearGrowthRate: '333.3' employeeGrowthDataPoints: - label: '''18 - Q1' employeeCount: 300 - label: '''18 - Q2' employeeCount: 325 - label: '''18 - Q3' employeeCount: 350 - label: '''18 - Q4' employeeCount: 400 - label: '''19 - Q1' employeeCount: 850 - label: '''19 - Q2' employeeCount: 925 - label: '''19 - Q3' employeeCount: 1000 - label: '''19 - Q4' employeeCount: 1100 - label: '''20 - Q1' employeeCount: 1300 type: PUBLIC - input: companyname: neverbounce data: - id: 405950842 ticker: '' name: NeverBounce website: www.neverbounce.com domainList: - www.neverbounce.com - neverbounce.com - app.neverbounce.com - developers.neverbounce.com - help.neverbounce.com - www.app.neverbounce.com - www.pm.neverbounce.com logo: https://neverbounce.com/images/neverbounce-logo-black.svg socialMediaUrls: - type: TWITTER url: https://twitter.com/neverbounce followerCount: '' - type: LINKED_IN url: https://www.linkedin.com/company/neverbounce/ followerCount: '' revenue: 1625 employeeCount: 8 numberOfContactsInZoomInfo: 4 phone: (888) 988-6694 fax: '' street: 3690 Orange Pl, Ste 310 city: Cleveland state: Ohio zipCode: '44122' country: United States continent: North America companyStatus: ALIVE companyStatusDate: '2020-07-28T00:00:00.000Z' employeeGrowth: oneYearGrowthRate: '0.0' twoYearGrowthRate: '0.0' employeeGrowthDataPoints: [] type: PRIVATE Data16: title: Data16 required: - outputFields - result type: object properties: outputFields: type: array items: type: array items: type: string example: [] result: type: array items: $ref: '#/components/schemas/Result8' description: '' example: [] examples: - outputFields: - - id - ticker - name - website - domainlist - logo - socialmediaurls - revenue - employeecount - numberofcontactsinzoominfo - phone - fax - street - city - state - zipcode - country - continent - companystatus - companystatusdate - employeegrowth - type result: - input: companyname: zoominfo data: - id: 344589814 ticker: 'NASDAQ: ZI' name: ZoomInfo website: www.zoominfo.com domainList: - www.zoominfo.com - zoominfo.com - about.zoominfo.com - blog.zoominfo.com - bw.zoominfo.com - cache.zoominfo.com - contacts.zoominfo.com - developer.zoominfo.com - email.zoominfo.com - events.zoominfo.com - followthelead.zoominfo.com - grow.zoominfo.com - help.zoominfo.com - login.zoominfo.com - mkt.zoominfo.com - networking.zoominfo.com - networking2.zoominfo.com - networking3.zoominfo.com - networking4.zoominfo.com - networking5.zoominfo.com - networking7.zoominfo.com - partners.zoominfo.com - succeed.zoominfo.com - www.events.zoominfo.com - www.go.zoominfo.com - www.staging.zoominfo.com - www.user.zoominfo.com - discoverorg.com - www.discoverorg.com - www.zoominfo.biz - zoominfo.biz - gzconsulting.org - www.gzconsulting.org - pr-4412-dot-website-staging-dot-zoominfo-2.appspot.com - www.pr-4412-dot-website-staging-dot-zoominfo-2.appspot.com logo: http://www.zoominfo.com/business/mktg/images/zi_logo.png socialMediaUrls: - type: TWITTER url: https://www.twitter.com/zoominfo/ followerCount: '15528' - type: LINKED_IN url: https://www.linkedin.com/company/zoominfo followerCount: '' - type: FACEBOOK url: https://www.facebook.com/ZoomInformation followerCount: '20683' revenue: 400000 employeeCount: 1300 numberOfContactsInZoomInfo: 1207 phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St, Ste 900 city: Vancouver state: Washington zipCode: '98660' country: United States continent: North America companyStatus: ALIVE companyStatusDate: '2020-03-24T00:00:00.000Z' employeeGrowth: oneYearGrowthRate: '52.9' twoYearGrowthRate: '333.3' employeeGrowthDataPoints: - label: '''18 - Q1' employeeCount: 300 - label: '''18 - Q2' employeeCount: 325 - label: '''18 - Q3' employeeCount: 350 - label: '''18 - Q4' employeeCount: 400 - label: '''19 - Q1' employeeCount: 850 - label: '''19 - Q2' employeeCount: 925 - label: '''19 - Q3' employeeCount: 1000 - label: '''19 - Q4' employeeCount: 1100 - label: '''20 - Q1' employeeCount: 1300 type: PUBLIC - input: companyname: neverbounce data: - id: 405950842 ticker: '' name: NeverBounce website: www.neverbounce.com domainList: - www.neverbounce.com - neverbounce.com - app.neverbounce.com - developers.neverbounce.com - help.neverbounce.com - www.app.neverbounce.com - www.pm.neverbounce.com logo: https://neverbounce.com/images/neverbounce-logo-black.svg socialMediaUrls: - type: TWITTER url: https://twitter.com/neverbounce followerCount: '' - type: LINKED_IN url: https://www.linkedin.com/company/neverbounce/ followerCount: '' revenue: 1625 employeeCount: 8 numberOfContactsInZoomInfo: 4 phone: (888) 988-6694 fax: '' street: 3690 Orange Pl, Ste 310 city: Cleveland state: Ohio zipCode: '44122' country: United States continent: North America companyStatus: ALIVE companyStatusDate: '2020-07-28T00:00:00.000Z' employeeGrowth: oneYearGrowthRate: '0.0' twoYearGrowthRate: '0.0' employeeGrowthDataPoints: [] type: PRIVATE Result8: title: Result8 required: - input - data type: object properties: input: $ref: '#/components/schemas/Input8' data: type: array items: $ref: '#/components/schemas/Data17' description: '' example: [] examples: - input: companyname: zoominfo data: - id: 344589814 ticker: 'NASDAQ: ZI' name: ZoomInfo website: www.zoominfo.com domainList: - www.zoominfo.com - zoominfo.com - about.zoominfo.com - blog.zoominfo.com - bw.zoominfo.com - cache.zoominfo.com - contacts.zoominfo.com - developer.zoominfo.com - email.zoominfo.com - events.zoominfo.com - followthelead.zoominfo.com - grow.zoominfo.com - help.zoominfo.com - login.zoominfo.com - mkt.zoominfo.com - networking.zoominfo.com - networking2.zoominfo.com - networking3.zoominfo.com - networking4.zoominfo.com - networking5.zoominfo.com - networking7.zoominfo.com - partners.zoominfo.com - succeed.zoominfo.com - www.events.zoominfo.com - www.go.zoominfo.com - www.staging.zoominfo.com - www.user.zoominfo.com - discoverorg.com - www.discoverorg.com - www.zoominfo.biz - zoominfo.biz - gzconsulting.org - www.gzconsulting.org - pr-4412-dot-website-staging-dot-zoominfo-2.appspot.com - www.pr-4412-dot-website-staging-dot-zoominfo-2.appspot.com logo: http://www.zoominfo.com/business/mktg/images/zi_logo.png socialMediaUrls: - type: TWITTER url: https://www.twitter.com/zoominfo/ followerCount: '15528' - type: LINKED_IN url: https://www.linkedin.com/company/zoominfo followerCount: '' - type: FACEBOOK url: https://www.facebook.com/ZoomInformation followerCount: '20683' revenue: 400000 employeeCount: 1300 numberOfContactsInZoomInfo: 1207 phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St, Ste 900 city: Vancouver state: Washington zipCode: '98660' country: United States continent: North America companyStatus: ALIVE companyStatusDate: '2020-03-24T00:00:00.000Z' employeeGrowth: oneYearGrowthRate: '52.9' twoYearGrowthRate: '333.3' employeeGrowthDataPoints: - label: '''18 - Q1' employeeCount: 300 - label: '''18 - Q2' employeeCount: 325 - label: '''18 - Q3' employeeCount: 350 - label: '''18 - Q4' employeeCount: 400 - label: '''19 - Q1' employeeCount: 850 - label: '''19 - Q2' employeeCount: 925 - label: '''19 - Q3' employeeCount: 1000 - label: '''19 - Q4' employeeCount: 1100 - label: '''20 - Q1' employeeCount: 1300 type: PUBLIC Input8: title: Input8 required: - companyname type: object properties: companyname: type: string example: Acme Corporation examples: - companyname: zoominfo Data17: title: Data17 required: - id - ticker - name - website - domainList - logo - socialMediaUrls - revenue - employeeCount - numberOfContactsInZoomInfo - phone - fax - street - city - state - zipCode - country - continent - companyStatus - companyStatusDate - employeeGrowth - type type: object properties: id: type: integer contentEncoding: int32 example: 500123 ticker: type: string example: example_value name: type: string example: Acme Corporation website: type: string example: example_value domainList: type: array items: type: string description: '' example: [] logo: type: string example: example_value socialMediaUrls: type: array items: $ref: '#/components/schemas/SocialMediaUrl' description: '' example: https://www.example.com revenue: type: integer contentEncoding: int32 example: 100 employeeCount: type: integer contentEncoding: int32 example: 250 numberOfContactsInZoomInfo: type: integer contentEncoding: int32 example: 100 phone: type: string example: +1-555-555-1234 fax: type: string example: example_value street: type: string example: example_value city: type: string example: San Francisco state: type: string example: CA zipCode: type: string example: '94105' country: type: string example: US continent: type: string example: example_value companyStatus: type: string example: active companyStatusDate: type: string example: active employeeGrowth: $ref: '#/components/schemas/EmployeeGrowth1' type: type: string example: standard examples: - id: 344589814 ticker: 'NASDAQ: ZI' name: ZoomInfo website: www.zoominfo.com domainList: - www.zoominfo.com - zoominfo.com - about.zoominfo.com - blog.zoominfo.com - bw.zoominfo.com - cache.zoominfo.com - contacts.zoominfo.com - developer.zoominfo.com - email.zoominfo.com - events.zoominfo.com - followthelead.zoominfo.com - grow.zoominfo.com - help.zoominfo.com - login.zoominfo.com - mkt.zoominfo.com - networking.zoominfo.com - networking2.zoominfo.com - networking3.zoominfo.com - networking4.zoominfo.com - networking5.zoominfo.com - networking7.zoominfo.com - partners.zoominfo.com - succeed.zoominfo.com - www.events.zoominfo.com - www.go.zoominfo.com - www.staging.zoominfo.com - www.user.zoominfo.com - discoverorg.com - www.discoverorg.com - www.zoominfo.biz - zoominfo.biz - gzconsulting.org - www.gzconsulting.org - pr-4412-dot-website-staging-dot-zoominfo-2.appspot.com - www.pr-4412-dot-website-staging-dot-zoominfo-2.appspot.com logo: http://www.zoominfo.com/business/mktg/images/zi_logo.png socialMediaUrls: - type: TWITTER url: https://www.twitter.com/zoominfo/ followerCount: '15528' - type: LINKED_IN url: https://www.linkedin.com/company/zoominfo followerCount: '' - type: FACEBOOK url: https://www.facebook.com/ZoomInformation followerCount: '20683' revenue: 400000 employeeCount: 1300 numberOfContactsInZoomInfo: 1207 phone: (360) 783-6800 fax: (617) 507-8187 street: 805 Broadway St, Ste 900 city: Vancouver state: Washington zipCode: '98660' country: United States continent: North America companyStatus: ALIVE companyStatusDate: '2020-03-24T00:00:00.000Z' employeeGrowth: oneYearGrowthRate: '52.9' twoYearGrowthRate: '333.3' employeeGrowthDataPoints: - label: '''18 - Q1' employeeCount: 300 - label: '''18 - Q2' employeeCount: 325 - label: '''18 - Q3' employeeCount: 350 - label: '''18 - Q4' employeeCount: 400 - label: '''19 - Q1' employeeCount: 850 - label: '''19 - Q2' employeeCount: 925 - label: '''19 - Q3' employeeCount: 1000 - label: '''19 - Q4' employeeCount: 1100 - label: '''20 - Q1' employeeCount: 1300 type: PUBLIC EmployeeGrowth1: title: EmployeeGrowth1 required: - oneYearGrowthRate - twoYearGrowthRate - employeeGrowthDataPoints type: object properties: oneYearGrowthRate: type: string example: example_value twoYearGrowthRate: type: string example: example_value employeeGrowthDataPoints: type: array items: oneOf: - allOf: - $ref: '#/components/schemas/EmployeeGrowthDataPoint1' - examples: - label: '''18 - Q1' employeeCount: 300 - type: string description: '' example: [] examples: - oneYearGrowthRate: '52.9' twoYearGrowthRate: '333.3' employeeGrowthDataPoints: - label: '''18 - Q1' employeeCount: 300 - label: '''18 - Q2' employeeCount: 325 - label: '''18 - Q3' employeeCount: 350 - label: '''18 - Q4' employeeCount: 400 - label: '''19 - Q1' employeeCount: 850 - label: '''19 - Q2' employeeCount: 925 - label: '''19 - Q3' employeeCount: 1000 - label: '''19 - Q4' employeeCount: 1100 - label: '''20 - Q1' employeeCount: 1300 EmployeeGrowthDataPoint1: title: EmployeeGrowthDataPoint1 type: object properties: label: type: string example: example_value employeeCount: type: integer contentEncoding: int32 example: 250 examples: - label: '''18 - Q1' employeeCount: 300 CompanyEnrichInput: title: CompanyEnrichInput required: - fieldName - fieldType - description type: object properties: fieldName: type: string example: Acme Corporation fieldType: type: string example: standard description: type: string example: Enterprise software company examples: - fieldName: companyId fieldType: Long description: Unique ZoomInfo identifier for a company CompanyEnrichOutput: title: CompanyEnrichOutput required: - fieldName - description - accessGranted type: object properties: fieldName: type: string example: Acme Corporation description: type: string example: Enterprise software company accessGranted: type: string example: example_value examples: - fieldName: id description: Unique ZoomInfo identifier for a company accessGranted: 'true' CompanyMasterDataEnrichRequest: title: CompanyMasterDataEnrichRequest required: - matchCompanyInput - outputFields type: object properties: matchCompanyInput: type: array items: $ref: '#/components/schemas/MatchCompanyInput1' description: '' example: [] outputFields: type: array items: type: string description: '' example: [] examples: - matchCompanyInput: - zi_c_url: zoominfo.com outputFields: - zi_c_location_id - zi_es_ecid - zi_es_location_id - zi_c_is_hq - zi_c_tier_grade - zi_c_name - zi_c_name_display - zi_c_legal_entity_type - zi_c_url - zi_c_street - zi_c_street_2 - zi_c_city - zi_c_state - zi_c_zip - zi_c_country - zi_match_reason MatchCompanyInput1: title: MatchCompanyInput1 required: - zi_c_url type: object properties: zi_c_url: type: string example: https://www.example.com/resource examples: - zi_c_url: zoominfo.com Nameaddressandmatchreason: title: Nameaddressandmatchreason required: - success - data type: object properties: success: type: boolean example: true data: $ref: '#/components/schemas/Data18' examples: - success: true data: outputFields: - zi_c_location_id - zi_es_ecid - zi_es_location_id - zi_c_is_hq - zi_c_tier_grade - zi_c_name - zi_c_name_display - zi_c_legal_entity_type - zi_c_url - zi_c_street - zi_c_street_2 - zi_c_city - zi_c_state - zi_c_zip - zi_c_country - zi_match_reason result: - statusCode: 200 input: address: zi_c_city: mc lean zi_c_country: united states zi_c_state: virginia zi_c_zip: '22102' match_reasons: - zi_c_name: e zi_c_name: capital one data: zi_c_location_id: 2046129220 zi_es_ecid: 136461914 zi_es_location_id: 136461914NZOKIRXYRA zi_c_is_hq: '1' zi_c_tier_grade: A zi_c_name: Capital One Financial zi_c_name_display: Capital One Financial zi_c_url: capitalone.com zi_c_street: 1680 Capital One Dr zi_c_city: Mc Lean zi_c_state: Virginia zi_c_zip: '22102' zi_c_country: United States zi_match_reason: zi_match_name: Capital One Capital zi_match_reason_building_name: M zi_match_reason_building_number: M zi_match_reason_business_type: M zi_match_reason_city: E zi_match_reason_company_phone: M zi_match_reason_country: E zi_match_reason_directional: M zi_match_reason_name: E zi_match_reason_road_name: M zi_match_reason_road_type: M zi_match_reason_state: E zi_match_reason_unit: M zi_match_reason_website: M zi_match_reason_zip: E zi_match_score: '5' Data18: title: Data18 required: - outputFields - result type: object properties: outputFields: type: array items: type: string description: '' example: [] result: type: array items: $ref: '#/components/schemas/Result9' description: '' example: [] examples: - outputFields: - zi_c_location_id - zi_es_ecid - zi_es_location_id - zi_c_is_hq - zi_c_tier_grade - zi_c_name - zi_c_name_display - zi_c_legal_entity_type - zi_c_url - zi_c_street - zi_c_street_2 - zi_c_city - zi_c_state - zi_c_zip - zi_c_country - zi_match_reason result: - statusCode: 200 input: address: zi_c_city: mc lean zi_c_country: united states zi_c_state: virginia zi_c_zip: '22102' match_reasons: - zi_c_name: e zi_c_name: capital one data: zi_c_location_id: 2046129220 zi_es_ecid: 136461914 zi_es_location_id: 136461914NZOKIRXYRA zi_c_is_hq: '1' zi_c_tier_grade: A zi_c_name: Capital One Financial zi_c_name_display: Capital One Financial zi_c_url: capitalone.com zi_c_street: 1680 Capital One Dr zi_c_city: Mc Lean zi_c_state: Virginia zi_c_zip: '22102' zi_c_country: United States zi_match_reason: zi_match_name: Capital One Capital zi_match_reason_building_name: M zi_match_reason_building_number: M zi_match_reason_business_type: M zi_match_reason_city: E zi_match_reason_company_phone: M zi_match_reason_country: E zi_match_reason_directional: M zi_match_reason_name: E zi_match_reason_road_name: M zi_match_reason_road_type: M zi_match_reason_state: E zi_match_reason_unit: M zi_match_reason_website: M zi_match_reason_zip: E zi_match_score: '5' Result9: title: Result9 required: - statusCode - input - data type: object properties: statusCode: type: integer contentEncoding: int32 example: 100 input: $ref: '#/components/schemas/Input9' data: $ref: '#/components/schemas/Data19' examples: - statusCode: 200 input: address: zi_c_city: mc lean zi_c_country: united states zi_c_state: virginia zi_c_zip: '22102' match_reasons: - zi_c_name: e zi_c_name: capital one data: zi_c_location_id: 2046129220 zi_es_ecid: 136461914 zi_es_location_id: 136461914NZOKIRXYRA zi_c_is_hq: '1' zi_c_tier_grade: A zi_c_name: Capital One Financial zi_c_name_display: Capital One Financial zi_c_url: capitalone.com zi_c_street: 1680 Capital One Dr zi_c_city: Mc Lean zi_c_state: Virginia zi_c_zip: '22102' zi_c_country: United States zi_match_reason: zi_match_name: Capital One Capital zi_match_reason_building_name: M zi_match_reason_building_number: M zi_match_reason_business_type: M zi_match_reason_city: E zi_match_reason_company_phone: M zi_match_reason_country: E zi_match_reason_directional: M zi_match_reason_name: E zi_match_reason_road_name: M zi_match_reason_road_type: M zi_match_reason_state: E zi_match_reason_unit: M zi_match_reason_website: M zi_match_reason_zip: E zi_match_score: '5' Input9: title: Input9 required: - address - match_reasons - zi_c_name type: object properties: address: $ref: '#/components/schemas/Address1' match_reasons: type: array items: $ref: '#/components/schemas/MatchReason' description: '' example: [] zi_c_name: type: string example: Acme Corporation examples: - address: zi_c_city: mc lean zi_c_country: united states zi_c_state: virginia zi_c_zip: '22102' match_reasons: - zi_c_name: e zi_c_name: capital one Address1: title: Address1 required: - zi_c_city - zi_c_country - zi_c_state - zi_c_zip type: object properties: zi_c_city: type: string example: San Francisco zi_c_country: type: string example: US zi_c_state: type: string example: CA zi_c_zip: type: string example: '94105' examples: - zi_c_city: mc lean zi_c_country: united states zi_c_state: virginia zi_c_zip: '22102' MatchReason: title: MatchReason required: - zi_c_name type: object properties: zi_c_name: type: string example: Acme Corporation examples: - zi_c_name: e Data19: title: Data19 required: - zi_c_location_id - zi_es_ecid - zi_es_location_id - zi_c_is_hq - zi_c_tier_grade - zi_c_name - zi_c_name_display - zi_c_url - zi_c_street - zi_c_city - zi_c_state - zi_c_zip - zi_c_country - zi_match_reason type: object properties: zi_c_location_id: type: integer contentEncoding: int32 example: 500123 zi_es_ecid: type: integer contentEncoding: int32 example: 500123 zi_es_location_id: type: string example: '500123' zi_c_is_hq: type: string example: example_value zi_c_tier_grade: type: string example: example_value zi_c_name: type: string example: Acme Corporation zi_c_name_display: type: string example: Acme Corporation zi_c_url: type: string example: https://www.example.com/resource zi_c_street: type: string example: example_value zi_c_city: type: string example: San Francisco zi_c_state: type: string example: CA zi_c_zip: type: string example: '94105' zi_c_country: type: string example: US zi_match_reason: $ref: '#/components/schemas/ZiMatchReason' examples: - zi_c_location_id: 2046129220 zi_es_ecid: 136461914 zi_es_location_id: 136461914NZOKIRXYRA zi_c_is_hq: '1' zi_c_tier_grade: A zi_c_name: Capital One Financial zi_c_name_display: Capital One Financial zi_c_url: capitalone.com zi_c_street: 1680 Capital One Dr zi_c_city: Mc Lean zi_c_state: Virginia zi_c_zip: '22102' zi_c_country: United States zi_match_reason: zi_match_name: Capital One Capital zi_match_reason_building_name: M zi_match_reason_building_number: M zi_match_reason_business_type: M zi_match_reason_city: E zi_match_reason_company_phone: M zi_match_reason_country: E zi_match_reason_directional: M zi_match_reason_name: E zi_match_reason_road_name: M zi_match_reason_road_type: M zi_match_reason_state: E zi_match_reason_unit: M zi_match_reason_website: M zi_match_reason_zip: E zi_match_score: '5' ZiMatchReason: title: ZiMatchReason required: - 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 type: object properties: zi_match_name: type: string example: Acme Corporation zi_match_reason_building_name: type: string example: Acme Corporation zi_match_reason_building_number: type: string example: example_value zi_match_reason_business_type: type: string example: standard zi_match_reason_city: type: string example: San Francisco zi_match_reason_company_phone: type: string example: +1-555-555-1234 zi_match_reason_country: type: string example: US zi_match_reason_directional: type: string example: example_value zi_match_reason_name: type: string example: Acme Corporation zi_match_reason_road_name: type: string example: Acme Corporation zi_match_reason_road_type: type: string example: standard zi_match_reason_state: type: string example: CA zi_match_reason_unit: type: string example: example_value zi_match_reason_website: type: string example: example_value zi_match_reason_zip: type: string example: '94105' zi_match_score: type: string example: example_value examples: - zi_match_name: Capital One Capital zi_match_reason_building_name: M zi_match_reason_building_number: M zi_match_reason_business_type: M zi_match_reason_city: E zi_match_reason_company_phone: M zi_match_reason_country: E zi_match_reason_directional: M zi_match_reason_name: E zi_match_reason_road_name: M zi_match_reason_road_type: M zi_match_reason_state: E zi_match_reason_unit: M zi_match_reason_website: M zi_match_reason_zip: E zi_match_score: '5' Matchbyphonenumber: title: Matchbyphonenumber required: - success - data type: object properties: success: type: boolean example: true data: $ref: '#/components/schemas/Data20' examples: - success: true data: outputFields: - zi_c_location_id - zi_es_ecid - zi_es_location_id - zi_c_is_hq - zi_c_tier_grade - zi_c_name - zi_c_name_display - zi_c_legal_entity_type - zi_c_url - zi_c_street - zi_c_street_2 - zi_c_city - zi_c_state - zi_c_zip - zi_c_country - zi_match_reason result: - statusCode: 200 input: phone: zi_c_country: united states zi_c_phone: +1 3607836800 data: zi_c_location_id: 2063317226 zi_es_ecid: 150084738 zi_es_location_id: 150084738JXODRJGYRH zi_c_is_hq: '0' zi_c_tier_grade: A zi_c_name: Discoverorg LLC zi_c_name_display: DiscoverOrg zi_c_legal_entity_type: LLC zi_c_url: discoverorg.com zi_c_street: 805 Broadway St zi_c_street_2: Ste 900 zi_c_city: Vancouver zi_c_state: Washington zi_c_zip: '98660' zi_c_country: United States zi_match_reason: zi_match_name: DiscoverOrg LLC zi_match_reason_building_name: M zi_match_reason_building_number: M zi_match_reason_business_type: M zi_match_reason_city: M zi_match_reason_company_phone: D zi_match_reason_country: M zi_match_reason_directional: M zi_match_reason_name: M zi_match_reason_road_name: M zi_match_reason_road_type: M zi_match_reason_state: M zi_match_reason_unit: M zi_match_reason_website: M zi_match_reason_zip: M zi_match_score: '1' Data20: title: Data20 required: - outputFields - result type: object properties: outputFields: type: array items: type: string description: '' example: [] result: type: array items: $ref: '#/components/schemas/Result10' description: '' example: [] examples: - outputFields: - zi_c_location_id - zi_es_ecid - zi_es_location_id - zi_c_is_hq - zi_c_tier_grade - zi_c_name - zi_c_name_display - zi_c_legal_entity_type - zi_c_url - zi_c_street - zi_c_street_2 - zi_c_city - zi_c_state - zi_c_zip - zi_c_country - zi_match_reason result: - statusCode: 200 input: phone: zi_c_country: united states zi_c_phone: +1 3607836800 data: zi_c_location_id: 2063317226 zi_es_ecid: 150084738 zi_es_location_id: 150084738JXODRJGYRH zi_c_is_hq: '0' zi_c_tier_grade: A zi_c_name: Discoverorg LLC zi_c_name_display: DiscoverOrg zi_c_legal_entity_type: LLC zi_c_url: discoverorg.com zi_c_street: 805 Broadway St zi_c_street_2: Ste 900 zi_c_city: Vancouver zi_c_state: Washington zi_c_zip: '98660' zi_c_country: United States zi_match_reason: zi_match_name: DiscoverOrg LLC zi_match_reason_building_name: M zi_match_reason_building_number: M zi_match_reason_business_type: M zi_match_reason_city: M zi_match_reason_company_phone: D zi_match_reason_country: M zi_match_reason_directional: M zi_match_reason_name: M zi_match_reason_road_name: M zi_match_reason_road_type: M zi_match_reason_state: M zi_match_reason_unit: M zi_match_reason_website: M zi_match_reason_zip: M zi_match_score: '1' Result10: title: Result10 required: - statusCode - input - data type: object properties: statusCode: type: integer contentEncoding: int32 example: 100 input: $ref: '#/components/schemas/Input10' data: $ref: '#/components/schemas/Data21' examples: - statusCode: 200 input: phone: zi_c_country: united states zi_c_phone: +1 3607836800 data: zi_c_location_id: 2063317226 zi_es_ecid: 150084738 zi_es_location_id: 150084738JXODRJGYRH zi_c_is_hq: '0' zi_c_tier_grade: A zi_c_name: Discoverorg LLC zi_c_name_display: DiscoverOrg zi_c_legal_entity_type: LLC zi_c_url: discoverorg.com zi_c_street: 805 Broadway St zi_c_street_2: Ste 900 zi_c_city: Vancouver zi_c_state: Washington zi_c_zip: '98660' zi_c_country: United States zi_match_reason: zi_match_name: DiscoverOrg LLC zi_match_reason_building_name: M zi_match_reason_building_number: M zi_match_reason_business_type: M zi_match_reason_city: M zi_match_reason_company_phone: D zi_match_reason_country: M zi_match_reason_directional: M zi_match_reason_name: M zi_match_reason_road_name: M zi_match_reason_road_type: M zi_match_reason_state: M zi_match_reason_unit: M zi_match_reason_website: M zi_match_reason_zip: M zi_match_score: '1' Input10: title: Input10 required: - phone type: object properties: phone: $ref: '#/components/schemas/Phone' examples: - phone: zi_c_country: united states zi_c_phone: +1 3607836800 Phone: title: Phone required: - zi_c_country - zi_c_phone type: object properties: zi_c_country: type: string example: US zi_c_phone: type: string example: +1-555-555-1234 examples: - zi_c_country: united states zi_c_phone: +1 3607836800 Data21: title: Data21 required: - zi_c_location_id - zi_es_ecid - zi_es_location_id - zi_c_is_hq - zi_c_tier_grade - zi_c_name - zi_c_name_display - zi_c_legal_entity_type - zi_c_url - zi_c_street - zi_c_street_2 - zi_c_city - zi_c_state - zi_c_zip - zi_c_country - zi_match_reason type: object properties: zi_c_location_id: type: integer contentEncoding: int32 example: 500123 zi_es_ecid: type: integer contentEncoding: int32 example: 500123 zi_es_location_id: type: string example: '500123' zi_c_is_hq: type: string example: example_value zi_c_tier_grade: type: string example: example_value zi_c_name: type: string example: Acme Corporation zi_c_name_display: type: string example: Acme Corporation zi_c_legal_entity_type: type: string example: standard zi_c_url: type: string example: https://www.example.com/resource zi_c_street: type: string example: example_value zi_c_street_2: type: string example: example_value zi_c_city: type: string example: San Francisco zi_c_state: type: string example: CA zi_c_zip: type: string example: '94105' zi_c_country: type: string example: US zi_match_reason: $ref: '#/components/schemas/ZiMatchReason' examples: - zi_c_location_id: 2063317226 zi_es_ecid: 150084738 zi_es_location_id: 150084738JXODRJGYRH zi_c_is_hq: '0' zi_c_tier_grade: A zi_c_name: Discoverorg LLC zi_c_name_display: DiscoverOrg zi_c_legal_entity_type: LLC zi_c_url: discoverorg.com zi_c_street: 805 Broadway St zi_c_street_2: Ste 900 zi_c_city: Vancouver zi_c_state: Washington zi_c_zip: '98660' zi_c_country: United States zi_match_reason: zi_match_name: DiscoverOrg LLC zi_match_reason_building_name: M zi_match_reason_building_number: M zi_match_reason_business_type: M zi_match_reason_city: M zi_match_reason_company_phone: D zi_match_reason_country: M zi_match_reason_directional: M zi_match_reason_name: M zi_match_reason_road_name: M zi_match_reason_road_type: M zi_match_reason_state: M zi_match_reason_unit: M zi_match_reason_website: M zi_match_reason_zip: M zi_match_score: '1' MatchbycompanyURL: title: MatchbycompanyURL required: - success - data type: object properties: success: type: boolean example: true data: $ref: '#/components/schemas/Data22' examples: - success: true data: outputFields: - zi_c_location_id - zi_es_ecid - zi_es_location_id - zi_c_is_hq - zi_c_tier_grade - zi_c_name - zi_c_name_display - zi_c_legal_entity_type - zi_c_url - zi_c_street - zi_c_street_2 - zi_c_city - zi_c_state - zi_c_zip - zi_c_country - zi_match_reason result: - statusCode: 200 input: zi_c_url: zoominfo.com data: zi_c_location_id: 2079041960 zi_es_ecid: 162481520 zi_es_location_id: 162481520JXODRJGYRH zi_c_is_hq: '1' zi_c_tier_grade: A zi_c_name: ZoomInfo zi_c_name_display: ZoomInfo zi_c_url: zoominfo.com zi_c_street: 805 Broadway St zi_c_street_2: Ste 900 zi_c_city: Vancouver zi_c_state: Washington zi_c_zip: '98660' zi_c_country: United States zi_match_reason: zi_match_reason_building_name: M zi_match_reason_building_number: M zi_match_reason_business_type: M zi_match_reason_city: M zi_match_reason_company_phone: M zi_match_reason_country: M zi_match_reason_directional: M zi_match_reason_name: M zi_match_reason_road_name: M zi_match_reason_road_type: M zi_match_reason_state: M zi_match_reason_unit: M zi_match_reason_website: E zi_match_reason_zip: M zi_match_score: 5 Data22: title: Data22 required: - outputFields - result type: object properties: outputFields: type: array items: type: string description: '' example: [] result: type: array items: $ref: '#/components/schemas/Result11' description: '' example: [] examples: - outputFields: - zi_c_location_id - zi_es_ecid - zi_es_location_id - zi_c_is_hq - zi_c_tier_grade - zi_c_name - zi_c_name_display - zi_c_legal_entity_type - zi_c_url - zi_c_street - zi_c_street_2 - zi_c_city - zi_c_state - zi_c_zip - zi_c_country - zi_match_reason result: - statusCode: 200 input: zi_c_url: zoominfo.com data: zi_c_location_id: 2079041960 zi_es_ecid: 162481520 zi_es_location_id: 162481520JXODRJGYRH zi_c_is_hq: '1' zi_c_tier_grade: A zi_c_name: ZoomInfo zi_c_name_display: ZoomInfo zi_c_url: zoominfo.com zi_c_street: 805 Broadway St zi_c_street_2: Ste 900 zi_c_city: Vancouver zi_c_state: Washington zi_c_zip: '98660' zi_c_country: United States zi_match_reason: zi_match_reason_building_name: M zi_match_reason_building_number: M zi_match_reason_business_type: M zi_match_reason_city: M zi_match_reason_company_phone: M zi_match_reason_country: M zi_match_reason_directional: M zi_match_reason_name: M zi_match_reason_road_name: M zi_match_reason_road_type: M zi_match_reason_state: M zi_match_reason_unit: M zi_match_reason_website: E zi_match_reason_zip: M zi_match_score: 5 Result11: title: Result11 required: - statusCode - input - data type: object properties: statusCode: type: integer contentEncoding: int32 example: 100 input: $ref: '#/components/schemas/Input11' data: $ref: '#/components/schemas/Data23' examples: - statusCode: 200 input: zi_c_url: zoominfo.com data: zi_c_location_id: 2079041960 zi_es_ecid: 162481520 zi_es_location_id: 162481520JXODRJGYRH zi_c_is_hq: '1' zi_c_tier_grade: A zi_c_name: ZoomInfo zi_c_name_display: ZoomInfo zi_c_url: zoominfo.com zi_c_street: 805 Broadway St zi_c_street_2: Ste 900 zi_c_city: Vancouver zi_c_state: Washington zi_c_zip: '98660' zi_c_country: United States zi_match_reason: zi_match_reason_building_name: M zi_match_reason_building_number: M zi_match_reason_business_type: M zi_match_reason_city: M zi_match_reason_company_phone: M zi_match_reason_country: M zi_match_reason_directional: M zi_match_reason_name: M zi_match_reason_road_name: M zi_match_reason_road_type: M zi_match_reason_state: M zi_match_reason_unit: M zi_match_reason_website: E zi_match_reason_zip: M zi_match_score: 5 Input11: title: Input11 required: - zi_c_url type: object properties: zi_c_url: type: string example: https://www.example.com/resource examples: - zi_c_url: zoominfo.com Data23: title: Data23 required: - zi_c_location_id - zi_es_ecid - zi_es_location_id - zi_c_is_hq - zi_c_tier_grade - zi_c_name - zi_c_name_display - zi_c_url - zi_c_street - zi_c_street_2 - zi_c_city - zi_c_state - zi_c_zip - zi_c_country - zi_match_reason type: object properties: zi_c_location_id: type: integer contentEncoding: int32 example: 500123 zi_es_ecid: type: integer contentEncoding: int32 example: 500123 zi_es_location_id: type: string example: '500123' zi_c_is_hq: type: string example: example_value zi_c_tier_grade: type: string example: example_value zi_c_name: type: string example: Acme Corporation zi_c_name_display: type: string example: Acme Corporation zi_c_url: type: string example: https://www.example.com/resource zi_c_street: type: string example: example_value zi_c_street_2: type: string example: example_value zi_c_city: type: string example: San Francisco zi_c_state: type: string example: CA zi_c_zip: type: string example: '94105' zi_c_country: type: string example: US zi_match_reason: $ref: '#/components/schemas/ZiMatchReason2' examples: - zi_c_location_id: 2079041960 zi_es_ecid: 162481520 zi_es_location_id: 162481520JXODRJGYRH zi_c_is_hq: '1' zi_c_tier_grade: A zi_c_name: ZoomInfo zi_c_name_display: ZoomInfo zi_c_url: zoominfo.com zi_c_street: 805 Broadway St zi_c_street_2: Ste 900 zi_c_city: Vancouver zi_c_state: Washington zi_c_zip: '98660' zi_c_country: United States zi_match_reason: zi_match_reason_building_name: M zi_match_reason_building_number: M zi_match_reason_business_type: M zi_match_reason_city: M zi_match_reason_company_phone: M zi_match_reason_country: M zi_match_reason_directional: M zi_match_reason_name: M zi_match_reason_road_name: M zi_match_reason_road_type: M zi_match_reason_state: M zi_match_reason_unit: M zi_match_reason_website: E zi_match_reason_zip: M zi_match_score: 5 ZiMatchReason2: title: ZiMatchReason2 required: - 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 type: object properties: zi_match_reason_building_name: type: string example: Acme Corporation zi_match_reason_building_number: type: string example: example_value zi_match_reason_business_type: type: string example: standard zi_match_reason_city: type: string example: San Francisco zi_match_reason_company_phone: type: string example: +1-555-555-1234 zi_match_reason_country: type: string example: US zi_match_reason_directional: type: string example: example_value zi_match_reason_name: type: string example: Acme Corporation zi_match_reason_road_name: type: string example: Acme Corporation zi_match_reason_road_type: type: string example: standard zi_match_reason_state: type: string example: CA zi_match_reason_unit: type: string example: example_value zi_match_reason_website: type: string example: example_value zi_match_reason_zip: type: string example: '94105' zi_match_score: type: integer contentEncoding: int32 example: 85 examples: - zi_match_reason_building_name: M zi_match_reason_building_number: M zi_match_reason_business_type: M zi_match_reason_city: M zi_match_reason_company_phone: M zi_match_reason_country: M zi_match_reason_directional: M zi_match_reason_name: M zi_match_reason_road_name: M zi_match_reason_road_type: M zi_match_reason_state: M zi_match_reason_unit: M zi_match_reason_website: E zi_match_reason_zip: M zi_match_score: 5 Matchbycompanyaddress1: title: Matchbycompanyaddress1 required: - responseCode - message - invalidOutputFields type: object properties: responseCode: type: integer contentEncoding: int32 example: 100 message: type: string example: example_value invalidOutputFields: type: array items: type: string description: '' example: [] examples: - responseCode: 400 message: There are invalid fields in your request. invalidOutputFields: - zi_c_id Data24: title: Data24 required: - outputFields - result type: object properties: outputFields: type: array items: type: string description: '' example: [] result: type: array items: $ref: '#/components/schemas/Result12' description: '' example: [] examples: - outputFields: - zi_c_location_id - zi_es_ecid - zi_es_location_id - zi_c_is_hq - zi_c_tier_grade - zi_c_name - zi_c_name_display - zi_c_legal_entity_type - zi_c_url - zi_c_street - zi_c_street_2 - zi_c_city - zi_c_state - zi_c_zip - zi_c_country - zi_match_reason result: - statusCode: 400 input: zi_c_id: 2079041960 data: 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' Result12: title: Result12 required: - statusCode - input - data type: object properties: statusCode: type: integer contentEncoding: int32 example: 100 input: $ref: '#/components/schemas/Input12' data: $ref: '#/components/schemas/Data25' examples: - statusCode: 400 input: zi_c_id: 2079041960 data: 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' Input12: title: Input12 required: - zi_c_id type: object properties: zi_c_id: type: integer contentEncoding: int32 example: 500123 examples: - zi_c_id: 2079041960 Data25: title: Data25 required: - errorMessage type: object properties: errorMessage: type: string example: example_value examples: - 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' MatchbyZoomInfocompanyID1: title: MatchbyZoomInfocompanyID1 required: - success - data type: object properties: success: type: boolean example: true data: $ref: '#/components/schemas/Data24' examples: - success: false data: outputFields: - zi_c_location_id - zi_es_ecid - zi_es_location_id - zi_c_is_hq - zi_c_tier_grade - zi_c_name - zi_c_name_display - zi_c_legal_entity_type - zi_c_url - zi_c_street - zi_c_street_2 - zi_c_city - zi_c_state - zi_c_zip - zi_c_country - zi_match_reason result: - statusCode: 400 input: zi_c_id: 2079041960 data: 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' Enrichmultiplecompanies: title: Enrichmultiplecompanies required: - success - data type: object properties: success: type: boolean example: true data: $ref: '#/components/schemas/Data28' examples: - success: true data: outputFields: - zi_c_location_id - zi_es_ecid - zi_es_location_id - zi_c_is_hq - zi_c_company_name - zi_c_tier_grade - zi_c_name - zi_c_name_display - zi_c_legal_entity_type - zi_c_url - zi_c_street - zi_c_street_2 - zi_c_city - zi_c_state - zi_c_zip - zi_c_country result: - statusCode: 200 input: zi_c_location_id: 400987309 data: zi_c_location_id: 400987309 zi_es_ecid: 155569976 zi_es_location_id: 155569976BYUYOXPKYA zi_c_is_hq: '1' zi_c_company_name: Starbucks zi_c_tier_grade: A zi_c_name: Starbucks zi_c_name_display: Starbucks zi_c_url: starbucks.com zi_c_street: 2401 Utah Ave S zi_c_city: Seattle zi_c_state: Washington zi_c_zip: '98134' zi_c_country: United States - statusCode: 200 input: address: zi_c_country: united states zi_c_state: new york zi_c_url: citibank.com data: zi_c_location_id: 440937847 zi_es_ecid: 109525404 zi_es_location_id: 109525404GWWYIGQIZO zi_c_is_hq: '0' zi_c_company_name: Citibank zi_c_tier_grade: A zi_c_name: Citibank zi_c_name_display: Citibank zi_c_url: citi.com zi_c_street: 153 E 53rd St zi_c_city: New York City zi_c_state: New York zi_c_zip: '10022' zi_c_country: United States - statusCode: 200 input: zi_c_location_id: 481406259 data: zi_c_location_id: 481406259 zi_es_ecid: 119408012 zi_es_location_id: 119408012CUOSVXPEAR zi_c_is_hq: '1' zi_c_company_name: Google zi_c_tier_grade: A zi_c_name: Google zi_c_name_display: Google zi_c_url: google.com zi_c_street: 1600 Amphitheatre Pkwy zi_c_city: Mountain View zi_c_state: California zi_c_zip: '94043' zi_c_country: United States - statusCode: 200 input: phone: zi_c_country: us zi_c_phone: +1 3607836800 data: zi_c_location_id: 2063317226 zi_es_ecid: 150084738 zi_es_location_id: 150084738JXODRJGYRH zi_c_is_hq: '0' zi_c_company_name: DiscoverOrg zi_c_tier_grade: A zi_c_name: Discoverorg LLC zi_c_name_display: DiscoverOrg zi_c_legal_entity_type: LLC zi_c_url: discoverorg.com zi_c_street: 805 Broadway St zi_c_street_2: Ste 900 zi_c_city: Vancouver zi_c_state: Washington zi_c_zip: '98660' zi_c_country: United States Data28: title: Data28 required: - outputFields - result type: object properties: outputFields: type: array items: type: string description: '' example: [] result: type: array items: $ref: '#/components/schemas/Result14' description: '' example: [] examples: - outputFields: - zi_c_location_id - zi_es_ecid - zi_es_location_id - zi_c_is_hq - zi_c_company_name - zi_c_tier_grade - zi_c_name - zi_c_name_display - zi_c_legal_entity_type - zi_c_url - zi_c_street - zi_c_street_2 - zi_c_city - zi_c_state - zi_c_zip - zi_c_country result: - statusCode: 200 input: zi_c_location_id: 400987309 data: zi_c_location_id: 400987309 zi_es_ecid: 155569976 zi_es_location_id: 155569976BYUYOXPKYA zi_c_is_hq: '1' zi_c_company_name: Starbucks zi_c_tier_grade: A zi_c_name: Starbucks zi_c_name_display: Starbucks zi_c_url: starbucks.com zi_c_street: 2401 Utah Ave S zi_c_city: Seattle zi_c_state: Washington zi_c_zip: '98134' zi_c_country: United States - statusCode: 200 input: address: zi_c_country: united states zi_c_state: new york zi_c_url: citibank.com data: zi_c_location_id: 440937847 zi_es_ecid: 109525404 zi_es_location_id: 109525404GWWYIGQIZO zi_c_is_hq: '0' zi_c_company_name: Citibank zi_c_tier_grade: A zi_c_name: Citibank zi_c_name_display: Citibank zi_c_url: citi.com zi_c_street: 153 E 53rd St zi_c_city: New York City zi_c_state: New York zi_c_zip: '10022' zi_c_country: United States - statusCode: 200 input: zi_c_location_id: 481406259 data: zi_c_location_id: 481406259 zi_es_ecid: 119408012 zi_es_location_id: 119408012CUOSVXPEAR zi_c_is_hq: '1' zi_c_company_name: Google zi_c_tier_grade: A zi_c_name: Google zi_c_name_display: Google zi_c_url: google.com zi_c_street: 1600 Amphitheatre Pkwy zi_c_city: Mountain View zi_c_state: California zi_c_zip: '94043' zi_c_country: United States - statusCode: 200 input: phone: zi_c_country: us zi_c_phone: +1 3607836800 data: zi_c_location_id: 2063317226 zi_es_ecid: 150084738 zi_es_location_id: 150084738JXODRJGYRH zi_c_is_hq: '0' zi_c_company_name: DiscoverOrg zi_c_tier_grade: A zi_c_name: Discoverorg LLC zi_c_name_display: DiscoverOrg zi_c_legal_entity_type: LLC zi_c_url: discoverorg.com zi_c_street: 805 Broadway St zi_c_street_2: Ste 900 zi_c_city: Vancouver zi_c_state: Washington zi_c_zip: '98660' zi_c_country: United States Result14: title: Result14 required: - statusCode - input - data type: object properties: statusCode: type: integer contentEncoding: int32 example: 100 input: $ref: '#/components/schemas/Input14' data: $ref: '#/components/schemas/Data29' examples: - statusCode: 200 input: zi_c_location_id: 400987309 data: zi_c_location_id: 400987309 zi_es_ecid: 155569976 zi_es_location_id: 155569976BYUYOXPKYA zi_c_is_hq: '1' zi_c_company_name: Starbucks zi_c_tier_grade: A zi_c_name: Starbucks zi_c_name_display: Starbucks zi_c_url: starbucks.com zi_c_street: 2401 Utah Ave S zi_c_city: Seattle zi_c_state: Washington zi_c_zip: '98134' zi_c_country: United States Input14: title: Input14 type: object properties: zi_c_location_id: type: integer contentEncoding: int32 example: 500123 address: $ref: '#/components/schemas/Address2' zi_c_url: type: string example: https://www.example.com/resource phone: $ref: '#/components/schemas/Phone' examples: - zi_c_location_id: 400987309 Address2: title: Address2 required: - zi_c_country - zi_c_state type: object properties: zi_c_country: type: string example: US zi_c_state: type: string example: CA examples: - zi_c_country: united states zi_c_state: new york Data29: title: Data29 required: - zi_c_location_id - zi_es_ecid - zi_es_location_id - zi_c_is_hq - zi_c_company_name - zi_c_tier_grade - zi_c_name - zi_c_name_display - zi_c_url - zi_c_street - zi_c_city - zi_c_state - zi_c_zip - zi_c_country type: object properties: zi_c_location_id: type: integer contentEncoding: int32 example: 500123 zi_es_ecid: type: integer contentEncoding: int32 example: 500123 zi_es_location_id: type: string example: '500123' zi_c_is_hq: type: string example: example_value zi_c_company_name: type: string example: Acme Corporation zi_c_tier_grade: type: string example: example_value zi_c_name: type: string example: Acme Corporation zi_c_name_display: type: string example: Acme Corporation zi_c_url: type: string example: https://www.example.com/resource zi_c_street: type: string example: example_value zi_c_city: type: string example: San Francisco zi_c_state: type: string example: CA zi_c_zip: type: string example: '94105' zi_c_country: type: string example: US zi_c_legal_entity_type: type: string example: standard zi_c_street_2: type: string example: example_value examples: - zi_c_location_id: 400987309 zi_es_ecid: 155569976 zi_es_location_id: 155569976BYUYOXPKYA zi_c_is_hq: '1' zi_c_company_name: Starbucks zi_c_tier_grade: A zi_c_name: Starbucks zi_c_name_display: Starbucks zi_c_url: starbucks.com zi_c_street: 2401 Utah Ave S zi_c_city: Seattle zi_c_state: Washington zi_c_zip: '98134' zi_c_country: United States CompanyMasterDataEnrichInput: title: CompanyMasterDataEnrichInput required: - fieldName - fieldType - description type: object properties: fieldName: type: string example: Acme Corporation fieldType: type: string example: standard description: type: string example: Enterprise software company examples: - fieldName: zi_c_location_id fieldType: Long description: Unique ZoomInfo identifier for a company CompanyMasterDataEnrichOutput: title: CompanyMasterDataEnrichOutput required: - fieldName - dataType - description type: object properties: fieldName: type: string example: Acme Corporation dataType: type: string example: standard description: type: string example: Enterprise software company examples: - fieldName: zi_c_location_id dataType: Long description: ZoomInfo unique identifier for company location OrgChartEnrichRequest: title: OrgChartEnrichRequest required: - companyId - department type: object properties: companyId: type: string example: '500123' department: type: string example: example_value examples: - companyId: '344589814' department: c-suite OrgChartEnrich: title: OrgChartEnrich required: - maxResults - totalResults - currentPage - data type: object properties: maxResults: type: integer contentEncoding: int32 example: 100 totalResults: type: integer contentEncoding: int32 example: 100 currentPage: type: integer contentEncoding: int32 example: 1 data: type: array items: $ref: '#/components/schemas/Data30' description: '' example: [] examples: - maxResults: 11 totalResults: 11 currentPage: 1 data: - id: 1843376157 firstName: Justin middleName: '' lastName: Withers lastUpdatedDate: '' title: Senior VP, Strategy and Corporate Development hasEmail: true hasDirectPhone: true department: C-Suite jobFunction: Operations Executive orgChartTier: 2 orgChartSubTier: 7 contactAccuracyScore: 96 company: id: 344589814 name: ZoomInfo - id: 2988050694 firstName: Nir middleName: '' lastName: Keren lastUpdatedDate: '' title: Chief Technology Officer hasEmail: true hasDirectPhone: true department: C-Suite jobFunction: Engineering & Technical Executive orgChartTier: 2 orgChartSubTier: 2 contactAccuracyScore: 90 company: id: 344589814 name: ZoomInfo - id: 1645938489 firstName: Hila middleName: '' lastName: Nir lastUpdatedDate: '' title: Chief Marketing Officer hasEmail: true hasDirectPhone: true department: C-Suite jobFunction: Marketing Executive orgChartTier: 2 orgChartSubTier: 2 contactAccuracyScore: 92 company: id: 344589814 name: ZoomInfo - id: 1260398587 firstName: Henry middleName: L. lastName: Schuck lastUpdatedDate: 1/5/2020 2:59 PM title: Founder & Chief Executive Officer hasEmail: true hasDirectPhone: true department: C-Suite jobFunction: Executive orgChartTier: 1 orgChartSubTier: 1 contactAccuracyScore: 96 company: id: 344589814 name: ZoomInfo - id: -851481737 firstName: Anthony middleName: M. lastName: Stark lastUpdatedDate: '' title: General Counsel hasEmail: true hasDirectPhone: true department: C-Suite jobFunction: Legal Executive orgChartTier: 2 orgChartSubTier: 1 contactAccuracyScore: 96 company: id: 344589814 name: ZoomInfo - id: 2827525345 firstName: Chris middleName: '' lastName: Hays lastUpdatedDate: '' title: Chief Revenue Officer hasEmail: true hasDirectPhone: true department: C-Suite jobFunction: Sales Executive orgChartTier: 2 orgChartSubTier: 3 contactAccuracyScore: 96 company: id: 344589814 name: ZoomInfo - id: 1900751569 firstName: Alyssa middleName: '' lastName: Lahar lastUpdatedDate: '' title: Chief Human Resources Officer hasEmail: true hasDirectPhone: false department: C-Suite jobFunction: Human Resources Executive orgChartTier: 2 orgChartSubTier: 3 contactAccuracyScore: 93 company: id: 344589814 name: ZoomInfo - id: 1691752290 firstName: Derek middleName: M. lastName: Smith lastUpdatedDate: '' title: Senior VP, Data Strategy and R&D hasEmail: true hasDirectPhone: true department: Engineering & Technical jobFunction: Research & Development orgChartTier: 2 orgChartSubTier: 3 contactAccuracyScore: 92 company: id: 344589814 name: ZoomInfo - id: 39841971 firstName: Cameron middleName: '' lastName: Hyzer lastUpdatedDate: '' title: Chief Financial Officer hasEmail: true hasDirectPhone: true department: C-Suite jobFunction: Finance Executive orgChartTier: 2 orgChartSubTier: 2 contactAccuracyScore: 96 company: id: 344589814 name: ZoomInfo - id: -1169994343 firstName: Kelly middleName: '' lastName: Watson lastUpdatedDate: '' title: Executive Assistant, Henry Schuck hasEmail: true hasDirectPhone: true department: C-Suite jobFunction: Executive orgChartTier: 2 orgChartSubTier: 8 contactAccuracyScore: 91 company: id: 344589814 name: ZoomInfo - id: 2086486970 firstName: Mark middleName: S. lastName: Johnson lastUpdatedDate: '' title: Senior VP, Technology & Operations hasEmail: true hasDirectPhone: true department: C-Suite jobFunction: Information Technology Executive orgChartTier: 2 orgChartSubTier: 3 contactAccuracyScore: 96 company: id: 344589814 name: ZoomInfo Data30: title: Data30 required: - id - firstName - middleName - lastName - lastUpdatedDate - title - hasEmail - hasDirectPhone - department - jobFunction - orgChartTier - orgChartSubTier - contactAccuracyScore - company type: object properties: id: type: integer contentEncoding: int32 example: 500123 firstName: type: string example: Acme Corporation middleName: type: string example: Acme Corporation lastName: type: string example: Acme Corporation lastUpdatedDate: type: string example: '2025-03-15T14:30:00Z' title: type: string example: Vice President of Sales hasEmail: type: boolean example: true hasDirectPhone: type: boolean example: true department: type: string example: example_value jobFunction: type: string example: example_value orgChartTier: type: integer contentEncoding: int32 example: 100 orgChartSubTier: type: integer contentEncoding: int32 example: 100 contactAccuracyScore: type: integer contentEncoding: int32 example: 85 company: $ref: '#/components/schemas/Company' examples: - id: 1843376157 firstName: Justin middleName: '' lastName: Withers lastUpdatedDate: '' title: Senior VP, Strategy and Corporate Development hasEmail: true hasDirectPhone: true department: C-Suite jobFunction: Operations Executive orgChartTier: 2 orgChartSubTier: 7 contactAccuracyScore: 96 company: id: 344589814 name: ZoomInfo OrgChartEnrichInput: title: OrgChartEnrichInput required: - fieldName - fieldType - description type: object properties: fieldName: type: string example: Acme Corporation fieldType: type: string example: standard description: type: string example: Enterprise software company examples: - fieldName: companyId fieldType: String description: The id of the company for which you want to view the org chart OrgChartEnrichOutput: title: OrgChartEnrichOutput required: - fieldName - description type: object properties: fieldName: type: string example: Acme Corporation description: type: string example: Enterprise software company examples: - fieldName: id description: Unique ZoomInfo identifier for the contact CorporateHierarchyEnrichRequest: title: CorporateHierarchyEnrichRequest required: - matchCompanyInput - outputFields type: object properties: matchCompanyInput: type: array items: $ref: '#/components/schemas/MatchCompanyInput2' description: '' example: [] outputFields: type: array items: type: string description: '' example: [] examples: - matchCompanyInput: - companyName: zoominfo outputFields: - parentage - familyTree - companyId MatchCompanyInput2: title: MatchCompanyInput2 required: - companyName type: object properties: companyName: type: string example: Acme Corporation examples: - companyName: zoominfo Enrichcorporatehierarchy-multiplecompanies: title: Enrichcorporatehierarchy-multiplecompanies required: - success - data type: object properties: success: type: boolean example: true data: $ref: '#/components/schemas/Data31' Data31: title: Data31 required: - outputFields - result type: object properties: outputFields: type: array items: type: array items: type: string example: [] result: type: array items: $ref: '#/components/schemas/Result15' description: '' example: [] Result15: title: Result15 required: - input - data type: object properties: input: $ref: '#/components/schemas/Input15' data: type: array items: $ref: '#/components/schemas/Data32' description: '' example: [] examples: - input: companyname: zoominfo data: - parentage: [] familyTree: - companyId: 344589814 name: Zoom Information, Inc. city: Vancouver state: Washington familyNodes: - companyId: 440083468 name: '' city: Grand Rapids state: Michigan subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 444874817 name: '' city: Ra'anana state: Central District subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 12715058 name: Eliyon Technologies Corp. city: Cambridge state: Massachusetts subUnitTypeInfo: typeId: 5 typeDescription: '' - companyId: 356263316 name: Datanyze Inc city: San Mateo state: California subUnitTypeInfo: typeId: 3 typeDescription: '' familyNodes: - companyId: 357334302 name: LeadLedger LLC city: San Francisco state: California subUnitTypeInfo: typeId: 3 typeDescription: '' - companyId: 370064497 name: '' city: San Mateo state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 370092210 name: '' city: San Mateo state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 346572700 name: DiscoverOrg LLC city: Vancouver state: Washington subUnitTypeInfo: typeId: 4 typeDescription: '' familyNodes: - companyId: 360079580 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 362940152 name: '' city: Columbus state: Ohio subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 372341509 name: '' city: Narberth state: Pennsylvania subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 417210616 name: '' city: Bethesda state: Maryland subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 433070340 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 438585188 name: '' city: Conshohocken state: Pennsylvania subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 127632468 name: iProfile city: Austin state: Texas subUnitTypeInfo: typeId: 3 typeDescription: '' familyNodes: - companyId: 361511922 name: '' city: London state: Greater London subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 361511923 name: '' city: Austin state: Texas subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 362981183 name: '' city: London state: Greater London subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 362981185 name: '' city: Henderson state: Nevada subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 400311147 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 451872063 name: '' city: Palo Alto state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 455100136 name: '' city: Austin state: Texas subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 480462081 name: '' city: Chicago state: Illinois subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 467273758 name: '' city: Waltham state: Massachusetts subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 405950842 name: NeverBounce city: Cleveland state: Ohio subUnitTypeInfo: typeId: 3 typeDescription: '' familyNodes: - companyId: 415852278 name: '' city: Cleveland state: Ohio subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 435226486 name: '' city: Park City state: Utah subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 480181228 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 472733346 name: '' city: Seattle state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323829 name: '' city: Gaithersburg state: Maryland subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323830 name: '' city: New Britain state: Connecticut subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323831 name: '' city: Conyers state: Georgia subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323832 name: '' city: Walnut Creek state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323833 name: '' city: Portland state: Oregon subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323834 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323835 name: '' city: Cheyenne state: Wyoming subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323836 name: '' city: Mountain View state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323837 name: '' city: Watertown state: Massachusetts subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323838 name: '' city: Woodbridge state: New Jersey subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323839 name: '' city: El Segundo state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323840 name: '' city: New York City state: New York subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323841 name: '' city: Egham state: Surrey subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323842 name: '' city: Vienna state: Virginia subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323843 name: '' city: Buffalo state: New York subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323844 name: '' city: Northport state: New York subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 395930676 name: RainKing Software Inc city: Bethesda state: Maryland subUnitTypeInfo: typeId: 3 typeDescription: '' familyNodes: - companyId: 477747958 name: '' city: Bethesda state: Maryland subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 477857692 name: '' city: Mc Lean state: Virginia subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 478822278 name: '' city: New Hudson state: Michigan subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474328613 name: '' city: Conshohocken state: Pennsylvania subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474328614 name: '' city: Bethesda state: Maryland subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474630732 name: '' city: Waltham state: Massachusetts subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 476310572 name: '' city: Waltham state: Massachusetts subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 478161257 name: '' city: Cleveland state: Ohio subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 371535605 name: Komiko Limited city: Redmond state: Washington subUnitTypeInfo: typeId: 3 typeDescription: '' familyNodes: - companyId: 480849085 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location companyId: 344589814 Input15: title: Input15 type: object properties: companyname: type: string example: Acme Corporation companyid: type: integer contentEncoding: int32 example: 500123 examples: - companyname: zoominfo Data32: title: Data32 required: - parentage - familyTree - companyId type: object properties: parentage: type: array items: oneOf: - $ref: '#/components/schemas/Parentage' - allOf: - $ref: '#/components/schemas/Parentage1' - examples: - companyId: '346572700' companyName: DiscoverOrg LLC city: Vancouver state: Washington subUnitType: '4' subUnitDesc: '' acquiredByDate: '2019-03-04T00:00:00.000Z' description: '' example: [] familyTree: type: array items: $ref: '#/components/schemas/FamilyTree' description: '' example: [] companyId: type: integer contentEncoding: int32 example: 500123 examples: - parentage: [] familyTree: - companyId: 344589814 name: Zoom Information, Inc. city: Vancouver state: Washington familyNodes: - companyId: 440083468 name: '' city: Grand Rapids state: Michigan subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 444874817 name: '' city: Ra'anana state: Central District subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 12715058 name: Eliyon Technologies Corp. city: Cambridge state: Massachusetts subUnitTypeInfo: typeId: 5 typeDescription: '' - companyId: 356263316 name: Datanyze Inc city: San Mateo state: California subUnitTypeInfo: typeId: 3 typeDescription: '' familyNodes: - companyId: 357334302 name: LeadLedger LLC city: San Francisco state: California subUnitTypeInfo: typeId: 3 typeDescription: '' - companyId: 370064497 name: '' city: San Mateo state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 370092210 name: '' city: San Mateo state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 346572700 name: DiscoverOrg LLC city: Vancouver state: Washington subUnitTypeInfo: typeId: 4 typeDescription: '' familyNodes: - companyId: 360079580 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 362940152 name: '' city: Columbus state: Ohio subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 372341509 name: '' city: Narberth state: Pennsylvania subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 417210616 name: '' city: Bethesda state: Maryland subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 433070340 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 438585188 name: '' city: Conshohocken state: Pennsylvania subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 127632468 name: iProfile city: Austin state: Texas subUnitTypeInfo: typeId: 3 typeDescription: '' familyNodes: - companyId: 361511922 name: '' city: London state: Greater London subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 361511923 name: '' city: Austin state: Texas subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 362981183 name: '' city: London state: Greater London subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 362981185 name: '' city: Henderson state: Nevada subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 400311147 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 451872063 name: '' city: Palo Alto state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 455100136 name: '' city: Austin state: Texas subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 480462081 name: '' city: Chicago state: Illinois subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 467273758 name: '' city: Waltham state: Massachusetts subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 405950842 name: NeverBounce city: Cleveland state: Ohio subUnitTypeInfo: typeId: 3 typeDescription: '' familyNodes: - companyId: 415852278 name: '' city: Cleveland state: Ohio subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 435226486 name: '' city: Park City state: Utah subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 480181228 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 472733346 name: '' city: Seattle state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323829 name: '' city: Gaithersburg state: Maryland subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323830 name: '' city: New Britain state: Connecticut subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323831 name: '' city: Conyers state: Georgia subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323832 name: '' city: Walnut Creek state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323833 name: '' city: Portland state: Oregon subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323834 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323835 name: '' city: Cheyenne state: Wyoming subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323836 name: '' city: Mountain View state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323837 name: '' city: Watertown state: Massachusetts subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323838 name: '' city: Woodbridge state: New Jersey subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323839 name: '' city: El Segundo state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323840 name: '' city: New York City state: New York subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323841 name: '' city: Egham state: Surrey subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323842 name: '' city: Vienna state: Virginia subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323843 name: '' city: Buffalo state: New York subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323844 name: '' city: Northport state: New York subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 395930676 name: RainKing Software Inc city: Bethesda state: Maryland subUnitTypeInfo: typeId: 3 typeDescription: '' familyNodes: - companyId: 477747958 name: '' city: Bethesda state: Maryland subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 477857692 name: '' city: Mc Lean state: Virginia subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 478822278 name: '' city: New Hudson state: Michigan subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474328613 name: '' city: Conshohocken state: Pennsylvania subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474328614 name: '' city: Bethesda state: Maryland subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474630732 name: '' city: Waltham state: Massachusetts subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 476310572 name: '' city: Waltham state: Massachusetts subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 478161257 name: '' city: Cleveland state: Ohio subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 371535605 name: Komiko Limited city: Redmond state: Washington subUnitTypeInfo: typeId: 3 typeDescription: '' familyNodes: - companyId: 480849085 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location companyId: 344589814 Parentage: title: Parentage type: object properties: companyId: type: string example: '500123' companyName: type: string example: Acme Corporation city: type: string example: San Francisco state: type: string example: CA subUnitType: type: string example: standard subUnitDesc: type: string example: example_value acquiredByDate: type: string example: '2025-03-15T14:30:00Z' Parentage1: title: Parentage1 required: - companyId - companyName - city - state - subUnitType - subUnitDesc - acquiredByDate type: object properties: companyId: type: string example: '500123' companyName: type: string example: Acme Corporation city: type: string example: San Francisco state: type: string example: CA subUnitType: type: string example: standard subUnitDesc: type: string example: example_value acquiredByDate: type: string example: '2025-03-15T14:30:00Z' examples: - companyId: '346572700' companyName: DiscoverOrg LLC city: Vancouver state: Washington subUnitType: '4' subUnitDesc: '' acquiredByDate: '2019-03-04T00:00:00.000Z' FamilyTree: title: FamilyTree required: - companyId - name - city - state - familyNodes type: object properties: companyId: type: integer contentEncoding: int32 example: 500123 name: type: string example: Acme Corporation city: type: string example: San Francisco state: type: string example: CA familyNodes: type: array items: $ref: '#/components/schemas/FamilyNode' description: '' example: [] examples: - companyId: 344589814 name: Zoom Information, Inc. city: Vancouver state: Washington familyNodes: - companyId: 440083468 name: '' city: Grand Rapids state: Michigan subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 444874817 name: '' city: Ra'anana state: Central District subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 12715058 name: Eliyon Technologies Corp. city: Cambridge state: Massachusetts subUnitTypeInfo: typeId: 5 typeDescription: '' - companyId: 356263316 name: Datanyze Inc city: San Mateo state: California subUnitTypeInfo: typeId: 3 typeDescription: '' familyNodes: - companyId: 357334302 name: LeadLedger LLC city: San Francisco state: California subUnitTypeInfo: typeId: 3 typeDescription: '' - companyId: 370064497 name: '' city: San Mateo state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 370092210 name: '' city: San Mateo state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 346572700 name: DiscoverOrg LLC city: Vancouver state: Washington subUnitTypeInfo: typeId: 4 typeDescription: '' familyNodes: - companyId: 360079580 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 362940152 name: '' city: Columbus state: Ohio subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 372341509 name: '' city: Narberth state: Pennsylvania subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 417210616 name: '' city: Bethesda state: Maryland subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 433070340 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 438585188 name: '' city: Conshohocken state: Pennsylvania subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 127632468 name: iProfile city: Austin state: Texas subUnitTypeInfo: typeId: 3 typeDescription: '' familyNodes: - companyId: 361511922 name: '' city: London state: Greater London subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 361511923 name: '' city: Austin state: Texas subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 362981183 name: '' city: London state: Greater London subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 362981185 name: '' city: Henderson state: Nevada subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 400311147 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 451872063 name: '' city: Palo Alto state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 455100136 name: '' city: Austin state: Texas subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 480462081 name: '' city: Chicago state: Illinois subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 467273758 name: '' city: Waltham state: Massachusetts subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 405950842 name: NeverBounce city: Cleveland state: Ohio subUnitTypeInfo: typeId: 3 typeDescription: '' familyNodes: - companyId: 415852278 name: '' city: Cleveland state: Ohio subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 435226486 name: '' city: Park City state: Utah subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 480181228 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 472733346 name: '' city: Seattle state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323829 name: '' city: Gaithersburg state: Maryland subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323830 name: '' city: New Britain state: Connecticut subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323831 name: '' city: Conyers state: Georgia subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323832 name: '' city: Walnut Creek state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323833 name: '' city: Portland state: Oregon subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323834 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323835 name: '' city: Cheyenne state: Wyoming subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323836 name: '' city: Mountain View state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323837 name: '' city: Watertown state: Massachusetts subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323838 name: '' city: Woodbridge state: New Jersey subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323839 name: '' city: El Segundo state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323840 name: '' city: New York City state: New York subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323841 name: '' city: Egham state: Surrey subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323842 name: '' city: Vienna state: Virginia subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323843 name: '' city: Buffalo state: New York subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323844 name: '' city: Northport state: New York subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 395930676 name: RainKing Software Inc city: Bethesda state: Maryland subUnitTypeInfo: typeId: 3 typeDescription: '' familyNodes: - companyId: 477747958 name: '' city: Bethesda state: Maryland subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 477857692 name: '' city: Mc Lean state: Virginia subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 478822278 name: '' city: New Hudson state: Michigan subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474328613 name: '' city: Conshohocken state: Pennsylvania subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474328614 name: '' city: Bethesda state: Maryland subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474630732 name: '' city: Waltham state: Massachusetts subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 476310572 name: '' city: Waltham state: Massachusetts subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 478161257 name: '' city: Cleveland state: Ohio subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 371535605 name: Komiko Limited city: Redmond state: Washington subUnitTypeInfo: typeId: 3 typeDescription: '' familyNodes: - companyId: 480849085 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location FamilyNode: title: FamilyNode required: - companyId - name - city - state - subUnitTypeInfo type: object properties: companyId: type: integer contentEncoding: int32 example: 500123 name: type: string example: Acme Corporation city: type: string example: San Francisco state: type: string example: CA subUnitTypeInfo: $ref: '#/components/schemas/SubUnitTypeInfo' familyNodes: type: array items: $ref: '#/components/schemas/FamilyNode1' description: '' example: [] examples: - companyId: 440083468 name: '' city: Grand Rapids state: Michigan subUnitTypeInfo: typeId: 1 typeDescription: Location SubUnitTypeInfo: title: SubUnitTypeInfo required: - typeId - typeDescription type: object properties: typeId: type: integer contentEncoding: int32 example: 500123 typeDescription: type: string example: Enterprise software company examples: - typeId: 1 typeDescription: Location FamilyNode1: title: FamilyNode1 required: - companyId - name - city - state - subUnitTypeInfo type: object properties: companyId: type: integer contentEncoding: int32 example: 500123 name: type: string example: Acme Corporation city: type: string example: San Francisco state: type: string example: CA subUnitTypeInfo: $ref: '#/components/schemas/SubUnitTypeInfo' familyNodes: type: array items: $ref: '#/components/schemas/FamilyNode2' description: '' example: [] examples: - companyId: 357334302 name: LeadLedger LLC city: San Francisco state: California subUnitTypeInfo: typeId: 3 typeDescription: '' FamilyNode2: title: FamilyNode2 required: - companyId - name - city - state - subUnitTypeInfo type: object properties: companyId: type: integer contentEncoding: int32 example: 500123 name: type: string example: Acme Corporation city: type: string example: San Francisco state: type: string example: CA subUnitTypeInfo: $ref: '#/components/schemas/SubUnitTypeInfo' examples: - companyId: 361511922 name: '' city: London state: Greater London subUnitTypeInfo: typeId: 1 typeDescription: Location Enrichcorporatehierarchy-singlecompany: title: Enrichcorporatehierarchy-singlecompany required: - success - data type: object properties: success: type: boolean example: true data: $ref: '#/components/schemas/Data33' examples: - success: true data: outputFields: - - parentage - familytree - companyid result: - input: companyname: zoominfo data: - parentage: [] familyTree: - companyId: 344589814 name: Zoom Information, Inc. city: Vancouver state: Washington familyNodes: - companyId: 440083468 name: '' city: Grand Rapids state: Michigan subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 444874817 name: '' city: Ra'anana state: Central District subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 12715058 name: Eliyon Technologies Corp. city: Cambridge state: Massachusetts subUnitTypeInfo: typeId: 5 typeDescription: '' - companyId: 356263316 name: Datanyze Inc city: San Mateo state: California subUnitTypeInfo: typeId: 3 typeDescription: '' familyNodes: - companyId: 357334302 name: LeadLedger LLC city: San Francisco state: California subUnitTypeInfo: typeId: 3 typeDescription: '' - companyId: 370064497 name: '' city: San Mateo state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 370092210 name: '' city: San Mateo state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 346572700 name: DiscoverOrg LLC city: Vancouver state: Washington subUnitTypeInfo: typeId: 4 typeDescription: '' familyNodes: - companyId: 360079580 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 362940152 name: '' city: Columbus state: Ohio subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 372341509 name: '' city: Narberth state: Pennsylvania subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 417210616 name: '' city: Bethesda state: Maryland subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 433070340 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 438585188 name: '' city: Conshohocken state: Pennsylvania subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 127632468 name: iProfile city: Austin state: Texas subUnitTypeInfo: typeId: 3 typeDescription: '' familyNodes: - companyId: 361511922 name: '' city: London state: Greater London subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 361511923 name: '' city: Austin state: Texas subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 362981183 name: '' city: London state: Greater London subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 362981185 name: '' city: Henderson state: Nevada subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 400311147 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 451872063 name: '' city: Palo Alto state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 455100136 name: '' city: Austin state: Texas subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 480462081 name: '' city: Chicago state: Illinois subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 467273758 name: '' city: Waltham state: Massachusetts subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 405950842 name: NeverBounce city: Cleveland state: Ohio subUnitTypeInfo: typeId: 3 typeDescription: '' familyNodes: - companyId: 415852278 name: '' city: Cleveland state: Ohio subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 435226486 name: '' city: Park City state: Utah subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 480181228 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 472733346 name: '' city: Seattle state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323829 name: '' city: Gaithersburg state: Maryland subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323830 name: '' city: New Britain state: Connecticut subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323831 name: '' city: Conyers state: Georgia subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323832 name: '' city: Walnut Creek state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323833 name: '' city: Portland state: Oregon subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323834 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323835 name: '' city: Cheyenne state: Wyoming subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323836 name: '' city: Mountain View state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323837 name: '' city: Watertown state: Massachusetts subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323838 name: '' city: Woodbridge state: New Jersey subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323839 name: '' city: El Segundo state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323840 name: '' city: New York City state: New York subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323841 name: '' city: Egham state: Surrey subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323842 name: '' city: Vienna state: Virginia subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323843 name: '' city: Buffalo state: New York subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323844 name: '' city: Northport state: New York subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 395930676 name: RainKing Software Inc city: Bethesda state: Maryland subUnitTypeInfo: typeId: 3 typeDescription: '' familyNodes: - companyId: 477747958 name: '' city: Bethesda state: Maryland subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 477857692 name: '' city: Mc Lean state: Virginia subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 478822278 name: '' city: New Hudson state: Michigan subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474328613 name: '' city: Conshohocken state: Pennsylvania subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474328614 name: '' city: Bethesda state: Maryland subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474630732 name: '' city: Waltham state: Massachusetts subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 476310572 name: '' city: Waltham state: Massachusetts subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 478161257 name: '' city: Cleveland state: Ohio subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 371535605 name: Komiko Limited city: Redmond state: Washington subUnitTypeInfo: typeId: 3 typeDescription: '' familyNodes: - companyId: 480849085 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location companyId: 344589814 Data33: title: Data33 required: - outputFields - result type: object properties: outputFields: type: array items: type: array items: type: string example: [] result: type: array items: $ref: '#/components/schemas/Result16' description: '' example: [] examples: - outputFields: - - parentage - familytree - companyid result: - input: companyname: zoominfo data: - parentage: [] familyTree: - companyId: 344589814 name: Zoom Information, Inc. city: Vancouver state: Washington familyNodes: - companyId: 440083468 name: '' city: Grand Rapids state: Michigan subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 444874817 name: '' city: Ra'anana state: Central District subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 12715058 name: Eliyon Technologies Corp. city: Cambridge state: Massachusetts subUnitTypeInfo: typeId: 5 typeDescription: '' - companyId: 356263316 name: Datanyze Inc city: San Mateo state: California subUnitTypeInfo: typeId: 3 typeDescription: '' familyNodes: - companyId: 357334302 name: LeadLedger LLC city: San Francisco state: California subUnitTypeInfo: typeId: 3 typeDescription: '' - companyId: 370064497 name: '' city: San Mateo state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 370092210 name: '' city: San Mateo state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 346572700 name: DiscoverOrg LLC city: Vancouver state: Washington subUnitTypeInfo: typeId: 4 typeDescription: '' familyNodes: - companyId: 360079580 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 362940152 name: '' city: Columbus state: Ohio subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 372341509 name: '' city: Narberth state: Pennsylvania subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 417210616 name: '' city: Bethesda state: Maryland subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 433070340 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 438585188 name: '' city: Conshohocken state: Pennsylvania subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 127632468 name: iProfile city: Austin state: Texas subUnitTypeInfo: typeId: 3 typeDescription: '' familyNodes: - companyId: 361511922 name: '' city: London state: Greater London subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 361511923 name: '' city: Austin state: Texas subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 362981183 name: '' city: London state: Greater London subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 362981185 name: '' city: Henderson state: Nevada subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 400311147 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 451872063 name: '' city: Palo Alto state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 455100136 name: '' city: Austin state: Texas subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 480462081 name: '' city: Chicago state: Illinois subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 467273758 name: '' city: Waltham state: Massachusetts subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 405950842 name: NeverBounce city: Cleveland state: Ohio subUnitTypeInfo: typeId: 3 typeDescription: '' familyNodes: - companyId: 415852278 name: '' city: Cleveland state: Ohio subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 435226486 name: '' city: Park City state: Utah subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 480181228 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 472733346 name: '' city: Seattle state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323829 name: '' city: Gaithersburg state: Maryland subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323830 name: '' city: New Britain state: Connecticut subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323831 name: '' city: Conyers state: Georgia subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323832 name: '' city: Walnut Creek state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323833 name: '' city: Portland state: Oregon subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323834 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323835 name: '' city: Cheyenne state: Wyoming subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323836 name: '' city: Mountain View state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323837 name: '' city: Watertown state: Massachusetts subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323838 name: '' city: Woodbridge state: New Jersey subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323839 name: '' city: El Segundo state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323840 name: '' city: New York City state: New York subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323841 name: '' city: Egham state: Surrey subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323842 name: '' city: Vienna state: Virginia subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323843 name: '' city: Buffalo state: New York subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323844 name: '' city: Northport state: New York subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 395930676 name: RainKing Software Inc city: Bethesda state: Maryland subUnitTypeInfo: typeId: 3 typeDescription: '' familyNodes: - companyId: 477747958 name: '' city: Bethesda state: Maryland subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 477857692 name: '' city: Mc Lean state: Virginia subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 478822278 name: '' city: New Hudson state: Michigan subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474328613 name: '' city: Conshohocken state: Pennsylvania subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474328614 name: '' city: Bethesda state: Maryland subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474630732 name: '' city: Waltham state: Massachusetts subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 476310572 name: '' city: Waltham state: Massachusetts subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 478161257 name: '' city: Cleveland state: Ohio subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 371535605 name: Komiko Limited city: Redmond state: Washington subUnitTypeInfo: typeId: 3 typeDescription: '' familyNodes: - companyId: 480849085 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location companyId: 344589814 Result16: title: Result16 required: - input - data type: object properties: input: $ref: '#/components/schemas/Input8' data: type: array items: $ref: '#/components/schemas/Data34' description: '' example: [] examples: - input: companyname: zoominfo data: - parentage: [] familyTree: - companyId: 344589814 name: Zoom Information, Inc. city: Vancouver state: Washington familyNodes: - companyId: 440083468 name: '' city: Grand Rapids state: Michigan subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 444874817 name: '' city: Ra'anana state: Central District subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 12715058 name: Eliyon Technologies Corp. city: Cambridge state: Massachusetts subUnitTypeInfo: typeId: 5 typeDescription: '' - companyId: 356263316 name: Datanyze Inc city: San Mateo state: California subUnitTypeInfo: typeId: 3 typeDescription: '' familyNodes: - companyId: 357334302 name: LeadLedger LLC city: San Francisco state: California subUnitTypeInfo: typeId: 3 typeDescription: '' - companyId: 370064497 name: '' city: San Mateo state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 370092210 name: '' city: San Mateo state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 346572700 name: DiscoverOrg LLC city: Vancouver state: Washington subUnitTypeInfo: typeId: 4 typeDescription: '' familyNodes: - companyId: 360079580 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 362940152 name: '' city: Columbus state: Ohio subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 372341509 name: '' city: Narberth state: Pennsylvania subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 417210616 name: '' city: Bethesda state: Maryland subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 433070340 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 438585188 name: '' city: Conshohocken state: Pennsylvania subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 127632468 name: iProfile city: Austin state: Texas subUnitTypeInfo: typeId: 3 typeDescription: '' familyNodes: - companyId: 361511922 name: '' city: London state: Greater London subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 361511923 name: '' city: Austin state: Texas subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 362981183 name: '' city: London state: Greater London subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 362981185 name: '' city: Henderson state: Nevada subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 400311147 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 451872063 name: '' city: Palo Alto state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 455100136 name: '' city: Austin state: Texas subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 480462081 name: '' city: Chicago state: Illinois subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 467273758 name: '' city: Waltham state: Massachusetts subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 405950842 name: NeverBounce city: Cleveland state: Ohio subUnitTypeInfo: typeId: 3 typeDescription: '' familyNodes: - companyId: 415852278 name: '' city: Cleveland state: Ohio subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 435226486 name: '' city: Park City state: Utah subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 480181228 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 472733346 name: '' city: Seattle state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323829 name: '' city: Gaithersburg state: Maryland subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323830 name: '' city: New Britain state: Connecticut subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323831 name: '' city: Conyers state: Georgia subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323832 name: '' city: Walnut Creek state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323833 name: '' city: Portland state: Oregon subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323834 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323835 name: '' city: Cheyenne state: Wyoming subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323836 name: '' city: Mountain View state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323837 name: '' city: Watertown state: Massachusetts subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323838 name: '' city: Woodbridge state: New Jersey subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323839 name: '' city: El Segundo state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323840 name: '' city: New York City state: New York subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323841 name: '' city: Egham state: Surrey subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323842 name: '' city: Vienna state: Virginia subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323843 name: '' city: Buffalo state: New York subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323844 name: '' city: Northport state: New York subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 395930676 name: RainKing Software Inc city: Bethesda state: Maryland subUnitTypeInfo: typeId: 3 typeDescription: '' familyNodes: - companyId: 477747958 name: '' city: Bethesda state: Maryland subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 477857692 name: '' city: Mc Lean state: Virginia subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 478822278 name: '' city: New Hudson state: Michigan subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474328613 name: '' city: Conshohocken state: Pennsylvania subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474328614 name: '' city: Bethesda state: Maryland subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474630732 name: '' city: Waltham state: Massachusetts subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 476310572 name: '' city: Waltham state: Massachusetts subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 478161257 name: '' city: Cleveland state: Ohio subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 371535605 name: Komiko Limited city: Redmond state: Washington subUnitTypeInfo: typeId: 3 typeDescription: '' familyNodes: - companyId: 480849085 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location companyId: 344589814 Data34: title: Data34 required: - parentage - familyTree - companyId type: object properties: parentage: type: array items: type: string description: '' example: [] familyTree: type: array items: $ref: '#/components/schemas/FamilyTree' description: '' example: [] companyId: type: integer contentEncoding: int32 example: 500123 examples: - parentage: [] familyTree: - companyId: 344589814 name: Zoom Information, Inc. city: Vancouver state: Washington familyNodes: - companyId: 440083468 name: '' city: Grand Rapids state: Michigan subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 444874817 name: '' city: Ra'anana state: Central District subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 12715058 name: Eliyon Technologies Corp. city: Cambridge state: Massachusetts subUnitTypeInfo: typeId: 5 typeDescription: '' - companyId: 356263316 name: Datanyze Inc city: San Mateo state: California subUnitTypeInfo: typeId: 3 typeDescription: '' familyNodes: - companyId: 357334302 name: LeadLedger LLC city: San Francisco state: California subUnitTypeInfo: typeId: 3 typeDescription: '' - companyId: 370064497 name: '' city: San Mateo state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 370092210 name: '' city: San Mateo state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 346572700 name: DiscoverOrg LLC city: Vancouver state: Washington subUnitTypeInfo: typeId: 4 typeDescription: '' familyNodes: - companyId: 360079580 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 362940152 name: '' city: Columbus state: Ohio subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 372341509 name: '' city: Narberth state: Pennsylvania subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 417210616 name: '' city: Bethesda state: Maryland subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 433070340 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 438585188 name: '' city: Conshohocken state: Pennsylvania subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 127632468 name: iProfile city: Austin state: Texas subUnitTypeInfo: typeId: 3 typeDescription: '' familyNodes: - companyId: 361511922 name: '' city: London state: Greater London subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 361511923 name: '' city: Austin state: Texas subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 362981183 name: '' city: London state: Greater London subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 362981185 name: '' city: Henderson state: Nevada subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 400311147 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 451872063 name: '' city: Palo Alto state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 455100136 name: '' city: Austin state: Texas subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 480462081 name: '' city: Chicago state: Illinois subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 467273758 name: '' city: Waltham state: Massachusetts subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 405950842 name: NeverBounce city: Cleveland state: Ohio subUnitTypeInfo: typeId: 3 typeDescription: '' familyNodes: - companyId: 415852278 name: '' city: Cleveland state: Ohio subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 435226486 name: '' city: Park City state: Utah subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 480181228 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 472733346 name: '' city: Seattle state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323829 name: '' city: Gaithersburg state: Maryland subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323830 name: '' city: New Britain state: Connecticut subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323831 name: '' city: Conyers state: Georgia subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323832 name: '' city: Walnut Creek state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323833 name: '' city: Portland state: Oregon subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323834 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323835 name: '' city: Cheyenne state: Wyoming subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323836 name: '' city: Mountain View state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323837 name: '' city: Watertown state: Massachusetts subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323838 name: '' city: Woodbridge state: New Jersey subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323839 name: '' city: El Segundo state: California subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323840 name: '' city: New York City state: New York subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323841 name: '' city: Egham state: Surrey subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323842 name: '' city: Vienna state: Virginia subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323843 name: '' city: Buffalo state: New York subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474323844 name: '' city: Northport state: New York subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 395930676 name: RainKing Software Inc city: Bethesda state: Maryland subUnitTypeInfo: typeId: 3 typeDescription: '' familyNodes: - companyId: 477747958 name: '' city: Bethesda state: Maryland subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 477857692 name: '' city: Mc Lean state: Virginia subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 478822278 name: '' city: New Hudson state: Michigan subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474328613 name: '' city: Conshohocken state: Pennsylvania subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474328614 name: '' city: Bethesda state: Maryland subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 474630732 name: '' city: Waltham state: Massachusetts subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 476310572 name: '' city: Waltham state: Massachusetts subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 478161257 name: '' city: Cleveland state: Ohio subUnitTypeInfo: typeId: 1 typeDescription: Location - companyId: 371535605 name: Komiko Limited city: Redmond state: Washington subUnitTypeInfo: typeId: 3 typeDescription: '' familyNodes: - companyId: 480849085 name: '' city: Vancouver state: Washington subUnitTypeInfo: typeId: 1 typeDescription: Location companyId: 344589814 GetCorporateHierarchyEnrichInput: title: GetCorporateHierarchyEnrichInput required: - fieldName - fieldType - description type: object properties: fieldName: type: string example: Acme Corporation fieldType: type: string example: standard description: type: string example: Enterprise software company examples: - fieldName: companyId fieldType: Integer description: The id of the company you are searching for GetCorporateHierarchyEnrichOutput: title: GetCorporateHierarchyEnrichOutput required: - fieldName - description type: object properties: fieldName: type: string example: Acme Corporation description: type: string example: Enterprise software company examples: - fieldName: parentage description: All companies higher up in the corporate hierarchy for this company LocationEnrichRequest: title: LocationEnrichRequest required: - companyId type: object properties: companyId: type: string example: '500123' examples: - companyId: '344589814' Enrichcompanylocation: title: Enrichcompanylocation required: - maxResults - totalResults - currentPage - data type: object properties: maxResults: type: integer contentEncoding: int32 example: 100 totalResults: type: integer contentEncoding: int32 example: 100 currentPage: type: integer contentEncoding: int32 example: 1 data: type: array items: $ref: '#/components/schemas/Data35' description: '' example: [] examples: - maxResults: 36 totalResults: 36 currentPage: 1 data: - phone: (360) 718-5630 fax: '' street: 805 Broadway St Ste 900 city: Vancouver state: Washington zipCode: '98660' country: United States company: id: 346572700 addressStatus: DEFUNCT subUnitType: Former_new_name locationName: DiscoverOrg locationEmployeeCount: 500 - phone: (888) 381-7667 fax: '' street: 465 California St 600 city: San Francisco state: California zipCode: '94104' country: United States company: id: 406371967 addressStatus: DEFUNCT subUnitType: Acquisition locationName: Chorus locationEmployeeCount: 170 - phone: (888) 240-8088 fax: (248) 927-5081 street: 340 6th St Ste 202 city: San Francisco state: California zipCode: '94103' country: United States company: id: 352472290 addressStatus: DEFUNCT subUnitType: Acquisition locationName: Ringlead locationEmployeeCount: 80 - phone: (855) 682-5572 fax: '' street: 1316 3rd St 111 city: Santa Monica state: California zipCode: '90401' country: United States company: id: 382321985 addressStatus: CURRENT subUnitType: Subsidiary locationName: Comparably locationEmployeeCount: 25 - phone: (650) 425-3937 fax: '' street: 1850 Gateway Dr Ste 400 city: San Mateo state: California zipCode: '94404' country: United States company: id: 358845517 addressStatus: DEFUNCT subUnitType: Acquisition locationName: EverString locationEmployeeCount: 61 - phone: (650) 393-5177 fax: '' street: 4 W 4th Ave Ste 301 city: San Mateo state: California zipCode: '94402' country: United States company: id: 356263316 addressStatus: CURRENT subUnitType: Subsidiary locationName: Datanyze locationEmployeeCount: 42 - phone: (617) 588-7505 fax: '' street: 810 Memorial Dr Fl 3 city: Cambridge state: Massachusetts zipCode: 02139 country: United States company: id: 12715058 addressStatus: DEFUNCT subUnitType: Subsidiary locationName: Eliyon Technologies locationEmployeeCount: 72 - phone: (905) 669-8868 fax: '' street: 1100 NE Campus Pkwy Ste 200 city: Seattle state: Washington zipCode: '98105' country: United States company: id: 483214632 addressStatus: DEFUNCT subUnitType: Acquisition locationName: Insent locationEmployeeCount: 25 - phone: (425) 903-3346 fax: '' street: 7826 Leary Way NE 201 city: Redmond state: Washington zipCode: '98052' country: United States company: id: 371535605 addressStatus: DEFUNCT subUnitType: Acquisition locationName: Komiko locationEmployeeCount: 16 - phone: (877) 678-4577 fax: '' street: 695 Mansell Rd Ste 250 city: Roswell state: Georgia zipCode: '30076' country: United States company: id: 357413234 addressStatus: CURRENT subUnitType: Subsidiary locationName: Clickagy locationEmployeeCount: 13 - phone: (425) 409-9302 fax: '' street: 9 Lake Bellevue Dr Ste 213 city: Bellevue state: Washington zipCode: '98005' country: United States company: id: 346281805 addressStatus: DEFUNCT subUnitType: Acquisition locationName: Tellwise locationEmployeeCount: 14 - phone: '' fax: '' street: 4082 Orme St city: Palo Alto state: California zipCode: '94306' country: United States company: id: 458157110 addressStatus: DEFUNCT subUnitType: Acquisition locationName: Dogpatch Advisors locationEmployeeCount: 5 - phone: '' fax: '' street: '' city: '' state: '' zipCode: '' country: United States company: id: 548942026 addressStatus: DEFUNCT subUnitType: Former_new_name locationName: DiscoverOrg locationEmployeeCount: 18 - phone: '' fax: '' street: 7700 Old Georgetown Rd city: Bethesda state: Maryland zipCode: '20814' country: United States company: id: 474328614 addressStatus: CURRENT subUnitType: Location locationName: Zoom Information locationEmployeeCount: 254 - phone: '' fax: '' street: '' city: '' state: '' zipCode: '' country: Australia company: id: 2218043599 addressStatus: INVALID subUnitType: Location locationName: Zoominfo locationEmployeeCount: 1 - phone: '' fax: '' street: 133 Whitechapel High St city: London state: Essex zipCode: E1 7QA country: United Kingdom company: id: 560088004 addressStatus: INVALID subUnitType: Location locationName: Zoom Information locationEmployeeCount: 3 - phone: '' fax: '' street: 695 Mansell Rd Ste 250 city: Roswell state: Georgia zipCode: '30076' country: United States company: id: 560118251 addressStatus: VALID subUnitType: Location locationName: Zoom Information locationEmployeeCount: 16 - phone: '' fax: '' street: 435 Ionia Sw Ste 200 city: Grand Rapids state: Michigan zipCode: '49503' country: United States company: id: 483996375 addressStatus: VALID subUnitType: Location locationName: Zoom Information locationEmployeeCount: 18 - phone: '' fax: '' street: 3690 Orange Pl Ste 310 city: Cleveland state: Ohio zipCode: '44133' country: United States company: id: 478161257 addressStatus: VALID subUnitType: Location locationName: Zoom Information locationEmployeeCount: 19 - phone: (866) 904-9666 fax: '' street: 170 Tracer Ln city: Waltham state: Massachusetts zipCode: '02451' country: United States company: id: 2079041976 addressStatus: PAST subUnitType: Location locationName: Zoominfo locationEmployeeCount: 1 - phone: (866) 904-9666 fax: '' street: 170 Data Dr city: Waltham state: Massachusetts zipCode: '02451' country: United States company: id: 476310572 addressStatus: CURRENT subUnitType: Location locationName: Zoominfo locationEmployeeCount: 454 - phone: '' fax: '' street: 441 E Hector St Ste 200 city: Conshohocken state: Pennsylvania zipCode: '19428' country: United States company: id: 474328613 addressStatus: VALID subUnitType: Location locationName: Zoom Information locationEmployeeCount: 279 - phone: '' fax: '' street: 465 California St Ste 600 city: San Francisco state: California zipCode: '94111' country: United States company: id: 563915395 addressStatus: VALID subUnitType: Location locationName: Zoom Information locationEmployeeCount: 27 - phone: '' fax: '' street: 4 Hasheizaf St city: Ra'anana state: Tel Aviv zipCode: '4366411' country: Israel company: id: 2216653193 addressStatus: CURRENT subUnitType: Location locationName: Zoominfo locationEmployeeCount: 94 - phone: (866) 904-9666 fax: '' street: 100 Data Dr city: Waltham state: Massachusetts zipCode: '02451' country: United States company: id: 2203083854 addressStatus: LIMBO subUnitType: Location locationName: Zoominfo locationEmployeeCount: 1 - phone: (781) 790-7078 fax: '' street: 100 Tracer Ln city: Waltham state: Massachusetts zipCode: '02452' country: United States company: id: 474630732 addressStatus: VALID subUnitType: Location locationName: Zoom Information locationEmployeeCount: 22 - phone: '' fax: '' street: 1850 Gateway Dr Ste 400 city: San Mateo state: California zipCode: '94404' country: United States company: id: 555967205 addressStatus: CURRENT subUnitType: Location locationName: Zoom Information locationEmployeeCount: 379 - phone: (781) 693-7500 fax: '' street: 307 Waverley Oaks Rd Ste 405 city: Waltham state: Massachusetts zipCode: '02452' country: United States company: id: 2079041971 addressStatus: CURRENT subUnitType: Location locationName: Zoom Information locationEmployeeCount: 103 - phone: '' fax: '' street: 10818 NE 88th St city: Vancouver state: Washington zipCode: '98662' country: United States company: id: 2216627196 addressStatus: CURRENT subUnitType: Location locationName: Zoom Information Inc locationEmployeeCount: 297 - phone: (425) 673-4292 fax: '' street: 4630 200th Street Sw St H city: Lynnwood state: Washington zipCode: '98036' country: United States company: id: 2203083856 addressStatus: LIMBO subUnitType: Location locationName: Zoominfo locationEmployeeCount: 1 - phone: (866) 904-9666 fax: '' street: 38 Fulton St W 313 city: Grand Rapids state: Michigan zipCode: '49503' country: United States company: id: 440083468 addressStatus: INVALID subUnitType: Location locationName: Zoominfo locationEmployeeCount: 19 - phone: (800) 914-1220 fax: '' street: 805 Broadway St Ste 900 city: Vancouver state: Washington zipCode: '98660' country: United States company: id: 2203083849 addressStatus: CURRENT subUnitType: Location locationName: Zoom Information locationEmployeeCount: 2742 - phone: '' fax: '' street: 307 Waverley Oaks Rd Ste 307 city: Waltham state: Massachusetts zipCode: '02452' country: United States company: id: 2203083851 addressStatus: LIMBO subUnitType: Location locationName: Zoom Information locationEmployeeCount: 1 - phone: (866) 904-9666 fax: '' street: 805 Broadway St Ste 800 city: Vancouver state: Washington zipCode: '98660' country: United States company: id: 2203083858 addressStatus: PAST subUnitType: Location locationName: Zoominfo Technologies locationEmployeeCount: 558 - phone: (781) 693-7500 fax: '' street: 275 Wyman St city: Waltham state: Massachusetts zipCode: '02451' country: United States company: id: 560088010 addressStatus: VALID subUnitType: Location locationName: Zoom Information locationEmployeeCount: 356 - phone: (360) 718-5630 fax: '' street: 1750 112th Ave NE Ste D151 city: Bellevue state: Washington zipCode: '98004' country: United States company: id: 560118250 addressStatus: VALID subUnitType: Location locationName: Zoom Information locationEmployeeCount: 1 Data35: title: Data35 required: - phone - fax - street - city - state - zipCode - country - company type: object properties: phone: type: string example: +1-555-555-1234 fax: type: string example: example_value street: type: string example: example_value city: type: string example: San Francisco state: type: string example: CA zipCode: type: string example: '94105' country: type: string example: US company: $ref: '#/components/schemas/Company20' examples: - phone: (360) 718-5630 fax: '' street: 805 Broadway St Ste 900 city: Vancouver state: Washington zipCode: '98660' country: United States company: id: 346572700 addressStatus: DEFUNCT subUnitType: Former_new_name locationName: DiscoverOrg locationEmployeeCount: 500 Company20: title: Company20 required: - id - addressStatus - subUnitType - locationName - locationEmployeeCount type: object properties: id: type: integer contentEncoding: int32 example: 500123 addressStatus: type: string example: 123 Main Street subUnitType: type: string example: standard locationName: type: string example: Acme Corporation locationEmployeeCount: type: integer contentEncoding: int32 example: 250 examples: - id: 346572700 addressStatus: DEFUNCT subUnitType: Former_new_name locationName: DiscoverOrg locationEmployeeCount: 500 GetLocationEnrichInput: title: GetLocationEnrichInput required: - fieldName - fieldType - description type: object properties: fieldName: type: string example: Acme Corporation fieldType: type: string example: standard description: type: string example: Enterprise software company examples: - fieldName: parentId fieldType: String description: The id of the parent company for which you want to find locations LocationEnrichOutput: title: LocationEnrichOutput required: - fieldName - description type: object properties: fieldName: type: string example: Acme Corporation description: type: string example: Enterprise software company examples: - fieldName: companyId description: Unique ZoomInfo identifier for a company TechnologyEnrichRequest: title: TechnologyEnrichRequest required: - companyId type: object properties: companyId: type: string example: '500123' examples: - companyId: '344589814' Enrichtechnologyforacompany: title: Enrichtechnologyforacompany required: - maxResults - totalResults - currentPage - data type: object properties: maxResults: type: integer contentEncoding: int32 example: 100 totalResults: type: integer contentEncoding: int32 example: 100 currentPage: type: integer contentEncoding: int32 example: 1 data: type: array items: $ref: '#/components/schemas/Data36' description: '' example: [] examples: - maxResults: 174 totalResults: 174 currentPage: 1 data: - tag: '25420' categoryParent: IT Infrastructure category: Infrastructure as a Service (IaaS) vendor: Google LLC product: Google Compute Engine attribute: 334.194.1 website: https://cloud.google.com/compute/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cloud.google.com domain: cloud.google.com createdTime: 8/11/16 14:14 modifiedTime: 10/10/18 6:45 description: Google Compute Engine is the Infrastructure as a service component of google cloud platform which is built on the global infrastructure that runs googles search engine, gmail, youtube and other services. It offers high performance virtual machines, customer-friendly pricing, fast networking, and carbon-neutral impact. - tag: '23715' categoryParent: Development category: Container Management Software vendor: The Kubernetes Authors product: Kubernetes attribute: 328.321.25880464 website: http://kubernetes.io/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/kubernetes.io domain: kubernetes.io createdTime: 7/16/16 19:04 modifiedTime: 6/27/18 3:03 description: Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications. - tag: '30170' categoryParent: Development category: Source Code Management vendor: GitHub, Inc. product: Github attribute: 328.315.488 website: https://github.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/github.com domain: github.com createdTime: 10/7/16 15:28 modifiedTime: 11/27/17 23:41 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. - tag: '29127' categoryParent: Programming category: Programming Languages vendor: The Perl Foundation product: Perl attribute: 350.67.1355576 website: https://perl.org logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/perl.org domain: perl.org createdTime: 9/20/16 15:32 modifiedTime: 12/18/18 22:51 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. - tag: '23717' categoryParent: Development category: Container Management Software vendor: Docker Inc product: Docker attribute: 328.321.7208456 website: https://www.docker.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/docker.com domain: docker.com createdTime: 7/16/16 19:04 modifiedTime: 8/8/18 2:45 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. - tag: '124797' categoryParent: IT Management category: Communication Hardware vendor: T-Mobile product: T-Mobile attribute: 468.466.120257380 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:52 description: '' - tag: '122544' categoryParent: Programming category: Frameworks and Libraries vendor: Kevin Brown product: Select2 attribute: 350.66.120253333 website: https://select2.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/select2.org domain: select2.org createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:31 description: jQuery replacement for select boxes - tag: '126617' categoryParent: Programming category: Other Programming Software vendor: Google LLC product: YouTube IFrame Embed attribute: 350.451.1 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 12/25/19 7:36 description: '' - tag: '92574' categoryParent: Communication and Collaboration category: Team Collaboration vendor: Microsoft Office product: Microsoft Exchange Server attribute: 333.267.32627 website: https://products.office.com/en/microsoft-exchange-2013 logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/products.office.com domain: products.office.com createdTime: 9/4/18 4:02 modifiedTime: 11/13/18 2:09 description: Microsoft Exchange is a messaging and collaborative software solution used for managing e-mail, calendaring, contacts, and tasks. - tag: '32350' categoryParent: Communication and Collaboration category: Project Management Software vendor: Trello, Inc. product: Trello attribute: 333.217.20642 website: http://trello.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/trello.com domain: trello.com createdTime: 11/28/16 6:25 modifiedTime: 4/6/18 2:30 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 - tag: '89949' categoryParent: Marketing category: Other Marketing Software vendor: Twitter, Inc. product: Twitter Cards attribute: 338.412.9 website: https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/abouts-cards logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/developer.twitter.com domain: developer.twitter.com createdTime: 8/9/18 3:00 modifiedTime: 8/13/18 6:36 description: Twitter Cards allows attaching rich photos and videos to Tweets. - tag: '24070' categoryParent: Miscellaneous category: Miscellaneous vendor: VMware, Inc product: VMware (common) attribute: 0.68.2140 website: http://www.vmware.com/ap logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/vmware.com domain: vmware.com createdTime: 7/16/16 19:04 modifiedTime: 11/12/18 0:25 description: VMware is a software company providing cloud and virtualization services. - tag: '114002' categoryParent: IT Management category: Network Hardware vendor: HP Development Company, L.P product: HP ProCurve attribute: 468.216.120252534 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:26 description: '' - tag: '25426' categoryParent: Programming category: Integrated Development Environments vendor: Microsoft Corporation product: Microsoft Visual Studio attribute: 350.444.28 website: https://www.visualstudio.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/visualstudio.com domain: visualstudio.com createdTime: 8/11/16 14:18 modifiedTime: 11/30/17 1:47 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. - tag: '5849' categoryParent: Security category: Email Security vendor: Mimecast Services Limited product: Mimecast attribute: 339.343.81530 website: http://mimecast.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/mimecast.com domain: mimecast.com createdTime: 9/4/14 16:45 modifiedTime: 10/12/17 5:27 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. - tag: '23703' categoryParent: IT Infrastructure category: Infrastructure as a Service (IaaS) vendor: Microsoft Corporation product: Microsoft Azure attribute: 334.194.28 website: https://azure.microsoft.com/en-us/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/azure.microsoft.com domain: azure.microsoft.com createdTime: 7/16/16 19:04 modifiedTime: 6/4/18 3:40 description: Microsoft Azure (formerly Windows Azure) /��Yr/ 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. - tag: '29784' categoryParent: Programming category: Programming Languages vendor: Ruby product: Ruby attribute: 350.67.120265183 website: https://www.ruby-lang.org/en/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/ruby-lang.org domain: ruby-lang.org createdTime: 10/3/16 7:55 modifiedTime: 12/24/19 11:27 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. - tag: '30183' categoryParent: Development category: Build Automation vendor: The Apache Software Foundation product: Apache Maven attribute: 328.317.1015 website: https://maven.apache.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/maven.apache.org domain: maven.apache.org createdTime: 10/7/16 16:31 modifiedTime: 11/27/17 23:41 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. - tag: '125837' categoryParent: Development category: Server Virtualization Software vendor: VMware, Inc product: VMware ESX Server attribute: 328.193.2140 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 14:01 description: '' - tag: '23844' categoryParent: Miscellaneous category: Miscellaneous vendor: SAS Institute, Inc. product: SAS (common) attribute: 0.68.12265 website: http://www.sas.com/en_us/home.html logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/sas.com domain: sas.com createdTime: 7/16/16 19:04 modifiedTime: 9/19/18 2:40 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. - tag: '108616' categoryParent: IT Management category: Network Hardware vendor: Broadcom Inc. product: Brocade Switches attribute: 468.216.53694 website: http://www.brocade.com/en.html logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/brocade.com domain: brocade.com createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:47 description: '' - tag: '96261' categoryParent: Data Management category: Backup and Recovery Software vendor: Veritas Technologies LLC product: Veritas Backup Exec attribute: 331.211.1751389 website: https://www.veritas.com/product/backup-and-recovery/backup-exec logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/veritas.com domain: veritas.com createdTime: 10/3/18 1:30 modifiedTime: 10/22/18 0:37 description: Veritas Backup Exec is a unified backup and recovery solution. - tag: '83763' categoryParent: Development category: Software Testing Tools vendor: N/A product: Bugzilla attribute: 328.318.0 website: http://www.bugzilla.org logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/bugzilla.org domain: bugzilla.org createdTime: 6/18/18 5:20 modifiedTime: 2/13/19 9:54 description: Bugzilla is a web-based general-purpose bugtracker and testing tool. - tag: '42570' categoryParent: IT Infrastructure category: IT Infrastructure Monitoring vendor: PagerDuty, Inc. product: PagerDuty attribute: 334.254.330976 website: http://pagerduty.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/pagerduty.com domain: pagerduty.com createdTime: 4/26/17 6:20 modifiedTime: 11/16/18 1:22 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. - tag: '88207' categoryParent: Programming category: Frameworks and Libraries vendor: The jQuery Foundation Inc product: jQuery attribute: 350.66.419 website: https://jquery.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/jquery.com domain: jquery.com createdTime: 7/17/18 1:30 modifiedTime: 8/29/18 20:38 description: jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML. - tag: '117355' categoryParent: Marketing category: SEO Software vendor: MetaCommunications product: Meta Robot attribute: 338.59.120254217 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 12:53 description: '' - tag: '29640' categoryParent: Operations category: Enterprise Resource Planning vendor: Microsoft Corporation product: Microsoft Dynamics ERP attribute: 335.346.28 website: https://www.microsoft.com/en-us/dynamics/erp-nav-overview.aspx logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/microsoft.com domain: microsoft.com createdTime: 9/29/16 3:00 modifiedTime: 10/26/17 7:19 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. - tag: '109948' categoryParent: Development category: Server Virtualization Software vendor: Citrix Systems, Inc. product: Citrix NetScaler attribute: 328.193.7728 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:56 description: '' - tag: '114147' categoryParent: Intelligence and Analytics category: Data Science vendor: HubSpot, Inc product: HubSpot Analytics attribute: 347.241.592 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:28 description: '' - tag: '23845' categoryParent: Intelligence and Analytics category: Predictive Analytics vendor: International Business Machines Corporation product: IBM SPSS attribute: 347.366.437 website: https://www.ibm.com/analytics/us/en/technology/spss/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/ibm.com domain: ibm.com createdTime: 7/16/16 19:04 modifiedTime: 10/5/18 3:10 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. - tag: '29644' categoryParent: Operations category: Enterprise Resource Planning vendor: Microsoft Corporation product: Microsoft Dynamics attribute: 335.346.28 website: https://www.microsoft.com/en-us/dynamics/default.aspx logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/microsoft.com domain: microsoft.com createdTime: 9/29/16 3:04 modifiedTime: 10/26/17 7:18 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. - tag: '117645' categoryParent: IT Infrastructure category: Application Server Software vendor: Microsoft Corporation product: Microsoft IIS Application Request Routing (ARR) attribute: 334.425.28 website: https://www.iis.net/downloads/microsoft/application-request-routing logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/iis.net domain: iis.net createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 12:55 description: '' - tag: '77700' categoryParent: Intelligence and Analytics category: Machine Learning vendor: N/A product: scikit-learn attribute: 347.285.0 website: http://scikit-learn.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/scikit-learn.org domain: scikit-learn.org createdTime: 4/11/18 7:31 modifiedTime: 2/13/19 9:54 description: scikit-learn is a free open-source machine learning library for the Python programming language. - tag: '1716' categoryParent: Advertising category: Advertising Networks vendor: America Online , Inc. product: Advertising.com attribute: 336.9.62 website: https://www.advertising.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/advertising.com domain: advertising.com createdTime: 7/31/14 10:12 modifiedTime: 11/15/18 0:17 description: Advertising.com was an advertising network. - tag: '85337' categoryParent: Marketing category: Other Marketing Software vendor: Sigstr, Inc. product: Sigstr attribute: 338.412.18822351 website: https://www.sigstr.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/sigstr.com domain: sigstr.com createdTime: 6/27/18 7:36 modifiedTime: 7/15/18 3:08 description: Sigstr is an email signature marketing platform allows standardizing brand consistency and drive marketing ROI with every email sent. - tag: '80176' categoryParent: Sales category: Sales Performance Management Software vendor: ExecVision Inc. product: ExecVision attribute: 398.247.41218127 website: https://www.execvision.io/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/execvision.io domain: execvision.io createdTime: 5/17/18 1:43 modifiedTime: 9/24/18 2:59 description: ExecVision is a conversation intelligence software for coaching. - tag: '403' categoryParent: IT Infrastructure category: Email Delivery vendor: The Rocket Science Group LLC product: MailChimp SPF attribute: 334.19.393 website: '' logo: domain: createdTime: 12/24/12 0:00 modifiedTime: 2/13/19 9:57 description: Websites using Mailchimp's SPF record. - tag: '24100' categoryParent: Data Management category: Big Data Software vendor: The Apache Software Foundation product: Apache Kafka attribute: 331.204.1015 website: http://kafka.apache.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/kafka.apache.org domain: kafka.apache.org createdTime: 7/16/16 19:04 modifiedTime: 8/15/18 21:30 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. - tag: '874' categoryParent: IT Infrastructure category: Application Server Software vendor: The Apache Software Foundation product: Apache HTTP Server attribute: 334.425.1015 website: https://httpd.apache.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/httpd.apache.org domain: httpd.apache.org createdTime: 10/13/13 0:00 modifiedTime: 6/23/18 11:36 description: Apache is a free, open source HTTP web server. - tag: '121309' categoryParent: Programming category: Programming Languages vendor: N/A product: Really Simple Discovery attribute: 350.67.0 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:21 description: '' - tag: '123774' categoryParent: IT Management category: Server Hardware vendor: Oracle Corporation product: Sun Fire Server Systems attribute: 468.218.491 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:42 description: '' - tag: '125569' categoryParent: IT Management category: Communication Hardware vendor: Verizon Digital Media Services product: Verizon Wireless attribute: 468.466.6701832 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:59 description: '' - tag: '29776' categoryParent: Programming category: Programming Languages vendor: The R Foundation product: R attribute: 350.67.32841 website: https://www.r-project.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/r-project.org domain: r-project.org createdTime: 10/3/16 3:15 modifiedTime: 11/12/18 3:21 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. - tag: '95702' categoryParent: IT Infrastructure category: Operating Systems vendor: Microsoft Corporation product: Windows 7 attribute: 334.443.28 website: https://www.microsoft.com/en-us/software-download/windows7 logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/microsoft.com domain: microsoft.com createdTime: 9/28/18 3:31 modifiedTime: 10/18/18 23:53 description: Windows 7 is a personal computer operating system. - tag: '117795' categoryParent: IT Infrastructure category: Operating Systems vendor: Microsoft Corporation product: Microsoft Windows Server 2003 attribute: 334.443.28 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 12:57 description: '' - tag: '114115' categoryParent: IT Infrastructure category: IT Service Management vendor: HTML5 product: HTML5 attribute: 334.394.120252452 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:27 description: '' - tag: '924' categoryParent: Vertical Industry Software category: Event Management vendor: Eventbrite, Inc. product: Eventbrite attribute: 329.57.958 website: https://www.eventbrite.com/organizer/overview/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/eventbrite.com domain: eventbrite.com createdTime: 11/23/13 0:00 modifiedTime: 10/17/18 23:42 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. - tag: '123343' categoryParent: Security category: Data Security Software vendor: Sophos Ltd product: Sophos attribute: 339.356.8161 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:39 description: '' - tag: '36494' categoryParent: Sales category: Sales Intelligence Software vendor: Zoom Information, Inc. product: ZoomInfo attribute: 398.457.13289 website: http://www.zoominfo.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/zoominfo.com domain: zoominfo.com createdTime: 2/9/17 9:54 modifiedTime: 12/3/19 21:39 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. - tag: '29470' categoryParent: Sales category: Sales Enablement Software vendor: Outreach Corporation product: Outreach.io attribute: 398.365.20750283 website: https://outreach.io/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/outreach.io domain: outreach.io createdTime: 9/28/16 5:57 modifiedTime: 11/15/18 1:05 description: Outreach.io is a sales performance management solution provider. It helps effectively engage prospects to drive more pipeline and close more deals. - tag: '114318' categoryParent: IT Infrastructure category: Data Storage Managment vendor: International Business Machines Corporation product: IBM DS4300 attribute: 334.236.437 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:29 description: '' - tag: '106803' categoryParent: Human Resources category: Other Human Resources Software vendor: Amazon.com, Inc. product: Amazon Mechanical Turk attribute: 348.376.11 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:34 description: '' - tag: '25408' categoryParent: IT Infrastructure category: Infrastructure as a Service (IaaS) vendor: Amazon.com, Inc. product: Amazon EC2 attribute: 334.194.11 website: https://aws.amazon.com/ec2/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/aws.amazon.com domain: aws.amazon.com createdTime: 8/11/16 14:02 modifiedTime: 6/9/18 6:17 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. - tag: '24092' categoryParent: Data Management category: Databases vendor: The Apache Software Foundation product: Apache HBase attribute: 331.272.1015 website: https://hbase.apache.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/hbase.apache.org domain: hbase.apache.org createdTime: 7/16/16 19:04 modifiedTime: 8/1/18 23:02 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. - tag: '30200' categoryParent: Development category: Software Testing Tools vendor: TestNG product: TestNG attribute: 328.318.379356 website: http://testng.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/testng.org domain: testng.org createdTime: 10/7/16 16:31 modifiedTime: 12/20/18 23:18 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' - tag: '172' categoryParent: Marketing category: Marketing Automation Tool (MAT) vendor: Marketo, Inc. product: Marketo attribute: 338.3.6917 website: https://www.marketo.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/marketo.com domain: marketo.com createdTime: 5/27/12 0:00 modifiedTime: 11/12/18 20:51 description: Marketo is a marketing automation platform. It features email, consumer, customer base and mobile marketing and includes lead management tools. - tag: '26149' categoryParent: IT Management category: Network Hardware vendor: Broadcom Inc. product: Brocade attribute: 468.216.53694 website: http://www.brocade.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/brocade.com domain: brocade.com createdTime: 8/17/16 15:05 modifiedTime: 6/27/18 5:08 description: Brocade provides data center networking solutions and information assets management services. - tag: '106305' categoryParent: Audio, Video, Graphics category: Other Audio, Video, Graphics Software vendor: Adobe Inc. product: Adobe Creative Suite attribute: 349.419.67 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:31 description: '' - tag: '629' categoryParent: IT Infrastructure category: Domain Name Services vendor: Cloudflare, Inc. product: Cloudflare DNS attribute: 334.4.4430 website: https://www.cloudflare.com/dns/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cloudflare.com domain: cloudflare.com createdTime: 4/14/13 0:00 modifiedTime: 9/20/18 5:51 description: Cloudflare's free authoritative DNS network. - tag: '24096' categoryParent: Data Management category: Databases vendor: Basho Technologies Inc product: Riak attribute: 331.272.167540 website: http://basho.com/products/riak-kv/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/basho.com domain: basho.com createdTime: 7/16/16 19:04 modifiedTime: 6/27/18 3:16 description: Riak KV is a distributed NoSQL key-value database. - tag: '92590' categoryParent: Communication and Collaboration category: Team Collaboration vendor: Microsoft Office product: Microsoft Exchange Server 2013 attribute: 333.267.32627 website: https://products.office.com/en/microsoft-exchange-2013 logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/products.office.com domain: products.office.com createdTime: 9/4/18 6:04 modifiedTime: 9/19/18 3:04 description: A 2013 version of Microsoft Exchange Server. - tag: '112484' categoryParent: IT Infrastructure category: Load Balancing Software vendor: F5 Networks, Inc. product: F5 Load Balancer attribute: 334.20.37231 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:14 description: '' - tag: '109563' categoryParent: Security category: Firewall Software vendor: Cisco Systems, Inc product: Cisco Adaptive Security Appliance (ASA) attribute: 339.358.1096 website: https://www.cisco.com/c/en/us/products/security/adaptive-security-appliance-asa-software/index.html logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cisco.com domain: cisco.com createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:53 description: Firewall and Network Security - tag: '119207' categoryParent: Programming category: Other Programming Software vendor: Facebook, Inc. product: Open Graph Protocol attribute: 350.451.2 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:06 description: '' - tag: '126448' categoryParent: Data Management category: Other Data Management Software vendor: N/A product: X-Frame-Options attribute: 331.438.0 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 14:05 description: '' - tag: '23826' categoryParent: Intelligence and Analytics category: Business Intelligence vendor: Tableau Software, Inc. product: Tableau attribute: 347.243.1785191 website: http://www.tableau.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/tableau.com domain: tableau.com createdTime: 7/16/16 19:04 modifiedTime: 8/29/18 4:11 description: Tableau develops and manufactures products for the computer forensics community. - tag: '122553' categoryParent: Data Management category: Other Data Management Software vendor: Selenium HQ product: Selenium attribute: 331.438.28068 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:31 description: '' - tag: '25764' categoryParent: Development category: Configuration Management vendor: SaltStack Inc product: Salt attribute: 328.313.3086492 website: https://saltstack.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/saltstack.com domain: saltstack.com createdTime: 8/15/16 10:25 modifiedTime: 8/13/18 3:11 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. - tag: '36321' categoryParent: Development category: Container Management Software vendor: Canonical Ltd. product: LXC attribute: 328.321.22652 website: https://linuxcontainers.org/lxc/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/linuxcontainers.org domain: linuxcontainers.org createdTime: 2/7/17 2:48 modifiedTime: 12/25/18 22:09 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. - tag: '428' categoryParent: Security category: SSL Certificates vendor: DigiCert, Inc. product: DigiCert attribute: 339.21.30003 website: https://www.digicert.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/digicert.com domain: digicert.com createdTime: 12/3/12 0:00 modifiedTime: 4/6/18 2:27 description: DigiCert is the go-to provider of identity, authentication, and encryption solutions for the web and IoT devices. - tag: '713' categoryParent: Sales category: CRM Software vendor: Salesforce.com, Inc. product: Salesforce attribute: 398.33.221 website: https://www.salesforce.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/salesforce.com domain: salesforce.com createdTime: 6/13/13 0:00 modifiedTime: 9/7/18 1:50 description: Salesforce is a global cloud computing company that develops CRM solutions and provides business software on a subscription basis. - tag: '610' categoryParent: IT Infrastructure category: Hosting Providers and IT Management vendor: DigitalOcean Inc product: DigitalOcean attribute: 334.22.1163096 website: https://www.digitalocean.com/solutions/websites/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/digitalocean.com domain: digitalocean.com createdTime: 3/29/13 0:00 modifiedTime: 8/6/18 10:18 description: DigitalOcean is a cloud infrastructure provider focused on simplifying web infrastructure for software developers. - tag: '92977' categoryParent: Audio, Video, Graphics category: Graphics vendor: Adobe Inc. product: Adobe InDesign attribute: 349.462.67 website: https://www.adobe.com/InDesign logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/adobe.com domain: adobe.com createdTime: 9/6/18 3:01 modifiedTime: 1/18/19 0:07 description: Adobe InDesign is a desktop publishing and typesetting software application. - tag: '106984' categoryParent: IT Infrastructure category: Application Server Software vendor: The Apache Software Foundation product: Apache Servers attribute: 334.425.1015 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:36 description: '' - tag: '25556' categoryParent: Communication and Collaboration category: File Sharing vendor: Google LLC product: Google Drive attribute: 333.198.1 website: https://gsuite.google.com/products/drive/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/gsuite.google.com domain: gsuite.google.com createdTime: 8/12/16 13:57 modifiedTime: 10/24/18 8:14 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. - tag: '611' categoryParent: Widgets, Web Tools, and Plugins category: Social Sharing vendor: ShareThis, Inc. product: ShareThis attribute: 332.54.2393 website: https://sharethis.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/sharethis.com domain: sharethis.com createdTime: 4/1/13 0:00 modifiedTime: 10/17/18 10:25 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. - tag: '95352' categoryParent: Programming category: Integrated Development Environments vendor: Apple Inc. product: Xcode attribute: 350.444.29 website: https://developer.apple.com/xcode/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/developer.apple.com domain: developer.apple.com createdTime: 9/25/18 23:43 modifiedTime: 10/23/18 3:48 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. - tag: '114678' categoryParent: Marketing category: Marketing Automation Tool (MAT) vendor: International Business Machines Corporation product: IBM Watson Marketing (SilverPop) attribute: 338.3.437 website: https://www.ibm.com/customer-engagement/silverpop logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/ibm.com domain: ibm.com createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:32 description: Silverpop merged with IBM - tag: '6576' categoryParent: IT Infrastructure category: Content Delivery Networks vendor: Cloudinary Ltd. product: Cloudinary attribute: 334.10.1035741 website: http://cloudinary.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cloudinary.com domain: cloudinary.com createdTime: 11/4/14 17:02 modifiedTime: 7/17/17 7:47 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. - tag: '96282' categoryParent: Data Management category: Other Data Management Software vendor: Rabbit Technologies Ltd product: RabbitMQ attribute: 331.438.61730 website: https://www.rabbitmq.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/rabbitmq.com domain: rabbitmq.com createdTime: 10/3/18 2:33 modifiedTime: 10/22/18 0:10 description: RabbitMQ is an open source message broker software. - tag: '106787' categoryParent: IT Infrastructure category: Data Storage Managment vendor: Amazon.com, Inc. product: Amazon Cloud Storage attribute: 334.236.11 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:34 description: '' - tag: '26693' categoryParent: Intelligence and Analytics category: Business Intelligence vendor: Hitachi Vantara Corporation product: Pentaho attribute: 347.243.72751645 website: http://www.pentaho.com/product/product-overview logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/pentaho.com domain: pentaho.com createdTime: 8/22/16 11:11 modifiedTime: 6/27/18 5:30 description: Pentaho is a unified big data integration and analytics solution. - tag: '95791' categoryParent: IT Infrastructure category: Operating Systems vendor: Microsoft Corporation product: Windows 10 attribute: 334.443.28 website: https://www.microsoft.com/en-us/windows logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/microsoft.com domain: microsoft.com createdTime: 9/28/18 8:06 modifiedTime: 10/18/18 4:16 description: Windows 10 is a series of personal computer operating systems. - tag: '27021' categoryParent: Development category: Software Testing Tools vendor: The JS Foundation product: Appium attribute: 328.318.62731605 website: http://appium.io/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/appium.io domain: appium.io createdTime: 8/22/16 11:11 modifiedTime: 4/12/18 9:09 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.' - tag: '23694' categoryParent: Data Management category: Big Data Software vendor: Cloudera, Inc. product: Cloudera attribute: 331.204.47253 website: https://cloudera.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cloudera.com domain: cloudera.com createdTime: 7/16/16 19:04 modifiedTime: 8/8/18 2:41 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. - tag: '111' categoryParent: Widgets, Web Tools, and Plugins category: Web Content Management Software vendor: Automattic Inc product: WordPress attribute: 332.7.11831 website: http://wordpress.org logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/wordpress.org domain: wordpress.org createdTime: 3/10/12 0:00 modifiedTime: 8/31/18 1:13 description: WordPress is open source CMS solution that can be used to create and customize a website, blog, or app. - tag: '23696' categoryParent: Data Management category: Big Data Software vendor: Mapr Technologies, Inc. product: MapR attribute: 331.204.347124 website: https://www.mapr.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/mapr.com domain: mapr.com createdTime: 7/16/16 19:04 modifiedTime: 8/8/18 2:43 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. - tag: '23232' categoryParent: Data Management category: Databases vendor: Microsoft Corporation product: Microsoft SQL Server attribute: 331.272.28 website: http://microsoft.com/en-us/server-cloud/products/sql-server/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/microsoft.com domain: microsoft.com createdTime: 7/2/16 8:34 modifiedTime: 8/1/18 22:50 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. - tag: '126213' categoryParent: IT Management category: Communication Hardware vendor: Windstream Communications product: Windstream Communications attribute: 468.466.120258528 website: http://windstream.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/windstream.com domain: windstream.com createdTime: 3/8/19 21:07 modifiedTime: 4/9/19 10:22 description: '' - tag: '1253' categoryParent: IT Infrastructure category: Platforms as a Service vendor: Salesforce.com, Inc. product: Heroku attribute: 334.445.221 website: http://heroku.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/heroku.com domain: heroku.com createdTime: 4/14/14 15:31 modifiedTime: 11/30/17 2:29 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. - tag: '126664' categoryParent: Customer Service category: Service Desk Software vendor: Zendesk, Inc. product: Zendesk Help Desk Software attribute: 330.395.782 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 14:07 description: '' - tag: '65518' categoryParent: Accounting and Finance category: Corporate Performance Management (CPM) Software vendor: Adaptive Insights, Inc. product: Adaptive Suite attribute: 368.447.10282193 website: https://www.adaptiveinsights.com/products/adaptive-suite logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/adaptiveinsights.com domain: adaptiveinsights.com createdTime: 12/13/17 1:43 modifiedTime: 12/24/18 1:23 description: Adaptive Suite is cloud-based corporate performance management and business intelligence software - tag: '113406' categoryParent: Marketing category: Other Marketing Software vendor: Google LLC product: Google Plus One Platform attribute: 338.412.1 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:22 description: '' - tag: '25070' categoryParent: IT Infrastructure category: IT Infrastructure Monitoring vendor: Nagios Enterprises, LLC product: Nagios attribute: 334.254.40319 website: https://www.nagios.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/nagios.org domain: nagios.org createdTime: 8/5/16 13:43 modifiedTime: 7/17/17 8:00 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. - tag: '84385' categoryParent: Communication and Collaboration category: Project Management Software vendor: Pivotal Software, Inc. product: Pivotal Tracker attribute: 333.217.6370429 website: https://www.pivotaltracker.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/pivotaltracker.com domain: pivotaltracker.com createdTime: 6/21/18 6:27 modifiedTime: 6/29/18 2:58 description: Pivotal Tracker is an agile project management solution. - tag: '433' categoryParent: Security category: SSL Certificates vendor: Sectigo Limited product: Sectigo attribute: 339.21.113807027 website: https://sectigo.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/sectigo.com domain: sectigo.com createdTime: 12/2/12 0:00 modifiedTime: 1/23/19 20:57 description: Sectigo (formerly Comodo CA) is a commercial SSL Certificate Authority (CA). - tag: '25172' categoryParent: IT Infrastructure category: Other IT Infrastructure Software vendor: Microsoft Corporation product: Microsoft Active Directory attribute: 334.429.28 website: https://msdn.microsoft.com/en-us/library/bb742424.aspx logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/msdn.microsoft.com domain: msdn.microsoft.com createdTime: 8/9/16 8:41 modifiedTime: 10/10/18 2:58 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. - tag: '125876' categoryParent: IT Infrastructure category: Application Server Software vendor: VMware, Inc product: VMware vFabric attribute: 334.425.2140 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 14:01 description: '' - tag: '1669' categoryParent: Programming category: Frameworks and Libraries vendor: Twitter, Inc. product: Bootstrap attribute: 350.66.9 website: http://getbootstrap.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/getbootstrap.com domain: getbootstrap.com createdTime: 7/23/14 16:39 modifiedTime: 10/16/18 8:00 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. - tag: '108447' categoryParent: IT Infrastructure category: Content Delivery Networks vendor: BootstrapCDN product: BootstrapCDN attribute: 334.10.120249944 website: https://www.bootstrapcdn.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/bootstrapcdn.com domain: bootstrapcdn.com createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:46 description: '' - tag: '707' categoryParent: Communication and Collaboration category: Web Conferencing vendor: On24, Inc. product: ON24 attribute: 333.52.6001 website: https://www.on24.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/on24.com domain: on24.com createdTime: 6/9/13 0:00 modifiedTime: 4/6/18 2:33 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. - tag: '86' categoryParent: Intelligence and Analytics category: Web Analytics vendor: Yahoo Inc. product: Yahoo Analytics attribute: 347.1.4 website: http://advertising.yahoo.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/advertising.yahoo.com domain: advertising.yahoo.com createdTime: 3/9/12 0:00 modifiedTime: 7/4/18 7:17 description: Yahoo Web Analytics is a solution for collecting information about website visitors. The data collected includes IP addresses, links clicked, advertisements viewed, etc. - tag: '26799' categoryParent: Miscellaneous category: Miscellaneous vendor: Zoho Corporation Private Limited product: Zoho (common) attribute: 0.68.389168 website: https://www.zoho.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/zoho.com domain: zoho.com createdTime: 8/22/16 11:11 modifiedTime: 3/15/19 8:44 description: This technology tracks users of various Zoho products identified by advanced tracking methods. - tag: '248' categoryParent: Marketing category: Marketing Automation Tool (MAT) vendor: HubSpot, Inc product: HubSpot attribute: 338.3.592 website: https://www.hubspot.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/hubspot.com domain: hubspot.com createdTime: 7/4/12 0:00 modifiedTime: 7/17/17 7:40 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. - tag: '93596' categoryParent: IT Infrastructure category: Other IT Infrastructure Software vendor: VMware, Inc product: VMware vCloud Suite attribute: 334.429.2140 website: https://www.vmware.com/products/vcloud-suite.html logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/vmware.com domain: vmware.com createdTime: 9/11/18 7:03 modifiedTime: 1/17/19 6:12 description: VMware vCloud Suite is an enterprise-ready cloud software that brings together VMware vSphere hypervisor and VMware vRealize Suite cloud management platform. - tag: '23809' categoryParent: Miscellaneous category: Miscellaneous vendor: Microsoft Corporation product: Microsoft (common) attribute: 0.68.28 website: https://www.microsoft.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/microsoft.com domain: microsoft.com createdTime: 7/16/16 19:04 modifiedTime: 1/15/18 4:19 description: This technology tracks users of various Microsoft products identified by advanced tracking methods. - tag: '121351' categoryParent: Operations category: Inventory Management Software vendor: RedBeam product: RedBeam attribute: 335.388.120256081 website: http://www.redbeam.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/redbeam.com domain: redbeam.com createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:21 description: '' - tag: '108907' categoryParent: Widgets, Web Tools, and Plugins category: Web Design and Development Services vendor: Cache Control product: Cache Control attribute: 332.420.120250233 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:49 description: '' - tag: '23227' categoryParent: Data Management category: Databases vendor: The Apache Software Foundation product: Apache Cassandra attribute: 331.272.1015 website: http://cassandra.apache.org logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cassandra.apache.org domain: cassandra.apache.org createdTime: 7/2/16 8:31 modifiedTime: 8/1/18 22:59 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. - tag: '31334' categoryParent: Intelligence and Analytics category: Business Intelligence vendor: TIBCO Software Inc. product: Jaspersoft attribute: 347.243.79658 website: https://www.jaspersoft.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/jaspersoft.com domain: jaspersoft.com createdTime: 10/27/16 13:24 modifiedTime: 11/16/18 1:16 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. - tag: '508' categoryParent: IT Infrastructure category: Domain Name Services vendor: Amazon.com, Inc. product: Amazon Route 53 attribute: 334.4.11 website: http://aws.amazon.com/route53/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/aws.amazon.com domain: aws.amazon.com createdTime: 3/26/12 0:00 modifiedTime: 10/24/18 0:28 description: Amazon Route 53 is a cloud Domain Name System (DNS) web service. - tag: '63185' categoryParent: Sales category: Sales Performance Management Software vendor: AffectLayer, Inc. product: Chorus.ai attribute: 398.247.61574393 website: http://Chorus.ai logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/Chorus.ai domain: Chorus.ai createdTime: 11/22/17 8:15 modifiedTime: 11/15/18 1:17 description: Chorus.ai is a conversation intelligence software solution for sales teams that records, transcribes and provides a summary for meetings. - tag: '126532' categoryParent: Programming category: Other Programming Software vendor: N/A product: X-UA-Compatible attribute: 350.451.0 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 14:06 description: '' - tag: '126928' categoryParent: IT Infrastructure category: Content Delivery Networks vendor: Cloudflare, Inc. product: Cloudflare attribute: 334.10.4430 website: cloudflare.com logo: domain: createdTime: 7/17/19 7:15 modifiedTime: 7/17/19 7:16 description: Cloudflare is a web performance and security company that provides online services to protect and accelerate websites online. - tag: '5703' categoryParent: IT Infrastructure category: Email Hosting Software vendor: Google LLC product: Gmail for business attribute: 334.23.1 website: https://gsuite.google.com/products/gmail/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/gsuite.google.com domain: gsuite.google.com createdTime: 8/8/14 16:05 modifiedTime: 7/31/18 1:11 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. - tag: '373' categoryParent: IT Infrastructure category: Email Delivery vendor: Rocket Science Group LLC product: Mandrill attribute: 334.19.3526969 website: http://mandrill.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/mandrill.com domain: mandrill.com createdTime: 9/10/12 0:00 modifiedTime: 3/29/18 21:46 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. - tag: '28988' categoryParent: Sales category: Sales Enablement Software vendor: Showpad Inc product: Showpad attribute: 398.365.1175438 website: https://www.showpad.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/showpad.com domain: showpad.com createdTime: 9/16/16 9:11 modifiedTime: 11/29/18 6:33 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. - tag: '125145' categoryParent: Widgets, Web Tools, and Plugins category: Other Web Tools and Plugins vendor: WordPress product: Twenty Twelve attribute: 332.433.93 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:55 description: '' - tag: '116824' categoryParent: IT Infrastructure category: Other IT Infrastructure Software vendor: MakerBot product: MakerBot attribute: 334.429.120253955 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 12:50 description: '' - tag: '119905' categoryParent: Data Management category: Other Data Management Software vendor: P3P product: P3P Policy attribute: 331.438.120255166 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:11 description: '' - tag: '113692' categoryParent: Programming category: Frameworks and Libraries vendor: Hibernate product: Hibernate attribute: 350.66.120252546 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:24 description: '' - tag: '120344' categoryParent: Customer Service category: Other Customer Service Software vendor: Pingback product: Pingback Support attribute: 330.397.120255452 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:14 description: '' - tag: '115705' categoryParent: Communication and Collaboration category: Other Communication and Collaboration Software vendor: Oracle Corporation product: Java Message Service (JMS) attribute: 333.427.491 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:40 description: '' - tag: '92962' categoryParent: Audio, Video, Graphics category: Other Audio, Video, Graphics Software vendor: Adobe Inc. product: Adobe After Effects attribute: 349.419.67 website: https://www.adobe.com/products/aftereffects.html logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/adobe.com domain: adobe.com createdTime: 9/6/18 2:35 modifiedTime: 1/17/19 5:32 description: Adobe After Effects is a digital visual effects, motion graphics, and compositing application. - tag: '115704' categoryParent: Programming category: Programming Languages vendor: Oracle Corporation product: Java Enterprise Edition attribute: 350.67.491 website: https://www.oracle.com/java/technologies/java-ee.html logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/oracle.com domain: oracle.com createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:40 description: '' - tag: '41882' categoryParent: Widgets, Web Tools, and Plugins category: Other Web Tools and Plugins vendor: Fonticons, Inc. product: Font Awesome attribute: 332.433.6501195 website: https://fontawesome.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/fontawesome.com domain: fontawesome.com createdTime: 4/18/17 12:00 modifiedTime: 11/15/18 0:13 description: Font Awesome is a font and icon toolkit that allows to add vector icons and social logos to a user website. - tag: '126176' categoryParent: IT Infrastructure category: Application Server Software vendor: Red Hat, Inc. product: WildFly (Formerly JBoss) attribute: 334.425.5358 website: http://wildfly.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/wildfly.org domain: wildfly.org createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 14:03 description: '' - tag: '38271' categoryParent: IT Management category: Network Hardware vendor: Cisco Systems, Inc product: Cisco Firewalls attribute: 468.216.1096 website: https://www.cisco.com/c/en/us/products/security/product-listing.html#Firewalls logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cisco.com domain: cisco.com createdTime: 3/7/17 4:58 modifiedTime: 12/3/18 0:57 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. - tag: '25062' categoryParent: IT Infrastructure category: Infrastructure as a Service (IaaS) vendor: OpenStack Foundation product: OpenStack attribute: 334.194.55689 website: https://www.openstack.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/openstack.org domain: openstack.org createdTime: 8/5/16 13:31 modifiedTime: 7/17/17 8:00 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. - tag: '121903' categoryParent: Programming category: Frameworks and Libraries vendor: Salesforce.com, Inc. product: SalesForce VisualForce attribute: 350.66.221 website: https://trailhead.salesforce.com/en/content/learn/modules/visualforce_fundamentals/visualforce_intro logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/trailhead.salesforce.com domain: trailhead.salesforce.com createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:26 description: '' - tag: '449' categoryParent: IT Infrastructure category: Hosting Providers and IT Management vendor: Amazon.com, Inc. product: AWS Web Hosting attribute: 334.22.11 website: https://aws.amazon.com/websites/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/aws.amazon.com domain: aws.amazon.com createdTime: 12/6/12 0:00 modifiedTime: 6/23/18 10:17 description: Amazon Web Services Web Hosting provides hosting of websites and web applications. - tag: '123516' categoryParent: Programming category: Programming Languages vendor: International Organization for Standardization product: SQL attribute: 350.67.120265221 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 12/25/19 7:47 description: '' - tag: '25058' categoryParent: Development category: Configuration Management vendor: Puppet, Inc. product: Puppet attribute: 328.313.13440254 website: https://puppet.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/puppet.com domain: puppet.com createdTime: 8/5/16 13:24 modifiedTime: 7/17/17 8:00 description: Puppet is an information technology automation software company designed for system administrators. - tag: '967' categoryParent: Human Resources category: Applicant Tracking Systems vendor: Greenhouse Software, Inc. product: Greenhouse attribute: 348.28.3249577 website: http://www.greenhouse.io logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/greenhouse.io domain: greenhouse.io createdTime: 2/8/14 0:00 modifiedTime: 6/23/18 11:47 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. - tag: '51978' categoryParent: Data Management category: Databases vendor: N/A product: NoSQL attribute: 331.272.0 website: https://en.wikipedia.org/wiki/NoSQL logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/en.wikipedia.org domain: en.wikipedia.org createdTime: 8/10/17 1:21 modifiedTime: 2/13/19 9:57 description: Domains where NoSQL keyword is used in the tech stack. - tag: '29428' categoryParent: Intelligence and Analytics category: Business Intelligence vendor: Insightsquared, Inc product: InsightSquared attribute: 347.243.1060362 website: http://www.insightsquared.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/insightsquared.com domain: insightsquared.com createdTime: 9/27/16 14:47 modifiedTime: 11/12/18 3:07 description: InsightSquared is Business Intelligence solution provider. It works with CRM data into decision-quality reports and board-ready visuals with InsightSquareds revenue intelligence software. - tag: '125156' categoryParent: Intelligence and Analytics category: Tag Management vendor: Twitter, Inc. product: Twitter Universal Website Tag attribute: 347.18.9 website: https://twitter.com/?lang=en logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/twitter.com domain: twitter.com createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 13:55 description: '' - tag: '24114' categoryParent: Intelligence and Analytics category: Data Science vendor: NumPy developers product: NumPy attribute: 347.241.2933359 website: http://www.numpy.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/numpy.org domain: numpy.org createdTime: 7/16/16 19:04 modifiedTime: 6/27/18 3:14 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. - tag: '39687' categoryParent: Sales category: Sales Enablement Software vendor: SalesLoft, Inc. product: SalesLoft attribute: 398.365.1935519 website: https://salesloft.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/salesloft.com domain: salesloft.com createdTime: 3/22/17 3:36 modifiedTime: 7/9/18 1:22 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. - tag: '113367' categoryParent: Advertising category: Other Advertising Software vendor: Google LLC product: Google AdWords attribute: 336.62.1 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:21 description: '' - tag: '113366' categoryParent: IT Infrastructure category: Email Hosting Software vendor: Google LLC product: Google (mail server) attribute: 334.23.1 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:21 description: '' - tag: '107527' categoryParent: Programming category: Other Programming Software vendor: Atom product: Atom Introspection attribute: 350.451.120249482 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:39 description: '' - tag: '113369' categoryParent: Data Management category: API Management Software vendor: Google LLC product: Google AJAX Libraries API attribute: 331.430.1 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:21 description: '' - tag: '95301' categoryParent: Communication and Collaboration category: Other Communication and Collaboration Software vendor: Axure Software Solutions, Inc. product: Axure RP attribute: 333.427.19469 website: https://www.axure.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/axure.com domain: axure.com createdTime: 9/25/18 4:41 modifiedTime: 10/23/18 3:45 description: Axure RP Pro is a wireframing, rapid prototyping, documentation and specification software tool. - tag: '85307' categoryParent: Programming category: Frameworks and Libraries vendor: The jQuery Foundation Inc product: jQuery Migrate attribute: 350.66.419 website: https://plugins.jquery.com/migrate/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/plugins.jquery.com domain: plugins.jquery.com createdTime: 6/27/18 6:04 modifiedTime: 3/15/19 8:39 description: jQuery Migrate is APIs and features removed from jQuery core. - tag: '23777' categoryParent: Security category: Security Information and Event Management (SIEM) Software vendor: Splunk Inc product: Splunk attribute: 339.362.50264 website: http://www.splunk.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/splunk.com domain: splunk.com createdTime: 7/16/16 19:04 modifiedTime: 11/15/17 3:57 description: Splunk is the market leader in analyzing machine data to deliver Operational Intelligence for security, IT and the business. - tag: '24689' categoryParent: Data Management category: Big Data Software vendor: The Apache Software Foundation product: Apache Hadoop attribute: 331.204.1015 website: http://hadoop.apache.org logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/hadoop.apache.org domain: hadoop.apache.org createdTime: 7/28/16 9:02 modifiedTime: 9/5/18 22:50 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. - tag: '30198' categoryParent: Development category: Software Testing Tools vendor: The JUnit Team product: JUnit attribute: 328.318.229352 website: http://junit.org/junit4/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/junit.org domain: junit.org createdTime: 10/7/16 16:31 modifiedTime: 12/13/17 6:36 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. - tag: '30199' categoryParent: Development category: Software Testing Tools vendor: The Apache Software Foundation product: Apache JMeter attribute: 328.318.1015 website: https://jmeter.apache.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/jmeter.apache.org domain: jmeter.apache.org createdTime: 10/7/16 16:31 modifiedTime: 11/27/17 23:41 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. - tag: '107095' categoryParent: IT Infrastructure category: Other IT Infrastructure Software vendor: Apple Inc. product: Apple Mobile Web Clips Icon attribute: 334.429.29 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:37 description: '' - tag: '113371' categoryParent: Data Management category: API Management Software vendor: Google LLC product: Google API attribute: 331.430.1 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 12:21 description: '' - tag: '95638' categoryParent: Programming category: Other Programming Software vendor: Oracle Corporation product: Java Platform, Enterprise Edition attribute: 350.451.491 website: https://www.oracle.com/technetwork/java/javaee/overview/index.html logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/oracle.com domain: oracle.com createdTime: 9/27/18 5:51 modifiedTime: 10/18/18 23:37 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. - tag: '92744' categoryParent: Communication and Collaboration category: Project Management Software vendor: Microsoft Corporation product: Microsoft Project attribute: 333.217.28 website: https://products.office.com/en/project/project-management logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/products.office.com domain: products.office.com createdTime: 9/5/18 6:06 modifiedTime: 9/18/18 1:49 description: Microsoft Project is a project management software product. - tag: '459' categoryParent: Security category: DDoS and Bot Protection vendor: Cloudflare, Inc. product: Cloudflare Security attribute: 339.354.4430 website: https://www.cloudflare.com/security/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cloudflare.com domain: cloudflare.com createdTime: 12/7/12 0:00 modifiedTime: 2/1/18 4:27 description: Cloudflare Security services protect against denial-of-service attacks, data compromise, and bots. - tag: '92740' categoryParent: Audio, Video, Graphics category: Graphics vendor: Adobe Inc. product: Adobe Illustrator attribute: 349.462.67 website: https://www.adobe.com/products/illustrator.html logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/adobe.com domain: adobe.com createdTime: 9/5/18 5:47 modifiedTime: 1/18/19 0:08 description: Adobe Illustrator is a vector graphics editor. - tag: '106694' categoryParent: Communication and Collaboration category: Unified Communications vendor: Allworx product: Allworx attribute: 333.202.120249155 website: http://www.allworx.com/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/allworx.com domain: allworx.com createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:34 description: VoIP - tag: '89960' categoryParent: Audio, Video, Graphics category: Other Audio, Video, Graphics Software vendor: Adobe Inc. product: Adobe Premiere Pro attribute: 349.419.67 website: https://www.adobe.com/products/premiere.html logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/adobe.com domain: adobe.com createdTime: 8/9/18 4:44 modifiedTime: 8/24/18 1:28 description: Adobe Premiere Pro is a timeline-based video editing application. - tag: '52192' categoryParent: Audio, Video, Graphics category: Graphics vendor: Adobe Inc. product: Adobe Photoshop attribute: 349.462.67 website: http://www.adobe.com/products/photoshop.html logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/adobe.com domain: adobe.com createdTime: 8/15/17 1:19 modifiedTime: 1/18/19 0:12 description: Adobe Photoshop is a raster graphics editor used in nearly all aspects of design and production for multiple disciplines. - tag: '109968' categoryParent: Development category: Server Virtualization Software vendor: Citrix Systems, Inc. product: Citrix XenServer (Virtualization) attribute: 328.193.7728 website: '' logo: domain: createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:56 description: '' - tag: '90696' categoryParent: IT Infrastructure category: IT Infrastructure Monitoring vendor: Amazon.com, Inc. product: Amazon CloudWatch attribute: 334.254.11 website: https://aws.amazon.com/cloudwatch/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/aws.amazon.com domain: aws.amazon.com createdTime: 8/16/18 1:04 modifiedTime: 8/21/18 22:45 description: Amazon CloudWatch is an application and infrastructure monitoring tool. - tag: '24123' categoryParent: Intelligence and Analytics category: Machine Learning vendor: Google LLC product: TensorFlow attribute: 347.285.1 website: https://www.tensorflow.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/tensorflow.org domain: tensorflow.org createdTime: 7/16/16 19:04 modifiedTime: 10/10/18 2:06 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. - tag: '650' categoryParent: Widgets, Web Tools, and Plugins category: Widgets vendor: Facebook, Inc. product: Facebook SDK attribute: 332.2.2 website: https://developers.facebook.com/docs/plugins/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/developers.facebook.com domain: developers.facebook.com createdTime: 5/3/13 0:00 modifiedTime: 1/21/19 5:38 description: The Facebook widget is a plug-in application to integrate the users Facebook feed into websites. - tag: '106939' categoryParent: IT Infrastructure category: Application Server Software vendor: The Apache Software Foundation product: Apache attribute: 334.425.1015 website: https://www.apache.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/apache.org domain: apache.org createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:35 description: '' - tag: '24067' categoryParent: Miscellaneous category: Miscellaneous vendor: SAP SE product: SAP (common) attribute: 0.68.2161 website: http://go.sap.com/index.html logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/go.sap.com domain: go.sap.com createdTime: 7/16/16 19:04 modifiedTime: 1/15/18 4:29 description: This technology tracks users of various SAP products identified by advanced tracking methods. - tag: '103096' categoryParent: Widgets, Web Tools, and Plugins category: Other Web Tools and Plugins vendor: Twitter, Inc. product: Twitter for Websites attribute: 332.433.9 website: https://developer.twitter.com/en/docs/twitter-for-websites/overview logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/developer.twitter.com domain: developer.twitter.com createdTime: 12/17/18 3:03 modifiedTime: 1/21/19 1:26 description: Twitter for Websites is a suite of tools bringing Twitter content and functionality to web pages and apps. - tag: '107545' categoryParent: Vertical Industry Software category: Event Management vendor: Event Farm, Inc. product: Attend attribute: 329.57.723424 website: https://www.attend.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/attend.com domain: attend.com createdTime: 3/8/19 21:06 modifiedTime: 3/21/19 11:40 description: Event Marketing software - tag: '125978' categoryParent: IT Infrastructure category: Other IT Infrastructure Software vendor: N/A product: W3 Total Cache attribute: 334.429.0 website: '' logo: domain: createdTime: 3/8/19 21:07 modifiedTime: 3/21/19 14:02 description: '' - tag: '24064' categoryParent: Miscellaneous category: Miscellaneous vendor: Google LLC product: Google (common) attribute: 0.68.1 website: https://google.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/google.com domain: google.com createdTime: 7/16/16 19:04 modifiedTime: 1/15/18 4:39 description: This technology tracks users of various Google products identified by advanced tracking methods. - tag: '62570' categoryParent: Intelligence and Analytics category: Web Analytics vendor: Google LLC product: Google Global Site Tag attribute: 347.1.1 website: https://developers.google.com/gtagjs/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/developers.google.com domain: developers.google.com createdTime: 11/16/17 7:33 modifiedTime: 8/1/18 3:54 description: Google Global Site Tag is a site tracking tag to send data to multiple Google products. - tag: '29117' categoryParent: Development category: Configuration Management vendor: Red Hat, Inc. product: Ansible attribute: 328.313.5358 website: http://www.ansible.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/ansible.com domain: ansible.com createdTime: 9/20/16 11:14 modifiedTime: 9/11/17 0:04 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. - tag: '95494' categoryParent: Programming category: Frameworks and Libraries vendor: EasyMock product: EasyMock attribute: 350.66.6977725 website: http://easymock.org/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/easymock.org domain: easymock.org createdTime: 9/26/18 8:16 modifiedTime: 10/23/18 0:38 description: EasyMock is a Java library that provides an easy way to use Mock Objects in unit testing. - tag: '17635' categoryParent: Widgets, Web Tools, and Plugins category: Social Sharing vendor: Simple Share Buttons product: Simple Share Buttons attribute: 332.54.3410768 website: http://simplesharebuttons.com logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/simplesharebuttons.com domain: simplesharebuttons.com createdTime: 12/11/15 19:18 modifiedTime: 4/6/18 2:19 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. Data36: title: Data36 required: - tag - categoryParent - category - vendor - product - attribute - website - logo - domain - createdTime - modifiedTime - description type: object properties: tag: type: string example: example_value categoryParent: type: string example: example_value category: type: string example: example_value vendor: type: string example: example_value product: type: string example: example_value attribute: type: string example: example_value website: type: string example: example_value logo: type: - string - 'null' example: example_value domain: type: - string - 'null' example: example_value createdTime: type: string example: '2025-03-15T14:30:00Z' modifiedTime: type: string example: '2025-03-15T14:30:00Z' description: type: string example: Enterprise software company examples: - tag: '25420' categoryParent: IT Infrastructure category: Infrastructure as a Service (IaaS) vendor: Google LLC product: Google Compute Engine attribute: 334.194.1 website: https://cloud.google.com/compute/ logo: https://res.cloudinary.com/zoominfo-com/image/upload/w_100,h_100,c_fit/cloud.google.com domain: cloud.google.com createdTime: 8/11/16 14:14 modifiedTime: 10/10/18 6:45 description: Google Compute Engine is the Infrastructure as a service component of google cloud platform which is built on the global infrastructure that runs googles search engine, gmail, youtube and other services. It offers high performance virtual machines, customer-friendly pricing, fast networking, and carbon-neutral impact. GetTechnologyEnrichInput: title: GetTechnologyEnrichInput required: - fieldName - fieldType - description type: object properties: fieldName: type: string example: Acme Corporation fieldType: type: string example: standard description: type: string example: Enterprise software company examples: - fieldName: companyId fieldType: String description: The id of the company for which you want to view technologies HashtagsEnrichRequest: title: HashtagsEnrichRequest required: - companyId type: object properties: companyId: type: string example: '500123' examples: - companyId: '344589814' Enrichhashtagsforacompany: title: Enrichhashtagsforacompany required: - maxResults - totalResults - currentPage - data type: object properties: maxResults: type: integer contentEncoding: int32 example: 100 totalResults: type: integer contentEncoding: int32 example: 100 currentPage: type: integer contentEncoding: int32 example: 1 data: type: array items: $ref: '#/components/schemas/Data37' description: '' example: [] Data37: title: Data37 required: - tag - external_id - searchString - description - group - score - priority - parentCategory - categorizedFlag - label type: object properties: tag: type: string example: example_value external_id: type: - string - 'null' example: '500123' searchString: type: string example: example_value description: type: string example: Enterprise software company group: type: string example: example_value score: type: - string - 'null' example: example_value priority: oneOf: - type: - string - 'null' - type: integer contentEncoding: int32 - {} example: example_value parentCategory: type: string example: example_value categorizedFlag: type: boolean example: true label: type: string example: example_value GetHashtagEnrichInput: title: GetHashtagEnrichInput required: - fieldName - fieldType - description type: object properties: fieldName: type: string example: Acme Corporation fieldType: type: string example: standard description: type: string example: Enterprise software company examples: - fieldName: companyId fieldType: String description: The id of the company for which you want to view hashtags IntentEnrichRequest: title: IntentEnrichRequest required: - companyName - companyWebsite - companyId - topics - signalStartDate - signalEndDate - signalScoreMin - signalScoreMax - audienceStrengthMin - audienceStrengthMax - sortBy - sortOrder type: object properties: companyName: type: string example: Acme Corporation companyWebsite: type: string example: example_value companyId: type: integer contentEncoding: int32 example: 500123 topics: type: array items: type: string description: '' example: [] signalStartDate: type: string example: '2025-03-15T14:30:00Z' signalEndDate: type: string example: '2025-03-15T14:30:00Z' signalScoreMin: type: integer contentEncoding: int32 example: 85 signalScoreMax: type: integer contentEncoding: int32 example: 85 audienceStrengthMin: type: string example: example_value audienceStrengthMax: type: string example: example_value sortBy: type: string example: example_value sortOrder: type: string example: example_value examples: - companyName: ZoomInfo companyWebsite: zoominfo.com companyId: 344589814 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 signalStartDate: '2020-04-01T00:00:00.000Z' signalEndDate: '2020-05-31T00:00:00.000Z' signalScoreMin: 80 signalScoreMax: 100 audienceStrengthMin: C audienceStrengthMax: A sortBy: issueDate sortOrder: desc IntentEnrich: title: IntentEnrich required: - maxResults - totalResults - currentPage - data type: object properties: maxResults: type: integer contentEncoding: int32 example: 100 totalResults: type: integer contentEncoding: int32 example: 100 currentPage: type: integer contentEncoding: int32 example: 1 data: type: array items: $ref: '#/components/schemas/Data38' description: '' example: [] examples: - maxResults: 8 totalResults: 8 currentPage: 1 data: - id: 3e706b1e-97ab-42cc-95f6-1a8d5176c6c7 category: Mobile Devices topic: Mobile / Wireless signalScore: 82 audienceStrength: A newSignal: true signalDate: 5/3/2020 12:00 AM trend: 23 recommendedContacts: - id: 2988050694 firstName: Nir lastName: Keren jobTitle: Chief Technology Officer jobFunction: - name: Engineering & Technical Executive department: C-Suite - name: Engineering & Technical department: Engineering & Technical - id: 39841971 firstName: Cameron lastName: Hyzer jobTitle: Chief Financial Officer jobFunction: - name: Finance Executive department: C-Suite - name: Finance department: Finance - id: 1645938489 firstName: Hila lastName: Nir jobTitle: Chief Marketing Officer jobFunction: - name: Marketing Executive department: C-Suite - name: Marketing department: Marketing - id: 2827525345 firstName: Chris lastName: Hays jobTitle: Chief Revenue Officer jobFunction: - name: Sales Executive department: C-Suite - name: Sales department: Sales - id: 1260398587 firstName: Henry lastName: Schuck jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite company: id: 344589814 name: Zoom Information, Inc. website: www.zoominfo.com hasOtherTopicConsumption: true - id: 1675ee1c-1c38-41e3-9c7c-430d43d6e0ab category: Banking topic: Credit Card Fraud signalScore: 81 audienceStrength: A newSignal: false signalDate: 5/3/2020 12:00 AM trend: 7 recommendedContacts: - id: 2988050694 firstName: Nir lastName: Keren jobTitle: Chief Technology Officer jobFunction: - name: Engineering & Technical Executive department: C-Suite - name: Engineering & Technical department: Engineering & Technical - id: 39841971 firstName: Cameron lastName: Hyzer jobTitle: Chief Financial Officer jobFunction: - name: Finance Executive department: C-Suite - name: Finance department: Finance - id: 1645938489 firstName: Hila lastName: Nir jobTitle: Chief Marketing Officer jobFunction: - name: Marketing Executive department: C-Suite - name: Marketing department: Marketing - id: 2827525345 firstName: Chris lastName: Hays jobTitle: Chief Revenue Officer jobFunction: - name: Sales Executive department: C-Suite - name: Sales department: Sales - id: 1260398587 firstName: Henry lastName: Schuck jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite company: id: 344589814 name: Zoom Information, Inc. website: www.zoominfo.com hasOtherTopicConsumption: true - id: c6a931ca-3082-40f0-b7af-628b801cdc89 category: Compensation & Benefits topic: Incentive Compensation signalScore: 84 audienceStrength: C newSignal: false signalDate: 5/3/2020 12:00 AM trend: 1 recommendedContacts: - id: 2988050694 firstName: Nir lastName: Keren jobTitle: Chief Technology Officer jobFunction: - name: Engineering & Technical Executive department: C-Suite - name: Engineering & Technical department: Engineering & Technical - id: 39841971 firstName: Cameron lastName: Hyzer jobTitle: Chief Financial Officer jobFunction: - name: Finance Executive department: C-Suite - name: Finance department: Finance - id: 1645938489 firstName: Hila lastName: Nir jobTitle: Chief Marketing Officer jobFunction: - name: Marketing Executive department: C-Suite - name: Marketing department: Marketing - id: 2827525345 firstName: Chris lastName: Hays jobTitle: Chief Revenue Officer jobFunction: - name: Sales Executive department: C-Suite - name: Sales department: Sales - id: 1260398587 firstName: Henry lastName: Schuck jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite company: id: 344589814 name: Zoom Information, Inc. website: www.zoominfo.com hasOtherTopicConsumption: true - id: b628a3f6-64fc-4636-85d9-044306079b3a category: Collaboration/Web Apps topic: Video Conferencing signalScore: 80 audienceStrength: A newSignal: false signalDate: 4/19/2020 12:00 AM trend: -9 recommendedContacts: - id: 2988050694 firstName: Nir lastName: Keren jobTitle: Chief Technology Officer jobFunction: - name: Engineering & Technical Executive department: C-Suite - name: Engineering & Technical department: Engineering & Technical - id: 39841971 firstName: Cameron lastName: Hyzer jobTitle: Chief Financial Officer jobFunction: - name: Finance Executive department: C-Suite - name: Finance department: Finance - id: 1645938489 firstName: Hila lastName: Nir jobTitle: Chief Marketing Officer jobFunction: - name: Marketing Executive department: C-Suite - name: Marketing department: Marketing - id: 2827525345 firstName: Chris lastName: Hays jobTitle: Chief Revenue Officer jobFunction: - name: Sales Executive department: C-Suite - name: Sales department: Sales - id: 1260398587 firstName: Henry lastName: Schuck jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite company: id: 344589814 name: Zoom Information, Inc. website: www.zoominfo.com hasOtherTopicConsumption: true - id: 7c771ec1-b307-4fcb-b5b7-d65a88436942 category: Cyber Security topic: Mobile Security signalScore: 80 audienceStrength: A newSignal: true signalDate: 4/19/2020 12:00 AM trend: 21 recommendedContacts: - id: 3459093549 firstName: David lastName: Lewis jobTitle: Chief Security Officer jobFunction: - name: Information Security department: Information Technology - id: -1862126495 firstName: Anna lastName: Orlove jobTitle: Security Solution Specialist jobFunction: - name: Information Security department: Information Technology - id: 2549968949 firstName: Tal lastName: Drory jobTitle: Security Analyst jobFunction: - name: Information Security department: Information Technology - id: 2988050694 firstName: Nir lastName: Keren jobTitle: Chief Technology Officer jobFunction: - name: Engineering & Technical Executive department: C-Suite - name: Engineering & Technical department: Engineering & Technical - id: 39841971 firstName: Cameron lastName: Hyzer jobTitle: Chief Financial Officer jobFunction: - name: Finance Executive department: C-Suite - name: Finance department: Finance company: id: 344589814 name: Zoom Information, Inc. website: www.zoominfo.com hasOtherTopicConsumption: true - id: 7c75266b-b293-4110-ba77-b5f73b90d42c category: Application Development topic: Node.js signalScore: 82 audienceStrength: A newSignal: true signalDate: 4/19/2020 12:00 AM trend: 23 recommendedContacts: - id: 1780573066 firstName: Justin lastName: Sweeney jobTitle: Senior Software Development Manager, Data jobFunction: - name: Software Development department: Engineering & Technical - name: Data Science department: Engineering & Technical - id: 2047851825 firstName: Brian lastName: Thomas jobTitle: Software Development Manager, Data jobFunction: - name: Software Development department: Engineering & Technical - name: Data Science department: Engineering & Technical - id: -1120287554 firstName: Kristen lastName: Patten jobTitle: Software Development Manager, Data jobFunction: - name: Software Development department: Engineering & Technical - name: Data Science department: Engineering & Technical - id: 1995022052 firstName: Chris lastName: Baker jobTitle: Manager of Engineering, Data jobFunction: - name: Software Development department: Engineering & Technical - name: Data Science department: Engineering & Technical - id: 1868007106 firstName: Imesh lastName: Wijewardena jobTitle: Senior Software Development Manager, Data jobFunction: - name: Software Development department: Engineering & Technical - name: Data Science department: Engineering & Technical company: id: 344589814 name: Zoom Information, Inc. website: www.zoominfo.com hasOtherTopicConsumption: true - id: e15d87cd-ffa1-4771-9da2-bac3bcb2022f category: Collaboration/Web Apps topic: Video Conferencing signalScore: 89 audienceStrength: A newSignal: false signalDate: 4/12/2020 12:00 AM trend: 11 recommendedContacts: - id: 2988050694 firstName: Nir lastName: Keren jobTitle: Chief Technology Officer jobFunction: - name: Engineering & Technical Executive department: C-Suite - name: Engineering & Technical department: Engineering & Technical - id: 39841971 firstName: Cameron lastName: Hyzer jobTitle: Chief Financial Officer jobFunction: - name: Finance Executive department: C-Suite - name: Finance department: Finance - id: 1645938489 firstName: Hila lastName: Nir jobTitle: Chief Marketing Officer jobFunction: - name: Marketing Executive department: C-Suite - name: Marketing department: Marketing - id: 2827525345 firstName: Chris lastName: Hays jobTitle: Chief Revenue Officer jobFunction: - name: Sales Executive department: C-Suite - name: Sales department: Sales - id: 1260398587 firstName: Henry lastName: Schuck jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite company: id: 344589814 name: Zoom Information, Inc. website: www.zoominfo.com hasOtherTopicConsumption: true - id: d922c989-0f82-40b2-aea8-394304c55724 category: Compensation & Benefits topic: Incentive Compensation signalScore: 90 audienceStrength: A newSignal: true signalDate: 4/5/2020 12:00 AM trend: 31 recommendedContacts: - id: 2988050694 firstName: Nir lastName: Keren jobTitle: Chief Technology Officer jobFunction: - name: Engineering & Technical Executive department: C-Suite - name: Engineering & Technical department: Engineering & Technical - id: 39841971 firstName: Cameron lastName: Hyzer jobTitle: Chief Financial Officer jobFunction: - name: Finance Executive department: C-Suite - name: Finance department: Finance - id: 1645938489 firstName: Hila lastName: Nir jobTitle: Chief Marketing Officer jobFunction: - name: Marketing Executive department: C-Suite - name: Marketing department: Marketing - id: 2827525345 firstName: Chris lastName: Hays jobTitle: Chief Revenue Officer jobFunction: - name: Sales Executive department: C-Suite - name: Sales department: Sales - id: 1260398587 firstName: Henry lastName: Schuck jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite company: id: 344589814 name: Zoom Information, Inc. website: www.zoominfo.com hasOtherTopicConsumption: true Data38: title: Data38 required: - id - category - topic - signalScore - audienceStrength - newSignal - signalDate - trend - recommendedContacts - company type: object properties: id: type: string example: '500123' category: type: string example: example_value topic: type: string example: example_value signalScore: type: integer contentEncoding: int32 example: 85 audienceStrength: type: string example: example_value newSignal: type: boolean example: true signalDate: type: string example: '2025-03-15T14:30:00Z' trend: type: integer contentEncoding: int32 example: 100 recommendedContacts: type: array items: $ref: '#/components/schemas/RecommendedContact1' description: '' example: [] company: $ref: '#/components/schemas/Company8' examples: - id: 3e706b1e-97ab-42cc-95f6-1a8d5176c6c7 category: Mobile Devices topic: Mobile / Wireless signalScore: 82 audienceStrength: A newSignal: true signalDate: 5/3/2020 12:00 AM trend: 23 recommendedContacts: - id: 2988050694 firstName: Nir lastName: Keren jobTitle: Chief Technology Officer jobFunction: - name: Engineering & Technical Executive department: C-Suite - name: Engineering & Technical department: Engineering & Technical - id: 39841971 firstName: Cameron lastName: Hyzer jobTitle: Chief Financial Officer jobFunction: - name: Finance Executive department: C-Suite - name: Finance department: Finance - id: 1645938489 firstName: Hila lastName: Nir jobTitle: Chief Marketing Officer jobFunction: - name: Marketing Executive department: C-Suite - name: Marketing department: Marketing - id: 2827525345 firstName: Chris lastName: Hays jobTitle: Chief Revenue Officer jobFunction: - name: Sales Executive department: C-Suite - name: Sales department: Sales - id: 1260398587 firstName: Henry lastName: Schuck jobTitle: Founder & Chief Executive Officer jobFunction: - name: Executive department: C-Suite company: id: 344589814 name: Zoom Information, Inc. website: www.zoominfo.com hasOtherTopicConsumption: true RecommendedContact1: title: RecommendedContact1 required: - id - firstName - lastName - jobTitle - jobFunction type: object properties: id: type: integer contentEncoding: int64 example: 500123 firstName: type: string example: Acme Corporation lastName: type: string example: Acme Corporation jobTitle: type: string example: Vice President of Sales jobFunction: type: array items: $ref: '#/components/schemas/JobFunction' description: '' example: [] examples: - id: 2988050694 firstName: Nir lastName: Keren jobTitle: Chief Technology Officer jobFunction: - name: Engineering & Technical Executive department: C-Suite - name: Engineering & Technical department: Engineering & Technical IntentEnrichInput: title: IntentEnrichInput required: - fieldName - fieldType - description type: object properties: fieldName: type: string example: Acme Corporation fieldType: type: string example: standard description: type: string example: Enterprise software company examples: - fieldName: companyWebsite fieldType: String description: The website of the company you are searching for IntentEnrichOutput: title: IntentEnrichOutput required: - fieldName - description type: object properties: fieldName: type: string example: Acme Corporation description: type: string example: Enterprise software company examples: - fieldName: id description: Unique ZoomInfo identifier for a topic NewsEnrichRequest: title: NewsEnrichRequest required: - companyId - categories - url - pageDateMin - pageDateMax - limit type: object properties: companyId: type: integer contentEncoding: int32 example: 500123 categories: type: array items: type: string description: '' example: [] url: type: array items: type: string description: '' example: https://www.example.com pageDateMin: type: string example: '2025-03-15T14:30:00Z' pageDateMax: type: string example: '2025-03-15T14:30:00Z' limit: type: integer contentEncoding: int32 example: 100 examples: - companyId: 18579882 categories: - FUNDING - GENERAL_NEWS - GENERAL_PRESS_RELEASE - MERGER_OR_ACQUISTION - PERSON - PRODUCT url: - www.businesswire.com pageDateMin: '2019-12-01T00:00:00.000Z' pageDateMax: '2020-12-31T00:00:00.000Z' limit: 5 NewsEnrich: title: NewsEnrich required: - maxResults - totalResults - currentPage - data type: object properties: maxResults: type: integer contentEncoding: int32 example: 100 totalResults: type: integer contentEncoding: int32 example: 100 currentPage: type: integer contentEncoding: int32 example: 1 data: type: array items: $ref: '#/components/schemas/Data39' description: '' example: [] examples: - maxResults: 48 totalResults: 5 currentPage: 1 data: - domain: www.businesswire.com title: Arvind Krishna Elected IBM Chairman url: https://www.businesswire.com/news/home/20201216005975/en/Arvind-Krishna-Elected-IBM-Chairman/ imageUrl: https://mms.businesswire.com/media/20201216005975/en/2721/21/IBM8bar_12pxWide.jpg pageDate: '2020-12-16T09:11:00.000Z' categories: - PERSON 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' company: - id: 18579882 name: IBM - domain: www.businesswire.com title: Kaloom Commits to Join IBM Cloud for Telecommunications Ecosystem url: https://www.businesswire.com/news/home/20201118005085/en/Kaloom-Commits-to-Join-IBM-Cloud-for-Telecommunications-Ecosystem/ imageUrl: https://mms.businesswire.com/media/20201118005085/en/839263/22/Kaloom_corp_logo.jpg pageDate: '2020-11-18T01:00:00.000Z' categories: - GENERAL_PRESS_RELEASE description: 'MONTREAL--(BUSINESS WIRE)--KaloomTM today announced it has committed to join IBMs (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' company: - id: 18579882 name: IBM - id: 401162856 name: Kaloom - domain: www.businesswire.com title: Sysdig and IBM Embed Sysdig Secure for Container Security url: https://www.businesswire.com/news/home/20201117005546/en/Sysdig-and-IBM-Embed-Sysdig-Secure-for-Container-Security/ imageUrl: https://mms.businesswire.com/media/20201117005546/en/839397/22/sysdig_Vert_Color_Logo_RGB_lrg.jpg pageDate: '2020-11-17T12:58:00.000Z' categories: - GENERAL_PRESS_RELEASE 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 company: - id: 18579882 name: IBM - id: 370808562 name: Sysdig - domain: www.businesswire.com title: Governance Risk and Compliance Platform Market 2020-2024 | Key Vendor Insights | Technavio url: https://www.businesswire.com/news/home/20201110005991/en/Governance-Risk-and-Compliance-Platform-Market-2020-2024-Key-Vendor-Insights-Technavio/ imageUrl: https://mms.businesswire.com/media/20201110005991/en/837732/22/IRTNTR44684.jpg pageDate: '2020-11-11T05:40:00.000Z' categories: - GENERAL_PRESS_RELEASE description: 'LONDON--(BUSINESS WIRE)-- #GlobalGovernanceRiskandCompliancePlatformMarket--The Governance Risk and Compliance Platform Market will grow by $ 28.75 bn during 2020-2024' company: - id: 10879721 name: Dell - id: 18579882 name: IBM - id: 25248426 name: Mitratech - id: 345585174 name: Technavio - domain: www.businesswire.com title: Global Supply Chain Analytics Market | Trends, Drivers, and Key Vendor Offerings | Technavio url: https://www.businesswire.com/news/home/20201109005911/en/Global-Supply-Chain-Analytics-Market-Trends-Drivers-and-Key-Vendor-Offerings-Technavio/ imageUrl: https://mms.businesswire.com/media/20201109005911/en/837157/22/IRTNTR45145.jpg pageDate: '2020-11-10T04:00:00.000Z' categories: - GENERAL_PRESS_RELEASE description: 'LONDON--(BUSINESS WIRE)-- #GlobalSupplyChainAnalyticsMarket--The Supply Chain Analytics Market will grow by $ 3.64 bn during 2020-2024' company: - id: 354049788 name: Cloudera - id: 18579882 name: IBM - id: 24920158 name: MicroStrategy - id: 345585174 name: Technavio Data39: title: Data39 required: - domain - title - url - imageUrl - pageDate - categories - description - company type: object properties: domain: type: string example: example.com title: type: string example: Vice President of Sales url: type: string example: https://www.example.com/resource imageUrl: type: string example: https://www.example.com/resource pageDate: type: string example: '2025-03-15T14:30:00Z' categories: type: array items: type: string description: '' example: [] description: type: string example: Enterprise software company company: type: array items: $ref: '#/components/schemas/Company' description: '' example: [] examples: - domain: www.businesswire.com title: Arvind Krishna Elected IBM Chairman url: https://www.businesswire.com/news/home/20201216005975/en/Arvind-Krishna-Elected-IBM-Chairman/ imageUrl: https://mms.businesswire.com/media/20201216005975/en/2721/21/IBM8bar_12pxWide.jpg pageDate: '2020-12-16T09:11:00.000Z' categories: - PERSON 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' company: - id: 18579882 name: IBM NewsEnrichInput: title: NewsEnrichInput required: - fieldName - fieldType - description type: object properties: fieldName: type: string example: Acme Corporation fieldType: type: string example: standard description: type: string example: Enterprise software company examples: - fieldName: companyId fieldType: Long description: The id of the company you are searching for NewsEnrichOutput: title: NewsEnrichOutput required: - fieldName - description type: object properties: fieldName: type: string example: Acme Corporation description: type: string example: Enterprise software company examples: - fieldName: companyId description: Unique ZoomInfo identifier for a company ScoopEnrichRequest: title: ScoopEnrichRequest required: - companyName - publishedStartDate - publishedEndDate - scoopType - department - sortBy - sortOrder type: object properties: companyName: type: string example: Acme Corporation publishedStartDate: type: string example: '2025-03-15T14:30:00Z' publishedEndDate: type: string example: '2025-03-15T14:30:00Z' scoopType: type: string example: standard department: type: string example: example_value sortBy: type: string example: example_value sortOrder: type: string example: example_value examples: - companyName: Zoominfo publishedStartDate: '2018-11-01T00:00:00.000Z' publishedEndDate: '2020-06-21T00:00:00.000Z' scoopType: 1,6,7,8 department: '1' sortBy: originalPublishedDate sortOrder: asc ScoopEnrich: title: ScoopEnrich required: - maxResults - totalResults - currentPage - data type: object properties: maxResults: type: integer contentEncoding: int32 example: 100 totalResults: type: integer contentEncoding: int32 example: 100 currentPage: type: integer contentEncoding: int32 example: 1 data: type: array items: $ref: '#/components/schemas/Data40' description: '' example: [] examples: - maxResults: 9 totalResults: 9 currentPage: 1 data: - id: 1258709 publishedDate: 12/4/2018 12:00 AM originalPublishedDate: 12/4/2018 12:00 AM linkText: '' link: '' 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. topics: [] updateText: '' types: - id: 6 type: Award contacts: [] company: id: 344589814 name: ZoomInfo - id: 1314240 publishedDate: 1/24/2019 12:00 AM originalPublishedDate: 1/24/2019 12:00 AM linkText: '' link: '' 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. topics: [] updateText: '' types: - id: 8 type: Facilities Relocation / Expansion contacts: [] company: id: 344589814 name: ZoomInfo - id: 1373240 publishedDate: 2/11/2019 12:00 AM originalPublishedDate: 2/11/2019 12:00 AM linkText: '' link: '' description: has been recognized as a 2019 Top Rated Sales Intelligence Software by TrustRadius. topics: [] updateText: '' types: - id: 6 type: Award contacts: [] company: id: 344589814 name: ZoomInfo - id: 1382056 publishedDate: 2/15/2019 12:00 AM originalPublishedDate: 2/15/2019 12:00 AM linkText: '' link: '' description: 'has recently been ranked #139 on the 2019 SaaS 1000 Top SaaS Companies list.' topics: [] updateText: '' types: - id: 6 type: Award contacts: [] company: id: 344589814 name: ZoomInfo - id: 1383667 publishedDate: 2/22/2019 12:00 AM originalPublishedDate: 2/22/2019 12:00 AM linkText: '' link: '' description: will be a Silver Sponsor for the Adobe Summit, which will be held March 26-28, 2019 in Las Vegas, NV. topics: [] updateText: '' types: - id: 7 type: Event contacts: [] company: id: 344589814 name: ZoomInfo - id: 1382057 publishedDate: 2/22/2019 12:00 AM originalPublishedDate: 2/22/2019 12:00 AM linkText: '' link: '' description: 'Datanyze has recently been ranked #986 on the 2019 SaaS 1000 Top SaaS Companies list.' topics: [] updateText: '' types: - id: 6 type: Award contacts: [] company: id: 344589814 name: ZoomInfo - id: 1620555 publishedDate: 8/27/2019 12:00 AM originalPublishedDate: 8/27/2019 12:00 AM linkText: '' link: '' description: 'has been ranked #2423 on the 2019 Inc. 5000 list, which recognizes the fastest-growing privately-held companies in the United States.' topics: [] updateText: '' types: - id: 6 type: Award contacts: [] company: id: 344589814 name: ZoomInfo - id: 1725335 publishedDate: 11/12/2019 12:00 AM originalPublishedDate: 11/12/2019 12:00 AM linkText: '' link: '' description: will be sponsoring Dreamforce, which will be held November 19-22, 2019 in San Francisco, CA. topics: [] updateText: '' types: - id: 7 type: Event contacts: [] company: id: 344589814 name: ZoomInfo - id: 1811048 publishedDate: 2/11/2020 12:00 AM originalPublishedDate: 2/11/2020 12:00 AM linkText: '' link: '' 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. topics: [] updateText: '' types: - id: 8 type: Facilities Relocation / Expansion contacts: [] company: id: 344589814 name: ZoomInfo Data40: title: Data40 required: - id - publishedDate - originalPublishedDate - linkText - link - description - topics - updateText - types - contacts - company type: object properties: id: type: integer contentEncoding: int32 example: 500123 publishedDate: type: string example: '2025-03-15T14:30:00Z' originalPublishedDate: type: string example: '2025-03-15T14:30:00Z' linkText: type: string example: example_value link: type: string example: example_value description: type: string example: Enterprise software company topics: type: array items: type: string description: '' example: [] updateText: type: string example: '2025-03-15T14:30:00Z' types: type: array items: $ref: '#/components/schemas/Type' description: '' example: [] contacts: type: array items: type: string description: '' example: [] company: $ref: '#/components/schemas/Company' examples: - id: 1258709 publishedDate: 12/4/2018 12:00 AM originalPublishedDate: 12/4/2018 12:00 AM linkText: '' link: '' 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. topics: [] updateText: '' types: - id: 6 type: Award contacts: [] company: id: 344589814 name: ZoomInfo ScoopEnrichInput: title: ScoopEnrichInput required: - fieldName - fieldType - description type: object properties: fieldName: type: string example: Acme Corporation fieldType: type: string example: standard description: type: string example: Enterprise software company examples: - fieldName: companyId fieldType: String description: ZoomInfo unique identifier for the company. Will accept a comma-separated list. ScoopEnrichOutput: title: ScoopEnrichOutput required: - fieldName - description type: object properties: fieldName: type: string example: Acme Corporation description: type: string example: Enterprise software company examples: - fieldName: id description: ZoomInfo unique identifier for a scoop GetCompanyRanking: title: GetCompanyRanking required: - Id - Name type: object properties: Id: type: string example: '500123' Name: type: string example: Acme Corporation examples: - Id: fortune100 Name: Fortune 100 IntentTopic: title: IntentTopic required: - Name - Category - Department - JobFunction - Description type: object properties: Name: type: string example: Acme Corporation Category: type: string example: example_value Department: type: string example: example_value JobFunction: type: string example: example_value Description: type: string example: Enterprise software company examples: - Name: Affordable Care Act (ACA) Category: Compensation & Benefits Department: Legal JobFunction: Governmental Affairs & Regulatory Law 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. Usage: title: Usage required: - usage type: object properties: usage: type: array items: $ref: '#/components/schemas/Usage1' description: '' example: [] examples: - usage: - limitType: requestLimit description: The maximum number of requests you can make limit: 1000000000 currentUsage: 89299 usageRemaining: 999910701 - limitType: recordLimit description: The maximum number of records you can retrieve limit: 1000000000 currentUsage: 46650 usageRemaining: 999953350 - limitType: uniqueIdLimit description: The maximum number of person or company records you can redeem limit: 10000000 currentUsage: 1110 usageRemaining: 9998890 - limitType: webSightsApiRequestLimit description: The maximum number of WebSights requests you can make limit: 100000010 currentUsage: 757 usageRemaining: 99999253 - limitType: webSightsApiRecordLimit description: The max number of WebSights records you can retrieve limit: 10000000 currentUsage: 763 usageRemaining: 9999237 Usage1: title: Usage1 required: - limitType - description - limit - currentUsage - usageRemaining type: object properties: limitType: type: string example: standard description: type: string example: Enterprise software company limit: type: integer contentEncoding: int32 example: 100 currentUsage: type: integer contentEncoding: int32 example: 100 usageRemaining: type: integer contentEncoding: int32 example: 100 examples: - limitType: requestLimit description: The maximum number of requests you can make limit: 1000000000 currentUsage: 89299 usageRemaining: 999910701 CreateWebhookRequest: title: CreateWebhookRequest required: - title - enabled - targetUrl - subscriptions type: object properties: title: type: string example: Vice President of Sales enabled: type: boolean example: true targetUrl: type: string example: https://www.example.com/resource subscriptions: type: array items: $ref: '#/components/schemas/Subscription' description: '' example: [] examples: - title: My Webhook enabled: false targetUrl: https://www.mytargeturl10.com subscriptions: - eventType: Update objectType: Contact fullPayload: true - eventType: Update objectType: Company fullPayload: false Subscription: title: Subscription required: - eventType - objectType - fullPayload type: object properties: eventType: type: string example: standard objectType: type: string example: standard fullPayload: type: boolean example: true examples: - eventType: Update objectType: Contact fullPayload: true Createawebhook-multipleobjecttypes: title: Createawebhook-multipleobjecttypes required: - id - title - enabled - targetUrl - createdDate - verificationToken - subscriptions type: object properties: id: type: string example: '500123' title: type: string example: Vice President of Sales enabled: type: boolean example: true targetUrl: type: string example: https://www.example.com/resource createdDate: type: string example: '2025-03-15T14:30:00Z' verificationToken: type: string example: example_value subscriptions: type: array items: $ref: '#/components/schemas/Subscription1' description: '' example: [] examples: - id: '967763288' title: My Webhook enabled: false targetUrl: https://www.mytargeturl6.com createdDate: 02-15-2021T11:56:11.000Z verificationToken: i7MOAD4/44zzgsru6toJyiFRJhFqaiYUPwztmd1rWVOsIGbI8eY7FFtw5UQqIWlzkM6VFOCk1Q+T/BhPSzeggA== subscriptions: - createdDate: 02-15-2021T11:56:11.000Z modifiedDate: 02-15-2021T11:56:11.000Z eventType: Update objectType: Contact fullPayload: false subscriptionId: '908986303' - createdDate: 02-15-2021T11:56:11.000Z modifiedDate: 02-15-2021T11:56:11.000Z eventType: Update objectType: Company fullPayload: true subscriptionId: '979209107' Subscription1: title: Subscription1 required: - createdDate - modifiedDate - eventType - objectType - fullPayload - subscriptionId type: object properties: createdDate: type: string example: '2025-03-15T14:30:00Z' modifiedDate: type: string example: '2025-03-15T14:30:00Z' eventType: type: string example: standard objectType: type: string example: standard fullPayload: type: boolean example: true subscriptionId: type: string example: '500123' examples: - createdDate: 02-15-2021T11:56:11.000Z modifiedDate: 02-15-2021T11:56:11.000Z eventType: Update objectType: Contact fullPayload: false subscriptionId: '908986303' Createasimplewebhook: title: Createasimplewebhook required: - id - title - enabled - targetUrl - createdDate - verificationToken - subscriptions type: object properties: id: type: string example: '500123' title: type: string example: Vice President of Sales enabled: type: boolean example: true targetUrl: type: string example: https://www.example.com/resource createdDate: type: string example: '2025-03-15T14:30:00Z' verificationToken: type: string example: example_value subscriptions: type: array items: $ref: '#/components/schemas/Subscription1' description: '' example: [] examples: - id: '745574412' title: My Webhook enabled: false targetUrl: https://www.mytargeturl5.com createdDate: 02-15-2021T11:51:18.000Z verificationToken: /zRpStZemqOhWNCmRrIVs9WaeYHCkTL71X+GJzjsSrf757odnKoW23MgBDN37pxVGBfZ+6amvCzB757mOPC7YQ== subscriptions: - createdDate: 02-15-2021T11:51:18.000Z modifiedDate: 02-15-2021T11:51:18.000Z eventType: Update objectType: Contact fullPayload: false subscriptionId: '836880237' UpdateWebhookRequest: title: UpdateWebhookRequest required: - title - enabled - subscriptions type: object properties: title: type: string example: Vice President of Sales enabled: type: boolean example: true subscriptions: type: array items: $ref: '#/components/schemas/Subscription3' description: '' example: [] examples: - title: My Webhook New Title enabled: false subscriptions: - subscriptionId: '979209107' objectType: Contact fullPayload: false Subscription3: title: Subscription3 required: - subscriptionId - objectType - fullPayload type: object properties: subscriptionId: type: string example: '500123' objectType: type: string example: standard fullPayload: type: boolean example: true examples: - subscriptionId: '979209107' objectType: Contact fullPayload: false AddanobjectTypetoasubscription: title: AddanobjectTypetoasubscription required: - id - title - enabled - targetUrl - createdDate - subscriptions type: object properties: id: type: string example: '500123' title: type: string example: Vice President of Sales enabled: type: boolean example: true targetUrl: type: string example: https://www.example.com/resource createdDate: type: string example: '2025-03-15T14:30:00Z' subscriptions: type: array items: $ref: '#/components/schemas/Subscription1' description: '' example: [] examples: - id: '370425875' title: Record6 enabled: true targetUrl: http://www.record79.com createdDate: 02-16-2021T13:18:59.000Z subscriptions: - createdDate: 02-16-2021T13:18:59.000Z modifiedDate: 02-16-2021T13:18:59.000Z eventType: Update objectType: Contact fullPayload: false subscriptionId: '144626982' - createdDate: 02-18-2021T09:56:58.000Z modifiedDate: 02-18-2021T09:56:58.000Z eventType: Update objectType: Company fullPayload: false subscriptionId: '416102777' ChangetheobjectTypeforasubscription: title: ChangetheobjectTypeforasubscription required: - id - title - enabled - targetUrl - createdDate - subscriptions type: object properties: id: type: string example: '500123' title: type: string example: Vice President of Sales enabled: type: boolean example: true targetUrl: type: string example: https://www.example.com/resource createdDate: type: string example: '2025-03-15T14:30:00Z' subscriptions: type: array items: $ref: '#/components/schemas/Subscription1' description: '' example: [] examples: - id: '745574412' title: My Webhook New Title enabled: true targetUrl: https://www.mytargeturl5.com createdDate: 02-15-2021T11:51:18.000Z subscriptions: - createdDate: 02-15-2021T11:51:18.000Z modifiedDate: 02-15-2021T12:00:03.000Z eventType: Update objectType: Company fullPayload: true subscriptionId: '836880237' Updateawebhooktodeletesubscriptions: title: Updateawebhooktodeletesubscriptions required: - id - title - enabled - targetUrl - createdDate - subscriptions type: object properties: id: type: string example: '500123' title: type: string example: Vice President of Sales enabled: type: boolean example: true targetUrl: type: string example: https://www.example.com/resource createdDate: type: string example: '2025-03-15T14:30:00Z' subscriptions: type: array items: type: string description: '' example: [] examples: - id: '745574412' title: My Webhook Title enabled: true targetUrl: https://www.mytargeturl5.com createdDate: 02-15-2021T11:51:18.000Z subscriptions: [] Updateawebhooktoenableit: title: Updateawebhooktoenableit required: - id - title - enabled - targetUrl - createdDate - subscriptions type: object properties: id: type: string example: '500123' title: type: string example: Vice President of Sales enabled: type: boolean example: true targetUrl: type: string example: https://www.example.com/resource createdDate: type: string example: '2025-03-15T14:30:00Z' subscriptions: type: array items: $ref: '#/components/schemas/Subscription1' description: '' example: [] examples: - id: '745574412' title: My Webhook Title enabled: true targetUrl: https://www.mytargeturl5.com createdDate: 02-15-2021T11:51:18.000Z subscriptions: - createdDate: 02-15-2021T11:51:18.000Z modifiedDate: 02-15-2021T12:00:03.000Z eventType: Update objectType: Company fullPayload: false subscriptionId: '836880237' DeleteWebhook: title: DeleteWebhook required: - id - targetUrl - createdDate - status - subscriptions type: object properties: id: type: string example: '500123' targetUrl: type: string example: https://www.example.com/resource createdDate: type: string example: '2025-03-15T14:30:00Z' status: type: string example: active subscriptions: type: array items: $ref: '#/components/schemas/Subscription1' description: '' example: [] examples: - id: '570575403' targetUrl: https://www.mytargeturl.com createdDate: 02-12-2021T14:09:04.000Z status: deleted subscriptions: - createdDate: 02-12-2021T14:09:04.000Z modifiedDate: 02-12-2021T14:09:04.000Z eventType: Update objectType: Contact fullPayload: false subscriptionId: '879354729' - createdDate: 02-12-2021T14:09:04.000Z modifiedDate: 02-12-2021T14:09:04.000Z eventType: Update objectType: Company fullPayload: true subscriptionId: '637113259' Getallwebhooks: title: Getallwebhooks required: - webhooks type: object properties: webhooks: type: array items: $ref: '#/components/schemas/Webhook' description: '' example: [] examples: - webhooks: - id: '271677337' title: Record6 enabled: true targetUrl: https://www.record79.com createdDate: 02-11-2021T12:00:06.000Z subscriptions: - createdDate: 02-11-2021T12:00:06.000Z modifiedDate: 02-11-2021T12:00:06.000Z eventType: Update objectType: Contact fullPayload: false subscriptionId: '975208210' - id: '967686737' title: Your webhook title enabled: true targetUrl: https://mywebhookapp.com/feeds createdDate: 02-12-2021T08:26:05.000Z subscriptions: - createdDate: 02-12-2021T08:26:05.000Z modifiedDate: 02-12-2021T08:26:05.000Z eventType: Update objectType: Company fullPayload: true subscriptionId: '223154011' - id: '849814821' enabled: true targetUrl: https://www.record2.com createdDate: 02-12-2021T14:07:12.000Z subscriptions: - createdDate: 02-12-2021T14:07:12.000Z modifiedDate: 02-12-2021T14:07:12.000Z eventType: Update objectType: Contact subscriptionId: '454498605' - createdDate: 02-12-2021T14:07:12.000Z modifiedDate: 02-12-2021T14:07:12.000Z eventType: Update objectType: Company subscriptionId: '416742895' - id: '570575403' enabled: false targetUrl: https://www.mytargeturl.com createdDate: 02-12-2021T14:09:04.000Z subscriptions: - createdDate: 02-12-2021T14:09:04.000Z modifiedDate: 02-12-2021T14:09:04.000Z eventType: Update objectType: Contact subscriptionId: '879354729' - createdDate: 02-12-2021T14:09:04.000Z modifiedDate: 02-12-2021T14:09:04.000Z eventType: Update objectType: Company subscriptionId: '637113259' - id: '213786430' title: My Webhook enabled: false targetUrl: https://www.mytargeturl2.com createdDate: 02-12-2021T14:12:08.000Z subscriptions: - createdDate: 02-12-2021T14:12:08.000Z modifiedDate: 02-12-2021T14:12:08.000Z eventType: Update objectType: Contact subscriptionId: '393093719' - createdDate: 02-12-2021T14:12:08.000Z modifiedDate: 02-12-2021T14:12:08.000Z eventType: Update objectType: Company subscriptionId: '125773778' Webhook: title: Webhook required: - id - enabled - targetUrl - createdDate - subscriptions type: object properties: id: type: string example: '500123' title: type: string example: Vice President of Sales enabled: type: boolean example: true targetUrl: type: string example: https://www.example.com/resource createdDate: type: string example: '2025-03-15T14:30:00Z' subscriptions: type: array items: $ref: '#/components/schemas/Subscription8' description: '' example: [] examples: - id: '271677337' title: Record6 enabled: true targetUrl: https://www.record79.com createdDate: 02-11-2021T12:00:06.000Z subscriptions: - createdDate: 02-11-2021T12:00:06.000Z modifiedDate: 02-11-2021T12:00:06.000Z eventType: Update objectType: Contact fullPayload: false subscriptionId: '975208210' Subscription8: title: Subscription8 required: - createdDate - modifiedDate - eventType - objectType - subscriptionId type: object properties: createdDate: type: string example: '2025-03-15T14:30:00Z' modifiedDate: type: string example: '2025-03-15T14:30:00Z' eventType: type: string example: standard objectType: type: string example: standard fullPayload: type: boolean example: true subscriptionId: type: string example: '500123' examples: - createdDate: 02-11-2021T12:00:06.000Z modifiedDate: 02-11-2021T12:00:06.000Z eventType: Update objectType: Contact fullPayload: false subscriptionId: '975208210' Getaspecificwebhook: title: Getaspecificwebhook required: - id - title - enabled - targetUrl - createdDate - subscriptions type: object properties: id: type: string example: '500123' title: type: string example: Vice President of Sales enabled: type: boolean example: true targetUrl: type: string example: https://www.example.com/resource createdDate: type: string example: '2025-03-15T14:30:00Z' subscriptions: type: array items: $ref: '#/components/schemas/Subscription1' description: '' example: [] examples: - id: '213786430' title: My Webhook enabled: false targetUrl: https://www.mytargeturl2.com createdDate: 02-12-2021T14:12:08.000Z subscriptions: - createdDate: 02-12-2021T14:12:08.000Z modifiedDate: 02-12-2021T14:12:08.000Z eventType: Update objectType: Contact fullPayload: false subscriptionId: '393093719' - createdDate: 02-12-2021T14:12:08.000Z modifiedDate: 02-12-2021T14:12:08.000Z eventType: Update objectType: Company fullPayload: false subscriptionId: '125773778' ValidateTargetURLRequest: title: ValidateTargetURLRequest required: - targetUrl - objectType - fullPayload type: object properties: targetUrl: type: string example: https://www.example.com/resource objectType: type: string example: standard fullPayload: type: boolean example: true examples: - targetUrl: https://mytargeturl/feeds/person objectType: Contact fullPayload: true ValidateTargetURLisaccessible: title: ValidateTargetURLisaccessible required: - message - success - responseCode type: object properties: message: type: string example: example_value success: type: boolean example: true responseCode: type: integer contentEncoding: int32 example: 100 examples: - message: Created success: true responseCode: 201 GenerateVerificationToken: title: GenerateVerificationToken required: - verificationToken type: object properties: verificationToken: type: string example: example_value examples: - verificationToken: z5doGe6rx+1deDHMgUI/j56AN0we8NQD0G2YWR2aEODzCCx7L9BdtVm2zVnYLfYZqvyeVu3EpBkLUewxdRJAug== GetSubscriptionTypes: title: GetSubscriptionTypes required: - objectTypes - eventTypes type: object properties: objectTypes: type: array items: type: string description: '' example: [] eventTypes: type: array items: type: string description: '' example: [] examples: - objectTypes: - Contact - Company eventTypes: - Update BulkContactSearchRequest: title: BulkContactSearchRequest required: - jobType - query type: object properties: jobType: type: string example: standard query: $ref: '#/components/schemas/Query' examples: - jobType: preview query: firstName: Mike companyName: Zoominfo Query: title: Query required: - firstName - companyName type: object properties: firstName: type: string example: Acme Corporation companyName: type: string example: Acme Corporation examples: - firstName: Mike companyName: Zoominfo BulkContactSearch-Preview: title: BulkContactSearch-Preview required: - jobId type: object properties: jobId: type: string example: '500123' examples: - jobId: d1cecb828a0f2a13ffbc1f97faa06af31945ef89 BulkContactSearch-Redeem: title: BulkContactSearch-Redeem required: - jobId type: object properties: jobId: type: string example: '500123' examples: - jobId: 3feb241cfba27265c501a7904ef8d37890448799 BulkCompanySearchRequest: title: BulkCompanySearchRequest required: - jobType - query - outputFields type: object properties: jobType: type: string example: standard query: $ref: '#/components/schemas/Query1' outputFields: type: array items: type: string description: '' example: [] examples: - jobType: preview query: address: '01775' outputFields: - id Query1: title: Query1 required: - address type: object properties: address: type: string example: 123 Main Street examples: - address: '01775' BulkCompanySearch-Preview: title: BulkCompanySearch-Preview required: - jobId type: object properties: jobId: type: string example: '500123' examples: - jobId: fa2b51864e1b29a7dceecd149402d6c3441ba34b BulkCompanySearch-Redeem: title: BulkCompanySearch-Redeem required: - jobId type: object properties: jobId: type: string example: '500123' examples: - jobId: ef20a21f51186cc7fb81b9eaa9bf382f4a13be03 BulkContactEnrichRequest: title: BulkContactEnrichRequest required: - matchPersonInput - outputFields type: object properties: matchPersonInput: type: array items: $ref: '#/components/schemas/MatchPersonInput1' description: '' example: [] outputFields: type: array items: type: string description: '' example: [] examples: - matchPersonInput: - personId: '-1021613465' - personId: '1850882609' - personId: '1085252979' - personId: '1340258275' - personId: '1211397553' - personId: '7076615179' - personId: '10456376' - personId: '7057643986' - personId: '3068831069' - personId: '1237124890' - personId: '-1268761639' - personId: '1298772762' - personId: '-2137560815' - personId: '1122625695' - personId: '2560362' - personId: '295038088' - personId: '249554924' - personId: '4086996027' - personId: '128559379' - personId: '78327053' outputFields: - id - firstName - middleName - lastName - email - phone - directPhoneDoNotCall - street - city - region - metroArea - zipCode - state - country - continent - personHasMoved - withinEu - withinCalifornia - withinCanada - lastUpdatedDate - validDate - noticeProvidedDate - salutation - suffix - jobTitle - jobFunction - companyDivision - education - hashedEmails - picture - mobilePhoneDoNotCall - externalUrls - companyId - companyName - companyPhone - companyFax - companyStreet - companyCity - companyState - companyZipCode - companyCountry - companyContinent - companyLogo - companySicCodes - companyNaicsCodes - contactAccuracyScore - companyWebsite - companyRevenue - companyRevenueNumeric - companyEmployeeCount - companyType - companyTicker - companyRanking - isDefunct - companySocialMediaUrls - companyPrimaryIndustry - companyIndustries - companyRevenueRange - companyEmployeeRange - employmentHistory - managementLevel - locationCompanyId MatchPersonInput1: title: MatchPersonInput1 required: - personId type: object properties: personId: type: string example: '500123' examples: - personId: '-1021613465' BulkContactEnrich: title: BulkContactEnrich required: - jobId type: object properties: jobId: type: string example: '500123' examples: - jobId: de5c557935a221c2bc2fa612bf2d8768ade9572c BulkContactEnrichwithRequiredFields: title: BulkContactEnrichwithRequiredFields required: - jobId type: object properties: jobId: type: string example: '500123' examples: - jobId: 5307dff7c48c771100f9a280e0d564ddae98e493 BulkCompanyEnrichRequest: title: BulkCompanyEnrichRequest required: - matchCompanyInput - outputFields type: object properties: matchCompanyInput: type: array items: $ref: '#/components/schemas/MatchCompanyInput3' description: '' example: [] outputFields: type: array items: type: string description: '' example: [] examples: - matchCompanyInput: - companyId: '7783252' - companyId: '30147212' - companyId: '18008595' - companyId: '558366052' - companyId: '239305146' - companyId: '77103155' - companyId: '37051158' - companyId: '29425770' - companyId: '345444435' - companyId: '347451938' - companyId: '20234595' - companyId: '353492965' - companyId: '91406858' - companyId: '559977935' - companyId: '18633856' - companyId: '67459255' - companyId: '130203765' - companyId: '17353843' - companyId: '122634324' - companyId: '106676542' - companyId: '80265858' - companyId: '124404507' - companyId: '28738687' - companyId: '421520839' - companyId: '50498255' - companyId: '34537887' - companyId: '8520039' - companyId: '49187454' - companyId: '94340946' - companyId: '89195983' - companyId: '9240875' outputFields: - id - ticker - name - website - domainList MatchCompanyInput3: title: MatchCompanyInput3 required: - companyId type: object properties: companyId: type: string example: '500123' examples: - companyId: '7783252' BulkCompanyEnrich: title: BulkCompanyEnrich required: - jobId type: object properties: jobId: type: string example: '500123' examples: - jobId: add665cc35af4dcbbbe0b4c2d472dfcab15b55d7 BulkCompanyEnrichwithRequiredFields: title: BulkCompanyEnrichwithRequiredFields required: - jobId type: object properties: jobId: type: string example: '500123' examples: - jobId: 3f0baa4837e36ed2d63683666faf6da701d4dc72 BulkJobStatusRequest: title: BulkJobStatusRequest required: - jobId type: object properties: jobId: type: string example: '500123' examples: - jobId: 0675ee17f800db0333f7541859d7d1db67fd7037 BulkJobStatus: title: BulkJobStatus required: - status - jobType - entityType - totalRecords - totalPages - successfulPagesCount - successfulPages type: object properties: status: type: string example: active jobType: type: string example: standard entityType: type: string example: standard totalRecords: type: integer contentEncoding: int32 example: 100 totalPages: type: integer contentEncoding: int32 example: 1 successfulPagesCount: type: integer contentEncoding: int32 example: 250 successfulPages: type: array items: type: integer contentEncoding: int32 description: '' example: [] examples: - status: IN_PROGRESS jobType: redeem entityType: COMPANY totalRecords: 7655 totalPages: 8 successfulPagesCount: 3 successfulPages: - 1 - 2 - 8 BulkJobResultsRequest: title: BulkJobResultsRequest required: - jobId - page type: object properties: jobId: type: string example: '500123' page: type: integer contentEncoding: int32 example: 1 examples: - jobId: 0675ee17f800db0333f7541859d7d1db67fd7037 page: 5 IPEnrichRequest: title: IPEnrichRequest required: - ipAddress type: object properties: ipAddress: type: string example: 123 Main Street examples: - ipAddress: 207.106.190.66 IPbelongstoISP: title: IPbelongstoISP required: - success - data type: object properties: success: type: boolean example: true data: $ref: '#/components/schemas/Data41' examples: - success: true data: outputFields: - - city - country - employeeCount - id - industries - name - revenue - state - street - ticker - website - zipCode result: - input: - 73.142.173.46 data: geoLocation: location_long: -71.06616 location_lat: 42.45843 country_code: US province: Massachusetts ispInfo: domain: comcast.com ip_hi_string: 73.143.255.255 ip_lo_string: 73.142.0.0 name: Comcast Cable Communications, Inc. type: isp Data41: title: Data41 required: - outputFields - result type: object properties: outputFields: type: array items: type: array items: type: string example: [] result: type: array items: $ref: '#/components/schemas/Result17' description: '' example: [] examples: - outputFields: - - city - country - employeeCount - id - industries - name - revenue - state - street - ticker - website - zipCode result: - input: - 73.142.173.46 data: geoLocation: location_long: -71.06616 location_lat: 42.45843 country_code: US province: Massachusetts ispInfo: domain: comcast.com ip_hi_string: 73.143.255.255 ip_lo_string: 73.142.0.0 name: Comcast Cable Communications, Inc. type: isp Result17: title: Result17 required: - input - data type: object properties: input: type: array items: type: string description: '' example: [] data: $ref: '#/components/schemas/Data42' examples: - input: - 73.142.173.46 data: geoLocation: location_long: -71.06616 location_lat: 42.45843 country_code: US province: Massachusetts ispInfo: domain: comcast.com ip_hi_string: 73.143.255.255 ip_lo_string: 73.142.0.0 name: Comcast Cable Communications, Inc. type: isp Data42: title: Data42 required: - geoLocation - ispInfo type: object properties: geoLocation: $ref: '#/components/schemas/GeoLocation' ispInfo: $ref: '#/components/schemas/IspInfo' examples: - geoLocation: location_long: -71.06616 location_lat: 42.45843 country_code: US province: Massachusetts ispInfo: domain: comcast.com ip_hi_string: 73.143.255.255 ip_lo_string: 73.142.0.0 name: Comcast Cable Communications, Inc. type: isp GeoLocation: title: GeoLocation required: - location_long - location_lat - country_code - province type: object properties: location_long: type: number example: 75.5 location_lat: type: number example: 75.5 country_code: type: string example: US province: type: string example: example_value examples: - location_long: -71.06616 location_lat: 42.45843 country_code: US province: Massachusetts IspInfo: title: IspInfo required: - domain - ip_hi_string - ip_lo_string - name - type type: object properties: domain: type: string example: example.com ip_hi_string: type: string example: example_value ip_lo_string: type: string example: example_value name: type: string example: Acme Corporation type: type: string example: standard examples: - domain: comcast.com ip_hi_string: 73.143.255.255 ip_lo_string: 73.142.0.0 name: Comcast Cable Communications, Inc. type: isp IPbelongstoacompany: title: IPbelongstoacompany required: - success - data type: object properties: success: type: boolean example: true data: $ref: '#/components/schemas/Data43' examples: - success: true data: outputFields: - - city - country - employeeCount - id - industries - name - revenue - state - street - ticker - website - zipCode result: - input: - 207.106.190.66 data: company: city: Vancouver country: United States employeeCount: 1800 id: 344589814 industries: - Software - Data Collection & Internet Portals - Media & Internet name: ZoomInfo revenue: 476200 state: Washington street: 805 Broadway St Suite 900 ticker: 'NASDAQ: ZI' website: www.zoominfo.com zipCode: '98660' geoLocation: location_long: -118.13118 location_lat: 34.18973 country_code: US province: California Data43: title: Data43 required: - outputFields - result type: object properties: outputFields: type: array items: type: array items: type: string example: [] result: type: array items: $ref: '#/components/schemas/Result18' description: '' example: [] examples: - outputFields: - - city - country - employeeCount - id - industries - name - revenue - state - street - ticker - website - zipCode result: - input: - 207.106.190.66 data: company: city: Vancouver country: United States employeeCount: 1800 id: 344589814 industries: - Software - Data Collection & Internet Portals - Media & Internet name: ZoomInfo revenue: 476200 state: Washington street: 805 Broadway St Suite 900 ticker: 'NASDAQ: ZI' website: www.zoominfo.com zipCode: '98660' geoLocation: location_long: -118.13118 location_lat: 34.18973 country_code: US province: California Result18: title: Result18 required: - input - data type: object properties: input: type: array items: type: string description: '' example: [] data: $ref: '#/components/schemas/Data44' examples: - input: - 207.106.190.66 data: company: city: Vancouver country: United States employeeCount: 1800 id: 344589814 industries: - Software - Data Collection & Internet Portals - Media & Internet name: ZoomInfo revenue: 476200 state: Washington street: 805 Broadway St Suite 900 ticker: 'NASDAQ: ZI' website: www.zoominfo.com zipCode: '98660' geoLocation: location_long: -118.13118 location_lat: 34.18973 country_code: US province: California Data44: title: Data44 required: - company - geoLocation type: object properties: company: $ref: '#/components/schemas/Company24' geoLocation: $ref: '#/components/schemas/GeoLocation' examples: - company: city: Vancouver country: United States employeeCount: 1800 id: 344589814 industries: - Software - Data Collection & Internet Portals - Media & Internet name: ZoomInfo revenue: 476200 state: Washington street: 805 Broadway St Suite 900 ticker: 'NASDAQ: ZI' website: www.zoominfo.com zipCode: '98660' geoLocation: location_long: -118.13118 location_lat: 34.18973 country_code: US province: California Company24: title: Company24 required: - city - country - employeeCount - id - industries - name - revenue - state - street - ticker - website - zipCode type: object properties: city: type: string example: San Francisco country: type: string example: US employeeCount: type: integer contentEncoding: int32 example: 250 id: type: integer contentEncoding: int32 example: 500123 industries: type: array items: type: string description: '' example: [] name: type: string example: Acme Corporation revenue: type: integer contentEncoding: int32 example: 100 state: type: string example: CA street: type: string example: example_value ticker: type: string example: example_value website: type: string example: example_value zipCode: type: string example: '94105' examples: - city: Vancouver country: United States employeeCount: 1800 id: 344589814 industries: - Software - Data Collection & Internet Portals - Media & Internet name: ZoomInfo revenue: 476200 state: Washington street: 805 Broadway St Suite 900 ticker: 'NASDAQ: ZI' website: www.zoominfo.com zipCode: '98660' GetIPEnrichInput: title: GetIPEnrichInput required: - fieldName - fieldType - description type: object properties: fieldName: type: string example: Acme Corporation fieldType: type: string example: standard description: type: string example: Enterprise software company examples: - fieldName: ipAddress fieldType: String description: The ipAddress you are searching for IPEnrichOutput: title: IPEnrichOutput required: - fieldName - description type: object properties: fieldName: type: string example: Acme Corporation description: type: string example: Enterprise software company examples: - fieldName: id description: Unique ZoomInfo identifier for a company ComplianceRequest: title: ComplianceRequest required: - matchPersonInput type: object properties: matchPersonInput: type: array items: $ref: '#/components/schemas/MatchPersonInput2' description: '' example: [] examples: - matchPersonInput: - companyName: ZoomInfo personFirstName: Henry personLastName: Schuck - personEmailAddress: john.doherty@zoominfo.com MatchPersonInput2: title: MatchPersonInput2 type: object properties: companyName: type: string example: Acme Corporation personFirstName: type: string example: Acme Corporation personLastName: type: string example: Acme Corporation personEmailAddress: type: string example: jsmith@example.com examples: - companyName: ZoomInfo personFirstName: Henry personLastName: Schuck Compliance: title: Compliance required: - success - data type: object properties: success: type: boolean example: true data: $ref: '#/components/schemas/Data45' examples: - success: true data: result: - input: companyname: zoominfo personfirstname: henry personlastname: schuck data: - id: 1260398587 firstName: Henry lastName: Schuck title: Founder & Chief Executive Officer employmentHistory: - companyName: ZoomInfo title: Founder & Chief Executive Officer - companyName: iProfile title: Vice President of Data and Marketing emailAddresses: - h.schuck@discoverorg.com - henry@grow.discoverorg.com - schuck.h@discoverorg.com - henry.schuck@discoverorg.com - henry@succeed.discoverorg.com - h.schuck@zoominfo.com - henry.schuck@zoominfo.com - hschuck@discoverorg.com - henry@discoverorg.com - hlschuck@discoverorg.com - hlschuck@email.discoverorg.io pastEmailAddresses: - h.schuck@discoverorg.com - schuck.h@discoverorg.com - henry.schuck@discoverorg.com - hschuck@discoverorg.com - henry@discoverorg.com - hlschuck@discoverorg.com withinEu: false hasCanadianEmail: 'false' withinCalifornia: false withinCanada: false noticeProvidedDate: Notice not required hasMoved: 'No' looksLikeEu: 'No' looksLikeCalifornia: 'No' looksLikeCanada: 'No' company: name: ZoomInfo - input: personemailaddress: john.doherty@zoominfo.com data: - id: 3458235736 firstName: John lastName: Doherty title: Principal Technical Writer employmentHistory: - companyName: ZoomInfo title: Principal Technical Writer emailAddresses: - john.doherty@zoominfo.com pastEmailAddresses: [] withinEu: false hasCanadianEmail: 'false' withinCalifornia: false withinCanada: false noticeProvidedDate: Notice not required hasMoved: Uncertain looksLikeEu: 'No' looksLikeCalifornia: 'No' looksLikeCanada: 'No' company: name: ZoomInfo Data45: title: Data45 required: - result type: object properties: result: type: array items: $ref: '#/components/schemas/Result19' description: '' example: [] examples: - result: - input: companyname: zoominfo personfirstname: henry personlastname: schuck data: - id: 1260398587 firstName: Henry lastName: Schuck title: Founder & Chief Executive Officer employmentHistory: - companyName: ZoomInfo title: Founder & Chief Executive Officer - companyName: iProfile title: Vice President of Data and Marketing emailAddresses: - h.schuck@discoverorg.com - henry@grow.discoverorg.com - schuck.h@discoverorg.com - henry.schuck@discoverorg.com - henry@succeed.discoverorg.com - h.schuck@zoominfo.com - henry.schuck@zoominfo.com - hschuck@discoverorg.com - henry@discoverorg.com - hlschuck@discoverorg.com - hlschuck@email.discoverorg.io pastEmailAddresses: - h.schuck@discoverorg.com - schuck.h@discoverorg.com - henry.schuck@discoverorg.com - hschuck@discoverorg.com - henry@discoverorg.com - hlschuck@discoverorg.com withinEu: false hasCanadianEmail: 'false' withinCalifornia: false withinCanada: false noticeProvidedDate: Notice not required hasMoved: 'No' looksLikeEu: 'No' looksLikeCalifornia: 'No' looksLikeCanada: 'No' company: name: ZoomInfo - input: personemailaddress: john.doherty@zoominfo.com data: - id: 3458235736 firstName: John lastName: Doherty title: Principal Technical Writer employmentHistory: - companyName: ZoomInfo title: Principal Technical Writer emailAddresses: - john.doherty@zoominfo.com pastEmailAddresses: [] withinEu: false hasCanadianEmail: 'false' withinCalifornia: false withinCanada: false noticeProvidedDate: Notice not required hasMoved: Uncertain looksLikeEu: 'No' looksLikeCalifornia: 'No' looksLikeCanada: 'No' company: name: ZoomInfo Result19: title: Result19 required: - input - data type: object properties: input: $ref: '#/components/schemas/Input17' data: type: array items: $ref: '#/components/schemas/Data46' description: '' example: [] examples: - input: companyname: zoominfo personfirstname: henry personlastname: schuck data: - id: 1260398587 firstName: Henry lastName: Schuck title: Founder & Chief Executive Officer employmentHistory: - companyName: ZoomInfo title: Founder & Chief Executive Officer - companyName: iProfile title: Vice President of Data and Marketing emailAddresses: - h.schuck@discoverorg.com - henry@grow.discoverorg.com - schuck.h@discoverorg.com - henry.schuck@discoverorg.com - henry@succeed.discoverorg.com - h.schuck@zoominfo.com - henry.schuck@zoominfo.com - hschuck@discoverorg.com - henry@discoverorg.com - hlschuck@discoverorg.com - hlschuck@email.discoverorg.io pastEmailAddresses: - h.schuck@discoverorg.com - schuck.h@discoverorg.com - henry.schuck@discoverorg.com - hschuck@discoverorg.com - henry@discoverorg.com - hlschuck@discoverorg.com withinEu: false hasCanadianEmail: 'false' withinCalifornia: false withinCanada: false noticeProvidedDate: Notice not required hasMoved: 'No' looksLikeEu: 'No' looksLikeCalifornia: 'No' looksLikeCanada: 'No' company: name: ZoomInfo Input17: title: Input17 type: object properties: companyname: type: string example: Acme Corporation personfirstname: type: string example: Acme Corporation personlastname: type: string example: Acme Corporation personemailaddress: type: string example: jsmith@example.com examples: - companyname: zoominfo personfirstname: henry personlastname: schuck Data46: title: Data46 required: - id - firstName - lastName - title - employmentHistory - emailAddresses - pastEmailAddresses - withinEu - hasCanadianEmail - withinCalifornia - withinCanada - noticeProvidedDate - hasMoved - looksLikeEu - looksLikeCalifornia - looksLikeCanada - company type: object properties: id: type: integer contentEncoding: int32 example: 500123 firstName: type: string example: Acme Corporation lastName: type: string example: Acme Corporation title: type: string example: Vice President of Sales employmentHistory: type: array items: $ref: '#/components/schemas/EmploymentHistory4' description: '' example: [] emailAddresses: type: array items: type: string description: '' example: user@example.com pastEmailAddresses: type: array items: type: string description: '' example: user@example.com withinEu: type: boolean example: true hasCanadianEmail: type: string example: jsmith@example.com withinCalifornia: type: boolean example: true withinCanada: type: boolean example: true noticeProvidedDate: type: string example: '2025-03-15T14:30:00Z' hasMoved: type: string example: example_value looksLikeEu: type: string example: example_value looksLikeCalifornia: type: string example: example_value looksLikeCanada: type: string example: example_value company: $ref: '#/components/schemas/Company25' examples: - id: 1260398587 firstName: Henry lastName: Schuck title: Founder & Chief Executive Officer employmentHistory: - companyName: ZoomInfo title: Founder & Chief Executive Officer - companyName: iProfile title: Vice President of Data and Marketing emailAddresses: - h.schuck@discoverorg.com - henry@grow.discoverorg.com - schuck.h@discoverorg.com - henry.schuck@discoverorg.com - henry@succeed.discoverorg.com - h.schuck@zoominfo.com - henry.schuck@zoominfo.com - hschuck@discoverorg.com - henry@discoverorg.com - hlschuck@discoverorg.com - hlschuck@email.discoverorg.io pastEmailAddresses: - h.schuck@discoverorg.com - schuck.h@discoverorg.com - henry.schuck@discoverorg.com - hschuck@discoverorg.com - henry@discoverorg.com - hlschuck@discoverorg.com withinEu: false hasCanadianEmail: 'false' withinCalifornia: false withinCanada: false noticeProvidedDate: Notice not required hasMoved: 'No' looksLikeEu: 'No' looksLikeCalifornia: 'No' looksLikeCanada: 'No' company: name: ZoomInfo EmploymentHistory4: title: EmploymentHistory4 required: - companyName - title type: object properties: companyName: type: string example: Acme Corporation title: type: string example: Vice President of Sales examples: - companyName: ZoomInfo title: Founder & Chief Executive Officer Company25: title: Company25 required: - name type: object properties: name: type: string example: Acme Corporation examples: - name: ZoomInfo ComplianceInput: title: ComplianceInput required: - fieldName - fieldType - description type: object properties: fieldName: type: string example: Acme Corporation fieldType: type: string example: standard description: type: string example: Enterprise software company examples: - fieldName: companyId fieldType: Long description: Unique ZoomInfo identifier for a company ComplianceOutput: title: ComplianceOutput required: - fieldName - description type: object properties: fieldName: type: string example: Acme Corporation description: type: string example: Enterprise software company examples: - fieldName: id description: Unique ZoomInfo identifier for the contact securitySchemes: httpBearer: type: http scheme: bearer bearerAuth: type: http scheme: bearer bearerFormat: JWT description: JWT token obtained from the /authenticate endpoint security: - bearerAuth: [] tags: - name: Authentication description: '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. **Note**: 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 [ZoomInfo API introduction](#intro). 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. 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. **Important: The token is good for 60 minutes from the time that the response was generated.** * **Do not generate a new JWT with every call/request.** * **As a best practice to keep the session active, refresh the JWT every 55 minutes.**' - name: Contact Search description: 'Use [Contact Search](#2e5121fd-df42-41a4-95d6-0e8f24eebd92) to retrieve contacts using valid query parameters. * To build your request, retrieve a list of valid query parameters using [Contact Search Inputs](#74630827-dd25-4b6a-bf72-f7cfeffd6c41). * For requests that require you to specify supported values (e.g., job titles, industry codes and so on), use the [Lookup](#efe7b4b8-1ef2-4fcd-a20f-9da68f6b2055) endpoints. * Use [Contact Search Outputs](#5ed629a9-f24a-41a3-bc66-89f3f09f051c) to retrieve a list of expected response fields that will be returned from [Contact Search](#2e5121fd-df42-41a4-95d6-0e8f24eebd92).' - name: Company Search description: 'Use [Company Search](#4506f0ad-9147-4016-991f-ce8ef6700f07) to retrieve company data using valid query parameters. * To build your request, retrieve a list of valid query parameters using [Company Search Inputs](#ffd4ccc6-09d1-4026-8c4f-863d02fd703e). * For requests that require you to specify supported values (e.g., company type, industry codes and so on), use the [Lookup](#efe7b4b8-1ef2-4fcd-a20f-9da68f6b2055) endpoints. * Use [Company Search Outputs](#3dd35354-8523-4a8c-935a-97ed56d059a6) to retrieve a list of expected response fields that will be returned from [Company Search](#4506f0ad-9147-4016-991f-ce8ef6700f07).' - name: Scoop Search description: 'Use [Scoop Search](#3099d72f-6857-4432-89c2-736410680e60) to retrieve scoop-related data using valid query parameters. * To build your request, retrieve a list of valid query parameters using [Scoop Search Inputs](#1888a5e1-6a96-4cc2-910b-70e574370996). * For requests that require you to specify supported values (e.g., job titles, industry codes and so on), use the [Lookup](#efe7b4b8-1ef2-4fcd-a20f-9da68f6b2055) endpoints. * Use [Scoop Search Outputs](#185aa18e-02fa-440e-a691-b8e2c391a456) to retrieve a list of expected response fields that will be returned from [Scoop Search](#3099d72f-6857-4432-89c2-736410680e60).' - name: News Search description: 'Use [News Search](#4c4c979b-4495-4a17-8925-7d00c52c7e19) to retrieve news-related data using valid query parameters. * To build your request, retrieve a list of valid query parameters using [News Search Inputs](#90bfb6fb-2754-478b-b42d-f8c507ffffb2). * For requests that require you to specify supported values (e.g., news categories), use the [Lookup](#efe7b4b8-1ef2-4fcd-a20f-9da68f6b2055) endpoints. * Use [News Search Outputs](#354f6240-e3d3-4c8c-9684-86569fd71581) to retrieve a list of expected response fields that will be returned from [News Search](#4c4c979b-4495-4a17-8925-7d00c52c7e19).' - name: Intent Search description: 'Use [Intent Search](#93f940a4-4381-49dd-8fbc-42cbc75a7a39) to retrieve Intent-related data using valid query parameters. * To build your request, retrieve a list of valid query parameters using [Intent Search Inputs](#14669274-88b8-4762-8d61-57d2fd5abf12). * For requests that require you to specify supported values (e.g., Intent topics), use the [Lookup](#efe7b4b8-1ef2-4fcd-a20f-9da68f6b2055) endpoints. * Use [Intent Search Outputs](#8f3540ee-4093-48e4-aebb-97133a864912) to retrieve a list of expected response fields that will be returned from [Intent Search](#93f940a4-4381-49dd-8fbc-42cbc75a7a39).' - name: Contact Enrich description: 'Use [Contact Enrich](#c145dd01-eb54-4fc2-bbdb-9edc04b7ea1b) 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. Refer to the examples provided to build a valid JSON request. For supported input and output parameters: * Use the [Contact Enrich Inputs](#dbaf31cd-0f7a-4bf3-b6c1-077f3c31f2df) endpoint to retrieve a list of valid input parameters you can provide * Use the [Contact Enrich Outputs](#28b47784-3186-4fc4-af91-12e6bc6fb31a) endpoint to retrieve a list of valid output fields that can be returned' - name: Company Enrich description: 'Use [Company Enrich](#59a59d9e-7eb9-44fa-904a-f10f9ab7c5fd) 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. Refer to the examples provided to build a valid JSON request. For supported input and output parameters: * Use the [Company Enrich Inputs](#7a915792-e8cd-4e3a-9f0e-c19b850be536) endpoint to retrieve a list of valid input parameters you can provide * Use the [Company Enrich Outputs](#d05239c3-2597-45f8-9384-f2dbd3518cfc) endpoint to retrieve a list of valid output fields that can be returned' - name: Company Master Data Enrich description: 'The new [Company Master Data Enrich](#8b6cffe4-cb34-44ab-ad5d-1953d372ffd3) endpoint brings together ZoomInfo firmographic data with the EverString firmographic data along with significant improvements including additional firmographic attributes and enhanced data. Refer to the examples provided to build a valid JSON request. For supported input and output parameters: * Use the [Company Master Enrich Inputs](#d305402c-33d1-488c-8b8f-b5b079868a61) endpoint to retrieve a list of valid input parameters you can provide * Use the [Company Master Enrich Outputs](#58b47522-753a-4104-a0c6-454adf4b6a1d) endpoint to retrieve a list of valid output fields that can be returned' - name: OrgChart Enrich description: 'Use [Org Chart Enrich](#763b3c10-41d1-4d52-9775-1712f712202e) to retrieve org chart detail using valid query parameters. Refer to the examples provided to build a valid JSON request: * Use the [Org Chart Enrich Inputs](#751a9156-1867-4033-a115-a44aa0ecbfad) endpoint to retrieve a list of valid input parameters you can provide * Use the [Org Chart Enrich Outputs](#b2c219d2-df68-4ccd-9914-c7c58218f768) endpoint to retrieve a list of output fields returned' - name: Corporate Hierarchy Enrich description: 'Use [Corporate Hierarchy Enrich](#585acff6-f231-4109-b818-b2ff586c18d3) 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. Refer to the examples provided to build a valid JSON request. For supported input and output parameters: * Use the [Corporate Hierarchy Enrich Inputs](#d72da288-2069-47c9-b36f-16cdab5d9988) endpoint to retrieve a list of valid input parameters you can provide * Use the [Corporate Hierarchy Enrich Outputs](#d6813026-dcae-4b20-9ee4-b1301451a2c7) endpoint to retrieve a list of valid output fields that can be returned' - name: Company Location Enrich description: 'Use [Company Location Enrich](#2b221ad0-f6c2-40cb-b721-6513e90afd8d) to retrieve company location detail using valid query parameters. Refer to the examples provided to build a valid JSON request: * Use the [Location Enrich Inputs](#5517cdb0-18c9-40ad-9d80-bdee7872d9e0) endpoint to retrieve a list of valid input parameters you can provide * Use the [Location Enrich Outputs](#d1fbccf4-2224-4ba8-b72c-5b15e250c2f7) endpoint to retrieve a list of output fields returned' - name: Technology Enrich description: 'Use [Technology Enrich](#9fc40c02-fe95-448f-a6f4-e903c85c81a9) to retrieve company technology detail using valid query parameters. Refer to the examples provided to build a valid JSON request. Use the [Technology Enrich Inputs](#2cc6abbc-e782-4ab4-80e8-ce29ed17ee4e) endpoint to retrieve a list of valid input parameters you can provide.' - name: Hashtags Enrich description: 'Use [Hashtags Enrich](#886fb5cc-b587-4f26-bd68-892798d45ffe) 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. Refer to the examples provided to build a valid JSON request. Use the [Hashtags Enrich Inputs](#a7bea20a-f496-431b-9403-337231c4a22e) endpoint to retrieve a list of valid input parameters you can provide.' - name: Intent Enrich description: 'Use [Intent Enrich](#c1e5300d-8ffb-40f0-b899-be98f884e505) to retrieve intent data using valid query parameters. Refer to the examples provided to build a valid JSON request: * Use the [Intent Enrich Inputs](#2dcbe844-7f1f-45f3-ae32-2598ccec5be4) endpoint to retrieve a list of valid input parameters you can provide * Use the [Intent Enrich Outputs](#fc4083cf-6179-4f0f-8b9b-80aedc2e3e67) endpoint to retrieve a list of valid output fields returned' - name: News Enrich description: 'Use [News Enrich](#a04f60d9-353e-4eb1-9c37-0539ee6b8d13) to retrieve news data using valid query parameters. Refer to the examples provided to build a valid JSON request: * Use the [News Enrich Inputs](#d58425e5-a4a4-4af0-ad01-fa7bbf91ca84) endpoint to retrieve a list of valid input parameters you can provide * Use the [News Enrich Outputs](#254b86e3-e51b-450d-8704-95e4da168874) endpoint to retrieve a list of valid output fields returned' - name: Scoop Enrich description: 'Use [Scoop Enrich](#545c603a-fbe5-48b6-b4b4-bdca626fead0) to retrieve Scoop data using valid query parameters. Refer to the examples provided to build a valid JSON request: * Use the [Scoop Enrich Inputs](#4ebf5d05-d819-4336-977f-2fe72dc6ac19) endpoint to retrieve a list of valid input parameters you can provide * Use the [Scoop Enrich Outputs](#3af4b7ad-e694-4202-81c4-20b7bab73946) endpoint to retrieve a list of valid output fields returned' - name: Lookup description: This folder contains a series of lookup endpoints. - name: Usage description: 'You can use the Usage endpoint to find what your current API usage and limits are. ' - name: Monitoring API/Webhooks description: "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.\n\n## Why webhooks?\n\nOrganizations 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 youve purchased. Once configured, Webhooks will listen for events you subscribe to and automatically send over all (or only relevant) updates securely to your application.\n\n## Monitoring API/Webhooks basics\n\nAvailable to organizations with the Scaling API, the Monitoring API is a set of endpoints that allows for the configuration of webhooks subscriptions that specify:\n\n- **Webhook Title**: Name of the webhook.\n- **Subscription**: The events you are listening for, consisting of object types and event types.\n - **Object types**: The types of records you want to update. Supported object types are Contact and Company.\n - **Event types**: The events that trigger a webhook's response. Currently, the only supported event is Update.\n- **Changed attributes**: This is a JSON object that includes a list of fields that are changed as part of a payload.\n- **Payload types (full payload/changed attributes only)**:\n - A full payload (all fields for a contact or company, including changed attributes)\n - Only the changed attributes for a contact or company.\n- **Target URL**: The target URL to which the webhook JSON payloads are sent.\n- **Verification Token**: Signature token that will be part of the request we send to you.\n \n\n## Securing the data transfer\n\nTo secure communication between ZoomInfo and your app, a _verification token_ 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 (_x-zoominfo-token_) and can be used in your app to authorize receipt of the data from ZoomInfo.\n\nThe 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 [Generate Verification Token](#9cc75e99-622e-4aa2-b9a8-2d33d0ede2ed) webhook.\n\n## Considerations\n\nNote the following considerations:\n\n- To use the Monitoring API/webhooks, you must have access to the Scaling API.\n- To subscribe to events, you must have already enriched at least one contact or company record using the API.\n- You will only receive updates on records that you've purchased using the API within the past 12 months.\n- The default payload type for company or contact updates is the full payload with changed attributes.\n \n- The maximum number of profiles delivered in a single webhook payload is 25.\n \n\n## Payload examples\n\nHere are examples of the POST requests your webhook's target URL will receive.\n\nFor 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.\n\nIn either case (full or changed attributes only), contact and company records will always include the following fields to support mapping the profile:\n\n**Contacts**: `id`, `firstName`, `lastName`, and `email`\n\n**Companies**: `id`, `name`, and `website`\n\nThe following examples are provided below:\n\n- Example 1: Contact record - full profile (default)\n- Example 2: Contact record - changed attributes only\n- Example 3: Company record - full profile (default)\n- Example 4: Company record - changed attributes only\n \n\n**Example 1: Contact record - full profile (default)** \nIncludes all output fields\n\n``` json\n{\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 & 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,\nrecruiters, 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 & Internet Portals\",\n \"Media & Internet\"\ \n ],\n \"industryCodes\":\n [\n {\n \"id\": \"software\",\n \"name\": \"Software\"\n },\n {\n \"id\": \"media.data\"\ ,\n \"name\": \"Data Collection & Internet Portals\"\n },\n {\n \"id\": \"media\",\n \"name\": \"Media & 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 ```\n\n**Example 2: Contact record - changed attributes only (default)** \nIncludes only output fields with changed attributes\n\n``` json\n{\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 & Chief Executive Officer\",\n \"changedAttributes\"\ : [\n \"jobTitle\",\n \"department\"\n ]\n }\n\n ```\n\n**Example 3: Company record - full profile (default)** \nIncludes all output fields\n\n``` json\n{\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 & 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 & Internet Portals\",\n \"Media & Internet\"\n ],\n \"industryCodes\":\n [\n {\n \"id\": \"software\",\n \"name\": \"Software\"\ \n },\n {\n \"id\": \"media.data\",\n \"name\": \"Data Collection & Internet Portals\"\n },\n {\n \"id\": \"media\",\n \"name\": \"Media & 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 ```\n\n**Example 4: Company record - changed attributes only (default)** \nIncludes only output fields with changed attributes\n\n``` json\n{\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 ```" - name: Bulk description: "Use the Bulk APIs to search, retrieve, and enrich large ZoomInfo company and contact datasets through asynchronous batch processes.\n\nWith 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.\n\n**Bulk Search API**\n\nWith the Bulk Search API you can:\n\n* Search for up to 200K records with a single search query\n* Preview or redeem up to 500 records per page\n \n\nTwo job types are available with the Bulk Search APIs:\n\n* 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.\n* 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.\n \n\nWhen 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.\n\n**Bulk Enrich API**\n\nWith the Bulk Enrich API you can:\n\n* Enrich up to 10K records in a single job\n* Retrieve up to 500 results per page\n \n\nWhen 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.\n\n**Rate Limiting**\n\n* 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)\n* You can create up to 1 job per second\n* Each job you create expires after 24 hours" - name: WebSights API description: "The Websights API identifies anonymous website traffic by resolving IP addresses (IPv4 & IPv6) to return company and ISP profiles and IP geolocation details.\n\n**Company vs. ISP response data**\n\nIf the IP address belongs to a company, details about the company are returned including geolocation details. For example:\n\n```\n\"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```\n\nIf the IP address belongs to an internet service provider (ISP), details about the ISP are returned including geolocation details. For example:\n\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**Charging mechanism**\n\nYour 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." - name: Compliance API description: 'Use the Compliance endpoints to request and return data related to data privacy and opt-out compliance for contacts stored in the ZoomInfo database. '