apollo-cost-tuning

Featured

Optimize Apollo.io costs and credit usage. Use when managing Apollo credits, reducing API costs, or optimizing subscription usage. Trigger with phrases like "apollo cost", "apollo credits", "apollo billing", "reduce apollo costs", "apollo usage".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Apollo Cost Tuning ## Overview Optimize Apollo.io API costs through credit-aware enrichment. Key cost model: **search is free, enrichment costs credits.** Apollo charges per unique contact/company lookup. Credits do not roll over. Strategies: deduplicate before enriching, score leads before spending credits, and track daily budget. ## Prerequisites - Valid Apollo API key - Node.js 18+ ## Instructions ### Step 1: Understand Apollo's Credit Model ``` Action | Credits | Notes ----------------------------+---------+----------------------------------- People Search | 0 | /mixed_people/api_search (free!) Organization Search | 0 | /mixed_companies/search (free!) People Enrichment (single) | 1 | /people/match People Enrichment (bulk) | 1/match | /people/bulk_match (up to 10/call) Organization Enrichment | 1 | /organizations/enrich Reveal Personal Email | +1 | reveal_personal_emails param Reveal Phone Number | +1 | reveal_phone_number param ``` Plans (approximate): - **Free**: 50 credits/month - **Basic**: 1,200 credits/month (~$0.04/credit) - **Professional**: 6,000 credits/month - **Organization**: 12,000+ credits/month ### Step 2: Track Credit Usage ```typescript // src/cost/credit-tracker.ts class CreditTracker { private daily: Map<string, number> = new Map(); private readonly budget: number; constructor(dailyBudget: number = 200) { this.budget = dailyBudget; } ...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

apollo-performance-tuning

Optimize Apollo.io API performance. Use when improving API response times, reducing latency, or optimizing bulk operations. Trigger with phrases like "apollo performance", "optimize apollo", "apollo slow", "apollo latency", "speed up apollo".

2,266 Updated today
jeremylongshore
AI & Automation Featured

adobe-cost-tuning

Optimize Adobe API costs across Firefly Services (generative credits), PDF Services (document transactions), and Photoshop/Lightroom APIs. Use when analyzing Adobe billing, reducing API costs, or implementing usage monitoring and budget alerts. Trigger with phrases like "adobe cost", "adobe billing", "adobe credits", "reduce adobe costs", "adobe pricing", "adobe budget".

2,266 Updated today
jeremylongshore
AI & Automation Featured

apollo-rate-limits

Implement Apollo.io rate limiting and backoff. Use when handling rate limits, implementing retry logic, or optimizing API request throughput. Trigger with phrases like "apollo rate limit", "apollo 429", "apollo throttling", "apollo backoff", "apollo request limits".

2,266 Updated today
jeremylongshore
AI & Automation Listed

apollo-lead-finder

Two-phase Apollo.io prospecting: free People Search to discover ICP-matching leads, then selective enrichment to reveal emails/phones (credits per contact). Creates Apollo lists. Deduplicates against existing contacts by LinkedIn URL.

711 Updated 3 weeks ago
gooseworks-ai
AI & Automation Featured

apollo-hello-world

Create a minimal working Apollo.io example. Use when starting a new Apollo integration, testing your setup, or learning basic Apollo API patterns. Trigger with phrases like "apollo hello world", "apollo example", "apollo quick start", "simple apollo code", "test apollo api".

2,266 Updated today
jeremylongshore