skills/polymer-pay-contactout/SKILL.md
USE THIS SKILL WHEN: the user wants to find email addresses, phone numbers, and LinkedIn enrichment for sales and recruitment intelligence. Provides contact discovery via ContactOut through the Polymer Pay proxy.
npx skillsauth add polymerdao/pay-apis polymer-pay-contactoutInstall 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.
ContactOut provides sales and recruitment intelligence with email finding, phone number lookup, LinkedIn enrichment, and decision maker discovery through the Polymer Pay proxy.
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/contactout
Get profile details from an email address.
Pricing: $0.33
{
"method": "GET",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/contactout/v1/email/[email protected]&include=work_email",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Response: Profile data including name, job title, company, and contact info.
Get full profile details from a LinkedIn URL.
Pricing: Dynamic
{
"method": "GET",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/contactout/v1/linkedin/enrich?profile=https://linkedin.com/in/johndoe",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Response: Full profile with email, phone, work history, education, and skills.
Enrich a person using multiple data points.
Pricing: $0.55
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/contactout/v1/people/enrich",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"full_name": "John Doe",
"email": "[email protected]",
"linkedin_url": "https://linkedin.com/in/johndoe",
"company": "Acme Inc",
"include": ["work_email", "personal_email", "phone"]
}
}
Get company information from domain names.
Pricing: Dynamic
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/contactout/v1/domain/enrich",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"domains": ["stripe.com", "google.com"]
}
}
Count profiles matching search criteria (free).
Pricing: $0.00
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/contactout/v1/people/count",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"job_title": ["Software Engineer"],
"company": ["Google"],
"location": ["San Francisco"]
}
}
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.