Apollo.io Integration (Contact & Company Enrichment)
SkillAI & modelsLets your agent look up contact details and company info from Apollo.io for sales prospecting.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Apollo.io Integration (Contact & Company Enrichment) skill
About this capability
Enrich contacts and companies via Apollo.io for prospecting and sales intelligence. Use this skill when the user asks about contact details, company research, or finding decision-makers.
What this skill tells your AI
The instructions your AI receives, as published by builderio/agent-native in templates/analytics/.builder/skills/apollo/SKILL.md and read by ahel’s review.
Use the shared provider API actions
Apollo has no provider-specific action, route, or server client in Analytics. Use the shared provider API substrate:
provider-api-catalogwithprovider: "apollo"to inspect the registered base URL, authentication, official docs, placeholders, and examples.provider-api-docsbefore relying on a remembered endpoint or request body.provider-api-requestfor the authenticated request. The server injectsAPOLLO_API_KEYasx-api-key; never pass the key in action arguments.
For large searches, pass stageAs and the documented pagination settings, then
use query-staged-dataset to filter or aggregate without loading the full
response into agent context.
Example workflow
pnpm action provider-api-catalog --provider=apollo
pnpm action provider-api-docs --provider=apollo
pnpm action provider-api-request --provider=apollo --method=POST --path=/api/v1/mixed_people/search --body='{"q_keywords":"vp marketing","page":1,"per_page":10}'
Key Patterns & Gotchas
- Apollo search and enrichment endpoints use POST; confirm current endpoint
paths and payloads through
provider-api-docsbefore calling them. - Report the method, path, filters, returned row count, and pagination coverage.
- Do not treat a default page as complete coverage.
Signals
- GitHub stars
- 5k
- Forks
- 440
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
apollo- Source
- github.com/builderio/agent-native