skills/polymer-pay-ortho-apollo/SKILL.md
USE THIS SKILL WHEN: the user wants to enrich people and company data, search for contacts, find email addresses, or get job posting information. Apollo provides access to 270M+ contacts and 60M+ companies database.
npx skillsauth add polymerdao/pay-apis polymer-pay-ortho-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. Access the Apollo database of 270M+ contacts and 60M+ companies through the Polymer Pay proxy. No 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/x402.orth.sh/apollo
To get an Polymer Pay API key, sign up at https://my.pay.polymerlabs.org/dashboard/api-keys.
Enrich a company by domain. Returns industry, revenue, employee count, funding, locations, and more.
Pricing: $0.01
{
"method": "GET",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/apollo/api/v1/organizations/enrich",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"params": {
"domain": "apollo.io"
}
}
Response: JSON with company information including industry, revenue, employee count, funding, and locations.
Search Apollo database for people matching filters. Returns up to 100 results per page.
Pricing: $0.01
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/apollo/api/v1/mixed_people/api_search",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"person_titles": ["CEO", "CTO"],
"organization_num_employees_ranges": ["51-200", "201-500"],
"page": 1,
"per_page": 10
}
}
Response: JSON with array of person records including contact info, job title, company details.
Search Apollo database for companies matching filters.
Pricing: $0.01
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/apollo/api/v1/mixed_companies/search",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"q_keywords": "AI",
"organization_num_employees_ranges": ["51-200"],
"page": 1,
"per_page": 10
}
}
Response: JSON with array of company records.
Enrich a person by email, LinkedIn URL, name+company, or other identifiers.
Pricing: $0.01
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/apollo/api/v1/people/match",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"email": "[email protected]",
"reveal_personal_emails": true,
"reveal_phone_number": true
}
}
Response: JSON with person details, contact info, job info, and social profiles.
Get current job postings for a company by Apollo organization ID.
Pricing: $0.01
{
"method": "GET",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/apollo/api/v1/organizations/{organization_id}/job_postings",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Response: JSON with job postings including title, location, description.
Get complete organization information by Apollo organization ID.
Pricing: $0.01
{
"method": "GET",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/apollo/api/v1/organizations/{id}",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"params": {
"id": "6123878493"
}
}
Response: JSON with complete organization details.
Search for news articles related to companies in the Apollo database.
Pricing: $0.01
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/apollo/api/v1/news_articles/search",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"organization_ids": ["6123878493"],
"q_keywords": "funding",
"page": 1,
"per_page": 10
}
}
Response: JSON with news articles related to the company.
Enrich up to 10 organizations in a single request.
Pricing: $0.05
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/apollo/api/v1/organizations/bulk_enrich",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"domains": ["stripe.com", "airbnb.com", "uber.com"]
}
}
Response: JSON with enriched data for all companies.
Enrich up to 10 people in a single request. Requires webhook for async results.
Pricing: $0.05
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/apollo/api/v1/people/bulk_match",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"details": [
{"email": "[email protected]"},
{"linkedin_url": "https://linkedin.com/in/zuck"}
],
"reveal_personal_emails": true,
"reveal_phone_number": true,
"webhook_url": "https://your-site.com/webhook"
}
}
Response: JSON with bulk enrichment results (via webhook).
reveal_personal_emails and reveal_phone_number to get contact detailsorganization_num_employees_ranges to target companies of specific sizespage and per_page to iteratedevelopment
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.