Skip to main content
Apollo API commands. Every command follows the CLI contract: JSON on stdout, errors on stderr, and command-specific mutation safety controls. Keys resolve as described in Secrets and API keys.

gtm apollo people

People enrichment and search via Apollo.

gtm apollo people enrich

Enrich a person’s data using Apollo.
uv run gtm apollo people enrich [OPTIONS]
OptionTypeDefaultDescription
--email, -etextEmail address
--name, -ntextFull name
--first-nametextFirst name
--last-nametextLast name
--domain, -dtextCompany domain
--linkedin, -ltextLinkedIn profile URL
--orgtextOrganization name
--jsontextJSON payload (overrides flags)
--apollo-api-keytextOverride the Apollo API key for this invocation
Search for people in Apollo’s database.
uv run gtm apollo people search [OPTIONS] [KEYWORDS]
ArgumentTypeRequired
KEYWORDStextno
OptionTypeDefaultDescription
--title, -ttextJob titles to filter by (repeatable)
--seniority, -stextSeniority levels (repeatable)
--locationtextPerson locations (repeatable)
--domain, -dtextCompany domains (repeatable)
--page, -pinteger1Page number
--per-page, -ninteger10Results per page
--jsontextJSON payload (overrides flags)
--apollo-api-keytextOverride the Apollo API key for this invocation

gtm apollo organizations

Organization enrichment and search via Apollo.

gtm apollo organizations enrich

Enrich an organization’s data by domain.
uv run gtm apollo organizations enrich [OPTIONS] [DOMAIN]
ArgumentTypeRequired
DOMAINtextno
OptionTypeDefaultDescription
--jsontextJSON payload (overrides flags)
--apollo-api-keytextOverride the Apollo API key for this invocation
Search for organizations in Apollo’s database.
uv run gtm apollo organizations search [OPTIONS] [KEYWORDS]
ArgumentTypeRequired
KEYWORDStextno
OptionTypeDefaultDescription
--locationtextHQ locations (repeatable)
--employeestextEmployee count ranges like ‘1,10’ or ‘501,1000’ (repeatable)
--page, -pinteger1Page number
--per-page, -ninteger10Results per page
--jsontextJSON payload (overrides flags)
--apollo-api-keytextOverride the Apollo API key for this invocation
Last modified on July 14, 2026