skills/polymer-pay-coresignal/SKILL.md
Business data intelligence platform providing company, employee, and job data from multiple sources. Access 3B+ regularly updated records.
npx skillsauth add polymerdao/pay-apis polymer-pay-coresignalInstall 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.
Business data intelligence platform providing company, employee, and job data from multiple sources. Access over 3 billion regularly updated records via simple filters and data collection endpoints.
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/coresignal
To get an Polymer Pay API key, sign up at https://my.pay.polymerlabs.org/dashboard/api-keys.
Look up a company by website domain and get full cleaned company profile.
Pricing: $0.11
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/coresignal/v2/company_clean/enrich?website=stripe.com",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Returns deduplicated, normalized data including name, industry, size, location, social URLs, and technology stack.
Search for companies using filters like name, industry, country, and employee count.
Pricing: $0.06
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/coresignal/v2/company_base/search/filter",
"method": "POST",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"name": "Google",
"industry": "Software Development",
"country": "United States"
}
}
Returns array of company IDs for use with collect endpoints.
Search for professionals using filters like name, headline, location, skills, and experience.
Pricing: $0.06
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/coresignal/v2/employee_base/search/filter",
"method": "POST",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"headline": "Software Engineer",
"location": "San Francisco",
"country": "United States"
}
}
Get full employee profile by ID from search results.
Pricing: $0.11
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/coresignal/v2/employee_base/collect/374311229",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Returns professional data including name, headline, work experience, education, and skills.
Get full company profile by ID.
Pricing: $0.11
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/coresignal/v2/company_base/collect/4744382",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Search for job listings using filters like title, location, and employment type.
Pricing: $0.06
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/coresignal/v2/job_base/search/filter",
"method": "POST",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"title": "Software Engineer",
"location": "San Francisco, CA",
"employment_type": "Full-time"
}
}
Get most comprehensive company profile aggregated from multiple sources.
Pricing: $0.22
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/coresignal/v2/company_multi_source/enrich?website=google.com",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Search for professional network posts using filters.
Pricing: $0.06
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/coresignal/v2/employee_post/search/filter",
"method": "POST",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"author_profile_url": "https://linkedin.com/in/sundarpichai",
"article_body": "artificial intelligence"
}
}
Preview employee search results with summary data.
Pricing: $0.06
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/coresignal/v2/employee_base/search/filter/preview",
"method": "POST",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"full_name": "Sundar Pichai",
"headline": "CEO",
"location": "San Francisco"
}
}
Preview company search results with summary data.
Pricing: $0.06
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/coresignal/v2/company_base/search/filter/preview",
"method": "POST",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"name": "Google",
"industry": "Software Development",
"country": "United States"
}
}
Preview job search results with summary data.
Pricing: $0.06
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/coresignal/v2/job_base/search/filter/preview",
"method": "POST",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"title": "Software Engineer",
"location": "San Francisco, CA",
"employment_type": "Full-time"
}
}
Get a full professional network post by ID.
Pricing: $0.11
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/coresignal/v2/employee_post/collect/7431869637207928834",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Get cleaned, deduplicated employee profile by ID.
Pricing: $0.11
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/coresignal/v2/employee_clean/collect/374311229",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Get cleaned, deduplicated company profile by ID.
Pricing: $0.06
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/coresignal/v2/company_clean/collect/4744382",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Get employee profile by professional network URL.
Pricing: $0.11
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/coresignal/v2/employee_base/collect/https%3A%2F%2Fwww.linkedin.com%2Fin%2Fsundarpichai",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Get company profile by professional network URL.
Pricing: $0.11
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/coresignal/v2/company_base/collect/https%3A%2F%2Fwww.linkedin.com%2Fcompany%2Fgoogle",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Get comprehensive employee profile from multiple sources.
Pricing: $0.22
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/coresignal/v2/employee_multi_source/collect/374311229",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Get comprehensive company profile by professional network URL.
Pricing: $0.22
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/coresignal/v2/company_multi_source/collect/https%3A%2F%2Fwww.linkedin.com%2Fcompany%2Fgoogle",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Get full job listing by ID.
Pricing: $0.11
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/coresignal/v2/job_base/collect/406480270",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
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.