💼 Apollo Automation
Apollo.ioを使った見込み客の獲得
📺 まず動画で見る(YouTube)
▶ 【自動化】AIガチ勢の最新活用術6選がこれ1本で丸分かり!【ClaudeCode・AIエージェント・AI経営・Skills・MCP】 ↗
※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。
📜 元の英語説明(参考)
Automate Apollo.io lead generation -- search organizations, discover contacts, enrich prospect data, manage contact stages, and build targeted outreach lists -- using natural language through the Composio MCP integration.
🇯🇵 日本人クリエイター向け解説
Apollo.ioを使った見込み客の獲得
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-17
- 取得日時
- 2026-05-17
- 同梱ファイル
- 1
💬 こう話しかけるだけ — サンプルプロンプト
- › Apollo Automation で、私のビジネスを分析して改善案を3つ提案して
- › Apollo Automation を使って、来週の会議用の資料を作って
- › Apollo Automation で、現状の課題を整理してアクションプランに落として
これをClaude Code に貼るだけで、このSkillが自動発動します。
📖 Claude が読む原文 SKILL.md(中身を展開)
この本文は AI(Claude)が読むための原文(英語または中国語)です。日本語訳は順次追加中。
Apollo Automation
Supercharge your sales prospecting with Apollo.io -- search companies, discover decision-makers, enrich contact data with emails and phone numbers, and manage your sales pipeline stages -- all through natural language commands.
Toolkit docs: composio.dev/toolkits/apollo
Setup
- Add the Composio MCP server to your client configuration:
https://rube.app/mcp - Connect your Apollo.io account when prompted (API key authentication).
- Start issuing natural language commands to prospect and enrich leads.
Core Workflows
1. Search Organizations
Find target companies using filters like name, location, employee count, and industry keywords.
Tool: APOLLO_ORGANIZATION_SEARCH
Example prompt:
"Find SaaS companies in Texas with 50-500 employees on Apollo"
Key parameters:
q_organization_name-- Partial name match (e.g., "Apollo" matches "Apollo Inc.")organization_locations-- HQ locations to include (e.g., "texas", "tokyo")organization_not_locations-- HQ locations to excludeorganization_num_employees_ranges-- Employee ranges in "min,max" format (e.g., "50,500")q_organization_keyword_tags-- Industry keywords (e.g., "software", "healthcare")page/per_page-- Pagination (max 100 per page, max 500 pages)
2. Discover People at Companies
Search Apollo's contact database for people matching title, seniority, location, and company criteria.
Tool: APOLLO_PEOPLE_SEARCH
Example prompt:
"Find VPs of Sales at microsoft.com and apollo.io"
Key parameters:
person_titles-- Job titles (e.g., "VP of Sales", "CTO")person_seniorities-- Seniority levels (e.g., "director", "vp", "senior")person_locations-- Geographic locations of peopleq_organization_domains-- Company domains (e.g., "apollo.io" -- exclude "www.")organization_ids-- Apollo company IDs from Organization Searchcontact_email_status-- Filter by email status: "verified", "unverified", "likely to engage"page/per_page-- Pagination (max 100 per page)
3. Enrich Individual Contacts
Get comprehensive data (email, phone, LinkedIn, company info) for a single person using their email, LinkedIn URL, or name + company.
Tool: APOLLO_PEOPLE_ENRICHMENT
Example prompt:
"Enrich Tim Zheng at Apollo.io on Apollo"
Key parameters (at least one identifier required):
email-- Person's email addresslinkedin_url-- Full LinkedIn profile URLfirst_name+last_name+ (organization_nameordomain) -- Name-based matchingdomain-- Bare hostname without protocol (e.g., "apollo.io", not "https://apollo.io")reveal_personal_emails-- Set true to get personal emails (may use extra credits)reveal_phone_number-- Set true for phone numbers (requireswebhook_url)
4. Bulk Enrich Prospects
Enrich up to 10 people simultaneously for efficient batch processing.
Tool: APOLLO_BULK_PEOPLE_ENRICHMENT
Example prompt:
"Bulk enrich these 5 leads with their Apollo data: [list of names/emails]"
Key parameters:
details(required) -- Array of 1-10 person objects, each with identifiers likeemail,linkedin_url,first_name,last_name,domain,company_namereveal_personal_emails-- Include personal emails (extra credits)reveal_phone_number-- Include phone numbers (requireswebhook_url)
5. Manage Contact Pipeline Stages
List available stages and update contacts through your sales funnel.
Tools: APOLLO_LIST_CONTACT_STAGES, APOLLO_UPDATE_CONTACT_STAGE
Example prompt:
"Move contacts X and Y to the 'Qualified' stage in Apollo"
Key parameters for listing stages: None required.
Key parameters for updating stage:
contact_ids(required) -- Array of contact IDs to updatecontact_stage_id(required) -- Target stage ID (from List Contact Stages)
6. Create and Search Saved Contacts
Create new contact records and search your existing Apollo contact database.
Tools: APOLLO_CREATE_CONTACT, APOLLO_SEARCH_CONTACTS
Example prompt:
"Search my Apollo contacts for anyone at Stripe"
Key parameters for search:
- Keyword search, stage ID filtering, sorting options
page/per_page-- Pagination
Key parameters for create:
first_name,last_name,email,organization_nameaccount_id-- Link to an organizationcontact_stage_id-- Initial sales stage
Known Pitfalls
- Organization domains can be empty: Some organizations from
APOLLO_ORGANIZATION_SEARCHreturn missing or empty domain fields. UseAPOLLO_ORGANIZATION_ENRICHMENTto validate domains before relying on them. - HTTP 403 means config issues: A 403 response indicates API key or plan access problems -- do not retry. Fix your credentials or plan first.
- People search returns obfuscated data:
APOLLO_PEOPLE_SEARCHmay showhas_email/has_direct_phoneflags or obfuscated fields instead of full contact details. UseAPOLLO_PEOPLE_ENRICHMENTto get complete information. - Pagination limits are strict: People search supports
per_pageup to 100 and max 500 pages. Stopping early can miss large portions of the result set. - Bulk enrichment has small batch limits:
APOLLO_BULK_PEOPLE_ENRICHMENTaccepts only 10 items per call. It can returnstatus='success'withmissing_records > 0when identifiers are insufficient -- retry individual records withAPOLLO_PEOPLE_ENRICHMENT. - No automatic deduplication:
APOLLO_CREATE_CONTACTdoes not deduplicate. Check for existing contacts first withAPOLLO_SEARCH_CONTACTS. - Domain format matters: Always use bare hostnames (e.g., "apollo.io") without protocol prefixes ("https://") or "www." prefix.
Quick Reference
| Action | Tool Slug | Required Params |
|---|---|---|
| Search organizations | APOLLO_ORGANIZATION_SEARCH |
None (optional filters) |
| Enrich organization | APOLLO_ORGANIZATION_ENRICHMENT |
domain |
| Bulk enrich orgs | APOLLO_BULK_ORGANIZATION_ENRICHMENT |
domains |
| Search people | APOLLO_PEOPLE_SEARCH |
None (optional filters) |
| Enrich person | APOLLO_PEOPLE_ENRICHMENT |
One of: email, linkedin_url, or name+company |
| Bulk enrich people | APOLLO_BULK_PEOPLE_ENRICHMENT |
details (1-10 person objects) |
| List contact stages | APOLLO_LIST_CONTACT_STAGES |
None |
| Update contact stage | APOLLO_UPDATE_CONTACT_STAGE |
contact_ids, contact_stage_id |
| Create contact | APOLLO_CREATE_CONTACT |
Name + identifiers |
| Search contacts | APOLLO_SEARCH_CONTACTS |
None (optional filters) |
Powered by Composio