| name | polymer-pay-contactout |
| description | 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. |
| endpoints | [{"path":"/v1/email/enrich","method":"GET","price":"$0.33","description":"Enrich profile from email"},{"path":"/v1/linkedin/enrich","method":"GET","price":"Dynamic","description":"Full profile from LinkedIn URL"},{"path":"/v1/people/linkedin","method":"GET","price":"Dynamic","description":"Contact details from LinkedIn"},{"path":"/v1/people/enrich","method":"POST","price":"$0.55","description":"Enrich with multiple data points"},{"path":"/v1/people/linkedin/batch","method":"POST","price":"Dynamic","description":"Batch LinkedIn enrichment (up to 30)"},{"path":"/v1/domain/enrich","method":"POST","price":"Dynamic","description":"Company info from domains"},{"path":"/v1/people/count","method":"POST","price":"$0.00","description":"Count matching profiles"}] |
| metadata | {"polymer-pay-skill":{"emoji":"📧","requires":{"env":["POLYMER_PAY_API_KEY"]},"primaryEnv":"POLYMER_PAY_API_KEY"}} |
| registries | {} |
| provider | orthogonal |
ContactOut
ContactOut provides sales and recruitment intelligence with email finding, phone number lookup, LinkedIn enrichment, and decision maker discovery through the Polymer Pay proxy.
Authentication
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
Common Operations
Enrich Email
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/enrich?email=john@example.com&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.
Enrich LinkedIn Profile
Get full profile details from a LinkedIn URL.
Pricing: Dynamic