Tool ID:
zoominfo_enrich_companyRun this action
Use the TypeScript SDK for a single call. Putctx.tools.execute(...) inside a Play when the call should be durable, scheduled, or run across a CSV.
import { Deepline } from 'deepline';
const deepline = await Deepline.connect();
const result = await deepline.tools.execute(
'zoominfo_enrich_company',
{
"data": {
"type": "CompanyEnrich",
"attributes": {
"outputFields": [
"alternateLogos"
],
"matchCompanyInput": [
{
"companyId": 123,
"companyName": "Example Corp",
"companyWebsite": "https://example.com"
}
]
}
}
},
);
console.log(result.toolResponse.raw);
CLI
deepline tools execute zoominfo_enrich_company --input '{
"data": {
"type": "CompanyEnrich",
"attributes": {
"outputFields": [
"alternateLogos"
],
"matchCompanyInput": [
{
"companyId": 123,
"companyName": "Example Corp",
"companyWebsite": "https://example.com"
}
]
}
}
}' --json
Example response
The SDK exposes this shape atresult.toolResponse.raw. Values below are representative.
{
"data": {
"data": [
{
"id": "id_123",
"type": "Company",
"attributes": {}
}
]
}
}
deepline tools get zoominfo_enrich_company --json for the latest machine-readable contract.
Input reference
Company enrich request.| Name | Type | Required | Default | Details |
|---|---|---|---|---|
payload.data | object | Yes | — | Company enrich request resource. |
Output reference
Standard tool result payload.| Name | Type | Required | Default | Details |
|---|---|---|---|---|
result.data | object | Yes | — | Company enrich response. |
result.data.data | array | Yes | — | The primary data of the document |
result.data.data[].id | string | Yes | — | The unique identifier for the resource |
result.data.data[].type | string | Yes | "Company" | The type of the resource |
result.data.data[].attributes | object | Yes | — | Company enrich response attributes. |
result.data.data[].attributes.socialMediaUrls | array | No | — | Social media URLs for the company (e.g., Facebook, Twitter, LinkedIn and so on). |
result.data.data[].attributes.socialMediaUrls[].type | string | No | — | Type of social media account. Supported types are Facebook, Twitter (X.com), LinkedIn). |
result.data.data[].attributes.socialMediaUrls[].url | string | No | — | URL for the social media account. |
result.data.data[].attributes.socialMediaUrls[].followerCount | string | No | — | Number of followers for the social media account. |
result.data.data[].attributes.primaryIndustry | array | No | — | Top-level industry for a company. |
result.data.data[].attributes.primaryIndustryCode | array | No | — | Top-level industry for a company along with its code. |
result.data.data[].attributes.primaryIndustryCode[].id | string | No | — | Unique identifier for the industry code. |
result.data.data[].attributes.primaryIndustryCode[].name | string | No | — | Name of the industry code. |
result.data.data[].attributes.primarySubIndustryCode | array | No | — | Top-level sub-industry for a company along with its code. |
result.data.data[].attributes.primarySubIndustryCode[].id | string | No | — | Unique identifier for the sub-industry code. |
result.data.data[].attributes.primarySubIndustryCode[].name | string | No | — | Name of the sub-industry code. |
result.data.data[].attributes.industries | array | No | — | The industry grouping for the company. A company can have multiple industries. |
result.data.data[].attributes.industryCodes | array | No | — | The industry grouping for the company along with it’s codes. A company can have multiple industries. |
result.data.data[].attributes.industryCodes[].id | string | No | — | Unique identifier for the industry code. |
result.data.data[].attributes.industryCodes[].name | string | No | — | Name of the industry code. |
result.data.data[].attributes.website | string | No | — | Company website. |
result.data.data[].attributes.type | string | No | — | Company type (private, public, npo, education, government, other). |
result.data.data[].attributes.ticker | string | No | — | Company public stock exchange ticker. |
result.data.data[].attributes.name | string | No | — | Company name. |
result.data.data[].attributes.description | string | No | — | Description associated with the company. |
result.data.data[].attributes.phone | string | No | — | Company phone number. |
result.data.data[].attributes.fax | string | No | — | Fax number of the company headquarters. |
result.data.data[].attributes.street | string | No | — | Street portion of the company’s primary address. |
result.data.data[].attributes.city | string | No | — | City of the company’s primary address. |
result.data.data[].attributes.state | string | No | — | State or province of the company’s primary address. |
result.data.data[].attributes.zipCode | string | No | — | Zip code or postal code of the company’s primary address. |
result.data.data[].attributes.country | string | No | — | Country of the company’s primary address. |
result.data.data[].attributes.continent | string | No | — | Continent of the company’s primary address. |
result.data.data[].attributes.logo | string | No | — | The URL which can be used to retrieve the logo for the company. |
result.data.data[].attributes.alternateLogos | array | No | — | List of alternate logos for the company. |
result.data.data[].attributes.employeeCount | integer | No | — | Employee count of the company. |
result.data.data[].attributes.sicCodes | array | No | — | The Standard Industrial Classification is a system for classifying industries by a four-digit numerical code assigned by the U.S. government to business establishments to identify the primary business of the establishment. |
result.data.data[].attributes.sicCodes[].id | string | No | — | Unique identifier for the SIC code. |
result.data.data[].attributes.sicCodes[].name | string | No | — | Name of the SIC code. |
result.data.data[].attributes.naicsCodes | array | No | — | Four-digit numerical codes assigned by the U.S. government to business establishments to identify the primary business of the establishment. |
result.data.data[].attributes.naicsCodes[].id | string | No | — | Unique identifier for the NAICS code. |
result.data.data[].attributes.naicsCodes[].name | string | No | — | Name of the NAICS code. |
result.data.data[].attributes.employeeRange | string | No | — | Employee range at the company. |
result.data.data[].attributes.employeeGrowth | object | No | — | 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. |
result.data.data[].attributes.employeeGrowth.oneYearGrowthRate | string | No | — | One-year growth rate. |
result.data.data[].attributes.employeeGrowth.twoYearGrowthRate | string | No | — | Two-year growth rate. |
result.data.data[].attributes.employeeGrowth.employeeGrowthDataPoints | array | No | — | Quarter-by-quarter breakdown of total employee count. |
result.data.data[].attributes.employeeGrowth.employeeGrowthDataPoints[].label | string | No | — | Label for the data point (e.g., ‘21 - Q1’). |
result.data.data[].attributes.employeeGrowth.employeeGrowthDataPoints[].employeeCount | integer | No | — | Total employee count for the data point. |
result.data.data[].attributes.revenueRange | string | No | — | Revenue range for a company. |
This output schema is too large to embed without slowing the page. Get the complete live contract with
deepline tools get zoominfo_enrich_company --json.Deepline cost
- Pricing model:
fixed(per call). - Estimated Deepline credits:
0per pricing unit. - Provider-native pricing may still exist outside Deepline credit billing.