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.
Instrucciones de origen · Vista previa de solo lectura
name
polymer-pay-peopledatalabs
description
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.
endpoints
[{"path":"/v5/person/enrich","method":"GET","price":"$0.35","description":"Enrich person by identifiers"},{"path":"/v5/person/identify","method":"GET","price":"$0.70","description":"Identify with multiple candidates"},{"path":"/v5/person/search","method":"POST","price":"$0.35","description":"Search people with SQL/ES"},{"path":"/v5/company/enrich","method":"GET","price":"$0.11","description":"Enrich company by identifiers"},{"path":"/v5/company/search","method":"POST","price":"$0.11","description":"Search companies with SQL/ES"},{"path":"/v5/ip/enrich","method":"GET","price":"$0.09","description":"Enrich IP with company data"}]
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.
Authentication
All requests route through the Polymer Pay proxy. Include your Polymer Pay API key in every request:
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 Company
Enrich a company by name, website, ticker, or LinkedIn URL.
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 IP Address
Enrich an IP address with associated company, location, and metadata.