skills/polymer-pay-peopledatalabs/SKILL.md
USE THIS SKILL WHEN: the user wants to enrich, search, and clean person and company data from the world's largest people and company dataset. Provides B2B data via People Data Labs through the Polymer Pay proxy.
npx skillsauth add polymerdao/pay-apis polymer-pay-peopledatalabsInstall 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.
People Data Labs provides access to the world's largest people and company dataset. Enrich, search, and clean person, company, school, location, job title, and IP data 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/peopledatalabs
Enrich a person by name, email, phone, LinkedIn URL, or other identifiers.
Pricing: $0.35
{
"method": "GET",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/peopledatalabs/v5/person/[email protected]&pretty=true",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Response: Full profile with work history, education, skills, and social profiles.
Query Parameters:
name: Full name (e.g., "Jennifer C. Jackson")first_name: First namelast_name: Last nameemail: Email addressphone: Phone numberlid: LinkedIn ID or URLprofile: Social profile URLcompany: Current company namelocation: Location stringmin_likelihood: Minimum match confidence (1-10, default: 2)Broad person lookup returning up to 20 candidate matches with confidence scores.
Pricing: $0.70
{
"method": "GET",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/peopledatalabs/v5/person/identify?name=John%20Doe&company=Google&pretty=true",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Search and filter people using Elasticsearch or SQL queries.
Pricing: $0.35
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/peopledatalabs/v5/person/search?pretty=true",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"sql": "SELECT * FROM person WHERE job_title='Software Engineer' AND location_country='united states' LIMIT 10"
}
}
Enrich a company by name, website, ticker, or LinkedIn URL.
Pricing: $0.11
{
"method": "GET",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/peopledatalabs/v5/company/enrich?website=stripe.com&pretty=true",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Search and filter companies using Elasticsearch or SQL queries.
Pricing: $0.11
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/peopledatalabs/v5/company/search?pretty=true",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"sql": "SELECT * FROM company WHERE industry='software' AND size='51-200' LIMIT 10"
}
}
Enrich an IP address with associated company, location, and metadata.
Pricing: $0.09
{
"method": "GET",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/peopledatalabs/v5/ip/enrich?ip=8.8.8.8&pretty=true",
"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.