Sales intelligence and lead discovery via Apollo.io's REST API.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add rondoflow/rondoflow --skill apollo-sales-intelligence-lead-discovery --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Apollo Sales Intelligence Lead Discovery?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rondoflow-apollo-sales-intelligence-lead-discovery)More formats (shields.io, HTML) on the badges page.
---
name: apollo-sales-intelligence-lead-discovery
description: "Sales intelligence and lead discovery via Apollo.io's REST API."
category: "Development"
author: community
version: "1.0.0"
icon: code
---
# Apollo.io Skill
Sales intelligence and lead discovery via Apollo.io's REST API.
## Setup
1. Get your API key from [Apollo Settings → API](https://apollo.io/settings/api)
2. Set environment variable: `export APOLLO_API_KEY=your_key_here`
## Capabilities
### People Search
Find prospects by job title, location, company, and more.
```bash
python <skill>/scripts/search_people.py --title "VP Engineering" --company Stripe
```
### Person Enrichment
Enrich a person's data from email or LinkedIn URL.
```bash
python <skill>/scripts/enrich_person.py --email john@example.com
python <skill>/scripts/enrich_person.py --linkedin https://linkedin.com/in/johndoe
```
### Company Search
Find companies by industry, size, location.
```bash
python <skill>/scripts/search_companies.py --industry "Software" --size "50-200"
```
### Company Enrichment
Enrich company data by domain or name.
```bash
python <skill>/scripts/enrich_company.py --domain stripe.com
```
## Usage
The agent will use these scripts automatically when you ask about:
- Finding contacts at specific companies
- Looking up email addresses or phone numbers
- Researching company details
- Prospecting by job title/industry
## API Reference
- [Apollo API Docs](https://docs.apollo.io/)
- Base URL: `https://api.apollo.io/v1`
- Auth: `X-Api-Key` header
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!