🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Apollo.io Sales Intelligence

by @kesslerio

Apollo.io Sales Intelligence enables lead discovery, contact and company enrichment, and prospecting using a database of 210M+ contacts and 35M+ companies.

Versionv1.0.0
Installs2
TERMINAL
clawhub install apollo-io

πŸ“– About This Skill


name: apollo-io description: Apollo.io sales intelligence integration for lead discovery, contact enrichment, and company research. Search 210M+ contacts and 35M+ companies. Use when finding prospects, enriching contact data, or researching companies. Keywords: apollo, sales intelligence, lead gen, prospecting, contact enrichment, email finder, company search. homepage: https://github.com/artopenclaw/skills/apollo-io metadata: openclaw: emoji: 🎯 requires: env: - APOLLO_API_KEY install: []

Apollo.io Skill

Sales intelligence and lead discovery via Apollo.io's REST API.

Setup

1. Get your API key from Apollo 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.

python /scripts/search_people.py --title "VP Engineering" --company Stripe

Person Enrichment

Enrich a person's data from email or LinkedIn URL.

python /scripts/enrich_person.py --email john@example.com
python /scripts/enrich_person.py --linkedin https://linkedin.com/in/johndoe

Company Search

Find companies by industry, size, location.

python /scripts/search_companies.py --industry "Software" --size "50-200"

Company Enrichment

Enrich company data by domain or name.

python /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
  • Base URL: https://api.apollo.io/v1
  • Auth: X-Api-Key header
  • πŸ’‘ Examples

    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
  • βš™οΈ Configuration

    1. Get your API key from Apollo Settings β†’ API 2. Set environment variable: export APOLLO_API_KEY=your_key_here