skills/polymer-pay-stableenrich-apollo/SKILL.md
USE THIS SKILL WHEN: the user wants to enrich people and company data, search for contacts, find email addresses via StableEnrich. Apollo provides access to 270M+ contacts and 60M+ companies database.
npx skillsauth add polymerdao/pay-apis polymer-pay-stableenrich-apolloInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Apollo.io API provides people and company enrichment, search, and prospecting through the Polymer Pay proxy via StableEnrich. Access the Apollo database of 270M+ contacts and 60M+ companies. No separate API key needed — payment is handled automatically.
All requests route through the Polymer Pay proxy. Include your Polymer Pay API key in every request:
{
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Base URL: https://pay.polymerlabs.org/proxy/https/stableenrich.dev
Search for people by keywords, job title, location, or company.
Pricing: $0.02
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/stableenrich.dev/api/apollo/people-search",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"q_keywords": "software engineer",
"person_locations": ["San Francisco"],
"per_page": 10,
"page": 1
}
}
Response: Array of people objects with name, title, company, location, email (may be obfuscated), and LinkedIn URL. Use people-enrich with a specific email or person ID to get full details.
Enrich a person by email or person ID to get full contact details.
Pricing: $0.0495
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/stableenrich.dev/api/apollo/people-enrich",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"email": "[email protected]"
}
}
Response: JSON with person details, contact info, job info, and social profiles.
Search for organizations by keywords and location.
Pricing: $0.02
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/stableenrich.dev/api/apollo/org-search",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"q_keywords": "AI",
"organization_locations": ["United States"],
"per_page": 10,
"page": 1
}
}
Enrich an organization by domain.
Pricing: $0.0495
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/stableenrich.dev/api/apollo/org-enrich",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"domain": "apollo.io"
}
}
development
USE THIS SKILL WHEN: the user wants to use Z.ai's GLM models for chat, translation, image generation, video generation, or web search. Z.ai provides GLM-4.5 and GLM-4.6 with advanced reasoning and agentic capabilities.
development
USE THIS SKILL WHEN: the user wants a quick single-page scrape to markdown or a webpage screenshot. Provides lightweight web scraping and screenshots via x402engine through the Polymer Pay proxy.
data-ai
USE THIS SKILL WHEN: the user wants to generate AI images with FLUX models or create text-in-image with Ideogram. Provides pay-per-use image generation via x402engine through the Polymer Pay proxy.
data-ai
USE THIS SKILL WHEN: the user wants wallet balances, transactions, PnL, ENS resolution, token prices, or transaction simulation. Provides pay-per-use blockchain operations via x402engine through the Polymer Pay proxy.