apollo-enrichment

Enrich people and organizations via Apollo through the gtm_enrich proxy.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/nurturev/gtm-engine --skill apollo-enrichment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apollo-enrichment
Source: https://github.com/nurturev/gtm-engine/tree/main/.claude/skills/apollo-enrichment
Command: npx skills add https://github.com/nurturev/gtm-engine --skill apollo-enrichment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Apollo data access for rapid enrichment of people and organizations via the Apollo API, routed through the gtm_enrich proxy to streamline prospecting and data quality.

Core Features & Use Cases

  • Endpoints for single and bulk enrichment and search via Apollo:
    • POST /people/match to enrich a single person
    • POST /mixed_people/search to find multiple people
    • POST /organizations/enrich to enrich a company
    • POST /mixed_companies/search to search companies
  • Proxy routing through gtm_enrich (provider="apollo") for consistent authentication and rate handling
  • Real-world use: enrich a lead with email and organization data or locate new prospects by title and domain

Quick Start

Ask Apollo via gtm_enrich to enrich a person or company by providing an email, domain, or name.

Frequently Asked Questions about apollo-enrichment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enrich a lead with work email and company data using Apollo?

Apollo lead enrichment uses the POST /people/match endpoint via the gtm_enrich proxy to find a single person's work email and associated organization data. You provide an email, domain, or name to retrieve the matched professional profile.

What is the best way to search for multiple prospects by title and domain in bulk?

Searching for multiple prospects in bulk uses the POST /mixed_people/search endpoint. This allows you to find new prospects by filtering on criteria like job title and company domain, returning matching professional profiles routed through the gtm_enrich proxy.

Can I enrich a company organization directly without searching for individual people?

Yes, company organization enrichment uses the POST /organizations/enrich endpoint. You provide a domain or organization name, and the proxy returns the associated company data without requiring individual person lookups.

Does the gtm_enrich proxy handle authentication and rate limiting for the Apollo API?

Yes, the gtm_enrich proxy handles provider routing with provider="apollo" to ensure consistent authentication and rate handling. This proxy layer streamlines API access for both single and bulk enrichment requests.

How do I search for companies that match specific criteria for account discovery?

Account discovery and company searches use the POST /mixed_companies/search endpoint. This allows you to locate organizations matching specific criteria and returns company data routed through the gtm_enrich proxy.

What inputs do I need to start finding work emails and associated company data?

To find work emails and company data, you need to provide either an email address, a company domain, or a name. These inputs are sent to the appropriate Apollo endpoint via the gtm_enrich proxy to retrieve enrichment results.