Skill

Enrich Company

Look up a company's full profile by name, domain, ticker, or ZoomInfo ID — firmographics, financials, corporate structure, and growth signals in one place.

Overview

The Enrich Company skill pulls a company's full profile from ZoomInfo's database in response to a name, website domain, stock ticker, or ZoomInfo company ID. It returns everything a sales rep or account researcher needs to understand an account: firmographics, financials, corporate structure, employee growth trends, and how many contacts ZoomInfo has on file.

This skill is designed for the moments when you need a complete picture of a specific company fast — qualifying an inbound lead, prepping for a discovery call, or filling in CRM fields before an account gets assigned. It handles the lookup automatically, falling back to a fuzzy company name search if an exact match isn't found, and presents results in a clean, scannable table.

The returned ZoomInfo company ID can be used directly with other skills — passing it to Find Similar to discover lookalikes, or to Recommend Contacts to surface the right people at the account.

What It Does

  • Flexible lookup: Accepts company name, domain, stock ticker, or ZoomInfo company ID — no need to know the exact format
  • Firmographics: Industry, sub-industries, employee count, revenue, business model (B2B/B2C/B2G), founding year, HQ location
  • Financials & ownership: Company type (public/private), stock ticker, SIC and NAICS codes, revenue band
  • Corporate hierarchy: Ultimate parent, immediate parent, and subsidiary count where available
  • Growth signals: 1-year and 2-year employee growth percentages, recent funding rounds
  • Contact coverage: Number of ZoomInfo contacts on record at the company

Use Cases

Inbound Lead Qualification

When a new account comes in through a form, trial signup, or SDR-sourced lead, enrich it immediately to assess fit. Revenue, headcount, industry, and growth trajectory tell you whether to fast-track to AE or nurture differently.

Pre-call Account Research

Before a discovery call or executive briefing, pull the company's full profile to understand their structure, recent growth signals, and financial context. Walk in knowing the company's size, whether they're PE-backed, and how fast they're hiring.

CRM Population

Keep your CRM records complete and fresh. Paste a company name or domain and get all standard firmographic fields back — ready to copy into your CRM account record or feed into an enrichment workflow.

Skill Definition

The raw markdown Claude uses when this skill is invoked.

---
name: enrich-company
description: Look up a company's full profile. Provide a company name, domain, ticker symbol, or ZoomInfo company ID. Returns firmographics, financials, corporate structure, growth signals, and contact counts.
---

# Enrich Company

Look up a single company's full profile in ZoomInfo.

## Input

The user will provide via `$ARGUMENTS` one of:
- A domain or website (e.g., `stripe.com` or `https://stripe.com`)
- A company name (e.g., `Stripe`)
- A stock ticker (e.g., `SNOW`)
- A ZoomInfo company ID

## Workflow

1. **Lookup metadata first** — before calling any other MCP tool, use `lookup` to load reference data for any fields relevant to the request. Use the returned `id` values (not display names) in all subsequent API calls. This ensures accurate parameter resolution, especially if a fallback search is needed.

2. **Identify the best match key** from the user's input:
   - URL or domain → use `domain` or `companyWebsite` parameter
   - Company name → use `companyName`
   - Ticker → use `companyTicker`
   - Company ID → use `companyId`

3. **Enrich the company** using `enrich_companies` with the identified parameters.

4. **If no match**, try a fallback:
   - Use `search_companies` with `companyName` for fuzzy matching — use lookup `id` values for any filters
   - Suggest alternatives from the search results

## Output Format

**[Company Name]** — [One-line description]

| Field | Value |
|-------|-------|
| Website | |
| Industry | |
| Sub-Industries | |
| Employee Count | |
| Revenue | |
| Founded | |
| HQ Location | |
| Company Type | (Public/Private/etc.) |
| Ticker | |
| Business Model | (B2B/B2C/B2G) |
| Phone | |
| SIC Codes | |
| NAICS Codes | |
| ZoomInfo Company ID | |

**Corporate Structure**
- Ultimate Parent: [if applicable]
- Parent: [if applicable]
- Subsidiaries: [count if available]

**Growth Signals**
- 1-Year Employee Growth: X%
- 2-Year Employee Growth: X%
- Recent Funding: [if available]

**ZoomInfo Coverage**
- Contacts in Database: [count]

Include the ZoomInfo Company ID — users will need it for follow-up commands like `/zoominfo:find-buyers` or `/zoominfo:find-similar`.

Install Plugin

This skill runs via the ZoomInfo MCP plugin for Claude Code.

Get Plugin on GitHub

Created by

Rowan Bailey

Rowan Bailey

Senior Director, Product

Provided by

ZoomInfo

Capabilities

  • Firmographic and financial data
  • Corporate hierarchy (parent, subsidiaries)
  • Employee growth signals (1-year and 2-year)
  • Funding and public market data
  • ZoomInfo contact coverage count